Changeset 16626 for extensions/BatchDownloader/template/view.tpl
- Timestamp:
- Jul 11, 2012, 6:45:20 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/BatchDownloader/template/view.tpl
r16609 r16626 1 {$MENUBAR} 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} 2 8 3 <div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}"> 4 <div class="titrePage{if isset($chronology.TITLE)} calendarTitleBar{/if}"> 9 <div class="titrePage"> 5 10 <ul class="categoryActions"></ul> 6 11 <h2>{$TITLE}</h2> … … 11 16 {/if} 12 17 13 <p> 18 {if $set} 19 <fieldset> 14 20 <h3>{$set.NAME}</h3> 15 21 {if $set.COMMENT}<blockquote>{$set.COMMENT}</blockquote>{/if} 16 {'Nb images'|@translate}: <span class="nbImages">{$set.NB_IMAGES}</span> 17 </p> 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> 18 25 19 26 … … 22 29 {$THUMBNAILS} 23 30 </ul> 31 {else} 32 {'This download set is empty'|@translate} 24 33 {/if} 25 34 … … 27 36 28 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} 29 39 30 40 </div>{* <!-- content --> *}
Note: See TracChangeset
for help on using the changeset viewer.