source: extensions/ExtendedDescription/template/img.tpl @ 12153

Last change on this file since 12153 was 7015, checked in by grum, 14 years ago

Plugin version 2.0.g : add the 'titleName' property for the [img] markup and add id for HTML items for [img] markup

File size: 534 bytes
Line 
1<ul class="thumbnails" style="margin:4px;display:inline;text-align:none;{$FLOAT}">
2  {foreach from=$img key=name item=data}
3  <li>
4    <span class="wrap1">
5      <span class="wrap2">
6        <a id="iImgAnchor{$data.ID}" href="{$data.U_IMG_LINK}">
7            <img id="iImgThumb{$data.ID}" class="thumbnail" src="{$data.IMAGE}" alt="{$data.IMAGE_ALT}" title="{$data.IMG_TITLE}">
8        </a>
9      </span>
10    {if $data.LEGEND!=""}
11      <span class="thumbLegend">{$data.LEGEND}</span>
12    {/if}
13    </span>
14  </li>
15  {/foreach}
16</ul>
Note: See TracBrowser for help on using the repository browser.