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
bc7b5406
Commit
bc7b5406
authored
Sep 25, 1997
by
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
4b3c9e63
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
lib/python/App/ApplicationManager.py
lib/python/App/ApplicationManager.py
+4
-6
lib/python/App/www/CacheManager_icon.gif
lib/python/App/www/CacheManager_icon.gif
+0
-0
No files found.
lib/python/App/ApplicationManager.py
View file @
bc7b5406
__doc__
=
"""Application management component"""
__version__
=
'$Revision: 1.
8
$'
[
11
:
-
2
]
__version__
=
'$Revision: 1.
9
$'
[
11
:
-
2
]
import
sys
,
os
,
time
,
Globals
...
...
@@ -17,12 +17,10 @@ class ApplicationManager(Acquirer,Management,CacheManager):
manage_undoForm
=
HTMLFile
(
'App/undo'
)
manage_options
=
(
{
'icon'
:
'App/arrow.jpg'
,
'label'
:
'Application'
,
'action'
:
'manage_app'
,
'target'
:
'_top'
},
{
'icon'
:
'App/arrow.jpg'
,
'label'
:
'Application Manager'
,
{
'icon'
:
'OFS/ControlPanel_icon.gif'
,
'label'
:
'Control Panel'
,
'action'
:
'manage_main'
,
'target'
:
'manage_main'
},
{
'icon'
:
'App/
arrow.jpg'
,
'label'
:
'Cache Manager'
,
'action'
:
'manage_cacheForm'
,
'target'
:
'manage_main'
},
{
'icon'
:
'App/
CacheManager_icon.gif'
,
'label'
:
'Cache Manager'
,
'action'
:
'manage_cacheForm'
,
'target'
:
'manage_main'
},
)
name
=
title
=
'Control Panel'
process_id
=
os
.
getpid
()
...
...
lib/python/App/www/CacheManager_icon.gif
0 → 100644
View file @
bc7b5406
895 Bytes
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