File:  [Repository] / MPIWGWeb / zpt / addMPIWGRootForm.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Feb 4 10:03:33 2004 UTC (20 years, 4 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
Initial revision

    1: <html>
    2: <head>
    3:    <title>The title</title>
    4: </head>
    5: <body>
    6: 
    7: <div>
    8: 
    9: <h1>Project-Upload</h1>
   10: <form method="post" action="manage_addMPIWGRoot">
   11: <p>ID:</p>
   12: <input name="id">
   13: <p>Title:</p>
   14: <input name="title"/>
   15: <input type="submit">
   16: </form>
   17: </div>
   18: </body>
   19: </html>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>