add TODO markers; fix layout in non-Lobo skins

This commit is contained in:
Helmut Merz 2013-07-01 14:00:41 +02:00
parent cdfd5824e1
commit 7cfb805971

View file

@ -7,8 +7,10 @@
tal:attributes="class string:content-$level">
<h3>
<a tal:attributes="href python:view.getUrlForTarget(related)"
tal:content="related/title" /></h3>
tal:content="related/title" />
</h3>
<div tal:content="structure related/renderedDescription" />
<!-- TODO: show next level (+/-) -->
</div>
</metal:children>
@ -40,7 +42,8 @@
<metal:info use-macro="view/concept_macros/concepttitle" />
<metal:info use-macro="item/book_macros/children" />
<metal:text define-macro="textresources">
<div tal:repeat="related item/textResources">
<div style="clear: both"
tal:repeat="related item/textResources">
<div class="span-4">
<div metal:define-macro="default_text"
tal:attributes="class python:
@ -90,6 +93,7 @@
<img tal:attributes="src image/src;
alt image/title" /></a>
</div>
<!-- TODO: links to files -->
</div>
</div>
</metal:text>