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
c45e9a8a
Commit
c45e9a8a
authored
Sep 09, 1997
by
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Style mods
parent
067f8d57
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
8 deletions
+6
-8
lib/python/App/ApplicationManager.py
lib/python/App/ApplicationManager.py
+4
-5
lib/python/App/appMain.dtml
lib/python/App/appMain.dtml
+2
-3
No files found.
lib/python/App/ApplicationManager.py
View file @
c45e9a8a
__doc__
=
"""Application management component"""
__version__
=
'$Revision: 1.
6
$'
[
11
:
-
2
]
__version__
=
'$Revision: 1.
7
$'
[
11
:
-
2
]
import
sys
,
os
,
time
,
Globals
...
...
@@ -9,18 +9,17 @@ from Management import Management
from
Globals
import
HTMLFile
class
ApplicationManager
(
Acquirer
,
Management
):
"""
Application management component.
"""
"""
"""
manage_main
=
HTMLFile
(
'App/appMain'
)
manage_packForm
=
HTMLFile
(
'App/pack'
)
manage_undoForm
=
HTMLFile
(
'App/undo'
)
manage_options
=
(
{
'icon'
:
'
App/arrow.jpg'
,
'label'
:
'Application Management
'
,
{
'icon'
:
'
OFS/ControlPanel_icon.gif'
,
'label'
:
'Control Panel
'
,
'action'
:
'manage_main'
,
'target'
:
'manage_main'
},
)
title
=
'Application Manager'
name
=
'application manager'
name
=
title
=
'Control Panel'
process_id
=
os
.
getpid
()
process_start
=
int
(
time
.
time
())
...
...
lib/python/App/appMain.dtml
View file @
c45e9a8a
...
...
@@ -18,10 +18,9 @@
<!--#/in parentObject-->
<!--#/if parentObject-->
<P>
The
application manager
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,
database packing, and "undoing" previous changes to your
application's configuration or data.
database packing, and "undoing" previous changes to your site.
<P>
<TABLE CELLPADDING="4" BORDER="1">
<TR>
...
...
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