add TODO markers; fix layout in non-Lobo skins
This commit is contained in:
parent
cdfd5824e1
commit
7cfb805971
1 changed files with 6 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue