From 14778ce673277f2df41f963aa70df1cbed427294 Mon Sep 17 00:00:00 2001 From: plegall Date: Sat, 13 Mar 2010 00:00:52 +0000 Subject: feature 1502: based on Dotclear model, P@t has reorganized the way Piwigo manages template/theme in a simpler "theme only level" architecture. It supports multiple level inheritance. git-svn-id: http://piwigo.org/svn/trunk@5123 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/thumbnail.tpl | 119 -------------------------------------- 1 file changed, 119 deletions(-) delete mode 100644 admin/template/goto/thumbnail.tpl (limited to 'admin/template/goto/thumbnail.tpl') diff --git a/admin/template/goto/thumbnail.tpl b/admin/template/goto/thumbnail.tpl deleted file mode 100644 index 653f07cc3..000000000 --- a/admin/template/goto/thumbnail.tpl +++ /dev/null @@ -1,119 +0,0 @@ -
-

{'Thumbnail creation'|@translate}

-
- -{if isset($results) } -
{'Results of miniaturization'|@translate}
- - - - - - - - - {foreach from=$results.elements item=elt} - - - - - - - - {/foreach} -
{'Path'|@translate}{'Thumbnail'|@translate}{'generated in'|@translate}{'Filesize'|@translate}{'Dimensions'|@translate}
{$elt.PATH}{$elt.GEN_TIME}{$elt.TN_FILESIZE_IMG}{$elt.TN_WIDTH_IMG} x {$elt.TN_HEIGHT_IMG}
- - - - - - - - - - - - - - - - - - - - - - - - - -
{'General statistics'|@translate}
{'number of miniaturized pictures'|@translate}{$results.TN_NB}
{'total time'|@translate}{$results.TN_TOTAL}
{'max time'|@translate}{$results.TN_MAX}
{'min time'|@translate}{$results.TN_MIN}
{'average time'|@translate}{$results.TN_AVERAGE}
-
-{/if} - -{if isset($params) } -
- -
- {'Miniaturization parameters'|@translate} - -
    -
  • - {'GD version'|@translate} - - -
  • - -
  • - - - - -
  • - -
  • - - - - -
  • - -
  • - {'Number of thumbnails to create'|@translate} - - - - -
  • -
-
- -

-
-{/if} {*isset params*} - -{if !empty($remainings) } -
{$TOTAL_NB_REMAINING} {'pictures without thumbnail (jpeg and png only)'|@translate}
- - - - - - - - {foreach from=$remainings item=elt name=remain_loop} - - - - - - - {/foreach} -
 {'Path'|@translate}{'Filesize'|@translate}{'Dimensions'|@translate}
{$smarty.foreach.remain_loop.iteration}
{$elt.PATH}
{$elt.FILESIZE_IMG}
{$elt.WIDTH_IMG} x {$elt.HEIGHT_IMG}
-{else} -
[ {'No missing thumbnail'|@translate} ]
-{/if} -- cgit v1.2.3