comparison templates/classic/html/msg.item.html @ 3119:c26f2ba69c78

some bits I missed, and the next release will be beta ;)
author Richard Jones <richard@users.sourceforge.net>
date Fri, 28 Jan 2005 04:07:58 +0000
parents 97f810f39d16
children a9f6eb633452
comparison
equal deleted inserted replaced
3118:246c04b1485d 3119:c26f2ba69c78
20 <span tal:condition="python: context.id and context.is_edit_ok()" 20 <span tal:condition="python: context.id and context.is_edit_ok()"
21 tal:omit-tag="python:1" i18n:translate="">Message<tal:x 21 tal:omit-tag="python:1" i18n:translate="">Message<tal:x
22 replace="context/id" i18n:name="id" /> Editing</span> 22 replace="context/id" i18n:name="id" /> Editing</span>
23 </tal:block> 23 </tal:block>
24 <td class="content" metal:fill-slot="content"> 24 <td class="content" metal:fill-slot="content">
25
26 <p tal:condition="not:context/is_view_ok" i18n:translate="">You are not
27 allowed to view this page.</p>
28
29 <div tal:condition="context/is_view_ok">
25 <table class="form"> 30 <table class="form">
26 31
27 <tr> 32 <tr>
28 <th i18n:translate="">Author</th> 33 <th i18n:translate="">Author</th>
29 <td tal:content="context/author"></td> 34 <td tal:content="context/author"></td>
64 </td> 69 </td>
65 </tr> 70 </tr>
66 </table> 71 </table>
67 72
68 <tal:block tal:replace="structure context/history" /> 73 <tal:block tal:replace="structure context/history" />
74
75 </div>
69 </td> 76 </td>
70 77
71 </tal:block> 78 </tal:block>

Roundup Issue Tracker: http://roundup-tracker.org/