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

Last change on this file since 16626 was 16626, checked in by mistic100, 12 years ago

-better support of Stripped

File size: 1.2 KB
Line 
1{if $themeconf.name != "stripped" and $themeconf.parent != "stripped" and $themeconf.name != "simple-grey" and $themeconf.parent != "simple"}
2  {$MENUBAR}
3{else}
4  {assign var="intern_menu" value="true"}
5{/if}
6<div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}">
7{if $intern_menu}{$MENUBAR}{/if}
8
9<div class="titrePage">
10  <ul class="categoryActions"></ul>
11  <h2>{$TITLE}</h2>
12</div>{* <!-- titrePage --> *}
13
14{if isset($errors) or not empty($infos)}
15{include file='infos_errors.tpl'}
16{/if}
17
18{if $set}
19<fieldset>
20  <h3>{$set.NAME}</h3>
21  {if $set.COMMENT}<blockquote>{$set.COMMENT}</blockquote>{/if}
22  {assign var="nb_images" value='<span class="nbImagesSet">'|@cat:$set.NB_IMAGES|@cat:'</span>'}
23  {'%d photos'|@translate|replace:'%d':'%s'|sprintf:$nb_images}
24</fieldset>
25
26
27{if !empty($THUMBNAILS)}
28<ul class="thumbnails" id="thumbnails">
29{$THUMBNAILS}
30</ul>
31{else}
32{'This download set is empty'|@translate}
33{/if}
34
35{if !empty($navbar)}{include file='navigation_bar.tpl'|@get_extent:'navbar'}{/if}
36
37<p style="text-align:center;font-weight:bold;margin:20px;"><a href="{$U_INIT_ZIP}" rel="nofollow">{'Return to download page'|@translate}</a></p>
38{/if}
39
40</div>{* <!-- content --> *}
Note: See TracBrowser for help on using the repository browser.