work in progress: layouts for the Lobo skin
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4000 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
033604cbc2
commit
c088b1c478
2 changed files with 5 additions and 2 deletions
|
@ -34,8 +34,10 @@
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div tal:attributes="class python:cell.cssClass[1]">
|
<div tal:attributes="class python:cell.cssClass[1]">
|
||||||
|
<a tal:attributes="href cell/targetUrl">
|
||||||
<b tal:content="cell/title" /><br />
|
<b tal:content="cell/title" /><br />
|
||||||
<i tal:content="cell/description" />
|
<i tal:content="cell/description" />
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</tal:cell>
|
</tal:cell>
|
||||||
</metal:block>
|
</metal:block>
|
||||||
|
@ -46,7 +48,8 @@
|
||||||
<metal:headline use-macro="item/macros/headline" />
|
<metal:headline use-macro="item/macros/headline" />
|
||||||
<metal:image use-macro="item/macros/image" />
|
<metal:image use-macro="item/macros/image" />
|
||||||
<metal:text use-macro="item/macros/text" />
|
<metal:text use-macro="item/macros/text" />
|
||||||
<br style="clear: both" />
|
<tal:break condition="cell/img">
|
||||||
|
<br style="clear: both" /> </tal:break>
|
||||||
</div>
|
</div>
|
||||||
</metal:block>
|
</metal:block>
|
||||||
|
|
||||||
|
|
|
@ -162,7 +162,7 @@ class List1(BasePart):
|
||||||
|
|
||||||
macroName = 'list1'
|
macroName = 'list1'
|
||||||
imageSize = 'small'
|
imageSize = 'small'
|
||||||
gridPattern = [['span-2', 'span-4 last']]
|
gridPattern = [['span-2 clear', 'span-4 last']]
|
||||||
|
|
||||||
|
|
||||||
class Header1(BasePart):
|
class Header1(BasePart):
|
||||||
|
|
Loading…
Add table
Reference in a new issue