source: extensions/floOS/2.0.x/picture_content.tpl @ 17475

Last change on this file since 17475 was 5714, checked in by flop25, 14 years ago

moving the old template structure to a specific folder

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