Mercurial > hg > MPIWGWeb
comparison zpt/addMPIWGRootForm.zpt @ 0:bca61e893fcc
first checkin of MPIWGWeb r2 branch from CVS into mercurial
author | casties |
---|---|
date | Thu, 10 Jan 2013 17:52:13 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:bca61e893fcc |
---|---|
1 <html> | |
2 <head> | |
3 <title>The title</title> | |
4 </head> | |
5 <body> | |
6 | |
7 <div> | |
8 | |
9 <h1>Project-Upload</h1> | |
10 <form method="post" action="manage_addMPIWGRoot"> | |
11 <p>ID:</p> | |
12 <input name="id"> | |
13 <p>Title:</p> | |
14 <input name="title"/> | |
15 <p>Discipline list (seperated by CR) | |
16 <textarea name="disciplineList" cols=50 rows=20></textarea> | |
17 </p> | |
18 <p>Themes List (seperated by CR) | |
19 <textarea name="themesList" cols=50 rows=20></textarea> | |
20 </p> | |
21 <!--<div class="form-element"> | |
22 | |
23 <select name="connection_id"> | |
24 | |
25 <tal:block tal:repeat="id python:here.SQLConnectionIDs()"> | |
26 <option tal:condition="python:getattr(here,'connection_id','')==id" tal:attributes="value id" selected tal:content="id"/> | |
27 <option tal:condition="not:python:getattr(here,'connection_id','')==id" tal:attributes="value id" tal:content="id"/> | |
28 </tal:block> | |
29 </select> | |
30 </div>--> | |
31 <input type="submit"> | |
32 </form> | |
33 </div> | |
34 </body> | |
35 </html> |