source: extensions/gally/gally-default/template/picture_content.tpl @ 22090

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

feature:2664- compatibility with Piwigo 2.4

  • Property svn:executable set to *
File size: 642 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  </div>
10
11<!-- **GBL** <PICTURE_CONTENT< -->
Note: See TracBrowser for help on using the repository browser.