Mercurial > p > roundup > code
comparison templates/minimal/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 | 21312a7564fd |
| children | 3a4abf6d48c2 |
comparison
equal
deleted
inserted
replaced
| 1910:d19fd344bd1f | 1911:f5c804379c85 |
|---|---|
| 10 </span> | 10 </span> |
| 11 | 11 |
| 12 <form method="POST" onSubmit="return submit_once()" | 12 <form method="POST" onSubmit="return submit_once()" |
| 13 enctype="multipart/form-data" tal:condition="context/is_edit_ok"> | 13 enctype="multipart/form-data" tal:condition="context/is_edit_ok"> |
| 14 | 14 |
| 15 <input type="hidden" name=":required" value="username,address"> | |
| 16 | 15 |
| 17 <table class="form"> | 16 <table class="form"> |
| 18 <tr> | 17 <tr> |
| 19 <th>Login Name</th> | 18 <th>Login Name</th> |
| 20 <td tal:content="structure context/username/field">username</td> | 19 <td tal:content="structure context/username/field">username</td> |
| 43 <th>Alternate E-mail addresses<br>One address per line</th> | 42 <th>Alternate E-mail addresses<br>One address per line</th> |
| 44 <td tal:content="structure context/alternate_addresses/multiline">alternate_addresses</td> | 43 <td tal:content="structure context/alternate_addresses/multiline">alternate_addresses</td> |
| 45 </tr> | 44 </tr> |
| 46 | 45 |
| 47 <tr> | 46 <tr> |
| 48 <td> </td> | 47 <td> |
| 48 <input type="hidden" name="@required" value="username,address"> | |
| 49 <input type="hidden" name="@template" value="item"> | |
| 50 </td> | |
| 49 <td tal:content="structure context/submit">submit button here</td> | 51 <td tal:content="structure context/submit">submit button here</td> |
| 50 </tr> | 52 </tr> |
| 51 </table> | 53 </table> |
| 52 </form> | 54 </form> |
| 53 | 55 |
