Parent Directory
|
Revision Log
|
Revision Graph
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:'» ' . links" /> |
| 13 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |