Mercurial > hg > MPIWGWeb
view zpt/AddMPIWGFolder.zpt @ 120:544a3c1e7f07
CLOSED - # 56: Research/ Research Units: Titel zweizeilig
https://it-dev.mpiwg-berlin.mpg.de/tracs/webpage/ticket/56
author | casties |
---|---|
date | Wed, 29 May 2013 15:17:43 +0200 |
parents | bca61e893fcc |
children |
line wrap: on
line source
<html> <body> <h2>Generate Folder for MPIWGWeb</h2> <form method="post" action="manage_addMPIWGFolder"> <table> <tr> <td><b>ID</b></td> <td><input type="text" size="40" name="id"></td> </tr> <tr> <td><i>Title</i></td> <td><input type="text" size="40" name="title"></td> </tr> <tr> <td><i>Weight</i></td> <td><input type="text" size="40" name="weight"></td> </tr> </table> <input type="submit" value="create"> </form> </body> </html>