Index: lams_tool_forum/web/includes/header.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/includes/Attic/header.jsp,v diff -u -r1.9 -r1.10 --- lams_tool_forum/web/includes/header.jsp 5 Mar 2006 22:58:24 -0000 1.9 +++ lams_tool_forum/web/includes/header.jsp 16 Mar 2006 03:23:10 -0000 1.10 @@ -1,17 +1,55 @@ -<%@ include file="/includes/taglibs.jsp" %> +<%@ include file="/includes/taglibs.jsp"%> - - + + + + + + -<bean:message key="appName" /> + + <bean:message key="appName" /> + + + + + + - - + function doSubmit(method, tabId) { +// if(tabId != null) +// document.forumMonitoringForm.currentTab.value=tabId; +// document.forumMonitoringForm.method.value=method; + document.forumMonitoringForm.submit(); + } + //]]> + + +