Mercurial > p > roundup > code
comparison templates/classic/html/user.item.html @ 3120:ac1803a09920 maint-0.8
far more merging from HEAD than is good
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 28 Jan 2005 04:10:22 +0000 |
| parents | 97f810f39d16 |
| children | 74268c847ace |
comparison
equal
deleted
inserted
replaced
| 3116:ed309360be21 | 3120:ac1803a09920 |
|---|---|
| 22 tal:omit-tag="python:1" i18n:translate="">User<tal:x | 22 tal:omit-tag="python:1" i18n:translate="">User<tal:x |
| 23 replace="context/id" i18n:name="id" /> Editing</span> | 23 replace="context/id" i18n:name="id" /> Editing</span> |
| 24 </tal:block> | 24 </tal:block> |
| 25 | 25 |
| 26 <td class="content" metal:fill-slot="content"> | 26 <td class="content" metal:fill-slot="content"> |
| 27 | |
| 28 <p tal:condition="not:context/is_view_ok" i18n:translate="">You are not | |
| 29 allowed to view this page.</p> | |
| 30 | |
| 31 <div tal:condition="context/is_view_ok"> | |
| 27 | 32 |
| 28 <form method="POST" onSubmit="return submit_once()" | 33 <form method="POST" onSubmit="return submit_once()" |
| 29 enctype="multipart/form-data" | 34 enctype="multipart/form-data" |
| 30 tal:attributes="action context/designator"> | 35 tal:attributes="action context/designator"> |
| 31 | 36 |
| 92 <td tal:content="structure context/submit">submit button here</td> | 97 <td tal:content="structure context/submit">submit button here</td> |
| 93 </tr> | 98 </tr> |
| 94 </table> | 99 </table> |
| 95 </form> | 100 </form> |
| 96 | 101 |
| 97 <tal:block tal:replace="structure context/history" /> | 102 <tal:block tal:condition="context/id" tal:replace="structure context/history" /> |
| 103 | |
| 104 </div> | |
| 98 | 105 |
| 99 </td> | 106 </td> |
| 100 | 107 |
| 101 </tal:block> | 108 </tal:block> |
