From a51e8e3f1954bea937381a84de297f0c98060067 Mon Sep 17 00:00:00 2001 From: Helmut Merz Date: Thu, 29 Mar 2012 20:12:35 +0200 Subject: [PATCH] provide special part e.g. for start pages --- browser/lobo/configure.zcml | 8 ++++++++ browser/lobo/standard.pt | 10 ++++++++++ browser/lobo/standard.py | 7 +++++++ 3 files changed, 25 insertions(+) diff --git a/browser/lobo/configure.zcml b/browser/lobo/configure.zcml index d179e44..5bf7ea0 100644 --- a/browser/lobo/configure.zcml +++ b/browser/lobo/configure.zcml @@ -39,6 +39,14 @@ factory="loops.browser.lobo.standard.List1" permission="zope.View" /> + + + +
+ +
+
+ + +
diff --git a/browser/lobo/standard.py b/browser/lobo/standard.py index aa82276..fb8e1aa 100644 --- a/browser/lobo/standard.py +++ b/browser/lobo/standard.py @@ -246,6 +246,13 @@ class List2(BasePart): gridPattern = [['span-4 clear', 'span-2 last']] +class List3(BasePart): + + macroName = 'list3' + imageSize = 'large' + gridPattern = [['span-6 clear']] + + class Header0(BasePart): macroName = 'header'