view templates.mwolson/tree.html @ 6:3021deef1599

Encoding related fixes * chomp encoding string * reformat else (seems someone hacked it in) * debug print encoding * do not use :utf8 binmode ("re-encode") on written file if the input is _already_ UTF-8
author Peter Gervai <grin@grin.hu>
date Thu, 16 Oct 2008 00:02:14 +0200
parents a84c32f131df
children
line wrap: on
line source

<!-- 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" -->