source: extensions/gally/piwigo-2.0/picture_content.tpl @ 6299

Last change on this file since 6299 was 4489, checked in by grum, 14 years ago

[Template:Gally] feature 1096, feature 1097, feature 1098, feature 1099, feature 1313
And some other improvments...

  • Property svn:executable set to *
File size: 603 bytes
Line 
1<!-- **GBL** >PICTURE_CONTENT> -->
2{if isset($high) }
3<a href="javascript:phpWGOpenWindow('{$high.U_HIGH}','{$high.UUID}','scrollbars=yes,toolbar=no,status=no,resizable=yes')">
4{/if}
5  <div id="theImgContainer">
6    <img id="theImg" src="{$SRC_IMG}" style="width:{$WIDTH_IMG}px;height:{$HEIGHT_IMG}px;" alt="{$ALT_IMG}"
7      {if isset($COMMENT_IMG)}
8        title="{$COMMENT_IMG|@strip_tags:false|@replace:'"':' '}" {else} title="{$current.TITLE|@replace:'"':' '} - {$ALT_IMG}"
9      {/if}>
10  </div>
11{if isset($high) }
12</a>
13  <p>{'picture_high'|@translate}</p>
14{/if}
15<!-- **GBL** <PICTURE_CONTENT< -->
Note: See TracBrowser for help on using the repository browser.