Mercurial > bins
annotate templates.satyap/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 |
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" --> |