Mercurial > hg > MPIWGWeb
comparison zpt/department/manage_change_weight.zpt @ 9:5db416602e85
new MPIWGDepartment class.
author | casties |
---|---|
date | Fri, 15 Feb 2013 20:51:34 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
8:0a7691055ea3 | 9:5db416602e85 |
---|---|
1 <html> | |
2 <div tal:replace="structure here/manage_page_header">Header</div> | |
3 <!-- ZOPE management tabs --> | |
4 <h2 tal:define="manage_tabs_message options/manage_tabs_message | nothing" | |
5 tal:replace="structure here/manage_tabs">Tabs</h2> | |
6 <!-- end of ZOPE management tabs --> | |
7 <h2>Change MPIWG Department</h2> | |
8 <form action="changeWeight" method=post> | |
9 <table> | |
10 <tr> | |
11 <td><i>Weight</i></td> | |
12 <td><input type="text" size="5" name="weight" tal:attributes="value here/weight|string:0"></td> | |
13 </tr> | |
14 <input type="submit"> | |
15 </form> | |
16 </html> |