source: extensions/BatchDownloader/template/view.tpl @ 26642

Last change on this file since 26642 was 26642, checked in by mistic100, 10 years ago

use new trigger functions

File size: 600 bytes
Line 
1{if $set}
2<fieldset>
3  <h3>{$set.NAME}</h3>
4  {if $set.COMMENT}<blockquote>{$set.COMMENT}</blockquote>{/if}
5  {assign var="nb_images" value='<span class="nbImagesSet">'|cat:$set.NB_IMAGES|@cat:'</span>'}
6  {'%d photos'|translate|replace:'%d':'%s':$nb_images}
7  <br>
8  <b><a href="{$U_INIT_ZIP}" rel="nofollow">{'Return to download page'|translate} →</a></b>
9</fieldset>
10
11{if !empty($THUMBNAILS)}
12<ul class="thumbnails" id="thumbnails">
13{$THUMBNAILS}
14</ul>
15
16{else}
17{'This download set is empty'|translate}
18{/if}
19
20{if !empty($navbar)}{include file='navigation_bar.tpl'|get_extent:'navbar'}{/if}
21{/if}
Note: See TracBrowser for help on using the repository browser.