Mercurial > bins
view templates.marc/xlink.html @ 9:0f248ad86f9f 1.1.29.e2
bins_edit: try to get encoding stuff right, move it into main
author | Peter Gervai <grin@grin.hu> |
---|---|
date | Thu, 16 Oct 2008 00:11:14 +0200 |
parents | a84c32f131df |
children |
line wrap: on
line source
<TMPL_IF NAME="XLINK"> <div class="xlink"> <h2> Additional Media-Files in this album: </h2> <ul class="xlink"> <TMPL_LOOP NAME="XLINK"> <li class="xlink"> <a href="<TMPL_VAR NAME="link">"> <img src="<TMPL_VAR NAME=STATIC_PATH>/media.png" alt="<TMPL_VAR NAME=SIZE_TITLE>" title="<TMPL_VAR NAME=SIZE_TITLE>"></a> <a href="<TMPL_VAR NAME="link">"><TMPL_VAR NAME="link"></a> </li> </TMPL_LOOP> </ul> </div> </TMPL_IF>