/[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.1, Mon Dec 6 15:33:05 2004 UTC revision 1.2, Tue Jun 20 12:27:30 2006 UTC
# Line 1  Line 1 
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:'&raquo; ' . 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>

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

  ViewVC Help
Powered by ViewVC 1.1.2