annotate templates.satyap/path.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 <!-- Here we display the path to current album or image in form like |
|
2 tree :: album1 > album2 > current_album |
|
3 --> |
|
4 |
|
5 <span class="pathstyle"> |
|
6 |
|
7 <a href="<!-- TMPL_VAR NAME=STATIC_PATH -->/../">root</a>::<!-- TMPL_LOOP |
|
8 NAME=ALBUM_PATH_LINKS --><!-- TMPL_IF NAME="PATH_LINK" --><a title="<!-- |
|
9 TMPL_VAR NAME=PATH_TITLE -->" href ="<!-- TMPL_VAR NAME=PATH_LINK |
|
10 -->"><!-- /TMPL_IF --><!-- TMPL_VAR NAME=PATH_NAME --><!-- TMPL_IF |
|
11 NAME="PATH_LINK" --></a><!-- /TMPL_IF --><!-- TMPL_IF NAME="__FIRST__" |
|
12 -->::<!-- /TMPL_IF --><!-- TMPL_IF NAME="__INNER__" -->><!-- /TMPL_IF |
|
13 --><!-- /TMPL_LOOP --> |
|
14 |
|
15 </span> |