Index: lams_tool_larsrc/conf/xdoclet/struts-actions.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/conf/xdoclet/struts-actions.xml,v diff -u -r1.16 -r1.17 --- lams_tool_larsrc/conf/xdoclet/struts-actions.xml 26 Apr 2006 02:53:26 -0000 1.16 +++ lams_tool_larsrc/conf/xdoclet/struts-actions.xml 27 Apr 2006 02:37:45 -0000 1.17 @@ -140,7 +140,7 @@ - + + + + + + + + Index: lams_tool_larsrc/web/pages/learning/learning.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/pages/learning/learning.jsp,v diff -u -r1.5 -r1.6 --- lams_tool_larsrc/web/pages/learning/learning.jsp 26 Apr 2006 07:54:45 -0000 1.5 +++ lams_tool_larsrc/web/pages/learning/learning.jsp 27 Apr 2006 02:37:45 -0000 1.6 @@ -20,7 +20,7 @@ } function checkNew(){ var reqIDVar = new Date(); - parent.frames['learningFrame'].location= "?toolSessionID=${toolSessionID}&reqID="+reqIDVar.getTime(); + parent.frames['learningFrame'].location= "?reqID="+reqIDVar.getTime(); return false; } function viewItem(itemUid){ @@ -32,16 +32,13 @@ return false; } function finishSession(){ - parent.location =''; + parent.frames['learningFrame'].location =''; return false; } --> -
Index: lams_tool_larsrc/web/pages/learning/start.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/pages/learning/start.jsp,v diff -u -r1.1 -r1.2 --- lams_tool_larsrc/web/pages/learning/start.jsp 20 Apr 2006 04:44:16 -0000 1.1 +++ lams_tool_larsrc/web/pages/learning/start.jsp 27 Apr 2006 02:37:45 -0000 1.2 @@ -1,12 +1,18 @@ -<%@ include file="/common/taglibs.jsp" %> +<%@ include file="/common/taglibs.jsp"%> - -
- -
+ - - - \ No newline at end of file + + + + + + + + + + Index: lams_tool_larsrc/web/pages/learning/success.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/pages/learning/success.jsp,v diff -u -r1.2 -r1.3 --- lams_tool_larsrc/web/pages/learning/success.jsp 26 Apr 2006 07:54:45 -0000 1.2 +++ lams_tool_larsrc/web/pages/learning/success.jsp 27 Apr 2006 02:37:45 -0000 1.3 @@ -1,11 +1,14 @@ <%@ include file="/common/taglibs.jsp"%> + + <%@ include file="/common/header.jsp"%>