From 4c7e7fb0fb9cca9b2d32940a0b1477b03e0801ee Mon Sep 17 00:00:00 2001 From: rub Date: Sun, 3 Dec 2006 22:32:02 +0000 Subject: Fixed Issue ID 0000494: Stats do not currently include Uploads Fixed: Error when thumbnail directory not exists Fixed: Apply current translation norme Fixed: Improvement style sheet (like other PWG sheet) git-svn-id: http://piwigo.org/svn/trunk@1631 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/content.css | 1 + template/yoga/upload.tpl | 195 ++++++++++++++++++++++++---------------------- 2 files changed, 103 insertions(+), 93 deletions(-) (limited to 'template') diff --git a/template/yoga/content.css b/template/yoga/content.css index 9eccdeed1..6b61ea72c 100644 --- a/template/yoga/content.css +++ b/template/yoga/content.css @@ -5,6 +5,7 @@ } BODY#theCommentsPage #content, +BODY#theUploadPage #content, BODY#theRegisterPage #content, BODY#theIdentificationPage #content, BODY#theProfilePage #content, diff --git a/template/yoga/upload.tpl b/template/yoga/upload.tpl index fcf27b543..ef7498aa9 100644 --- a/template/yoga/upload.tpl +++ b/template/yoga/upload.tpl @@ -1,93 +1,102 @@ -

{L_TITLE}

- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
    - -
  • {upload_not_successful.errors.error.ERROR}
  • - -
-
-
- -
- -
- -
- -
- -
- -
- -
- -
-
- - -{L_UPLOAD_DONE}
- -
- [ {L_RETURN} ] -
- -
* : {L_MANDATORY}
- +
+ +
+
    +
  • {lang:home}
  • +
+

{lang:upload_title}

+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
    + +
  • {upload_not_successful.errors.error.ERROR}
  • + +
+
+
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+
+ + + {lang:upload_successful}
+
+ [ {lang:home} ] +
+ + +
* : {lang:mandatory}
+ +
-- cgit v1.2.3