openrat-cms

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

commit 6eb6342bd1d6cc32f9e6b0c393191ba192c07701
parent d769cf193d4558d391e2843e1f390ed4325cdcaf
Author: dankert <devnull@localhost>
Date:   Sun,  5 Feb 2006 00:17:18 +0100

Umstellung auf neues Templateformat

Diffstat:
themes/default/templates/file/pub.tpl.src.php | 7+++++++
themes/default/templates/folder/pub.tpl.src.php | 36++++++++++++++++++++++++++++++++++++
themes/default/templates/page/pub.tpl.src.php | 13+++++++++++++
3 files changed, 56 insertions(+), 0 deletions(-)

diff --git a/themes/default/templates/file/pub.tpl.src.php b/themes/default/templates/file/pub.tpl.src.php @@ -0,0 +1,6 @@ +page + form + window + row + cell class:act + button type:ok+ \ No newline at end of file diff --git a/themes/default/templates/folder/pub.tpl.src.php b/themes/default/templates/folder/pub.tpl.src.php @@ -0,0 +1,35 @@ +page + form + window + row + cell class:fx + if present:pages + if present:subdirs + checkbox name:pages + text raw:_ + text text:global_pages + newline + if present:files + if true:subdirs + checkbox name:files + text raw:_ + text text:global_files + newline + row + cell class:fx + if present:subdirs + checkbox name:subdirs + text raw:_ + text text:GLOBAL_PUBLISH_WITH_SUBDIRS + newline + if present:clean + checkbox name:clean + text raw:_ + text text:global_CLEAN_AFTER_PUBLISH + newline + row + cell class:help + text text:GLOBAL_MUCH_TIME + row + cell class:act + button type:ok+ \ No newline at end of file diff --git a/themes/default/templates/page/pub.tpl.src.php b/themes/default/templates/page/pub.tpl.src.php @@ -0,0 +1,12 @@ +page + form + window + row + cell class:fx + checkbox name:files + text raw:_ + text text:global_files + newline + row + cell class:act + button type:ok+ \ No newline at end of file