Line | |
---|
1 | {combine_script id='photo.autosize' path="themes/`$themeconf.id`/js/photo.autosize.min.js" load='footer' require='jquery'} |
---|
2 | |
---|
3 | {footer_script}RVAS = { |
---|
4 | derivatives: [ |
---|
5 | {foreach from=$current.unique_derivatives item=derivative name=derivative_loop}{assign var='size' value=$derivative->get_size()} |
---|
6 | {ldelim}w:{$size[0]},h:{$size[1]},url:'{$derivative->get_url()|@escape:'javascript'}',type:'{$derivative->get_type()}'}{if !$smarty.foreach.derivative_loop.last},{/if} |
---|
7 | {/foreach}], |
---|
8 | cp: '{$COOKIE_PATH|@escape:'javascript'}' |
---|
9 | }{/footer_script} |
---|
10 | {if $RVAS_PENDING} |
---|
11 | <noscript><img src="{$current.selected_derivative->get_url()}" {$current.selected_derivative->get_size_htm()} alt="{$ALT_IMG}" id="theMainImage" usemap="#map{$current.selected_derivative->get_type()}" title="{if isset($COMMENT_IMG)}{$COMMENT_IMG|@strip_tags:false|@replace:'"':' '}{else}{$current.TITLE_ESC} - {$ALT_IMG}{/if}" itemprop=contentURL></noscript> |
---|
12 | {footer_script}rvas_choose();{/footer_script} |
---|
13 | {else} |
---|
14 | {footer_script}rvas_choose(1);{/footer_script} |
---|
15 | {/if} |
---|
16 | <img{if !$RVAS_PENDING} src="{$current.selected_derivative->get_url()}" {if isset($rvas_display_size)}width={$rvas_display_size[0]} height={$rvas_display_size[1]} data-natural-w={$rvas_natural_size[0]}{else}{$current.selected_derivative->get_size_htm()}{/if} itemprop=contentURL{/if} alt="{$ALT_IMG}" id="theMainImage"{if !isset($rvas_display_size)} usemap="#map{$current.selected_derivative->get_type()}"{/if} title="{if isset($COMMENT_IMG)}{$COMMENT_IMG|@strip_tags:false|@replace:'"':' '}{else}{$current.TITLE_ESC} - {$ALT_IMG}{/if}"> |
---|
17 | |
---|
18 | {foreach from=$current.unique_derivatives item=derivative key=derivative_type}{strip} |
---|
19 | <map name="map{$derivative->get_type()}"> |
---|
20 | {assign var='size' value=$derivative->get_size()} |
---|
21 | {if isset($previous)} |
---|
22 | <area shape=rect coords="0,0,{($size[0]/4)|@intval},{$size[1]}" href="{$previous.U_IMG}" title="{'Previous'|@translate} : {$previous.TITLE_ESC}" alt="{$previous.TITLE_ESC}"> |
---|
23 | {/if} |
---|
24 | <area shape=rect coords="{($size[0]/4)|@intval},0,{($size[0]/1.34)|@intval},{($size[1]/4)|@intval}" href="{$U_UP}" title="{'Thumbnails'|@translate}" alt="{'Thumbnails'|@translate}"> |
---|
25 | {if isset($next)} |
---|
26 | <area shape=rect coords="{($size[0]/1.33)|@intval},0,{$size[0]},{$size[1]}" href="{$next.U_IMG}" title="{'Next'|@translate} : {$next.TITLE_ESC}" alt="{$next.TITLE_ESC}"> |
---|
27 | {/if} |
---|
28 | </map> |
---|
29 | {/strip}{/foreach} |
---|
Note: See
TracBrowser
for help on using the repository browser.