{if !empty($thumbnails)}{strip} {*define_derivative name='derivative_params' width=160 height=90 crop=true*} {html_style} {*Set some sizes according to maximum thumbnail width and height*} .thumbnails SPAN, .thumbnails .wrap2 A, .thumbnails LABEL{ldelim} width: {$derivative_params->max_width()+2}px; } .thumbnails .wrap2{ldelim} height: {$derivative_params->max_height()+3}px; } {if $derivative_params->max_width() > 600} .thumbLegend {ldelim}font-size: 130%} {else} {if $derivative_params->max_width() > 400} .thumbLegend {ldelim}font-size: 110%} {else} .thumbLegend {ldelim}font-size: 90%} {/if} {/if} {/html_style} {foreach from=$thumbnails item=thumbnail}
  • {$thumbnail.TN_ALT} {if $SHOW_THUMBNAIL_CAPTION } {$thumbnail.NAME} {if !empty($thumbnail.icon_ts)} (!) {/if} {if isset($thumbnail.NB_COMMENTS)}
    {$pwg->l10n_dec('%d comment', '%d comments',$thumbnail.NB_COMMENTS)}
    {/if} {if isset($thumbnail.NB_HITS)}
    {$pwg->l10n_dec('%d hit', '%d hits',$thumbnail.NB_HITS)}
    {/if}
    {/if}
  • {/foreach}{/strip} {/if}