openrat-cms

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

commit 0969e89968daa874dd6ebbe57fe92e8397a667b5
parent b231ddc2ace61fd730422dac9a405d6c241799d6
Author: dankert <devnull@localhost>
Date:   Sat, 17 Nov 2007 17:59:51 +0100

Ausgabe-Templates f?r Kennwort?nderung und Registrierung umbenannt.

Diffstat:
themes/default/templates/index/passwordcode.tpl.src.php | 18------------------
themes/default/templates/index/passwordinputcode.tpl.src.php | 18++++++++++++++++++
themes/default/templates/index/registercode.tpl.src.php | 33---------------------------------
themes/default/templates/index/registeruserdata.tpl.src.php | 33+++++++++++++++++++++++++++++++++
4 files changed, 51 insertions(+), 51 deletions(-)

diff --git a/themes/default/templates/index/passwordcode.tpl.src.php b/themes/default/templates/index/passwordcode.tpl.src.php @@ -1,18 +0,0 @@ -page - form target:_top - window name:password icon:user width:400px widths:50%,50% - - row - cell class:logo colspan:2 - logo name:password - row - cell - text text:mail_code - cell - input type:text name:code size:30 - - row - cell colspan:2 class:act - button type:ok - - focus field:code diff --git a/themes/default/templates/index/passwordinputcode.tpl.src.php b/themes/default/templates/index/passwordinputcode.tpl.src.php @@ -0,0 +1,18 @@ +page + form target:_top + window name:password icon:user width:400px widths:50%,50% + + row + cell class:logo colspan:2 + logo name:password + row + cell + text text:mail_code + cell + input type:text name:code size:30 + + row + cell colspan:2 class:act + button type:ok + + focus field:code diff --git a/themes/default/templates/index/registercode.tpl.src.php b/themes/default/templates/index/registercode.tpl.src.php @@ -1,33 +0,0 @@ -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:code default: size:25 - row - cell class:fx width:50% - text text:USER_USERNAME - cell class:fx width:50% - input type:text name:username value: size:25 - row - cell class:fx width:50% - text text:USER_PASSWORD - cell class:fx width:50% - password name: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:code diff --git a/themes/default/templates/index/registeruserdata.tpl.src.php b/themes/default/templates/index/registeruserdata.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:code default: size:25 + row + cell class:fx width:50% + text text:USER_USERNAME + cell class:fx width:50% + input type:text name:username value: size:25 + row + cell class:fx width:50% + text text:USER_PASSWORD + cell class:fx width:50% + password name: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:code