From 26c41e58bb49257bd26cb8453cde3e5d82ae6594 Mon Sep 17 00:00:00 2001 From: Izhar Firdaus Date: Fri, 7 Aug 2009 12:48:45 +0800 Subject: * minor update before server migration --- .../main_template.pt | 191 +++++++++++++++++++++ .../ploneCustom.css.dtml | 4 + 2 files changed, 195 insertions(+) create mode 100644 fedoratheme/kindofblue/skins/fedoratheme_kindofblue_custom_templates/main_template.pt diff --git a/fedoratheme/kindofblue/skins/fedoratheme_kindofblue_custom_templates/main_template.pt b/fedoratheme/kindofblue/skins/fedoratheme_kindofblue_custom_templates/main_template.pt new file mode 100644 index 0000000..eadc054 --- /dev/null +++ b/fedoratheme/kindofblue/skins/fedoratheme_kindofblue_custom_templates/main_template.pt @@ -0,0 +1,191 @@ + + + + + + + + + Get the global cache headers located in global_cache_settings. + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + A slot where you can insert elements in the header from a template + + + A slot where you can insert CSS in the header from a template + + + This is deprecated, please use style_slot instead. + + + A slot where you can insert javascript in the header from a template + + + + + +
+ +
+
+
+ +
+ + + + + Start of the left column + + End of the left column + + Start of main content block + + End of main content block + + Start of right column + + End of the right column + + +
+
+ + + +   +
+
+ + +
+ +
+ +
+ + + + + + +
+ Portal status message +
+ +
+ + + + The div with ID #content will only show up if we're actually on a content + view, never on edit forms, control panels etc. It's meant to only wrap the + actual content that gets rendered on a page, not the other UI elements. + +
+ + Visual Header + + + Page body text + +
+
+ + + +
+ + + + + + +
+ +
+ + +
+
+ + + +   +
+
+
+ end column wrapper + + + + + + + +
+ + + +
+
+
+ + + + diff --git a/fedoratheme/kindofblue/skins/fedoratheme_kindofblue_styles/ploneCustom.css.dtml b/fedoratheme/kindofblue/skins/fedoratheme_kindofblue_styles/ploneCustom.css.dtml index da69f89..965005a 100644 --- a/fedoratheme/kindofblue/skins/fedoratheme_kindofblue_styles/ploneCustom.css.dtml +++ b/fedoratheme/kindofblue/skins/fedoratheme_kindofblue_styles/ploneCustom.css.dtml @@ -46,6 +46,10 @@ li.formTab .selected { font-weight:bold; } +.portlet { + width:200px; +} + /* ploneboard */ .boardCommentDetails { -- cgit