diff templates.mwolson/thheader.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/thheader.html	Wed Oct 15 23:28:56 2008 +0200
@@ -0,0 +1,46 @@
+<table class="mainheader" align="center" border="0">
+
+<tr>
+<td class="pagetitle">
+    <!-- TMPL_VAR NAME=ALBUM_TITLE -->
+</td>
+
+<td>
+    <!-- TMPL_VAR NAME=NUM_INFO -->
+</td>
+
+<td align="right">
+    <!-- TMPL_INCLUDE NAME="path.html" -->
+</td>
+</tr>
+
+</table>
+
+<p />
+
+<table align="center" class="inthisalbum" border="0">
+<tr valign="top">
+<td>
+    <!-- TMPL_VAR NAME=STRING_INTHISALBUM -->:
+    <!-- TMPL_INCLUDE NAME="navbar.html" -->
+</td>
+</tr>
+<!-- TMPL_IF NAME=DESC -->
+<tr>
+<td>
+    <!-- TMPL_VAR NAME=DESC -->
+</td>
+</tr>
+<!-- /TMPL_IF -->
+</table>
+
+<!-- TMPL_IF NAME=ALBUM_DESC -->
+<p /><table align="center" class="subheader" border="0">
+<tr>
+<td colspan="2">
+    <!-- TMPL_VAR NAME=ALBUM_DESC -->
+</td>
+</tr>
+</table>
+<!-- /TMPL_IF -->
+<p />