Mercurial > hg > MPIWGWeb
view zpt/AddMPIWGLink.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> <body> <h2>Change MPIWG Link</h2> <form action="manage_addMPIWGLink" method="post"> <p>Id:<input name="id" size="30"></p> <p>Title:<input name="title" size="100"></p> <p>Link:<input name="link" size="100"></p> <p>Weight:<input name="weight" size="100"></p> <p><input type="submit" value="submit"></p> </form> </body> </html>