source: extensions/Slide/template/picture_content.tpl @ 26915

Last change on this file since 26915 was 26889, checked in by Miklfe, 10 years ago
File size: 697 bytes
Line 
1<div id="imgContent">
2        <img src="{$current.selected_derivative->get_url()}" {$current.selected_derivative->get_size_htm()} alt="{$ALT_IMG}" id="theMainImage"  title="{if isset($COMMENT_IMG)}{$COMMENT_IMG|@strip_tags:false|@replace:'"':' '}{else}{$current.TITLE|@replace:'"':' '} - {$ALT_IMG}{/if}">
3
4                <div id="imgHoverNav">
5                {if isset($previous)}
6                <a id="imgPrevHov" class=" noSlide sameLayer" href="{$previous.U_IMG}" title="{'Previous'|@translate} : {$previous.TITLE}" alt="{$previous.TITLE}">
7                </a>
8                {/if}
9
10                {if isset($next)}
11                <a id="imgNextHov" class="noSlide sameLayer" href="{$next.U_IMG}" title="{'Next'|@translate} : {$next.TITLE}" alt="{$next.TITLE}">
12                </a>
13                {/if}
14        </div>
15</div>
Note: See TracBrowser for help on using the repository browser.