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">
|
tal:attributes="class string:content-$level">
|
||||||
<h3>
|
<h3>
|
||||||
<a tal:attributes="href python:view.getUrlForTarget(related)"
|
<a tal:attributes="href python:view.getUrlForTarget(related)"
|
||||||
tal:content="related/title" /></h3>
|
tal:content="related/title" />
|
||||||
|
</h3>
|
||||||
<div tal:content="structure related/renderedDescription" />
|
<div tal:content="structure related/renderedDescription" />
|
||||||
|
<!-- TODO: show next level (+/-) -->
|
||||||
</div>
|
</div>
|
||||||
</metal:children>
|
</metal:children>
|
||||||
|
|
||||||
|
@ -40,7 +42,8 @@
|
||||||
<metal:info use-macro="view/concept_macros/concepttitle" />
|
<metal:info use-macro="view/concept_macros/concepttitle" />
|
||||||
<metal:info use-macro="item/book_macros/children" />
|
<metal:info use-macro="item/book_macros/children" />
|
||||||
<metal:text define-macro="textresources">
|
<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 class="span-4">
|
||||||
<div metal:define-macro="default_text"
|
<div metal:define-macro="default_text"
|
||||||
tal:attributes="class python:
|
tal:attributes="class python:
|
||||||
|
@ -90,6 +93,7 @@
|
||||||
<img tal:attributes="src image/src;
|
<img tal:attributes="src image/src;
|
||||||
alt image/title" /></a>
|
alt image/title" /></a>
|
||||||
</div>
|
</div>
|
||||||
|
<!-- TODO: links to files -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</metal:text>
|
</metal:text>
|
||||||
|
|
Loading…
Add table
Reference in a new issue