[z3-checkins] r23069 - z3/zopeweb/trunk
d2m at codespeak.net
d2m at codespeak.net
Mon Feb 6 14:17:13 CET 2006
Author: d2m
Date: Mon Feb 6 14:17:12 2006
New Revision: 23069
Added:
z3/zopeweb/trunk/layout.txt
Log:
first take on the site layout / template structure
Added: z3/zopeweb/trunk/layout.txt
==============================================================================
--- (empty file)
+++ z3/zopeweb/trunk/layout.txt Mon Feb 6 14:17:12 2006
@@ -0,0 +1,28 @@
+Main template layout
+--------------------
+
+Main template should be as simple as possible, featuring a Header, Footer, Body with optional Sidebar.
+
+Structure (Body topics, Sidebar) is well supported through docutils directives, 'Header/Footer' should remain static throughout the site::
+
+ +-----------------------+
+ | Header |
+ +-----------------------+
+ | Body |
+ | +---------+ |
+ | | Sidebar | |
+ | | | |
+ | | | |
+ | | | |
+ | +---------+ |
+ | |
+ +-----------------------+
+ | Footer |
+ +-----------------------+
+
+Header --
+ see: menue.txt
+
+Footer --
+ holds copyright, legal, contact, feedback mail addresses
+
More information about the z3-checkins
mailing list