Commit 98368c63 authored by Christopher Petrilli's avatar Christopher Petrilli

Added URL1 reference in the title, as well as fixing the width of the left

frame so that it is more reasonable.  This fixes complaint of Anthony
Baxter.
parent a0fe7a69
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE><!--#var title_or_id--></TITLE> <TITLE><!--#var title_or_id--> on <!--#var URL1--></TITLE>
<SCRIPT LANGUAGE="javascript"> <SCRIPT LANGUAGE="javascript">
<!-- <!--
function update_menu() function update_menu()
...@@ -9,7 +9,7 @@ function update_menu() ...@@ -9,7 +9,7 @@ function update_menu()
//--> //-->
</SCRIPT> </SCRIPT>
</HEAD> </HEAD>
<FRAMESET COLS="150,*"> <FRAMESET COLS="175,*">
<FRAME SRC="<!--#var URL1-->/manage_menu" NAME="manage_menu" <FRAME SRC="<!--#var URL1-->/manage_menu" NAME="manage_menu"
MARGINWIDTH="2" MARGINHEIGHT="2" SCROLLING="auto"> MARGINWIDTH="2" MARGINHEIGHT="2" SCROLLING="auto">
<FRAME SRC="<!--#var URL1-->/manage_workspace" NAME="manage_main" <FRAME SRC="<!--#var URL1-->/manage_workspace" NAME="manage_main"
......
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