Revision 1c437119

/dev/null
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" xmlns:tal="http://xml.zope.org/namespaces/tal">
3
<head>
4
	<title>The Pyramid Web Application Development Framework</title>
5
	<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
6
	<meta name="keywords" content="python web application" />
7
	<meta name="description" content="pyramid web application" />
8
	<link rel="shortcut icon" href="${request.application_url}/static/favicon.ico" />
9
	<link rel="stylesheet" href="${request.application_url}/static/pylons.css" type="text/css" media="screen" charset="utf-8" />
10
	<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Nobile:regular,italic,bold,bolditalic&amp;subset=latin" type="text/css" media="screen" charset="utf-8" />
11
	<!--[if !IE 7]>
12
	<style type="text/css">
13
		#wrap {display:table;height:100%}
14
	</style>
15
	<![endif]-->
16
</head>
17
<body>
18
	<div id="wrap">
19
		<div id="header">
20
			<div class="header">The Pyramid Web Application Development Framework</div>
21
		</div>
22
		<div id="top">
23
			<div class="top align-center">
24
				<img src="${request.application_url}/static/logo.png" width="300" height="80"/>
25
				<p class="app-welcome">
26
					Welcome to <span class="app-name">${project}</span>, an application generated by<br/>
27
					the Pyramid web application development framework.
28
				</p>
29
			</div>
30
		</div>
31
		<div id="bottom">
32
			<div class="bottom">
33
				<div id="left" class="align-right">
34
					<h3>Search Pyramid documentation</h3>
35
					<form method="get" action="http://docs.pylonshq.com/pyramid/dev/search.html">
36
		      			<input type="text" id="q" name="q" value="" />
37
		      			<input type="submit" id="x" value="Search" />
38
		  			</form>
39
				</div>
40
				<div id="right" class="align-left">
41
					<h3>Pyramid links</h3>
42
					<ul class="links">
43
						<li>
44
							<a href="http://pylonshq.com">Pylons Website</a>
45
						</li>
46
						<li>
47
							<a href="http://docs.pylonshq.com/">The Pylons Project Documentation</a>
48
						</li>
49
						<li>
50
							<a href="http://docs.pylonshq.com/pyramid/dev/#narrative-documentation">Narrative Documentation</a>
51
						</li>
52
						<li>
53
							<a href="http://docs.pylonshq.com/pyramid/dev/#api-documentation">API Documentation</a>
54
						</li>
55
						<li>
56
							<a href="http://docs.pylonshq.com/pyramid/dev/#tutorials">Tutorials</a>
57
						</li>
58
						<li>
59
							<a href="http://docs.pylonshq.com/pyramid/dev/#change-history">Change History</a>
60
						</li>
61
						<li>
62
							<a href="http://docs.pylonshq.com/pyramid/dev/#sample-applications">Sample Applications</a>
63
						</li>
64
						<li>
65
							<a href="http://docs.pylonshq.com/pyramid/dev/#support-and-development">Support and Development</a>
66
						</li>
67
						<li>
68
							<a href="irc://irc.freenode.net#pyramid">IRC Channel</a>
69
						</li>
70
		  			</ul>
71
				</div>
72
			</div>
73
		</div>
74
	</div>
75
	<div id="footer">
76
		<div class="footer">© Copyright 2008-2010, Agendaless Consulting.</div>
77
	</div>
78
</body>
79
</html>

Also available in: Unified diff