Mercurial > bins
annotate templates.satyap/tree.html @ 11:8b62360dc2a5 default tip
Adding notes, cloning edit-gui
author | Peter Gervai <grin@grin.hu> |
---|---|
date | Sun, 02 Nov 2008 16:29:52 +0100 |
parents | a84c32f131df |
children |
rev | line source |
---|---|
0 | 1 <!-- TMPL_INCLUDE NAME="header.html" --> |
2 | |
3 <link | |
4 rel="Start" | |
5 href="<TMPL_VAR NAME=STATIC_PATH>/.." | |
6 title="<TMPL_VAR NAME=STRING_HOME>"> | |
7 </head> | |
8 | |
9 <body> | |
10 | |
11 <!-- TMPL_INCLUDE NAME="bodyheader.html" --> | |
12 | |
13 <table class="mainheader" align="center"> | |
14 <tr><td> | |
15 <!-- TMPL_VAR NAME=STRING_ALBUMTREE --> | |
16 </td></tr> | |
17 </table> | |
18 | |
19 <!-- TMPL_VAR NAME=TREE_TABLE --> | |
20 | |
21 <!-- TMPL_INCLUDE NAME="footer.html" --> |