Annotation of MPIWGWeb/zpt/addMPIWGRootForm.zpt, revision 1.1.1.1

1.1       dwinter     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>