root / pycommunity / etc / templates / recipe.pt

Revision 73:aa29a8456ac6, 0.8 kB (checked in by Tarek Ziad?? <tarek@…>, 21 months ago)

moved templates

Line 
1<html>
2  <head>
3    <title>$title</title>
4    <style type="text/css" media="all">
5        @import "../pycommunity.css";
6    </style>
7    <script language="javascript" type="text/javascript"
8        src="../pycommunity.js" ></script>
9  </head>
10  <body>
11   <div class="backlink">
12    <a href="../recipes.html">
13       <img src="../media/recipe.png"/>
14       Recipe list
15    </a>
16    <a href="../index.html">
17       <img src="../media/home.png"/>
18       Main page
19    </a>
20   </div>
21   <div class="content">
22    $content
23   </div>
24   <div class="backlink">
25    <a href="../recipes.html">
26       <img src="../media/recipe.png"/>
27       Recipe list
28    </a>
29    <a href="../index.html">
30       <img src="../media/home.png"/>
31       Main page
32    </a>
33   </div>
34  </body>
35</html>
Note: See TracBrowser for help on using the browser.