Mercurial > hg > MPIWGWeb
view zpt/root/manage_add_MPIWGRoot.zpt @ 248:a14e462fca1c
add license-page link to page footer.
author | casties |
---|---|
date | Tue, 18 Mar 2014 10:18:35 +0100 |
parents | ee79f6ba8d01 |
children |
line wrap: on
line source
<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>