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

Contents of /contributions/theme-engines/phptal/comment.tal

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


Revision 1.1 - (show annotations) (download)
Thu Jun 22 22:54:07 2006 UTC (3 years, 5 months ago) by olav
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1, DRUPAL-4-7
added comment.tal
1 <div tal:attributes="class php:theme('comment_class', comment.new)">
2 <tal:block condition="comment/new">
3 <a id="new"></a>
4 <span class="new" tal:content="new" />
5 </tal:block>
6
7 <h3 class="title" tal:content="title" />
8 ${picture}
9 <div class="author" tal:content="submitted" />
10 <div class="content" tal:content="content" />
11 <br tal:condition="picture" class="clear" />
12 <div class="links" tal:content="php:'&raquo; ' . links" />
13 </div>

  ViewVC Help
Powered by ViewVC 1.1.2