comparison templates.marc/xlink.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
comparison
equal deleted inserted replaced
-1:000000000000 0:a84c32f131df
1 <TMPL_IF NAME="XLINK">
2 <div class="xlink">
3
4 <h2> Additional Media-Files in this album: </h2>
5
6 <ul class="xlink">
7 <TMPL_LOOP NAME="XLINK">
8 <li class="xlink">
9 <a href="<TMPL_VAR NAME="link">">
10 <img src="<TMPL_VAR NAME=STATIC_PATH>/media.png"
11 alt="<TMPL_VAR NAME=SIZE_TITLE>"
12 title="<TMPL_VAR NAME=SIZE_TITLE>"></a>
13 <a href="<TMPL_VAR NAME="link">"><TMPL_VAR NAME="link"></a>
14 </li>
15 </TMPL_LOOP>
16 </ul>
17
18 </div>
19 </TMPL_IF>