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