From f94e5e55116d408bf67b3f346da2a216d18e4124 Mon Sep 17 00:00:00 2001 From: vdigital Date: Sun, 14 Sep 2008 12:25:34 +0000 Subject: roma tpl were missing. git-svn-id: http://piwigo.org/svn/trunk@2531 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/upload.tpl | 52 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 admin/template/goto/upload.tpl (limited to 'admin/template/goto/upload.tpl') diff --git a/admin/template/goto/upload.tpl b/admin/template/goto/upload.tpl new file mode 100644 index 000000000..986a2cf93 --- /dev/null +++ b/admin/template/goto/upload.tpl @@ -0,0 +1,52 @@ +{* $Id$ *} +
+

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

+
+ +

{'title_upload'|@translate}

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

+ + + + + +

+ +
-- cgit v1.2.3