File:  [Repository] / OSAS / OSA_system / zpt / AddOSAS_idGenerator.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Mar 3 13:02:54 2004 UTC (20 years, 3 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
moved templates to zpt

<html>
  <body>
    <h1>Add an ID Generator</h1>
    
    <form method="post" action="manage_AddOSAS_idGenerator">
      <table>
	<tr>
	  <td>
	    id:
	     </td>
	  <td>
	    <input name="id"/>
	    </td>
	 </tr>
	<tr>
	  <td>
	    <i>Title:</i>
	  </td>
	  <td>
	    <input name="title"/>
	  </td>
	 </tr>
      </table>
<input type="submit"/>
   </form>
   </body>
</html>

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