openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 098af4ec0585afca0c5e9eeaef2149a170ee000e
parent da145c742b1082a6952f3120ed72daac2cea05cc
Author: dankert <devnull@localhost>
Date:   Thu, 16 Nov 2006 21:01:07 +0100

Views f?r Registrierung und Kennwortzusendung

Diffstat:
themes/default/templates/index/changepassword.tpl.src.php | 28++++++++++++++++++++++++++++
themes/default/templates/index/password.tpl.src.php | 17+++++++++--------
themes/default/templates/index/passwordcode.tpl.src.php | 18++++++++++++++++++
themes/default/templates/index/register.tpl.src.php | 23+++++++----------------
themes/default/templates/index/registercode.tpl.src.php | 33+++++++++++++++++++++++++++++++++
5 files changed, 95 insertions(+), 24 deletions(-)

diff --git a/themes/default/templates/index/changepassword.tpl.src.php b/themes/default/templates/index/changepassword.tpl.src.php @@ -0,0 +1,28 @@ +page + form target:_top + window title:GLOBAL_CHOOSE name:login width:400 icon:user columnclasses:x,y rowclasses:fx1,fx2 + + row + cell class:logo colspan:2 + logo name:changepassword + row + cell class:fx width:50% + text text:USER_PASSWORD + cell class:fx width:50% + password name:password_old default: size:25 + row + cell class:fx width:50% + text text:USER_NEW_PASSWORD + cell class:fx width:50% + password name:password_new_1 default: size:25 + row + cell class:fx width:50% + text text:USER_NEW_PASSWORD_REPEAT + cell class:fx width:50% + password name:password_new_2 default: size:25 + + row + cell colspan:2 class:act + button type:ok + + focus field:password_old diff --git a/themes/default/templates/index/password.tpl.src.php b/themes/default/templates/index/password.tpl.src.php @@ -1,23 +1,24 @@ page - form action:index subaction:login target:_top - window title:GLOBAL_password name:login width:400 icon:user + form target:_top + window title:GLOBAL_password name:login width:400 icon:user columnclasses:x,y rowclasses:fx1,fx2 widths:50%,50% row cell class:logo colspan:2 logo name:password row - cell class:fx width:50% + cell width:50% text text:USER_USERNAME - cell class:fx width:50% - input type:text name:login_name value: size:25 + cell width:50% + input type:text name:password_name value: size:30 + row cell class:fx width:50% - text text:USER_EMAIL + text text:GLOBAL_DATABASE cell class:fx width:50% - password name:login_password default: size:25 + selectbox name:dbid list:dbids default:actdbid row cell colspan:2 class:act button type:ok - focus field:login_name + focus field:password_name diff --git a/themes/default/templates/index/passwordcode.tpl.src.php b/themes/default/templates/index/passwordcode.tpl.src.php @@ -0,0 +1,18 @@ +page + form target:_top + window title:GLOBAL_password name:login width:400 icon:user columnclasses:x,y rowclasses:fx1,fx2 widths:50%,50% + + row + cell class:logo colspan:2 + logo name:password + row + cell + text text:password_code + cell + input type:text name:code size:30 + + row + cell colspan:2 class:act + button type:ok + + focus field:password_code diff --git a/themes/default/templates/index/register.tpl.src.php b/themes/default/templates/index/register.tpl.src.php @@ -1,28 +1,19 @@ page - form action:index subaction:login target:_top - window title:GLOBAL_REGISTER name:login width:400 icon:user + form target:_top + window title:GLOBAL_REGISTER name:login width:400 icon:user columnclasses:x row cell class:logo colspan:2 logo name:register row cell class:fx width:50% - text text:USER_USERNAME + text text:USER_MAIL cell class:fx width:50% - input type:text name:login_name value: size:25 - row - cell class:fx width:50% - text text:USER_PASSWORD - cell class:fx width:50% - password name:login_password default: size:25 - row - cell class:fx width:50% - text text:USER_EMAIL - cell class:fx width:50% - password name:login_password default: size:25 - + input name:register_mail default: size:25 + + row cell colspan:2 class:act button type:ok - focus field:login_name + focus field:register_mail diff --git a/themes/default/templates/index/registercode.tpl.src.php b/themes/default/templates/index/registercode.tpl.src.php @@ -0,0 +1,33 @@ +page + form target:_top + window title:GLOBAL_REGISTER name:login width:400 icon:user columnclasses:x,y rowclasses:fx1,fx2 + + row + cell class:logo colspan:2 + logo name:register + row + cell class:fx width:50% + text text:USER_REGISTER_CODE + cell class:fx width:50% + input name:register_code default: size:25 + row + cell class:fx width:50% + text text:USER_USERNAME + cell class:fx width:50% + input type:text name:register_name value: size:25 + row + cell class:fx width:50% + text text:USER_PASSWORD + cell class:fx width:50% + password name:register_password default: size:25 + row + cell class:fx width:50% + text text:GLOBAL_DATABASE + cell class:fx width:50% + selectbox name:dbid list:dbids default:actdbid + + row + cell colspan:2 class:act + button type:ok + + focus field:register_code