/[drupal]/contributions/theme-engines/phptal/node.tal
ViewVC logotype

Diff of /contributions/theme-engines/phptal/node.tal

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2, Tue Jun 20 12:27:30 2006 UTC revision 1.3, Thu Feb 1 21:38:11 2007 UTC
# Line 1  Line 1 
1  <div tal:attributes="class php:theme('node_class', sticky, zebra, status, teaser)">  <div tal:attributes="class php:theme('node_class', sticky, zebra, status, teaser, node.type)">
2    <tal:block condition="picture" replace="picture" />    <tal:block condition="picture" replace="picture" />
3    <h2 tal:condition="php:page == 0" class="title" tal:content="title" />    <h3 tal:condition="php:page == 0" class="title"><a
4      <span tal:condition="exists:submitted" class="submitted" tal:content="submitted" />      tal:attributes="href node_url" tal:content="title" /></h3>
5      <span tal:condition="terms" class="taxonomy" tal:content="terms" />      <span tal:condition="php:!teaser AND terms" class="taxonomy">Tags: ${terms} </span>
6      <p><tal:block replace="content | '<!--without content-->'"/>      <p><tal:block replace="content | '<!--without content-->'"/>
7        <span tal:condition="links" class="links" tal:content="php:'&raquo; ' . links . ' | ' . theme('permalink', node_url)" />        <span tal:condition="links" class="links" tal:content="php:'&raquo; ' . links . ' | ' . theme('created', node) . ' | ' . theme('permalink', node_url)" />
8      </p>      </p>
   <!--pre tal:content="debug"/-->  
9  </div>  </div>

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.2