Commit c254ae3f authored by Paul Everitt's avatar Paul Everitt

Style changes

parent 3b33eea6
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>Edit User</TITLE> <TITLE>Change User</TITLE>
</HEAD> </HEAD>
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555" ALINK="#77003B"> <BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555" ALINK="#77003B">
<H2>Edit User</H2> <H2>Change User</H2>
<P> <P>
<FORM ACTION="<!--#var PARENT_URL-->/manage_editUser" METHOD="POST"> <FORM ACTION="<!--#var PARENT_URL-->/manage_editUser" METHOD="POST">
<TABLE> <TABLE>
......
...@@ -29,7 +29,7 @@ select a user and click &quot;Edit&quot;. ...@@ -29,7 +29,7 @@ select a user and click &quot;Edit&quot;.
<!--#/in userNames--> <!--#/in userNames-->
</SELECT> </SELECT>
<BR> <BR>
<INPUT TYPE="SUBMIT" VALUE=" Edit "> <INPUT TYPE="SUBMIT" VALUE=" Change ">
</FORM> </FORM>
<!--#else userNames--> <!--#else userNames-->
<EM>There are no users defined.</EM> <EM>There are no users defined.</EM>
......
...@@ -18,7 +18,7 @@ Access Control ...@@ -18,7 +18,7 @@ Access Control
<TD VALIGN="TOP"> <TD VALIGN="TOP">
The following members are defined for the group <B><!--#var groupName--></B>. The following members are defined for the group <B><!--#var groupName--></B>.
To edit a member, select a member from the list and click the To edit a member, select a member from the list and click the
<I>Edit Member</I> button. <I>Change Member</I> button.
</TD> </TD>
<TD VALIGN="TOP"> <TD VALIGN="TOP">
<FORM ACTION="<!--#var PARENT_URL-->/manage_memberForm" METHOD="POST"> <FORM ACTION="<!--#var PARENT_URL-->/manage_memberForm" METHOD="POST">
...@@ -29,7 +29,7 @@ Access Control ...@@ -29,7 +29,7 @@ Access Control
</SELECT> </SELECT>
<BR> <BR>
<INPUT TYPE="HIDDEN" NAME="group" VALUE="<!--#var groupName-->"> <INPUT TYPE="HIDDEN" NAME="group" VALUE="<!--#var groupName-->">
<INPUT TYPE="SUBMIT" VALUE="Edit Member"> <INPUT TYPE="SUBMIT" VALUE="Change Member">
</FORM> </FORM>
</TD> </TD>
</TR> </TR>
......
...@@ -19,7 +19,7 @@ the product documentation or online help. ...@@ -19,7 +19,7 @@ the product documentation or online help.
<TR> <TR>
<TD VALIGN="TOP"> <TD VALIGN="TOP">
To view or edit the members of a group, select a To view or edit the members of a group, select a
group and click the <I>Edit Group</I> button. group and click the <I>Change Group</I> button.
</TD> </TD>
<TD VALIGN="TOP"> <TD VALIGN="TOP">
<FORM ACTION="<!--#var PARENT_URL-->/manage_groupForm" METHOD="POST"> <FORM ACTION="<!--#var PARENT_URL-->/manage_groupForm" METHOD="POST">
...@@ -30,7 +30,7 @@ the product documentation or online help. ...@@ -30,7 +30,7 @@ the product documentation or online help.
<!--#/in groupNames--> <!--#/in groupNames-->
</SELECT> </SELECT>
<BR> <BR>
<INPUT TYPE="SUBMIT" VALUE="Edit Group"> <INPUT TYPE="SUBMIT" VALUE="Change Group">
</FORM> </FORM>
</TD> </TD>
</TR> </TR>
......
<!--#if AUTHENTICATED_USER--> <!--#if AUTHENTICATED_USER-->
<TR> <TR>
<TD></TD> <TD><STRONG>Access<BR>Control</STRONG></TD>
<TD> <TD>
<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0"> <TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0">
<TR> <TR>
......
...@@ -46,6 +46,14 @@ database packing, and &quot;undoing&quot; previous changes to your site. ...@@ -46,6 +46,14 @@ database packing, and &quot;undoing&quot; previous changes to your site.
<!--#var db_size--> <!--#var db_size-->
</TD> </TD>
</TR> </TR>
<TR>
<TD ALIGN="LEFT" VALIGN="TOP">
<STRONG>Database Location</STRONG>
</TD>
<TD ALIGN="LEFT" VALIGN="TOP">
<font size="-1"><!--#var db_name--></font>
</TD>
</TR>
</TABLE> </TABLE>
......
...@@ -10,12 +10,28 @@ ...@@ -10,12 +10,28 @@
<IMG SRC="<!--#var SOFTWARE_URL-->/App/logo.jpg" WIDTH="102" HEIGHT="54"> <IMG SRC="<!--#var SOFTWARE_URL-->/App/logo.jpg" WIDTH="102" HEIGHT="54">
<BR> <BR>
<A HREF="<!--#var PARENT_URL-->/manage_copyright" TARGET="manage_main"> <A HREF="<!--#var PARENT_URL-->/manage_copyright" TARGET="manage_main">
<FONT SIZE="-2"> <FONT SIZE="-2"><CENTER>
&copy; 1997 Digital Creations</FONT> &copy; 1997 Digital Creations</FONT></CENTER></A>
</A>
</TD> </TD>
</TR> </TR>
<TR><TD></TD><TD></TD></TR> <TR><TD></TD><TD></TD></TR>
<!--#if parentObject-->
<!--#in parentObject-->
<TR>
<TD ALIGN="LEFT" VALIGN="TOP">
<A HREF="<!--#var URL2-->/manage" target="_top">
<IMG BORDER="0" HEIGHT="16" ALT="Up One Folder" WIDTH="16"
SRC="<!--#var SOFTWARE_URL-->/OFS/UpFolder_icon.gif"></A></TD>
<TD ALIGN="LEFT">
<FONT SIZE="-1">
<A HREF="<!--#var URL2-->/manage" target="_top">Up One Folder</A></TD>
</FONT>
</TD>
</TR>
<!--#/in parentObject-->
<!--#/if parentObject-->
<!--#if manage_options--> <!--#if manage_options-->
<!--#in manage_options mapping--> <!--#in manage_options mapping-->
<!--#if sequence-item--> <!--#if sequence-item-->
......
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>New HTML Document</TITLE> <TITLE>Add Document</TITLE>
</HEAD> </HEAD>
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555"> <BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
<H2>New HTML Document</H2> <H2>Add Document</H2>
<P> <P>
You may create a new html document using the form below. You may create a new html document using the form below.
You may choose to upload an existing html file from your Also, you may choose to upload an existing html file from your
local computer by clicking the <I>Browse</I> button. local computer by clicking the <I>Browse</I> button.
<FORM ACTION="<!--#var PARENT_URL-->/manage_addDocument" METHOD="POST" <FORM ACTION="<!--#var PARENT_URL-->/manage_addDocument" METHOD="POST"
......
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>New Folder</TITLE> <TITLE>Add Folder</TITLE>
</HEAD> </HEAD>
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555"> <BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
<H2>New Folder</H2> <H2>Add Folder</H2>
<FORM ACTION="<!--#var PARENT_URL-->/manage_addFolder" METHOD="POST"> <FORM ACTION="<!--#var PARENT_URL-->/manage_addFolder" METHOD="POST">
<TABLE CELLSPACING="2"> <TABLE CELLSPACING="2">
......
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>New Image</TITLE> <TITLE>Add Image</TITLE>
</HEAD> </HEAD>
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555"> <BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
<H2>New Image</H2> <H2>Add Image</H2>
<P> <P>
You can create a new image in the system using the form below. You can create a new image in the system using the form below.
Select an image from your local computer by clicking the <I>Browse</I> Select an image from your local computer by clicking the <I>Browse</I>
......
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>Edit Image</TITLE> <TITLE>Change Image</TITLE>
</HEAD> </HEAD>
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555"> <BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
<H2>Edit Image</H2> <H2>Change Image</H2>
<P> <P>
You can update image in the system using the form below. You can update image in the system using the form below.
Select an image from your local computer by clicking the <EM>Browse</EM> Select an image from your local computer by clicking the <EM>Browse</EM>
......
...@@ -11,6 +11,14 @@ The following properties are defined. To change a property's value, ...@@ -11,6 +11,14 @@ The following properties are defined. To change a property's value,
edit the value and click "Change". edit the value and click "Change".
<P> <P>
<TABLE CELLPADDING="4"> <TABLE CELLPADDING="4">
<TR>
<TD ALIGN="LEFT" VALIGN="TOP">
<STRONG>id</STRONG>
</TD>
<TD ALIGN="LEFT" VALIGN="TOP">
<!--#var id-->
</TD>
</TR>
<!--#if propertyInputs--> <!--#if propertyInputs-->
<!--#in propertyInputs mapping--> <!--#in propertyInputs mapping-->
<TR> <TR>
......
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>New MailHost</TITLE> <TITLE>Add MailHost</TITLE>
</HEAD> </HEAD>
<BODY BGCOLOR="#FFFFFF"> <BODY BGCOLOR="#FFFFFF">
<H2>New MailHost</H2> <H2>Add MailHost</H2>
<FORM ACTION="<!--#var PARENT_URL-->/manage_addMailHost" METHOD="POST"> <FORM ACTION="<!--#var PARENT_URL-->/manage_addMailHost" METHOD="POST">
<TABLE CELLSPACING="2"> <TABLE CELLSPACING="2">
<TR VALIGN="TOP"> <TR VALIGN="TOP">
......
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>Edit MailHost</TITLE> <TITLE>Change MailHost</TITLE>
</HEAD> </HEAD>
<BODY BGCOLOR="#FFFFFF"> <BODY BGCOLOR="#FFFFFF">
<H2>Edit MailHost</H2> <H2>Change MailHost</H2>
<FORM ACTION="<!--#var PARENT_URL-->/manage_makeChanges" METHOD="POST"> <FORM ACTION="<!--#var PARENT_URL-->/manage_makeChanges" METHOD="POST">
<TABLE CELLSPACING="2"> <TABLE CELLSPACING="2">
<TR VALIGN="TOP"> <TR VALIGN="TOP">
......
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