annotate zpt/department/manage_change_weight.zpt @ 284:1a103b073c72
default tip
make favicon url host and schema relative.
author |
casties |
date |
Thu, 25 Jun 2015 17:44:57 +0200 |
parents |
5db416602e85 |
children |
|
rev |
line source |
9
|
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>
|