From af6e6b55ca0a3eb8c5af4cce4b0f4385bb74fd89 Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 13 Jan 2011 20:51:57 +0000 Subject: feature 2108 finalize upload removal (php warnings) git-svn-id: http://piwigo.org/svn/trunk@8652 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/template/upload.tpl | 115 ------------------------------------- 1 file changed, 115 deletions(-) delete mode 100644 themes/default/template/upload.tpl (limited to 'themes/default') diff --git a/themes/default/template/upload.tpl b/themes/default/template/upload.tpl deleted file mode 100644 index 268ccbfa7..000000000 --- a/themes/default/template/upload.tpl +++ /dev/null @@ -1,115 +0,0 @@ -{* Example of resizeable *} -{* -{include file='include/autosize.inc.tpl'} -*} - -
- -
- -

{'Upload a picture'|@translate}

-
- - {if !empty($errors)} -
-
    - {foreach from=$errors item=error} -
  • {$error}
  • - {/foreach} -
-
- {/if} - - {if not $UPLOAD_SUCCESSFUL } -
- - - - - - - - {if isset($SHOW_FORM_FIELDS) and $SHOW_FORM_FIELDS} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {/if} - - - -
- -
{'Category'|@translate} - {html_options name="category" options=$categories selected=$categories_selected} -
{'Username'|@translate} * - -
{'E-mail address'|@translate} * - -
{'Name of the picture'|@translate} - -
{'Author'|@translate} - -
{'Creation date'|@translate} (DD/MM/YYYY) - -
{'Comment'|@translate} - -
- -
-
- {else} - {'Picture uploaded with success, an administrator will validate it as soon as possible'|@translate}
-
- [ {'Home'|@translate} ] -
- {/if} - - {if isset($SHOW_FORM_FIELDS) and $SHOW_FORM_FIELDS} -
* : {'obligatory'|@translate}
- {/if} -
-- cgit v1.2.3