openrat-cms

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

commit db412c9371513ef282b386ea842a1429d999b0f1
parent 475bc7be9cd70ed438ec282c62d26d3962bea014
Author: dankert <devnull@localhost>
Date:   Thu, 27 Jul 2006 22:38:57 +0200

Umstellung auf XML-Format.

Diffstat:
themes/default/templates/title/show.tpl.src.php | 40++++++++++++++++++++--------------------
themes/default/templates/title/show.tpl.src.xml | 25+++++++++++++++++++++++++
2 files changed, 45 insertions(+), 20 deletions(-)

diff --git a/themes/default/templates/title/show.tpl.src.php b/themes/default/templates/title/show.tpl.src.php @@ -1,20 +1,20 @@ -page class:title - - table padding:5 space:0 width:100% - row - cell class:title width:40% - text title:USER_LOGINAS var:userfullname - text raw:_( - text title:dbid var:dbname - text raw:)_ - #text raw:_|_ - #link url:showtree_url target:_parent - # text var:showtree_text - cell class:title width:20% style:text-align:center; - text var:cms_title - cell class:title width:40% style:text-align:right; - link title:USER_PROFILE_DESC url:profile_url target:cms_main_main - text text:USER_YOURPROFILE - text raw:_|_ - link title:USER_LOGOUT_DESC url:logout_url target:_top - text text:USER_LOGOUT +//page class:title +// +// table padding:5 space:0 width:100% +// row +// cell class:title width:40% +// text title:USER_LOGINAS var:userfullname +// text raw:_( +// text title:dbid var:dbname +// text raw:)_ +// #text raw:_|_ +// #link url:showtree_url target:_parent +// # text var:showtree_text +// cell class:title width:20% style:text-align:center; +// text var:cms_title +// cell class:title width:40% style:text-align:right; +// link title:USER_PROFILE_DESC url:profile_url target:cms_main_main +// text text:USER_YOURPROFILE +// text raw:_|_ +// link title:USER_LOGOUT_DESC url:logout_url target:_top +// text text:USER_LOGOUT diff --git a/themes/default/templates/title/show.tpl.src.xml b/themes/default/templates/title/show.tpl.src.xml @@ -0,0 +1,24 @@ +<page class="title"> + <table padding="5" space="0" width="100%"> + <row> + <cell class="title" width="30%"> + <image icon="database" align="left"/> + <text title="dbid" var="dbname"></text> + </cell> + <cell class="title" width="40%" style="text-align:center;"> + <text var="cms_title"/> + </cell> + <cell class="title" width="30%" style="text-align:right;"> + <image icon="user" align="right"/> + <link title="USER_LOGOUT_DESC" url="logout_url" target="_top"> + <text text="USER_LOGOUT"/> + </link> + <text raw=" ("/> + <link title="USER_PROFILE_DESC" url="profile_url" target="cms_main_main"> + <text var="userfullname"/> + <text raw=")"/> + </link> + </cell> + </row> + </table> +</page>+ \ No newline at end of file