source: extensions/floPure/picture_content.tpl @ 3602

Last change on this file since 3602 was 3474, checked in by flop25, 15 years ago

refresh all the tpl with current yoga tpl.

maj avec le yoga de pwg 2.0.2

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.