source: trunk/themes/default/template/picture_content.tpl @ 8757

Last change on this file since 8757 was 8711, checked in by rvelices, 13 years ago

feature 2102 : rename item/image/picture to photo (public side)

  • Property svn:eol-style set to LF
File size: 501 bytes
RevLine 
[2225]1{if isset($high) }
2<a href="javascript:phpWGOpenWindow('{$high.U_HIGH}','{$high.UUID}','scrollbars=yes,toolbar=no,status=no,resizable=yes')">
3{/if}
[3032]4  <img src="{$SRC_IMG}" style="width:{$WIDTH_IMG}px;height:{$HEIGHT_IMG}px;" alt="{$ALT_IMG}"
5        {if isset($COMMENT_IMG)}
[3120]6                title="{$COMMENT_IMG|@strip_tags:false|@replace:'"':' '}" {else} title="{$current.TITLE|@replace:'"':' '} - {$ALT_IMG}"
[3032]7        {/if}>
[2225]8{if isset($high) }
[1590]9</a>
[8711]10  <p>{'Click on the photo to see it in high definition'|@translate}</p>
[2225]11{/if}
Note: See TracBrowser for help on using the repository browser.