Ignore:
Timestamp:
Dec 12, 2013, 2:41:53 PM (10 years ago)
Author:
mistic100
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/BatchDownloader/template/view.tpl

    r17517 r25932  
    1 {* <!-- Menubar & titrePage --> *}
    2 {if $themeconf.name == "stripped" or $themeconf.parent == "stripped"}
    3   {include file=$BATCH_DOWNLOAD_ABS_PATH|@cat:'template/themes/stripped.tpl'}
    4   {assign var="clear" value="true"}
    5 {elseif $themeconf.name == "simple-grey" or $themeconf.parent == "simple"}
    6   {include file=$BATCH_DOWNLOAD_ABS_PATH|@cat:'template/themes/simple.tpl'}
    7   {assign var="clear" value="true"}
    8 {else}
    9   {include file=$BATCH_DOWNLOAD_ABS_PATH|@cat:'template/themes/default.tpl'}
    10 {/if}
    11 
    12 {if isset($errors) or not empty($infos)}
    13 {include file='infos_errors.tpl'}
    14 {/if}
    15 
    161{if $set}
    172<fieldset>
     
    194  {if $set.COMMENT}<blockquote>{$set.COMMENT}</blockquote>{/if}
    205  {assign var="nb_images" value='<span class="nbImagesSet">'|@cat:$set.NB_IMAGES|@cat:'</span>'}
    21   {'%d photos'|@translate|replace:'%d':'%s'|sprintf:$nb_images}
     6  {'%d photos'|translate|replace:'%d':'%s'|sprintf:$nb_images}
    227  <br>
    23   <b><a href="{$U_INIT_ZIP}" rel="nofollow">{'Return to download page'|@translate} →</a></b>
     8  <b><a href="{$U_INIT_ZIP}" rel="nofollow">{'Return to download page'|translate} →</a></b>
    249</fieldset>
    2510
     
    3015</ul>
    3116{else}
    32 {'This download set is empty'|@translate}
     17{'This download set is empty'|translate}
    3318{/if}
    3419
    3520{if !empty($navbar)}{include file='navigation_bar.tpl'|@get_extent:'navbar'}{/if}
    3621{/if}
    37 
    38 {if $clear}<div style="clear: both;"></div>
    39 </div>{/if}
    40 </div>{* <!-- content --> *}
Note: See TracChangeset for help on using the changeset viewer.