Commit b29468f8 authored by Jim Fulton's avatar Jim Fulton

Prettied up interface a tad.

parent d3a394b2
......@@ -22,7 +22,7 @@
)"-->
<!--#with "_(unselected=_.reorder(all, without=selected))"-->
<FORM ACTION="." METHOD="GET"><TABLE CELLSPACING="2">
<FORM ACTION="." METHOD="GET"><TABLE>
<TR>
<TH ALIGN="LEFT" VALIGN="TOP">Id</TH>
......@@ -46,15 +46,24 @@
VALUE="<!--#var meta_type-->">
</TD>
</TR>
<tr><td colspan=5>
<EM><sup>1</sup> if you want a creation interface
to be created automatically</EM>
</td></tr>
<tr><td></td><td colspan=3>
<EM><font size=-1><sup>1</sup>
If you specify a value, a creation interface will be created
automatically. Two DTML Methods, an input form, and a creation
method will be created. The creation method will be the action of
the input form. A factory object will also be created to
register the new ZClass in add lists. All of the new objects will
have <em>id<em>s beginning with the <strong>Id</strong>
specified above.
</font></EM>
</td></tr>
<tr>
<TR>
<TH ALIGN="LEFT" VALIGN="TOP"></TH>
<TH ALIGN="LEFT" VALIGN="TOP">Base classes</TH>
<TD ALIGN="LEFT" VALIGN="TOP">
Unselected<BR>classes:<BR>
Unselected:<BR>
<SELECT NAME="unselected:list" size=9 multiple>
<!--#in unselected-->
<OPTION VALUE="<!--#var sequence-key-->"
......@@ -62,10 +71,10 @@
<!--#/in-->
</SELECT>
</TD>
<TD ALIGN="CENTER" VALIGN="MIDDLE">
<TD ALIGN="LEFT" VALIGN="MIDDLE">
<!--#in selected-->
<input type=hidden name="baseclasses:list"
value="<!--#var sequence-key-->">
value="<!--#var sequence-key-->"><br>
<!--#/in-->
<INPUT TYPE="SUBMIT" NAME="manage_addZClassForm:method"
VALUE=" -> ">
......@@ -74,7 +83,7 @@
VALUE=" <- ">
</TD>
<TD ALIGN="LEFT" VALIGN="TOP">
<STRONG><EM>Selected<br>base classes:</EM></STRONG><BR>
Selected:<br>
<SELECT NAME="selected:list" size=9 multiple>
<!--#in selected-->
<OPTION VALUE="<!--#var sequence-key-->"
......@@ -85,7 +94,7 @@
</TR>
<TR><TD></TD>
<TD><BR><INPUT TYPE="SUBMIT" NAME="manage_addZClass:method"
<TD colspan=3><BR><INPUT TYPE="SUBMIT" NAME="manage_addZClass:method"
VALUE=" Add "></TD>
</TR>
</TABLE></FORM>
......
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