Commit 34fd4f16 authored by Jim Fulton's avatar Jim Fulton

Made add part a bit more compact.

parent 8d073890
......@@ -79,7 +79,6 @@ To add a property, click the "Add..." button.
<!--#endif-->
</form>
<hr>
<a name="addpropform">
<form action="<!--#var URL1-->/manage_addProperty" method="POST">
<p>
......@@ -89,37 +88,23 @@ button.
</p>
<table>
<tr>
<th align="left" valign="top">Id</th>
<td align="left" valign="top"><input type="text" name="id" size="20"></td>
<th align="left" valign="top">Type</th>
<td align="left" valign="top">
<strong>Id</strong>
</td>
<td align="left" valign="top">
<input type="text" name="id" size="20">
</td>
</tr>
<tr>
<td align="left" valign="top">
<strong>Type</strong>
</td>
<td align="left" valign="top">
<select name="type">
<!--#in propertyTypes mapping-->
<option <!--#var selected-->><!--#var id-->
<!--#/in propertyTypes-->
</select>
<select name="type">
<!--#in propertyTypes mapping-->
<option <!--#var selected-->><!--#var id-->
<!--#/in propertyTypes-->
</select>
</td>
</tr>
<tr>
<td align="left" valign="top">
<strong>Value</strong>
</td>
<td align="left" valign="top">
<input type="text" name="value" size="20">
</td>
</tr>
<tr>
<td align="left" valign="top">
<td align="left" valign="top">Value</th>
<td colspan=2 align="left" valign="top">
<input type="text" name="value" size="30">
</td>
<td align="left" valign="top">
<td align="right" valign="top">
<input type="submit" value=" Add ">
</td>
</tr>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment