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/thumbnails.tpl
Size2.18 kb
Permissionrw----r--
Owneroyaide : users
Create time11-Mar-2016 17:18
Last modified09-Oct-2015 09:12
Last accessed09-Oct-2015 09:12
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
{footer_script}
var error_icon = "{$ROOT_URL}{$themeconf.icon_dir}/errors_small.png", max_requests = {$maxRequests};
{/footer_script}
{if !empty($thumbnails)}{strip}
<ul class="thumbList">
{foreach from=$thumbnails item=thumbnail}
{assign var=derivative value=$pwg->derivative($stripped.thumbSize, $thumbnail.src_image)}
{if !$derivative->is_cached()}
{combine_script id='jquery.ajaxmanager' path='themes/default/js/plugins/jquery.ajaxmanager.js' load='footer'}
{combine_script id='thumbnails.loader' path='themes/default/js/thumbnails.loader.js' require='jquery.ajaxmanager' load='footer'}
{/if}
<li>
<span class="wrap1">
<span class="wrap2 {if !($stripped.showThumbLegend)}wrap2full{/if}">
<a href="{$thumbnail.URL}"><div class="thumbframe"><div class="thumbpos">
<img class="thumbnail" {if $derivative->is_cached()}src="{$derivative->get_url()}"{else}src="{$ROOT_URL}{$themeconf.icon_dir}/img_small.png" data-src="{$derivative->get_url()}"{/if} alt="{$thumbnail.TN_ALT}" title="{$thumbnail.TN_TITLE}">
{if (isset($stripped.imagePreload) & isset($stripped.imagePreloadThumbs))}
{assign var=preload value=$pwg->derivative($stripped.imageSize, $thumbnail.src_image)}
<div class="preload" style="display:none;">{$preload->get_url()}</div>
{/if}
</div></div></a>
</span>
<span class="thumbLegend {if !($stripped.showThumbLegend)}noLegend{/if}">
<span class="thumbCaption">{if isset($thumbnail.NAME)}{$thumbnail.NAME}{/if}</span>
{if !empty($thumbnail.icon_ts)}
<img title="{$thumbnail.icon_ts.TITLE}" src="{$ROOT_URL}{$themeconf.icon_dir}/recent.png" class="icon" alt="(!)">
{/if}
<div class="thumbStats">
{if isset($thumbnail.NB_COMMENTS)}
<span class="{if 0==$thumbnail.NB_COMMENTS}zero {/if}nb-comments">
{$thumbnail.NB_COMMENTS|translate_dec:'%d comment':'%d comments'}
</span>
{/if}
{if isset($thumbnail.NB_HITS)}
<span class="{if 0==$thumbnail.NB_HITS}zero {/if}nb-hits">
{$thumbnail.NB_HITS|translate_dec:'%d hit':'%d hits'}
</span>
{/if}
</div>
</span>
</span>
</li>
{/foreach}
</ul>
{/strip}{/if}