File:  [Repository] / MPIWGWeb / zpt / AddMPIWGTemplate.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Thu Oct 14 09:02:54 2004 UTC (19 years, 8 months ago) by dwinter
Branches: MAIN
CVS tags: r2, HEAD
added files in zpt for MPIWGTemplate

    1: <html>
    2: <body>
    3: <h2>Generate Templates for MPIWGWeb</h2>
    4: 
    5: 
    6: 
    7: <form method="post" action="manage_addMPIWGTemplate">
    8: <table>
    9: <tr>
   10: 	<td><b>ID</b></td>
   11: 	<td><input type="text" size="40" name="id"></td>
   12: </tr>
   13: <tr>
   14: 	<td><i>Title</i></td>
   15: 	<td><input type="text" size="40" name="title"></td>
   16: </tr>
   17: </table>
   18: <h2>Type</h2>
   19: <input type="radio" checked name="MPIWGType" value="standardPage">Standard Page<br>
   20: 
   21: 
   22: 
   23: <input type="submit" value="create">
   24: 
   25: </form>
   26: </body>
   27: </html>

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