openrat-cms

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

commit af0589339b224ea8f847f2c422d89dc71d9cf874
parent c35e708e0700ff0501a8d38bfb6aaa44f95441bb
Author: dankert <devnull@localhost>
Date:   Tue, 20 Feb 2007 23:35:35 +0100

Fehlerbehebung aufgrund Neukompilierung aller Templates

Diffstat:
themes/default/templates/folder/order.tpl.src.php | 26+++++++++++++-------------
themes/default/templates/folder/select.tpl.src.php | 10+++++-----
themes/default/templates/folder/show.tpl.src.php | 6+++---
themes/default/templates/index/projectmenu.tpl.src.php | 2+-
themes/default/templates/mainmenu/show.tpl.src.php | 2+-
themes/default/templates/title/show.tpl.src.php | 40+++++++++++++++++++++++++---------------
themes/default/templates/title/show.tpl.src.xml | 2+-
themes/default/templates/treetitle/show.tpl.src.php | 10+++++-----
8 files changed, 54 insertions(+), 44 deletions(-)

diff --git a/themes/default/templates/folder/order.tpl.src.php b/themes/default/templates/folder/order.tpl.src.php @@ -6,50 +6,50 @@ page row cell class:help - link url:orderbytype_url title:FOLDER_ORDERBYTYPE + link url:var:orderbytype_url title:FOLDER_ORDERBYTYPE text text:GLOBAL_TYPE text raw:_/_ - link url:orderbyname_url title:FOLDER_ORDERBYNAME + link url:var:orderbyname_url title:FOLDER_ORDERBYNAME text text:GLOBAL_NAME cell class:help - link url:orderbylastchange_url title:FOLDER_ORDERBYLASTCHANGE + link url:var:orderbylastchange_url title:FOLDER_ORDERBYLASTCHANGE text text:GLOBAL_LASTCHANGE cell class:help colspan:4 - link url:flip_url title:FOLDER_FLIP + link url:var:flip_url title:FOLDER_FLIP text text:FOLDER_ORDER list list:object extract:true row cell width:40% class:fx - image type:icon + image type:var:icon text var:name cell width:18% class:fx text var:date cell width:3% class:fx if present:upurl - link url:upurl title:GLOBAL_UP + link url:var:upurl title:GLOBAL_UP set var:bild value:arrow_up - image file:bild + image file:var:bild if empty:upurl text raw:_ cell width:3% class:fx if present:topurl - link url:topurl title:GLOBAL_TOP + link url:var:topurl title:GLOBAL_TOP set var:bild value:arrow_top - image file:bild + image file:var:bild if empty:topurl text raw:_ cell width:3% class:fx if present:bottomurl - link url:bottomurl title:GLOBAL_BOTTOM + link url:var:bottomurl title:GLOBAL_BOTTOM set var:bild value:arrow_bottom - image file:bild + image file:var:bild if empty:bottomurl text raw:_ cell width:3% class:fx if present:downurl - link url:downurl title:GLOBAL_DOWN + link url:var:downurl title:GLOBAL_DOWN set var:bild value:arrow_down - image file:bild + image file:var:bild if empty:downurl text raw:_ diff --git a/themes/default/templates/folder/select.tpl.src.php b/themes/default/templates/folder/select.tpl.src.php @@ -13,13 +13,13 @@ page row cell class:fx if true:writable - checkbox name:id + checkbox name:var:id if false:writable text raw:_ cell class:fx - link url:url target:cms_main title:desc - image type:icon + link url:var:url target:cms_main title:desc + image type:var:icon text var:name text raw:_ @@ -33,9 +33,9 @@ END cell class:fx colspan:2 list list:actionlist extract:true - radio name:type value:type + radio name:var:type value:var:type text raw:_ - text var:type + text text:var:type newline row cell class:act colspan:2 diff --git a/themes/default/templates/folder/show.tpl.src.php b/themes/default/templates/folder/show.tpl.src.php @@ -20,9 +20,9 @@ page class:main list list:object extract:true row cell class:fx - link url:url target:cms_main title:desc - image type:icon - text var:name + link url:var:url target:cms_main title:desc + image type:var:icon + text text:var:name text raw:_ cell class:fx text var:date diff --git a/themes/default/templates/index/projectmenu.tpl.src.php b/themes/default/templates/index/projectmenu.tpl.src.php @@ -8,7 +8,7 @@ page list list:el extract:true row cell - link var:url title:TREE_CHOOSE_PROJECT + link url:var:url title:TREE_CHOOSE_PROJECT set var:project value:project image type:project text var:name \ No newline at end of file diff --git a/themes/default/templates/mainmenu/show.tpl.src.php b/themes/default/templates/mainmenu/show.tpl.src.php @@ -11,7 +11,7 @@ page text value:var:name maxlength:20 char type:filesep - text value:var:text title:var:text class:title + text text:var:text title:var:text class:title cell class:menu style::text-align:right; list list:windowIcons extract:true link url:var:url target:_top diff --git a/themes/default/templates/title/show.tpl.src.php b/themes/default/templates/title/show.tpl.src.php @@ -1,20 +1,30 @@ -//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; +page class:title + + table padding:5 space:0 width:100% + row + cell class:title width:40% + image icon:database align:left + text title:var:dbid text:var:dbname + ###text title:USER_LOGINAS text: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 + + image icon:user align:right + link title:USER_LOGOUT_DESC url:var:logout_url target:_top + text text:USER_LOGOUT + text raw:_( + link title:USER_PROFILE_DESC url:var:profile_url target:cms_main_main + text text:userfullname + text raw:) diff --git a/themes/default/templates/title/show.tpl.src.xml b/themes/default/templates/title/show.tpl.src.xml @@ -3,7 +3,7 @@ <row> <cell class="title" width="30%"> <image icon="database" align="left"/> - <text title="dbid" var="dbname"></text> + <text title="dbid" text="var:dbname"></text> </cell> <cell class="title" width="40%" style="text-align:center;"> <text var="cms_title"/> diff --git a/themes/default/templates/treetitle/show.tpl.src.php b/themes/default/templates/treetitle/show.tpl.src.php @@ -3,20 +3,20 @@ page row cell class:menu - image type:type + image type:var:type list list:path extract:true value:xy #image type:icon - link url:url title:title class:path target:cms_main + link url:var:url title:title class:path target:cms_main text var:name maxlength:20 char type:filesep - text var:text title:text class:title + text text:var:text title:var:text class:title row # Menüleiste cell class:subaction # Schleife über alle Menüpunkte list list:windowMenu extract:true - link url:url title:title target:_parent - text textvar:text + link url:var:url title:var:title target:_parent + text text:var:text text raw:__