Index: lams_tool_lamc/web/monitoring/MonitoringMaincontent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/monitoring/MonitoringMaincontent.jsp,v diff -u -r1.26 -r1.27 --- lams_tool_lamc/web/monitoring/MonitoringMaincontent.jsp 5 Jun 2006 05:16:12 -0000 1.26 +++ lams_tool_lamc/web/monitoring/MonitoringMaincontent.jsp 5 Jun 2006 06:03:14 -0000 1.27 @@ -93,21 +93,7 @@ var imgRoot="${lams}images/"; var themeName="aqua"; - function init(){ - initTabSize(4); - - var tag = document.getElementById("currentTab"); - if(tag.value != "") - selectTab(tag.value); - else - selectTab(1); //select the default tab; - - initEditor("richTextTitle"); - initEditor("richTextInstructions"); - - } - function doSelectTab(tabId) { // start optional tab controller stuff var tag = document.getElementById("currentTab"); @@ -122,7 +108,44 @@ } + + + <%-- chooses which tab to highlight --%>