This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
webgen.py / template.html
| b276ada6 » | btbytes | 2008-10-07 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" | |
| 2 | "http://www.w3.org/TR/html4/strict.dtd"> | ||||
| 3 | |||||
| 4 | <html lang="en"> | ||||
| 5 | <head> | ||||
| 6 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||||
| 7 | <title>$title</title> | ||||
| 8 | <meta name="generator" content="webgen.py http://github.com/btbytes/webgen.py/wikis"> | ||||
| 9 | <meta name="author" content="$from"> | ||||
| 10 | <link rel="stylesheet" href="$baseurl/css/webgen.css" type="text/css" media="screen" title="webgen style" charset="utf-8"> | ||||
| 11 | </head> | ||||
| 12 | |||||
| 13 | <body class="doc"> | ||||
| 14 | <div id="doc2" class="yui-t5"> | ||||
| 15 | <div id="hd"> | ||||
| 16 | <h1><a href="$baseurl/">$sitename</a></h1> | ||||
| 17 | <!-- h2>$slogan</h2 --> | ||||
| 18 | </div> | ||||
| 19 | |||||
| 20 | <div id="bd"> | ||||
| 21 | <div id="yui-main"> | ||||
| 22 | <div class="yui-b"> | ||||
| 23 | <div class="yui-g" id="main"> | ||||
| 24 | $content | ||||
| 25 | <div class="dateline"> | ||||
| 26 | <p style="text-align:right;">created $date</p> | ||||
| 27 | </div> | ||||
| 28 | </div><!-- #main --> | ||||
| 29 | </div><!-- yui-b --> | ||||
| 30 | </div><!-- yui-main --> | ||||
| 31 | |||||
| 32 | <div class="yui-b"> | ||||
| 33 | <h3>Navigation</h3> | ||||
| 34 | <ul id="sidenav"> | ||||
| 35 | <li><a href="$baseurl/">Home</a></li> | ||||
| 36 | <li><a href="example.html">Example</a></li> | ||||
| 37 | </ul> | ||||
| 38 | </div><!-- yui-b --> | ||||
| 39 | </div><!-- bd --> | ||||
| 40 | |||||
| 41 | <div id="ft"> | ||||
| 42 | <p>made with webgen.py</p> | ||||
| 43 | </div><!-- #ft --> | ||||
| 44 | |||||
| 45 | </div><!-- .yui-t5 --> | ||||
| 46 | </body> | ||||
| 47 | </html> | ||||







