openrat-cms

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

commit 24844b3eb120884102e0dcbe207696d7f3411362
parent 5a4c7ea406d3642bf1fed5660c8c12b24f3696df
Author: dankert <devnull@localhost>
Date:   Mon, 24 Jan 2011 22:12:41 +0100

Umstellung der Eingabemasken auf tabellenloses Layout...

Diffstat:
themes/default/templates/login/login.tpl.src.php | 154++++++++++++++++++++++++++++++++++---------------------------------------------
1 file changed, 67 insertions(+), 87 deletions(-)

diff --git a/themes/default/templates/login/login.tpl.src.php b/themes/default/templates/login/login.tpl.src.php @@ -2,105 +2,85 @@ page form action:login subaction:login target:_top window title:GLOBAL_LOGIN name:login width:400px icon:user - if present:config:login/logo/file - if false:property:mustChangePassword - row - cell colspan:2 - if present:config:login/logo/url - link url:config:login/logo/url target:_top - image url:config:login/logo/file - if empty:config:login/logo/url + fieldset + if present:config:login/logo/file + if false:property:mustChangePassword + if present:config:login/logo/url + link url:config:login/logo/url target:_top image url:config:login/logo/file - - if not: empty:config:login/motd - row - cell class:motd colspan:2 - text raw:config:login/motd - - if true:config:login/nologin - row - cell class:help colspan:2 - text key:LOGIN_NOLOGIN_DESC - - if true:config:security/readonly - row - cell class:help colspan:2 - text key:GLOBAL_READONLY_DESC - - if true:config:security/nopublish - row - cell class:help colspan:2 - text key:GLOBAL_NOPUBLISH_DESC - - if false:config:login/nologin - row - cell class:logo colspan:2 - logo name:login - row - cell - text key:USER_USERNAME - cell + if empty:config:login/logo/url + image url:config:login/logo/file + + if not: empty:config:login/motd + text raw:config:login/motd + + if true:config:login/nologin + text key:LOGIN_NOLOGIN_DESC + + if true:config:security/readonly + text key:GLOBAL_READONLY_DESC class:help + + if true:config:security/nopublish + text key:GLOBAL_NOPUBLISH_DESC class:help + + if false:config:login/nologin + logo name:login + + part + label for:login_name + text key:USER_USERNAME if not:true present:force_username input type:text name:login_name class:name value: size:20 else input type:hidden name:login_name value:var:force_username text value:var:force_username - row - cell - text key:USER_PASSWORD - cell + + part + label for:login_password + text key:USER_PASSWORD password name:login_password class:name default: size:20 - + if true:property:mustChangePassword - row - cell colspan:2 - fieldset title:message:USER_NEW_PASSWORD - row - cell + part + fieldset title:message:USER_NEW_PASSWORD + part + label for:password1 text key:USER_NEW_PASSWORD - cell - password name:password1 default: size:25 + password name:password1 default: size:25 - row - cell + part + label for:password2 text key:USER_NEW_PASSWORD_REPEAT - cell - password name:password2 default: size:25 - - row - cell - cell - link class:action action:login subaction:password - text key:menu_login_password - link class:action action:login subaction:register - text key:menu_login_register + password name:password2 default: size:25 + + link class:action action:login subaction:password + text key:menu_login_password + link class:action action:login subaction:register + text key:menu_login_register - if true:config:security/openid/enable - row - cell colspan:2 - fieldset title:message:OPENID - if not:true empty:config:security/openid/logo_url - image url:config:security/openid/logo_url - text key:openid_user - radiobox name:openid_provider list:openid_providers - if true:var:openid_user_identity - radio name:openid_provider value:identity - input name:openid_url class:name size:20 - if value:size:dbids greaterthan:1 - row - cell colspan:2 - fieldset title:message:DATABASE icon:database - label for:dbid - text key:DATABASE - selectbox name:dbid list:dbids default:var:actdbid - hidden name:screenwidth default:9999 - #script - row - cell colspan:2 class:act - button type:ok - insert script:screenwidth - if value:size:dbids lessthan:2 - hidden name:dbid default:var:actdbid + if true:config:security/openid/enable + fieldset title:message:OPENID + part + if not:true empty:config:security/openid/logo_url + image url:config:security/openid/logo_url + text key:openid_user + radiobox name:openid_provider list:openid_providers + if true:var:openid_user_identity + radio name:openid_provider value:identity + input name:openid_url class:name size:20 + if value:size:dbids greaterthan:1 + fieldset title:message:DATABASE icon:database + part + label for:dbid + text key:DATABASE + selectbox name:dbid list:dbids default:var:actdbid + hidden name:screenwidth default:9999 + #script + else + hidden name:dbid default:var:actdbid + button type:ok + insert script:screenwidth + hidden name:objectid hidden name:modelid hidden name:projectid