From a891960d5a9ac504a173520f4604e6740c58493b Mon Sep 17 00:00:00 2001 From: plegall Date: Sat, 27 Aug 2005 00:24:31 +0000 Subject: (not in ChangeLog) - adds PHPWG_ROOT_PATH to form action in identification.php - adds link to home on identification.php - avoid using language_select and template_select in profile.php (maybe these functions becom obsolete) - [template cclear] solution #3 from http://forum.phpwebgallery.net/viewtopic.php?pid=21443#p21443 : adds the fix on min-height. - [template cclear] new FORM class : properties. Used in identification, profile, register. - [template cclear] deletion of now useless DIV.formbox - [template cclear] footer update : link to phpwebgallery website and not pierrick email. git-svn-id: http://piwigo.org/svn/trunk@854 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/cclear/profile.tpl | 179 +++++++++++++++++++++++++++----------------- 1 file changed, 110 insertions(+), 69 deletions(-) (limited to 'template/cclear/profile.tpl') diff --git a/template/cclear/profile.tpl b/template/cclear/profile.tpl index 76fe2dba6..08983b91b 100644 --- a/template/cclear/profile.tpl +++ b/template/cclear/profile.tpl @@ -1,3 +1,5 @@ +
+
    @@ -8,73 +10,113 @@
-

{L_TITLE}

- -
-
- -

- -

{L_REGISTRATION_INFO}

-
-
{L_USERNAME}
-
{USERNAME}
-
{L_EMAIL}
-
-
-
-
{L_CURRENT_PASSWORD} :
{L_CURRENT_PASSWORD_HINT}
-
-
-
-
{L_NEW_PASSWORD} :
{L_NEW_PASSWORD_HINT}
-
-
-
-
{L_CONFIRM_PASSWORD} :
{L_CONFIRM_PASSWORD_HINT}
-
-
-

{L_PREFERENCES}

-
-
{L_NB_IMAGE_LINE}
-
- -
-
{L_NB_ROW_PAGE}
-
- -
-
{L_STYLE_SELECT}
-
- {STYLE_SELECT} -
-
{L_LANG_SELECT}
-
- {LANG_SELECT} -
-
{L_RECENT_PERIOD}
-
- -
-
{L_EXPAND_TREE}
-
- {L_YES}   - {L_NO} -
-
{L_NB_COMMENTS}
-
- {L_YES}   - {L_NO} -
-
{L_MAXWIDTH}
-
- -
-
{L_MAXHEIGHT}
-
- -
-
+
+
    +
  • {lang:home}
  • +
+

{lang:Profile}

+
+ + + + + +
+ {L_REGISTRATION_INFO} + +
    +
  • + + {USERNAME} +
  • + +
  • + + +
  • + +
  • + + +
  • + +
  • + + +
  • + +
  • + + +
  • +
+
+ +
+ {L_PREFERENCES} + +
    +
  • + + +
  • + +
  • + + +
  • + +
  • + + +
  • + +
  • + + +
  • + +
  • + + +
  • + +
  • + + {L_YES} + {L_NO} +
  • + +
  • + + {L_YES} + {L_NO} +
  • + +
  • + + +
  • + +
  • + + +
  • +
+

@@ -83,5 +125,4 @@

-

[{L_RETURN}]

-
+
-- cgit v1.2.3