b374k
m1n1 1.01
Apache
Linux webd001.cluster107.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
uid=2234(oyaide) gid=100(users) groups=100(users)
server ip : 213.186.33.18 | your ip : 216.73.216.109
safemode OFF
 >  / home / oyaide / www / moycompany.com / piwigo2 / themes / stripped / template /
Filename/home/oyaide/www/moycompany.com/piwigo2/themes/stripped/template/slideshow.tpl
Size1.93 kb
Permissionrw----r--
Owneroyaide : users
Create time11-Mar-2016 17:18
Last modified22-Jul-2012 23:27
Last accessed22-Jul-2012 23:27
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
{html_head}
{literal}
<style>#footer {display: none;}</style>
{/literal}
{/html_head}
{assign var=derivative value=$pwg->derivative($stripped.imageSize, $current.src_image)}
{assign var='size' value=$derivative->get_size()}
{literal}
<script type="text/javascript">
var image_w = {/literal}{$size[0]}{literal}
var image_h = {/literal}{$size[1]}{literal}
</script>
{/literal}
<div id="light_slideshow">

<div class="titrePage" id="imageHeaderBar">
<div class="browsePath">
&nbsp;
</div>
<ul class="randomButtons">
<li id="imageToolBar">
{include file='picture_nav_buttons.tpl'|@get_extent:'picture_nav_buttons'}
</li>
</ul>
<div style="clear: both;"></div>
</div> <!-- imageHeaderBar -->

<div id="content">
{assign var='display_description_tab' value=false}
{if (!($stripped.showDescriptionInsteadOfTitle) && isset($COMMENT_IMG))}
{assign var='display_description_tab' value=true}
{/if}

{assign var='showTitle' value=false}
{if isset($COMMENT_IMG) and $stripped.imageCaption == 'description'}
{assign var='showTitle' value=true}
{/if}
{if isset($current.TITLE) and $stripped.imageCaption == 'title'}
{assign var='showTitle' value=true}
{/if}

<div id="theImageAndTitle">
<div id="theImageBox">
{if (isset($previous) && $stripped.navArrows) }
<a href="{$previous.U_IMG}" id="imgprev">&nbsp;</a>
{/if}
<div id="theImage">
{$ELEMENT_CONTENT}
</div>
{if (isset($next) && $stripped.navArrows)}
<a href="{$next.U_IMG}" id="imgnext">&nbsp;</a>
{/if}
</div>
{if $showTitle }
<div id="imageTitleContainer"><div id="imageTitle">
{if ($stripped.imageCaption == 'description' )}
{$COMMENT_IMG|strip_tags:false}
{/if}
{if ($stripped.imageCaption == 'title' )}
{$current.TITLE}
{/if}
</div></div>
{/if}
</div> <!-- theImage -->
<div style="clear: both;"></div>
</div>

</div>