Mercurial > hg > MPIWGWeb
view zpt/link/manage_add_MPIWGLink.zpt @ 266:bd41c278b88a new_pro_struct
add web calendar link.
author | casties |
---|---|
date | Wed, 27 Aug 2014 14:28:27 +0200 |
parents | ee79f6ba8d01 |
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>