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

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

update for Piwigo 2.6 + code cleaning + fix unable to cancel set during generation

File size: 610 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'|sprintf:$nb_images}
7  <br>
8  <b><a href="{$U_INIT_ZIP}" rel="nofollow">{'Return to download page'|translate} →</a></b>
9</fieldset>
10
11
12{if !empty($THUMBNAILS)}
13<ul class="thumbnails" id="thumbnails">
14{$THUMBNAILS}
15</ul>
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.