Mercurial > hg > MPIWGWeb
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/zpt/addMPIWGRootForm.zpt Thu Jan 10 17:52:13 2013 +0100 @@ -0,0 +1,35 @@ +<html> +<head> + <title>The title</title> +</head> +<body> + +<div> + +<h1>Project-Upload</h1> +<form method="post" action="manage_addMPIWGRoot"> +<p>ID:</p> +<input name="id"> +<p>Title:</p> +<input name="title"/> +<p>Discipline list (seperated by CR) +<textarea name="disciplineList" cols=50 rows=20></textarea> +</p> +<p>Themes List (seperated by CR) +<textarea name="themesList" cols=50 rows=20></textarea> +</p> +<!--<div class="form-element"> + + <select name="connection_id"> + + <tal:block tal:repeat="id python:here.SQLConnectionIDs()"> + <option tal:condition="python:getattr(here,'connection_id','')==id" tal:attributes="value id" selected tal:content="id"/> + <option tal:condition="not:python:getattr(here,'connection_id','')==id" tal:attributes="value id" tal:content="id"/> + </tal:block> + </select> +</div>--> +<input type="submit"> +</form> +</div> +</body> +</html>