Commit 9a9cd260 authored by 's avatar

ui update

parent c1033d7d
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>Access Control</TITLE> <TITLE>Security</TITLE>
</HEAD> </HEAD>
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555" ALINK="#77003B"> <BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555" ALINK="#77003B">
<!--#var menu_bar--> <!--#var manage_tabs-->
<BR>
<FONT SIZE="+2">Access Control</FONT>
<P> <P>
You may restrict access to <EM><!--#var title_or_id--></EM> using the form You may restrict access to <EM><!--#var title_or_id--></EM> using the form
below. To add or remove roles, select or deselect below. To add or remove roles, select or deselect
......
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>Access Control for <!--#var title_or_id--></TITLE> <TITLE>Security</TITLE>
</HEAD> </HEAD>
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555" ALINK="#77003B"> <BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555" ALINK="#77003B">
<!--#var manage_tabs--> <!--#var manage_tabs-->
<H2>Access Control for <EM><!--#var title_or_id--></EM></H2>
<P> <P>
You may restrict access to this item using the form You may restrict access to this item using the form
below. To add or remove roles, select or deselect below. To add or remove roles, select or deselect
......
__doc__="""System management components""" __doc__="""System management components"""
__version__='$Revision: 1.17 $'[11:-2] __version__='$Revision: 1.18 $'[11:-2]
import sys,os,time,Globals import sys,os,time,Globals
...@@ -33,6 +33,7 @@ class ApplicationManager(ObjectManager,SimpleItem.Item,CacheManager): ...@@ -33,6 +33,7 @@ class ApplicationManager(ObjectManager,SimpleItem.Item,CacheManager):
id ='Control_Panel' id ='Control_Panel'
name=title='Control Panel' name=title='Control Panel'
meta_type ='Control Panel'
icon ='OFS/ControlPanel_icon.gif' icon ='OFS/ControlPanel_icon.gif'
process_id=os.getpid() process_id=os.getpid()
process_start=int(time.time()) process_start=int(time.time())
......
...@@ -5,12 +5,7 @@ ...@@ -5,12 +5,7 @@
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555"> <BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
<!--#var manage_tabs--> <!--#var manage_tabs-->
<H2><!--#var title--></H2>
<!--#if Principia-Session-->
<EM>You are currently working in session <!--#var Principia-Session--></EM>
<P> <P>
<!--#/if Principia-Session-->
The Control Panel allows you to view application status information. The Control Panel allows you to view application status information.
It also allows you to perform maintenance tasks such as process control, It also allows you to perform maintenance tasks such as process control,
database packing, and &quot;undoing&quot; previous changes to your site. database packing, and &quot;undoing&quot; previous changes to your site.
......
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>Cache Manager</TITLE> <TITLE>Cache</TITLE>
</HEAD> </HEAD>
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555"> <BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
<!--#var manage_tabs--> <!--#var manage_tabs-->
<H2>Cache Manager</H2>
<!--#if Principia-Session-->
<EM>You are currently working in session <!--#var Principia-Session--></EM>
<P>
<!--#/if Principia-Session-->
<P>
<h3>Cache Statistics</h3>
<h3>Cache Statistics</h3>
<table> <table>
<tr><th align=right>Total number of objects in the database:</th> <tr><th align=right>Total number of objects in the database:</th>
<td><!--#var database_size--></td></tr> <td><!--#var database_size--></td></tr>
......
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>Access Control</TITLE> <TITLE>Security</TITLE>
</HEAD> </HEAD>
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555" ALINK="#77003B"> <BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555" ALINK="#77003B">
<!--#var manage_tabs--> <!--#var manage_tabs-->
<P>
You may restrict access to <EM><!--#var title--></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 below. To add or remove roles, select or deselect
the desired role names and click &quot;Change&quot;. the desired role names and click &quot;Change&quot;.
......
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