Commit 3feebeea authored by Jim Fulton's avatar Jim Fulton

initial

parent 2812d8e5
<html><head><title>Add Property Sheet Interface</title></head>
<body bgcolor="#FFFFFF" link="#000099" vlink="#555555">
<h2>Add Property Sheet Interface</h2>
<form action="../common"><table cellspacing="2">
<tr>
<th align="left" valign="top">Id</th>
<td align="left" valign="top" colspan="3">
<input type="text" name="id" size="40">
</td>
</tr>
<tr>
<th align="left" valign="top"><em>Title</em></th>
<td align="left" valign="top" colspan="3">
<input type="text" name="title" size="40" value="<!--#var title-->">
</td>
</tr>
<tr>
<th align="left" valign="top">Property Sheet</th>
<td align="left" valign="top" colspan="3">
<select name=":method">
<!--#in "propertysheets.common.objectValues()"-->
<option value="<!--#var id-->/manage_createView"
><!--#var title_and_id--></option>
<!--#/in-->
</select>
</td>
</tr>
<tr>
<th align="left" valign="top">Type</th>
<td align="left" valign="top" colspan="3">
<select name="ps_view_type">
<option>View</option>
<option>Edit</option>
</select>
</td>
</tr>
<tr><td colspan=2 align=center><input type="submit" value=" Add "></td></tr>
</table></form>
</body></html>
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