Mercurial > hg > MPIWGWeb
view zpt/addMPIWGRootForm.zpt @ 140:f84f492f8e11
CLOSED - # 94: Profilseiten: Layout
https://it-dev.mpiwg-berlin.mpg.de/tracs/webpage/ticket/94
author | casties |
---|---|
date | Fri, 31 May 2013 17:55:58 +0200 |
parents | bca61e893fcc |
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>