Commit e4cc2814 authored by 's avatar

add help sys javascript to main frameset

parent 8a8ea9b0
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<HTML lang="en"> <html>
<HEAD> <head>
<TITLE>&dtml-title_or_id; on &dtml.-URL1;</TITLE> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<SCRIPT LANGUAGE="javascript"> <title>&dtml-title_or_id; on &dtml.-URL1;</title>
<script language="javascript">
<!-- <!--
function update_menu() function update_menu() {
{ window.manage_menu.location.href=window.manage_menu.location.href; 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> </script>
</HEAD> </head>
<FRAMESET COLS="175,*"> <frameset cols="175,*">
<FRAME SRC="&dtml.-URL1;/manage_menu" NAME="manage_menu" <frame src="&dtml.-URL1;/manage_menu" name="manage_menu"
MARGINWIDTH="2" MARGINHEIGHT="2" SCROLLING="auto"> marginwidth="2" marginheight="2" scrolling="auto">
<FRAME SRC="&dtml.-URL1;/manage_workspace" NAME="manage_main" <frame src="&dtml.-URL1;/manage_workspace" name="manage_main"
MARGINWIDTH="2" MARGINHEIGHT="0" SCROLLING="auto"> marginwidth="2" marginheight="0" scrolling="auto">
</FRAMESET> </frameset>
<NOFRAMES> <noframes>
Management interfaces require the use of a <B>frames-capable</B> web browser. Management interfaces require the use of a <B>frames-capable</B> web browser.
</NOFRAMES> </noframes>
</HTML> </html>
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