documentation revision
[pylit.git] / rstdocs / template.txt
blobf32b088d5f20bf2afeb90262112ccc8f22fc8c15
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4 <head>
5  <title><% title %></title>
6  <meta http-equiv="Content-Type"
7   content="text/html; charset=<% final_encoding %>" />
8  <link rel="stylesheet"
9   href="<% path_to_root %>stylesheets/pylit.css"
10   type="text/css" />
11 </head>
12 <body>
13  <div id="crumbs">
14   <a class='top-navigation' href="<% path_to_root %>index.html">Home</a>
15   <a class='top-navigation' href="<% path_to_root %>literate-programming/index.html">Literate Programming</a>
16   <a class='top-navigation' href="<% path_to_root %>features/index.html">Features</a>
17   <a class='top-navigation' href="<% path_to_root %>tutorial/index.html">Tutorial</a>
18   <a class='top-navigation' href="<% path_to_root %>examples/index.html">Examples</a>
19   <a class='top-navigation' href="<% path_to_root %>download/index.html">Download</a>
20  </div>
22  <div id="Inhalt">
23   <% body %>
24  </div>
25   
26  <p class="thanks">
27   Thanks to 
28   <a href="http://developer.berlios.de">
29     <img src="http://developer.berlios.de/bslogo.php?group_id=0" 
30     width="124" height="32" border="0" alt="BerliOS" />
31   </a>
32   for hosting this site.  
33  </p>
34 </body>
35 </html>