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

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

scripts.js was not loaded on picture page with high images
admin maintenance leave a space between grouped 'non-destructive' actions and 'destructive' actions

  • Property svn:eol-style set to LF
File size: 582 bytes
Line 
1{if isset($high)}
2{combine_script id='core.scripts' load='async' path='themes/default/js/scripts.js'}
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>{'Click on the photo to see it in high definition'|@translate}</p>
12{/if}
Note: See TracBrowser for help on using the repository browser.