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
e4cc2814
Commit
e4cc2814
authored
Dec 28, 2000
by
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add help sys javascript to main frameset
parent
8a8ea9b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
17 deletions
+24
-17
lib/python/App/manage.dtml
lib/python/App/manage.dtml
+24
-17
No files found.
lib/python/App/manage.dtml
View file @
e4cc2814
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<HTML
lang=
"en"
>
<HEAD>
<TITLE>
&dtml-title_or_id;
on
&dtml.-URL1;
</TITLE>
<SCRIPT
LANGUAGE=
"javascript"
>
<html>
<head>
<meta
http-equiv=
"content-type"
content=
"text/html; charset=iso-8859-1"
>
<title>
&dtml-title_or_id;
on
&dtml.-URL1;
</title>
<script
language=
"javascript"
>
<!--
function update_menu()
{ window.manage_menu.location.href=window.manage_menu.location.href;
function
update_menu
()
{
window
.
manage_menu
.
location
.
href
=
window
.
manage_menu
.
location
.
href
;
}
function
openHelpWindow
(
url
)
{
helpWindow
=
window
.
open
(
url
,
"
zope_help
"
,
"
width=600,height=500,menubar=yes,toolbar=yes,scrollbars=yes,resizable=yes
"
);
helpWindow
.
focus
();
return
false
;
}
//-->
</
SCRIPT
>
</
HEAD
>
<
FRAMESET
COLS
=
"175,*"
>
<
FRAME
SRC=
"&dtml.-URL1;/manage_menu"
NAME
=
"manage_menu"
MARGINWIDTH=
"2"
MARGINHEIGHT=
"2"
SCROLLING
=
"auto"
>
<
FRAME
SRC=
"&dtml.-URL1;/manage_workspace"
NAME
=
"manage_main"
MARGINWIDTH=
"2"
MARGINHEIGHT=
"0"
SCROLLING
=
"auto"
>
</
FRAMESET
>
<
NOFRAMES
>
</
script
>
</
head
>
<
frameset
cols
=
"175,*"
>
<
frame
src=
"&dtml.-URL1;/manage_menu"
name
=
"manage_menu"
marginwidth=
"2"
marginheight=
"2"
scrolling
=
"auto"
>
<
frame
src=
"&dtml.-URL1;/manage_workspace"
name
=
"manage_main"
marginwidth=
"2"
marginheight=
"0"
scrolling
=
"auto"
>
</
frameset
>
<
noframes
>
Management interfaces require the use of a
<B>
frames-capable
</B>
web browser.
</
NOFRAMES
>
</
HTML
>
</
noframes
>
</
html
>
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