summaryrefslogtreecommitdiff
path: root/docs/narr/MyProject/myproject/templates/mytemplate.pt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-01-17 19:28:22 +0000
committerChris McDonough <chrism@agendaless.com>2009-01-17 19:28:22 +0000
commiteff4620c56f38c32113cd452b18b8af8f8cd1bbd (patch)
tree5e1f8793e01213a6d5b752eb8a68a6bb349390eb /docs/narr/MyProject/myproject/templates/mytemplate.pt
parent0ef642f96af1adf35a531e7ffff85928218fee6b (diff)
downloadpyramid-eff4620c56f38c32113cd452b18b8af8f8cd1bbd.tar.gz
pyramid-eff4620c56f38c32113cd452b18b8af8f8cd1bbd.tar.bz2
pyramid-eff4620c56f38c32113cd452b18b8af8f8cd1bbd.zip
Update docs with new default project stuff.
Diffstat (limited to 'docs/narr/MyProject/myproject/templates/mytemplate.pt')
-rw-r--r--docs/narr/MyProject/myproject/templates/mytemplate.pt98
1 files changed, 95 insertions, 3 deletions
diff --git a/docs/narr/MyProject/myproject/templates/mytemplate.pt b/docs/narr/MyProject/myproject/templates/mytemplate.pt
index a7affedf9..b94cb7098 100644
--- a/docs/narr/MyProject/myproject/templates/mytemplate.pt
+++ b/docs/narr/MyProject/myproject/templates/mytemplate.pt
@@ -1,7 +1,99 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
- xmlns:tal="http://xml.zope.org/namespaces/tal">
-<head></head>
+ xmlns:tal="http://xml.zope.org/namespaces/tal">
+<head>
+<meta http-equiv="content-type" content="text/html; charset=utf-8" />
+<title>${project} Application</title>
+<meta name="keywords" content="python web application" />
+<meta name="description" content="repoze.bfg web application" />
+<link href="${request.application_url}/static/default.css" rel="stylesheet" type="text/css" />
+</head>
<body>
- <h1>Welcome to ${project}</h1>
+<!-- start header -->
+<div id="logo">
+ <h2><code>${project}</code>, a <code>repoze.bfg</code> application</h2>
+</div>
+<div id="header">
+ <div id="menu">
+ </div>
+</div>
+<!-- end header -->
+<div id="wrapper">
+ <!-- start page -->
+ <div id="page">
+ <!-- start content -->
+ <div id="content">
+ <div class="post">
+ <h1 class="title">Welcome to <code>${project}</code>, an
+ application generated by the <a
+ href="http://static.repoze.org/bfgdocs">repoze.bfg</a> web
+ application framework.</h1>
+ </div>
+ </div>
+ <!-- end content -->
+ <!-- start sidebar -->
+ <div id="sidebar">
+ <ul>
+ <li id="search">
+ <h2>Search<br/> <code>repoze.bfg</code> Documentation</h2>
+ <form method="get"
+ action="http://static.repoze.org/bfgdocs/search.html">
+ <fieldset>
+ <input type="text" id="q" name="q" value="" />
+ <input type="submit" id="x" value="Search" />
+ </fieldset>
+ </form>
+ </li>
+ <li>
+ <h2><code>repoze.bfg</code> links</h2>
+ <ul>
+ <li><a
+ href="http://static.repoze.org/bfgdocs/#narrative-documentation">Narrative
+ Documentation</a>
+ </li>
+ <li>
+ <a
+ href="http://static.repoze.org/bfgdocs/#api-documentation">API
+ Documentation</a>
+ </li>
+ <li>
+ <a
+ href="http://static.repoze.org/bfgdocs/#tutorials">Tutorials</a>
+ </li>
+ <li>
+ <a
+ href="http://static.repoze.org/bfgdocs/#change-history">Change
+ History</a>
+ </li>
+ <li>
+ <a
+ href="http://static.repoze.org/bfgdocs/#sample-applications">Sample
+ Applications</a>
+ </li>
+ <li>
+ <a
+ href="http://static.repoze.org/bfgdocs/#support-and-development">Support
+ and Development</a>
+ </li>
+ <li>
+ <a
+ href="irc://irc.freenode.net#repoze">IRC Channel</a>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ <!-- end sidebar -->
+ <div style="clear: both;">&nbsp;</div>
+ </div>
+</div>
+<!-- end page -->
+<!-- start footer -->
+<div id="footer">
+ <p id="legal">( c ) 2008. All Rights Reserved. Template design
+ by <a href="http://www.freecsstemplates.org/">Free CSS
+ Templates</a>.</p>
+</div>
+<!-- end footer -->
</body>
</html>