openrat-cms

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

commit cad98d205667cfbbe25d0cae94ba5bc289faea49
parent 36f1bcfa9c2a9330748815f097b3f55e23db2703
Author: dankert <devnull@localhost>
Date:   Mon, 27 Dec 2010 23:32:58 +0100

Umbenannt: IndexAction -> LoginAction.

Diffstat:
themes/default/templates/index/changepassword.tpl.src.php | 28----------------------------
themes/default/templates/index/login.tpl.src.php | 124-------------------------------------------------------------------------------
themes/default/templates/index/password.tpl.src.php | 24------------------------
themes/default/templates/index/passwordinputcode.tpl.src.php | 18------------------
themes/default/templates/index/register.tpl.src.php | 19-------------------
themes/default/templates/index/registeruserdata.tpl.src.php | 33---------------------------------
themes/default/templates/index/show.tpl.src.php | 28----------------------------
themes/default/templates/index/showlogin.tpl.src.php | 116-------------------------------------------------------------------------------
themes/default/templates/login/changepassword.tpl.src.php | 28++++++++++++++++++++++++++++
themes/default/templates/login/login.tpl.src.php | 124+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
themes/default/templates/login/password.tpl.src.php | 24++++++++++++++++++++++++
themes/default/templates/login/passwordinputcode.tpl.src.php | 18++++++++++++++++++
themes/default/templates/login/register.tpl.src.php | 19+++++++++++++++++++
themes/default/templates/login/registeruserdata.tpl.src.php | 33+++++++++++++++++++++++++++++++++
themes/default/templates/login/show.tpl.src.php | 28++++++++++++++++++++++++++++
themes/default/templates/login/showlogin.tpl.src.php | 116+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
16 files changed, 390 insertions(+), 390 deletions(-)

diff --git a/themes/default/templates/index/changepassword.tpl.src.php b/themes/default/templates/index/changepassword.tpl.src.php @@ -1,28 +0,0 @@ -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 width:50% - text text:USER_PASSWORD - cell width:50% - password name:password_old default: size:25 - row - cell width:50% - text text:USER_NEW_PASSWORD - cell width:50% - password name:password_new_1 default: size:25 - row - cell width:50% - text text:USER_NEW_PASSWORD_REPEAT - cell 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/login.tpl.src.php b/themes/default/templates/index/login.tpl.src.php @@ -1,124 +0,0 @@ -page - form action:index 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 - 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 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 - 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 - text key:USER_NEW_PASSWORD - cell - password name:password1 default: size:25 - - row - cell - text key:USER_NEW_PASSWORD_REPEAT - cell - password name:password2 default: size:25 - - row - cell - cell - link class:action action:index subaction:password - text key:menu_index_password - link class:action action:index subaction:register - text key:menu_index_register - - if true:config:security/openid/enable - row - cell colspan:2 - fieldset title:message:OPENID - row - cell - if not:true empty:config:security/openid/logo_url - image url:config:security/openid/logo_url - text key:openid_user - cell - 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 - row - cell colspan:2 - fieldset title:message:DATABASE icon:database - cell - text key:DATABASE - cell - 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 - hidden name:objectid - hidden name:modelid - hidden name:projectid - hidden name:languageid - - # The GPL licence requires this text, so NEVER remove nor change it. - - newline - newline - link url:config:login/gpl/url target:_top class:copyright - text value:message:GPL - - if present:force_username - focus field:login_password - else - focus field:login_name diff --git a/themes/default/templates/index/password.tpl.src.php b/themes/default/templates/index/password.tpl.src.php @@ -1,24 +0,0 @@ -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 width:50% - text text:USER_USERNAME - cell width:50% - input type:text name:username value: size:30 - - row - cell width:50% - text text:GLOBAL_DATABASE - cell width:50% - selectbox name:dbid list:dbids default:actdbid - - row - cell colspan:2 class:act - button type:ok text:button_next - - focus field:username diff --git a/themes/default/templates/index/passwordinputcode.tpl.src.php b/themes/default/templates/index/passwordinputcode.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/register.tpl.src.php b/themes/default/templates/index/register.tpl.src.php @@ -1,19 +0,0 @@ -page - 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 width:50% - text text:USER_MAIL - cell width:50% - input name:mail default: size:25 - - - row - cell colspan:2 class:act - button type:ok text:button_next - - focus field:mail diff --git a/themes/default/templates/index/registeruserdata.tpl.src.php b/themes/default/templates/index/registeruserdata.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 width:50% - text text:USER_REGISTER_CODE - cell width:50% - input name:code default: size:25 - row - cell width:50% - text text:USER_USERNAME - cell width:50% - input type:text name:username value: size:25 - row - cell width:50% - text text:USER_PASSWORD - cell width:50% - password name:password default: size:25 - row - cell width:50% - text text:GLOBAL_DATABASE - cell 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/show.tpl.src.php b/themes/default/templates/index/show.tpl.src.php @@ -1,28 +0,0 @@ -frameset-page - - if true:config:interface/application_mode - set var:menuheight value:30 - else - set var:menuheight value:60 - - if true:config:interface/application_mode - - frameset rows:* - - frameset columns:25%,* - frameset rows:{menuheight},* - frame file:var:frame_src_tree_title name:cms_treemenu - frame file:var:frame_src_tree name:cms_tree scrolling:auto - frame file:var:frame_src_main name:cms_main - - else - frameset rows:23,* - frame file:var:frame_src_title name:cms_title - - frameset columns:25%,* - frameset rows:{menuheight},* - frame file:var:frame_src_tree_title name:cms_treemenu - frame file:var:frame_src_tree name:cms_tree scrolling:auto - frame file:var:frame_src_main name:cms_main - #frame file:var:frame_src_status - diff --git a/themes/default/templates/index/showlogin.tpl.src.php b/themes/default/templates/index/showlogin.tpl.src.php @@ -1,116 +0,0 @@ -page - form action:index 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 - 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 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 - 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 - text key:USER_NEW_PASSWORD - cell - password name:password1 default: size:25 - - row - cell - text key:USER_NEW_PASSWORD_REPEAT - cell - password name:password2 default: size:25 - - if true:config:security/openid/enable - row - cell colspan:2 - fieldset title:message:OPENID - row - cell - if not:true empty:config:security/openid/logo_url - image url:config:security/openid/logo_url - text key:openid_user - cell - 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 - row - cell colspan:2 - fieldset title:message:DATABASE icon:database - cell - text key:DATABASE - cell - 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 - hidden name:objectid - hidden name:modelid - hidden name:projectid - hidden name:languageid - - # The GPL licence requires this text, so NEVER remove nor change it. - - newline - newline - link url:config:login/gpl/url target:_top class:copyright - text value:message:GPL - - if present:force_username - focus field:login_password - else - focus field:login_name diff --git a/themes/default/templates/login/changepassword.tpl.src.php b/themes/default/templates/login/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 width:50% + text text:USER_PASSWORD + cell width:50% + password name:password_old default: size:25 + row + cell width:50% + text text:USER_NEW_PASSWORD + cell width:50% + password name:password_new_1 default: size:25 + row + cell width:50% + text text:USER_NEW_PASSWORD_REPEAT + cell 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/login/login.tpl.src.php b/themes/default/templates/login/login.tpl.src.php @@ -0,0 +1,124 @@ +page + form action:index 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 + 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 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 + 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 + text key:USER_NEW_PASSWORD + cell + password name:password1 default: size:25 + + row + cell + text key:USER_NEW_PASSWORD_REPEAT + cell + password name:password2 default: size:25 + + row + cell + cell + link class:action action:index subaction:password + text key:menu_index_password + link class:action action:index subaction:register + text key:menu_index_register + + if true:config:security/openid/enable + row + cell colspan:2 + fieldset title:message:OPENID + row + cell + if not:true empty:config:security/openid/logo_url + image url:config:security/openid/logo_url + text key:openid_user + cell + 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 + row + cell colspan:2 + fieldset title:message:DATABASE icon:database + cell + text key:DATABASE + cell + 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 + hidden name:objectid + hidden name:modelid + hidden name:projectid + hidden name:languageid + + # The GPL licence requires this text, so NEVER remove nor change it. + + newline + newline + link url:config:login/gpl/url target:_top class:copyright + text value:message:GPL + + if present:force_username + focus field:login_password + else + focus field:login_name diff --git a/themes/default/templates/login/password.tpl.src.php b/themes/default/templates/login/password.tpl.src.php @@ -0,0 +1,24 @@ +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 width:50% + text text:USER_USERNAME + cell width:50% + input type:text name:username value: size:30 + + row + cell width:50% + text text:GLOBAL_DATABASE + cell width:50% + selectbox name:dbid list:dbids default:actdbid + + row + cell colspan:2 class:act + button type:ok text:button_next + + focus field:username diff --git a/themes/default/templates/login/passwordinputcode.tpl.src.php b/themes/default/templates/login/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/login/register.tpl.src.php b/themes/default/templates/login/register.tpl.src.php @@ -0,0 +1,19 @@ +page + 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 width:50% + text text:USER_MAIL + cell width:50% + input name:mail default: size:25 + + + row + cell colspan:2 class:act + button type:ok text:button_next + + focus field:mail diff --git a/themes/default/templates/login/registeruserdata.tpl.src.php b/themes/default/templates/login/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 width:50% + text text:USER_REGISTER_CODE + cell width:50% + input name:code default: size:25 + row + cell width:50% + text text:USER_USERNAME + cell width:50% + input type:text name:username value: size:25 + row + cell width:50% + text text:USER_PASSWORD + cell width:50% + password name:password default: size:25 + row + cell width:50% + text text:GLOBAL_DATABASE + cell 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/login/show.tpl.src.php b/themes/default/templates/login/show.tpl.src.php @@ -0,0 +1,28 @@ +frameset-page + + if true:config:interface/application_mode + set var:menuheight value:30 + else + set var:menuheight value:60 + + if true:config:interface/application_mode + + frameset rows:* + + frameset columns:25%,* + frameset rows:{menuheight},* + frame file:var:frame_src_tree_title name:cms_treemenu + frame file:var:frame_src_tree name:cms_tree scrolling:auto + frame file:var:frame_src_main name:cms_main + + else + frameset rows:23,* + frame file:var:frame_src_title name:cms_title + + frameset columns:25%,* + frameset rows:{menuheight},* + frame file:var:frame_src_tree_title name:cms_treemenu + frame file:var:frame_src_tree name:cms_tree scrolling:auto + frame file:var:frame_src_main name:cms_main + #frame file:var:frame_src_status + diff --git a/themes/default/templates/login/showlogin.tpl.src.php b/themes/default/templates/login/showlogin.tpl.src.php @@ -0,0 +1,116 @@ +page + form action:index 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 + 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 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 + 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 + text key:USER_NEW_PASSWORD + cell + password name:password1 default: size:25 + + row + cell + text key:USER_NEW_PASSWORD_REPEAT + cell + password name:password2 default: size:25 + + if true:config:security/openid/enable + row + cell colspan:2 + fieldset title:message:OPENID + row + cell + if not:true empty:config:security/openid/logo_url + image url:config:security/openid/logo_url + text key:openid_user + cell + 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 + row + cell colspan:2 + fieldset title:message:DATABASE icon:database + cell + text key:DATABASE + cell + 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 + hidden name:objectid + hidden name:modelid + hidden name:projectid + hidden name:languageid + + # The GPL licence requires this text, so NEVER remove nor change it. + + newline + newline + link url:config:login/gpl/url target:_top class:copyright + text value:message:GPL + + if present:force_username + focus field:login_password + else + focus field:login_name