Mercurial > bins
diff templates.mwolson/tree.html @ 0:a84c32f131df 1.1.29
Import vendor version
author | Peter Gervai <grin@grin.hu> |
---|---|
date | Wed, 15 Oct 2008 23:28:56 +0200 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates.mwolson/tree.html Wed Oct 15 23:28:56 2008 +0200 @@ -0,0 +1,24 @@ +<!-- TMPL_INCLUDE NAME="header.html" --> + +<link rel="Start" href="<TMPL_VAR NAME=STATIC_PATH>/.." + title="<TMPL_VAR NAME=STRING_HOME>"> +</head> + +<body> + +<!-- TMPL_INCLUDE NAME="bodyheader.html" --> + +<table class="mainheader" align="center"> +<tr> + <td align="left"> + <!-- TMPL_VAR NAME=STRING_ALBUMTREE --> + </td> + <td align="right"> + <!-- TMPL_INCLUDE NAME="path.html" --> + </td> +</tr> +</table> + +<!-- TMPL_VAR NAME=TREE_TABLE --> + +<!-- TMPL_INCLUDE NAME="footer.html" -->