Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
9a9cd260
Commit
9a9cd260
authored
Dec 12, 1997
by
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ui update
parent
c1033d7d
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
22 deletions
+10
-22
lib/python/AccessControl/RoleManager_manage_rolesForm.dtml
lib/python/AccessControl/RoleManager_manage_rolesForm.dtml
+3
-4
lib/python/AccessControl/manage_rolesForm.dtml
lib/python/AccessControl/manage_rolesForm.dtml
+1
-2
lib/python/App/ApplicationManager.py
lib/python/App/ApplicationManager.py
+2
-1
lib/python/App/appMain.dtml
lib/python/App/appMain.dtml
+0
-5
lib/python/App/cache.dtml
lib/python/App/cache.dtml
+2
-8
lib/python/OFS/rolesForm.dtml
lib/python/OFS/rolesForm.dtml
+2
-2
No files found.
lib/python/AccessControl/RoleManager_manage_rolesForm.dtml
View file @
9a9cd260
<HTML>
<HEAD>
<TITLE>
Access Control
</TITLE>
<TITLE>
Security
</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555" ALINK="#77003B">
<!--#var menu_bar-->
<BR>
<FONT SIZE="+2">Access Control</FONT>
<!--#var manage_tabs-->
<P>
You may restrict access to <EM><!--#var title_or_id--></EM> using the form
below. To add or remove roles, select or deselect
...
...
lib/python/AccessControl/manage_rolesForm.dtml
View file @
9a9cd260
<HTML>
<HEAD>
<TITLE>
Access Control for <!--#var title_or_id-->
</TITLE>
<TITLE>
Security
</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555" ALINK="#77003B">
<!--#var manage_tabs-->
<H2>Access Control for <EM><!--#var title_or_id--></EM></H2>
<P>
You may restrict access to this item using the form
below. To add or remove roles, select or deselect
...
...
lib/python/App/ApplicationManager.py
View file @
9a9cd260
__doc__
=
"""System management components"""
__version__
=
'$Revision: 1.1
7
$'
[
11
:
-
2
]
__version__
=
'$Revision: 1.1
8
$'
[
11
:
-
2
]
import
sys
,
os
,
time
,
Globals
...
...
@@ -33,6 +33,7 @@ class ApplicationManager(ObjectManager,SimpleItem.Item,CacheManager):
id
=
'Control_Panel'
name
=
title
=
'Control Panel'
meta_type
=
'Control Panel'
icon
=
'OFS/ControlPanel_icon.gif'
process_id
=
os
.
getpid
()
process_start
=
int
(
time
.
time
())
...
...
lib/python/App/appMain.dtml
View file @
9a9cd260
...
...
@@ -5,12 +5,7 @@
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
<!--#var manage_tabs-->
<H2><!--#var title--></H2>
<!--#if Principia-Session-->
<EM>You are currently working in session <!--#var Principia-Session--></EM>
<P>
<!--#/if Principia-Session-->
The Control Panel allows you to view application status information.
It also allows you to perform maintenance tasks such as process control,
database packing, and "undoing" previous changes to your site.
...
...
lib/python/App/cache.dtml
View file @
9a9cd260
<HTML>
<HEAD>
<TITLE>Cache
Manager
</TITLE>
<TITLE>Cache</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
<!--#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>
<tr><th align=right>Total number of objects in the database:</th>
<td><!--#var database_size--></td></tr>
...
...
lib/python/OFS/rolesForm.dtml
View file @
9a9cd260
<HTML>
<HEAD>
<TITLE>
Access Control
</TITLE>
<TITLE>
Security
</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555" ALINK="#77003B">
<!--#var manage_tabs-->
<P>
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 "Change".
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment