File:  [Repository] / MPIWGWeb / zpt / addMPIWGRootForm.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Fri May 28 16:45:06 2004 UTC (20 years, 1 month ago) by dwinter
Branches: MAIN
CVS tags: HEAD
changes in edit and navigation

    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: <p>Discipline list (seperated by CR)
   16: <textarea name="disciplineList" cols=50 rows=20></textarea>
   17: </p>
   18: <p>Themes List (seperated by CR)
   19: <textarea name="themesList" cols=50 rows=20></textarea>
   20: </p>
   21: <input type="submit">
   22: </form>
   23: </div>
   24: </body>
   25: </html>

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