Mercurial > p > roundup > code
comparison templates/classic/html/user.item.html @ 1911:f5c804379c85
fixed ZRoundup - mostly changes to classic template
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 12 Nov 2003 01:00:59 +0000 |
| parents | 8b840f8626fb |
| children | 3a4abf6d48c2 |
comparison
equal
deleted
inserted
replaced
| 1910:d19fd344bd1f | 1911:f5c804379c85 |
|---|---|
| 70 </tr> | 70 </tr> |
| 71 | 71 |
| 72 <tr> | 72 <tr> |
| 73 <td> | 73 <td> |
| 74 | 74 |
| 75 <input type="hidden" name=":template" value="item"> | 75 <input type="hidden" name="@template" value="item"> |
| 76 <input type="hidden" name=":required" value="username,address"> | 76 <input type="hidden" name="@required" value="username,address"> |
| 77 </td> | 77 </td> |
| 78 <td tal:content="structure context/submit">submit button here</td> | 78 <td tal:content="structure context/submit">submit button here</td> |
| 79 </tr> | 79 </tr> |
| 80 </table> | 80 </table> |
| 81 </form> | 81 </form> |
| 88 tal:content="query/name"></a></td> | 88 tal:content="query/name"></a></td> |
| 89 <td> | 89 <td> |
| 90 <a tal:attributes="href string:${query/klass}?${query/url}">display</a> | 90 <a tal:attributes="href string:${query/klass}?${query/url}">display</a> |
| 91 </td> | 91 </td> |
| 92 <td> | 92 <td> |
| 93 <a tal:attributes="href string:?:remove:queries=${query/id}&:action=edit">remove</a> | 93 <a tal:attributes="href string:?@remove@queries=${query/id}&@action=edit">remove</a> |
| 94 </td> | 94 </td> |
| 95 </tr> | 95 </tr> |
| 96 </table> | 96 </table> |
| 97 | 97 |
| 98 <table class="form" tal:condition="context/is_only_view_ok"> | 98 <table class="form" tal:condition="context/is_only_view_ok"> |
