Commit 9c25c2ea authored by Paul Everitt's avatar Paul Everitt

Changed the title area to include a help icon. Removed the "Return

to...".  Changed the contents list to be a table.  Removed various
whitespace.
parent 2470e215
<HTML><HEAD><TITLE><!--#var title_or_id--></TITLE></HEAD> <HTML><HEAD><TITLE><!--#var title_or_id--></TITLE></HEAD>
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555"> <BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
<H2><!--#var title_or_id--></H2>
<P>
<!--#if parentObject--> <table border=0 width="100%" cellpadding=0 cellspacing=0>
<!--#in parentObject--> <tr>
<A HREF="<!--#var URL2-->/manage" target="_top"> <td align=left width="90%"><H2><!--#var title_or_id--></H2></td>
<IMG SRC="<!--#var SOFTWARE_URL-->/OFS/UpFolder_icon.gif" BORDER=0></A> <td align=right width="10%">
Return to <!--#var title_or_id--> <IMG SRC="<!--#var SOFTWARE_URL-->/OFS/Help_icon.jpg" BORDER=0>
<BR> </td>
<!--#/in parentObject--> </tr>
<!--#/if parentObject--> </table>
<!--#if objectValues--> <!--#if objectValues-->
<P> <P>
The following items have been defined. To edit an item, click
on the item's icon. To view an item, click on the item's id. The following items have been defined. To <strong>manage</strong> the
<P> item, click on the item's icon. To <strong>view</strong> the item,
click on the item's title and id.
<BR>
</P>
<table border=0 cellspacing=0 cellpadding=2>
<tr>
<th align=center>
<font size="-1">Manage</font></th>
<th align=left><font size="-1">View</font></th>
</tr>
<!--#in objectValues sort=title_or_id--> <!--#in objectValues sort=title_or_id-->
<tr>
<td align=center>
<A HREF="<!--#var URL1-->/<!--#var id-->/manage" <A HREF="<!--#var URL1-->/<!--#var id-->/manage"
<!--#if sequence-var-manage_options--> <!--#if sequence-var-manage_options-->
TARGET="_top" TARGET="_top"
<!--#/if sequence-var-manage_options-->> <!--#/if sequence-var-manage_options-->>
<IMG SRC="<!--#var SOFTWARE_URL-->/<!--#var icon-->" BORDER="0"> <IMG SRC="<!--#var SOFTWARE_URL-->/<!--#var icon-->"
</A> ALT="manage" BORDER="0"></A></td>
<A HREF="<!--#var URL1-->/<!--#var id-->"><!--#var title_and_id--></A><BR> <td>
<A HREF="<!--#var URL1-->/<!--#var id-->"><!--#var title_and_id--></A></td>
</tr>
<!--#/in objectValues--> <!--#/in objectValues-->
</table>
<!--#/if objectValues--> <!--#/if objectValues-->
<P>
<TABLE> <TABLE>
<TR> <TR>
<TD VALIGN="TOP"> <TD VALIGN="TOP">
To add a new item, select an item type and click &quot;Add&quot;. To add a new item, select an item type and click &quot;Add&quot;.
</TD> </TD>
<TD VALIGN="TOP"> <TD VALIGN="TOP">
<FORM ACTION="<!--#var PARENT_URL-->/manage_addObject" METHOD="GET"> <FORM ACTION="<!--#var PARENT_URL-->/manage_addObject" METHOD="GET">
<SELECT NAME="type"> <SELECT NAME="type">
<!--#in all_meta_types mapping--> <!--#in all_meta_types mapping-->
<OPTION><!--#var name--> <OPTION><!--#var name-->
<!--#/in all_meta_types--> <!--#/in all_meta_types-->
</SELECT><BR> </SELECT><BR>
<INPUT TYPE="SUBMIT" VALUE=" Add "> <INPUT TYPE="SUBMIT" VALUE=" Add ">
</FORM> </FORM>
</TD> </TD>
</TR> </TR>
<!--#if objectValues_d--> <!--#if objectValues_d-->
<TR> <TR>
<TD VALIGN="TOP"> <TD VALIGN="TOP">
To delete items, select one or more items and click &quot;Delete&quot;. To delete items, select one or more items and click &quot;Delete&quot;.
</TD> </TD>
<TD VALIGN="TOP"> <TD VALIGN="TOP">
<FORM ACTION="<!--#var PARENT_URL-->/manage_delObjects" METHOD="GET"> <FORM ACTION="<!--#var PARENT_URL-->/manage_delObjects" METHOD="GET">
<SELECT NAME="ids:list" MULTIPLE SIZE="4"> <SELECT NAME="ids:list" MULTIPLE SIZE="4">
<!--#in objectValues_d--> <!--#in objectValues_d-->
<OPTION VALUE="<!--#var id-->"> <OPTION VALUE="<!--#var id-->">
<!--#if title--> <!--#if title-->
<!--#var title size=25--> (<!--#var id-->) <!--#var title size=25--> (<!--#var id-->)
<!--#else--> <!--#else-->
<!--#var id--> <!--#var id-->
<!--#endif--> <!--#endif-->
<!--#/in objectValues_d--> <!--#/in objectValues_d-->
</SELECT><BR> </SELECT><BR>
<INPUT TYPE="SUBMIT" VALUE="Delete"> <INPUT TYPE="SUBMIT" VALUE="Delete">
</FORM> </FORM>
</TD> </TD>
</TR> </TR>
<!--#/if objectValues_d--> <!--#/if objectValues_d-->
</TABLE> </TABLE>
</BODY> </BODY>
</HTML> </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