Mercurial > hg > MPIWGWeb
annotate zpt/feature/manage_add_MPIWGFeature.zpt @ 62:64be5db08495
more cleaning projects.
author | casties |
---|---|
date | Fri, 03 May 2013 10:16:47 +0200 |
parents | c7e6664d60c9 |
children |
rev | line source |
---|---|
0
bca61e893fcc
first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff
changeset
|
1 <html> |
bca61e893fcc
first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff
changeset
|
2 <body> |
17 | 3 <div tal:replace="structure here/manage_page_header">Header</div> |
4 <!-- ZOPE management tabs --> | |
5 <h2 tal:define="manage_tabs_message options/manage_tabs_message | nothing" tal:replace="structure here/manage_tabs">Tabs</h2> | |
6 <!-- end of ZOPE management tabs --> | |
0
bca61e893fcc
first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff
changeset
|
7 |
17 | 8 <h2>Create MPIWGWeb Feature object</h2> |
0
bca61e893fcc
first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff
changeset
|
9 |
17 | 10 <form method="post" action="manage_addMPIWGFeature"> |
11 <table> | |
12 <tr> | |
13 <td><b>ID</b></td> | |
14 <td><input type="text" size="20" name="id"></td> | |
15 </tr> | |
16 <tr> | |
17 <td><i>Internal title</i> (for management, in English)</td> | |
18 <td><input type="text" size="50" name="title"></td> | |
19 </tr> | |
20 <tr> | |
21 <td><i>Weight</i> (number for sorting)</td> | |
22 <td><input type="text" size="5" name="weight"></td> | |
23 </tr> | |
24 <tr> | |
20 | 25 <td><i>Author</i></td> |
26 <td><input type="text" size="40" name="author"></td> | |
27 </tr> | |
28 <tr> | |
29 <td><i>ID/username of author</i></td> | |
30 <td><input type="text" size="20" name="author_id"></td> | |
31 </tr> | |
32 <tr> | |
17 | 33 <td><i>Title in English</i> (e.g. "Science under Scrutiny")</td> |
34 <td><input type="text" size="50" name="title_en"></td> | |
35 </tr> | |
36 <tr> | |
37 <td><i>Title in German</i></td> | |
38 <td><input type="text" size="50" name="title_de"></td> | |
39 </tr> | |
40 </table> | |
0
bca61e893fcc
first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff
changeset
|
41 |
17 | 42 <input type="submit" value="create"> |
0
bca61e893fcc
first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff
changeset
|
43 |
17 | 44 </form> |
0
bca61e893fcc
first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff
changeset
|
45 </body> |
bca61e893fcc
first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff
changeset
|
46 </html> |