source: extensions/gally/gally-minimalist/template/picture_content.tpl @ 16022

Last change on this file since 16022 was 16022, checked in by grum, 12 years ago

new theme gally-minimalist

File size: 756 bytes
Line 
1<!-- **GBL** >PICTURE_CONTENT> -->
2
3  <div id="theImgContainer" {if isset($U_ORIGINAL)}onclick="gallyPP.openDisplayHigh('{$U_ORIGINAL}');" class="sTipOnTop {if !isset($U_SLIDESHOW_STOP)}pointer{/if}"{else}class="sTipOnTop"{/if}
4      {if isset($COMMENT_IMG)}
5        title="{$COMMENT_IMG|@replace:'"':'&quot;'}" {else} title="{$current.TITLE|@replace:'"':'&quot;'} - {$ALT_IMG}"
6      {/if}>
7    <img src="{$current.selected_derivative->get_url()}" {$current.selected_derivative->get_size_htm()}
8         alt="{$ALT_IMG}" id="theMainImage" usemap="#map{$current.selected_derivative->get_type()}">
9   {* <img id="theImg" src="{$SRC_IMG}" style="width:{$WIDTH_IMG}px;height:{$HEIGHT_IMG}px;" alt="{$ALT_IMG}"> *}
10  </div>
11
12<!-- **GBL** <PICTURE_CONTENT< -->
Note: See TracBrowser for help on using the repository browser.