source: extensions/floPure/2.0.x/picture_content.tpl @ 6860

Last change on this file since 6860 was 5712, checked in by flop25, 14 years ago
File size: 546 bytes
Line 
1{* $Id: picture_content.tpl 2225 2008-02-28 12:07:00Z rvelices $ *}
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  <img src="{$SRC_IMG}" style="width:{$WIDTH_IMG}px;height:{$HEIGHT_IMG}px;" alt="{$ALT_IMG}"
6        {if isset($COMMENT_IMG)}
7                title="{$COMMENT_IMG|@strip_tags:false|@replace:'"':' '}" {else} title="{$current.TITLE|@replace:'"':' '} - {$ALT_IMG}"
8        {/if}>
9{if isset($high) }
10</a>
11  <p>{'picture_high'|@translate}</p>
12{/if}
Note: See TracBrowser for help on using the repository browser.