Commit b29468f8 authored by Jim Fulton's avatar Jim Fulton

Prettied up interface a tad.

parent d3a394b2
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
)"--> )"-->
<!--#with "_(unselected=_.reorder(all, without=selected))"--> <!--#with "_(unselected=_.reorder(all, without=selected))"-->
<FORM ACTION="." METHOD="GET"><TABLE CELLSPACING="2"> <FORM ACTION="." METHOD="GET"><TABLE>
<TR> <TR>
<TH ALIGN="LEFT" VALIGN="TOP">Id</TH> <TH ALIGN="LEFT" VALIGN="TOP">Id</TH>
...@@ -46,15 +46,24 @@ ...@@ -46,15 +46,24 @@
VALUE="<!--#var meta_type-->"> VALUE="<!--#var meta_type-->">
</TD> </TD>
</TR> </TR>
<tr><td colspan=5> <tr><td></td><td colspan=3>
<EM><sup>1</sup> if you want a creation interface <EM><font size=-1><sup>1</sup>
to be created automatically</EM>
</td></tr> 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> <TR>
<TH ALIGN="LEFT" VALIGN="TOP"></TH> <TH ALIGN="LEFT" VALIGN="TOP">Base classes</TH>
<TD ALIGN="LEFT" VALIGN="TOP"> <TD ALIGN="LEFT" VALIGN="TOP">
Unselected<BR>classes:<BR> Unselected:<BR>
<SELECT NAME="unselected:list" size=9 multiple> <SELECT NAME="unselected:list" size=9 multiple>
<!--#in unselected--> <!--#in unselected-->
<OPTION VALUE="<!--#var sequence-key-->" <OPTION VALUE="<!--#var sequence-key-->"
...@@ -62,10 +71,10 @@ ...@@ -62,10 +71,10 @@
<!--#/in--> <!--#/in-->
</SELECT> </SELECT>
</TD> </TD>
<TD ALIGN="CENTER" VALIGN="MIDDLE"> <TD ALIGN="LEFT" VALIGN="MIDDLE">
<!--#in selected--> <!--#in selected-->
<input type=hidden name="baseclasses:list" <input type=hidden name="baseclasses:list"
value="<!--#var sequence-key-->"> value="<!--#var sequence-key-->"><br>
<!--#/in--> <!--#/in-->
<INPUT TYPE="SUBMIT" NAME="manage_addZClassForm:method" <INPUT TYPE="SUBMIT" NAME="manage_addZClassForm:method"
VALUE=" -> "> VALUE=" -> ">
...@@ -74,7 +83,7 @@ ...@@ -74,7 +83,7 @@
VALUE=" <- "> VALUE=" <- ">
</TD> </TD>
<TD ALIGN="LEFT" VALIGN="TOP"> <TD ALIGN="LEFT" VALIGN="TOP">
<STRONG><EM>Selected<br>base classes:</EM></STRONG><BR> Selected:<br>
<SELECT NAME="selected:list" size=9 multiple> <SELECT NAME="selected:list" size=9 multiple>
<!--#in selected--> <!--#in selected-->
<OPTION VALUE="<!--#var sequence-key-->" <OPTION VALUE="<!--#var sequence-key-->"
...@@ -85,7 +94,7 @@ ...@@ -85,7 +94,7 @@
</TR> </TR>
<TR><TD></TD> <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> VALUE=" Add "></TD>
</TR> </TR>
</TABLE></FORM> </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