| 1 |
<div class="node" id="node-$seq"> |
<div tal:attributes="class php:theme('node_class', sticky, zebra, status, teaser)"> |
| 2 |
<!-- unexpected T_PAAMAYIM_NEKUDOTAYIM: class php:'node ' . (${sticky} ? (' ' . ${sticky}) : '') // tal:condition="php:$page == 0" --> |
<tal:block condition="picture" replace="picture" /> |
| 3 |
<h2> |
<h2 tal:condition="php:page == 0" class="title" tal:content="title" /> |
| 4 |
<a tal:attributes="href node_url; title title" tal:content="title" /> |
<span tal:condition="exists:submitted" class="submitted" tal:content="submitted" /> |
| 5 |
</h2> |
<span tal:condition="terms" class="taxonomy" tal:content="terms" /> |
| 6 |
<span tal:replace="picture" /> |
<p><tal:block replace="content | '<!--without content-->'"/> |
| 7 |
<div tal:replace="php:node_image_get_image(${node}, 'node', 'summ')" /> |
<span tal:condition="links" class="links" tal:content="php:'» ' . links . ' | ' . theme('permalink', node_url)" /> |
| 8 |
<div class="info"> |
</p> |
| 9 |
<span tal:replace="submitted" /><span class="terms" tal:content="terms"></span> |
<!--pre tal:content="debug"/--> |
|
</div> |
|
|
<div class="content" tal:content="content" /> |
|
|
<tal:block condition="links"> |
|
|
<div class="links" tal:content="links" /> |
|
|
</tal:block> |
|
|
<!-- pre tal:content="debug/vars" / --> |
|
| 10 |
</div> |
</div> |