mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-04 08:52:20 +02:00
7798656c51
-> #content on picture & slideshow page -> class 'browsePathSeparator' on LEVEL_SEPARATOR on browsePath -> derivativeSwitchLink replaced by pwg-size icon (with associated css modification on themes) -> new id #theImageAndInfos that contains #theImage and #imageInfos git-svn-id: http://piwigo.org/svn/trunk@13474 68402e56-0260-453c-a942-63ccdbb3a9ee
23 lines
540 B
Smarty
23 lines
540 B
Smarty
<div id="imageHeaderBar">
|
|
<div class="browsePath">
|
|
{if isset($U_SLIDESHOW_STOP) }
|
|
[ <a href="{$U_SLIDESHOW_STOP}">{'stop the slideshow'|@translate}</a> ]
|
|
{/if}
|
|
<h2 class="showtitle">{$current.TITLE}</h2>
|
|
</div>
|
|
<div class="imageNumber">{$PHOTO}</div>
|
|
</div>
|
|
|
|
<div id="imageToolBar">
|
|
{include file='picture_nav_buttons.tpl'|@get_extent:'picture_nav_buttons'}
|
|
</div>
|
|
|
|
<div id="content">
|
|
<div id="theImage">
|
|
{$ELEMENT_CONTENT}
|
|
{if isset($COMMENT_IMG)}
|
|
<p class="showlegend">{$COMMENT_IMG}</p>
|
|
{/if}
|
|
</div>
|
|
</div>
|