source: extensions/Slide/template/picture_content.tpl

Last change on this file was 27566, checked in by Miklfe, 10 years ago

Change theme.css
Slideshow fixed
compatibility with MyPiwiShop(futur)

File size: 786 bytes
Line 
1<div id="imgContent" data-width="{$current.width}" data-height="{$current.height}" data-src="{$current.path}">
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.