source: extensions/BatchDownloader/template/init_zip.tpl @ 16379

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

first commit, not complete
TODO : use multisize, download history, localization, compatibility with User Selection (and create User Selection !!)

File size: 1.1 KB
Line 
1{$MENUBAR}
2
3{if $set.U_DOWNLOAD}
4{footer_script}
5setTimeout("document.location.href = '{$set.U_DOWNLOAD}';", 1000);
6{/footer_script}
7{/if}
8
9<div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}">
10<div class="titrePage">
11  <ul class="categoryActions"></ul>
12  <h2>{$TITLE}</h2>
13</div>{* <!-- titrePage --> *}
14
15{if isset($errors) or not empty($infos)}
16{include file='infos_errors.tpl'}
17{/if}
18
19
20<p>
21  <h3>{$set.NAME}</h3>
22  {if $set.COMMENT}<blockquote>{$set.COMMENT}</blockquote>{/if}
23  <span>{'%d images'|@translate|@sprintf:$set.NB_IMAGES}{if $set.U_EDIT_SET}, <a href="{$set.U_EDIT_SET}" rel="nofollow">{'Edit the set'|@translate}</a>{/if}</span>
24</p>
25
26<p>
27  <b>{'Estimated size'|@translate}:</b> {$set.TOTAL_SIZE} MB<br>
28  <b>{'Estimated number of archives'|@translate}:</b> {$set.NB_ARCHIVES}<br>
29  <i>{'These datas are an estimation, real specs can differ'|@translate}</i>
30</p>
31
32<p>
33<b>Download links:</b>
34{$set.LINKS}
35</p>
36
37<p class="infos">
38{'<b>Warning:</b> all files will be deleted within %d hours'|@translate|@sprintf:$archive_timeout}
39</p>
40
41</div>{* <!-- content --> *}
Note: See TracBrowser for help on using the repository browser.