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

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

-add complete breadcrumb
-AJAX for remove photos (more faster)
-use try/catch for error handling

File size: 855 bytes
Line 
1{$MENUBAR}
2
3<div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}">
4<div class="titrePage{if isset($chronology.TITLE)} calendarTitleBar{/if}">
5  <ul class="categoryActions"></ul>
6  <h2>{$TITLE}</h2>
7</div>{* <!-- titrePage --> *}
8
9{if isset($errors) or not empty($infos)}
10{include file='infos_errors.tpl'}
11{/if}
12
13<p>
14  <h3>{$set.NAME}</h3>
15  {if $set.COMMENT}<blockquote>{$set.COMMENT}</blockquote>{/if}
16  {'Nb images'|@translate}: <span class="nbImages">{$set.NB_IMAGES}</span>
17</p>
18
19
20{if !empty($THUMBNAILS)}
21<ul class="thumbnails" id="thumbnails">
22{$THUMBNAILS}
23</ul>
24{/if}
25
26{if !empty($navbar)}{include file='navigation_bar.tpl'|@get_extent:'navbar'}{/if}
27
28<p style="text-align:center;font-weight:bold;margin:20px;"><a href="{$U_INIT_ZIP}" rel="nofollow">{'Return to download page'|@translate}</a></p>
29
30</div>{* <!-- content --> *}
Note: See TracBrowser for help on using the repository browser.