From 5a7723ff10ee2b01770542b2b5726cdfb8769e4a Mon Sep 17 00:00:00 2001 From: rvelices Date: Fri, 7 Mar 2008 02:07:55 +0000 Subject: - some more smarty migration (admin upload ws_checker profile and plugin) git-svn-id: http://piwigo.org/svn/trunk@2260 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/admin/upload.tpl | 68 ++++++++++++++++++++++-------------------- 1 file changed, 35 insertions(+), 33 deletions(-) (limited to 'template/yoga/admin/upload.tpl') diff --git a/template/yoga/admin/upload.tpl b/template/yoga/admin/upload.tpl index 755e5ac35..419a01ec0 100644 --- a/template/yoga/admin/upload.tpl +++ b/template/yoga/admin/upload.tpl @@ -1,51 +1,53 @@ - - +{* $Id$ *}
-

{lang:waiting} {TABSHEET_TITLE}

- {TABSHEET} +

{'waiting'|@translate} {$TABSHEET_TITLE}

+ {$TABSHEET}
-

{lang:title_upload}

+

{'title_upload'|@translate}

-
- + +
- - - - - + + + + + - - - - - + + + - - - - + {/foreach} + {/if}
{lang:category}{lang:date}{lang:file}{lang:thumbnail}{lang:Author}{'category'|@translate}{'date'|@translate}{'file'|@translate}{'thumbnail'|@translate}{'Author'|@translate}  
{picture.CATEGORY_IMG}{picture.DATE_IMG} - {picture.FILE_IMG} + + {if not empty($pictures) } + {foreach from=$pictures item=picture name=picture_loop} +
{$picture.CATEGORY_IMG}{$picture.DATE_IMG} + {$picture.FILE_IMG} - - {picture.thumbnail.FILE_TN_IMG} - + + {if not empty($picture.thumbnail) } + {$picture.thumbnail.FILE_TN_IMG} + {/if} - {picture.UPLOAD_USERNAME} + + {$picture.UPLOAD_USERNAME} - - + + +

- - - - - + + + + +

-- cgit v1.2.3