Commit 5d97d219 authored by 's avatar

Style changes

parent 74d45d0c
......@@ -3,12 +3,11 @@
<TITLE>Access Control</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555" ALINK="#77003B">
<FONT SIZE="+2">Access Control</FONT>
<H2>Access Control</H2>
<P>
You may restrict access to <EM><!--#var PARENT_URL--></EM> using the form
You may restrict access to <EM><!--#var title--></EM> using the form
below. To add or remove roles, select or deselect
the desired role names and click <EM>Update</EM>.
the desired role names and click &quot;Change&quot;.
<P>
<FORM ACTION="<!--#var PARENT_URL-->/manage_editRoles" METHOD="POST">
<TABLE>
......@@ -30,7 +29,7 @@ Allow all users
<!--#/in selectedRoles-->
</SELECT>
<BR>
<INPUT TYPE="SUBMIT" VALUE="Update">
<INPUT TYPE="SUBMIT" VALUE="Change">
</TD>
</TR>
</TABLE>
......@@ -40,13 +39,13 @@ Allow all users
<TR>
<TD VALIGN="TOP">
To add a new, user-defined role to this object, enter the name of
the new role and click <EM>Add Role</EM>.
the new role and click &quot;Add&quot;.
</TD>
<TD VALIGN="TOP">
<FORM ACTION="<!--#var PARENT_URL-->/manage_addRole" METHOD="POST">
<INPUT TYPE="TEXT" NAME="role" SIZE="20">
<BR>
<INPUT TYPE="SUBMIT" VALUE="Add Role">
<INPUT TYPE="SUBMIT" VALUE=" Add ">
</FORM>
</TD>
</TR>
......
......@@ -3,26 +3,38 @@
<TITLE>Edit User</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555" ALINK="#77003B">
<FONT SIZE="+2">Edit User</FONT>
<H2>Edit User</H2>
<P>
<FORM ACTION="<!--#var PARENT_URL-->/manage_editUser" METHOD="POST">
<TABLE>
<TR>
<TD VALIGN="TOP">Name</TD>
<TD VALIGN="TOP"><!--#var name--></TD>
<TD VALIGN="TOP">
<STRONG>Name</STRONG>
</TD>
<TD VALIGN="TOP">
<!--#var name-->
</TD>
</TR>
<TR>
<TD VALIGN="TOP">Password</TD>
<TD VALIGN="TOP">
<INPUT TYPE="PASSWORD" NAME="password" VALUE="<!--#var pw-->" SIZE="20"></TD>
<STRONG>Password</STRONG>
</TD>
<TD VALIGN="TOP">
<INPUT TYPE="PASSWORD" NAME="password" VALUE="<!--#var pw-->" SIZE="20">
</TD>
</TR>
<TR>
<TD VALIGN="TOP">(Confirm)</TD>
<TD VALIGN="TOP">
<INPUT TYPE="PASSWORD" NAME="confirm" VALUE="<!--#var pw-->" SIZE="20"></TD>
<STRONG>(Confirm)</STRONG>
</TD>
<TD VALIGN="TOP">
<INPUT TYPE="PASSWORD" NAME="confirm" VALUE="<!--#var pw-->" SIZE="20">
</TD>
</TR>
<TR>
<TD VALIGN="TOP">Roles</TD>
<TD VALIGN="TOP">
<STRONG>Roles</STRONG>
</TD>
<TD VALIGN="TOP">
<SELECT NAME="roles:list" SIZE="5" MULTIPLE>
<!--#if rolelist-->
......@@ -33,7 +45,7 @@
</SELECT>
<INPUT TYPE="HIDDEN" NAME="name" VALUE="<!--#var name-->">
<BR>
<INPUT TYPE="SUBMIT" VALUE="Save Changes">
<INPUT TYPE="SUBMIT" VALUE="Change">
</TD>
</TR>
</TABLE>
......
......@@ -3,9 +3,8 @@
<TITLE><!--#var title--></TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555" ALINK="#77003B">
<FONT SIZE="+2"><!--#var title--></FONT>
<H2><!--#var title--></H2>
<P>
<!--#if parentObject-->
<!--#in parentObject-->
<A HREF="<!--#var URL2-->/manage" target="_top">
......@@ -20,37 +19,29 @@
<!--#/in parentObject-->
<!--#/if parentObject-->
<P>
<TABLE>
<!--#if userNames-->
<TR>
<TD VALIGN="TOP">
The following users have been defined. To edit a user,
select a user and click the <I>Edit User</I> button.
</TD>
<TD VALIGN="TOP">
<FORM ACTION="<!--#var PARENT_URL-->/manage_editForm" METHOD="POST">
<SELECT NAME="name">
<!--#in userNames-->
<OPTION VALUE="<!--#var sequence-item-->"> <!--#var sequence-item-->
<!--#/in userNames-->
</SELECT>
<BR>
<INPUT TYPE="SUBMIT" VALUE="Edit User">
</FORM>
</TD>
</TR>
<FORM ACTION="<!--#var PARENT_URL-->/manage_editForm" METHOD="POST">
The following users have been defined. To edit a user,
select a user and click &quot;Edit&quot;.
<BR>
<SELECT NAME="name">
<!--#in userNames-->
<OPTION VALUE="<!--#var sequence-item-->"> <!--#var sequence-item-->
<!--#/in userNames-->
</SELECT>
<BR>
<INPUT TYPE="SUBMIT" VALUE=" Edit ">
</FORM>
<!--#else userNames-->
<TR>
<TD COLSPAN="2" VALIGN="TOP">
There are no users defined.
</TD>
</TR>
<EM>There are no users defined.</EM>
<!--#/if userNames-->
<P>
<TABLE>
<TR>
<TD COLSPAN="2" VALIGN="TOP">
<BR>
To add a new user, enter the name, password, confirmation and
roles for the new user and click the <I>Add User</I> button.
roles for the new user and click &quot;Add&quot;.
</TD>
</TR>
<TR>
......@@ -58,19 +49,33 @@
<FORM ACTION="<!--#var PARENT_URL-->/manage_addUser" METHOD="POST">
<TABLE>
<TR>
<TD VALIGN="TOP">Name</TD>
<TD VALIGN="TOP"><INPUT TYPE="TEXT" NAME="name" SIZE="20"></TD>
<TD VALIGN="TOP">
<STRONG>Name</STRONG>
</TD>
<TD VALIGN="TOP">
<INPUT TYPE="TEXT" NAME="name" SIZE="20">
</TD>
</TR>
<TR>
<TD VALIGN="TOP">Password</TD>
<TD VALIGN="TOP"><INPUT TYPE="PASSWORD" NAME="password" SIZE="20"></TD>
<TD VALIGN="TOP">
<STRONG>Password</STRONG>
</TD>
<TD VALIGN="TOP">
<INPUT TYPE="PASSWORD" NAME="password" SIZE="20">
</TD>
</TR>
<TR>
<TD VALIGN="TOP">(Confirm)</TD>
<TD VALIGN="TOP"><INPUT TYPE="PASSWORD" NAME="confirm" SIZE="20"></TD>
<TD VALIGN="TOP">
<STRONG>(Confirm)</STRONG>
</TD>
<TD VALIGN="TOP">
<INPUT TYPE="PASSWORD" NAME="confirm" SIZE="20">
</TD>
</TR>
<TR>
<TD VALIGN="TOP">Roles</TD>
<TD VALIGN="TOP">
<STRONG>Roles</STRONG>
</TD>
<TD VALIGN="TOP">
<SELECT NAME="roles:list" SIZE="5" MULTIPLE>
<!--#if roleNames-->
......@@ -80,34 +85,28 @@
<!--#/if roleNames-->
</SELECT>
<BR>
<INPUT TYPE="SUBMIT" VALUE="Add User">
<INPUT TYPE="SUBMIT" VALUE=" Add ">
</TD>
</TR>
</TABLE>
</FORM>
</TD>
</TR>
</TABLE>
<P>
<!--#if userNames-->
<TR>
<TD VALIGN="TOP">
<BR>
To delete one or more users, select the users
you wish to delete and click the <I>Delete Users</I> button.
</TD>
<TD VALIGN="TOP">
<BR>
<FORM ACTION="<!--#var PARENT_URL-->/manage_deleteUser" METHOD="POST">
<SELECT NAME="names:list" MULTIPLE SIZE="5" >
<!--#in userNames-->
<OPTION><!--#var sequence-item-->
<!--#/in userNames-->
</SELECT>
<BR>
<INPUT TYPE="SUBMIT" VALUE="Delete Users">
</FORM>
</TD>
</TR>
<FORM ACTION="<!--#var PARENT_URL-->/manage_deleteUser" METHOD="POST">
To delete users, select one or more users and click &quot;Delete&quot;.
<BR>
<SELECT NAME="names:list" MULTIPLE SIZE="4" >
<!--#in userNames-->
<OPTION><!--#var sequence-item-->
<!--#/in userNames-->
</SELECT>
<BR>
<INPUT TYPE="SUBMIT" VALUE="Delete">
</FORM>
<!--#/if userNames-->
</TABLE>
</BODY>
</HTML>
......@@ -3,54 +3,83 @@
<TITLE><!--#var title--></TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555" ALINK="#77003B">
<FONT SIZE="+2"><!--#var title--></FONT>
<H2><!--#var title--></H2>
<P>
The application manager allows you to view application status information,
and allows you to perform maintenance tasks such as process control,
<!--#if parentObject-->
<!--#in parentObject-->
<A HREF="<!--#var URL2-->/manage" target="_top">
<IMG SRC="<!--#var SOFTWARE_URL-->/OFS/UpFolder_icon.gif" BORDER=0>
</A>
Return to <!--#if title-->
<!--#var title-->
<!--#else title-->
<!--#var id-->
<!--#/if title-->
<!--#/in parentObject-->
<!--#/if parentObject-->
<P>
The application manager allows you to view application status information.
It also allows you to perform maintenance tasks such as process control,
database packing, and &quot;undoing&quot; previous changes to your
application's configuration or data.
<P>
<TABLE>
<TABLE CELLPADDING="4" BORDER="1">
<TR>
<TD ALIGN="LEFT" VALIGN="TOP">
<STRONG>Process Id</STRONG>
</TD>
<TD ALIGN="LEFT" VALIGN="TOP">
<!--#var process_id-->
</TD>
</TR>
<TR>
<TH>Process Id</TH>
<TH>Process Uptime</TH>
<TH>Database Size</TH>
<TD ALIGN="LEFT" VALIGN="TOP">
<STRONG>Process Uptime</STRONG>
</TD>
<TD ALIGN="LEFT" VALIGN="TOP">
<!--#var process_time-->
</TD>
</TR>
<TR>
<TD ALIGN=CENTER><!--#var process_id--></TD>
<TD ALIGN=CENTER><!--#var process_time--></TD>
<TD ALIGN=CENTER><!--#var db_size--></TD>
<TD ALIGN="LEFT" VALIGN="TOP">
<STRONG>Database Size</STRONG>
</TD>
<TD ALIGN="LEFT" VALIGN="TOP">
<!--#var db_size-->
</TD>
</TR>
</TABLE>
<TABLE>
<TABLE CELLPADDING="4">
<TR>
<FORM ACTION="manage_pack" METHOD="POST" TARGET="manage_main">
<TD ALIGN="LEFT" VALIGN="TOP">
<BR>Click &quot;Shutdown&quot; to shutdown the application..
<BR>Click &quot;Pack&quot; to pack the Site Studio database, removing
previous revisions of objects that are older than
<INPUT TYPE="TEXT" VALUE="0" NAME="days:float" SIZE="3"> days.
</TD>
<TD ALIGN="LEFT" VALIGN="TOP">
<FORM ACTION="manage_shutdown"
METHOD="POST" TARGET="_top">
<BR><INPUT TYPE="SUBMIT" VALUE=" Shutdown ">
</FORM>
<BR><INPUT TYPE="SUBMIT" VALUE=" Pack ">
</TD>
</FORM>
</TR>
<TR>
<FORM ACTION="manage_pack"
METHOD="POST" TARGET="manage_main">
<TD ALIGN="LEFT" VALIGN="TOP">
<BR>Click &quot;Pack&quot; to pack the database by removing database
records previous revisions of objects that are older than
<input type="text" value="0" name="days:float"> days, and for unused objects.
<BR>
Click &quot;Shutdown&quot; to shutdown the Site Studio process.
<BR>
It will be restarted on the next web request.
</TD>
<TD ALIGN="LEFT" VALIGN="TOP">
<BR><INPUT TYPE="SUBMIT" VALUE=" Pack ">
</TD>
<FORM ACTION="<!--#var PARENT_URL-->/manage_shutdown"
METHOD="POST" TARGET="_top">
<BR><INPUT TYPE="SUBMIT" VALUE="Shutdown">
</FORM>
</TD>
</TR>
</TABLE>
</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