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

Last change on this file since 3900 was 3294, checked in by patdenice, 15 years ago

New extension added:
Extended Description (2.0.f)

File size: 482 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 href="{$data.U_IMG_LINK}">
7            <img 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.