Mercurial > p > roundup > code
comparison templates/classic/html/file.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 |
|---|---|
| 25 </tr> | 25 </tr> |
| 26 | 26 |
| 27 <tr> | 27 <tr> |
| 28 <td> | 28 <td> |
| 29 | 29 |
| 30 <input type="hidden" name=":template" value="item"> | 30 <input type="hidden" name="@template" value="item"> |
| 31 <input type="hidden" name=":required" value="name,type"> | 31 <input type="hidden" name="@required" value="name,type"> |
| 32 <input type="hidden" name=":multilink" | 32 <input type="hidden" name="@multilink" |
| 33 tal:condition="python:request.form.has_key(':multilink')" | 33 tal:condition="python:request.form.has_key('@multilink')" |
| 34 tal:attributes="value request/form/:multilink/value"> | 34 tal:attributes="value request/form/@multilink/value"> |
| 35 </td> | 35 </td> |
| 36 <td tal:content="structure context/submit">submit button here</td> | 36 <td tal:content="structure context/submit">submit button here</td> |
| 37 </tr> | 37 </tr> |
| 38 </table> | 38 </table> |
| 39 </form> | 39 </form> |
