Index: lams_tool_nb/web/learnerContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_nb/web/learnerContent.jsp,v diff -u -r1.2 -r1.3 --- lams_tool_nb/web/learnerContent.jsp 14 Jul 2005 02:29:45 -0000 1.2 +++ lams_tool_nb/web/learnerContent.jsp 20 Jul 2005 04:23:54 -0000 1.3 @@ -3,7 +3,7 @@ <%@ taglib uri="/WEB-INF/jstl/c.tld" prefix="c" %> - +
Index: lams_tool_nb/web/learnerIndex.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_nb/web/Attic/learnerIndex.jsp,v diff -u -r1.2 -r1.3 --- lams_tool_nb/web/learnerIndex.jsp 15 Jul 2005 07:02:49 -0000 1.2 +++ lams_tool_nb/web/learnerIndex.jsp 20 Jul 2005 04:24:21 -0000 1.3 @@ -5,7 +5,7 @@ String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; -String url = "/tool/nb/starter/learner?userId="+555+"&toolSessionId="+455+"&toolContentId="+355+"&mode=learner"; +String url = "/starter/learner?userId="+555+"&toolSessionId="+455+"&toolContentId="+355+"&mode=learner"; %> <%@ taglib uri="/WEB-INF/jstl/c.tld" prefix="c" %> Index: lams_tool_nb/web/monitoringContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_nb/web/Attic/monitoringContent.jsp,v diff -u -r1.1 -r1.2 --- lams_tool_nb/web/monitoringContent.jsp 15 Jul 2005 07:03:08 -0000 1.1 +++ lams_tool_nb/web/monitoringContent.jsp 20 Jul 2005 04:27:19 -0000 1.2 @@ -5,7 +5,7 @@ <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> <%@ taglib uri="fck-editor" prefix="FCK" %> - +
@@ -33,16 +33,16 @@
- <%@ include file="nbActivityInstructions.jsp" %> + <%@ include file="m_Instructions.jsp" %> - <%@ include file="nbActivityContent.jsp" %> + <%@ include file="m_EditActivity.jsp" %> - <%@ include file="nbStatistics.jsp" %> + <%@ include file="m_Statistics.jsp" %> - <%@ include file="nbSummary.jsp" %> + <%@ include file="m_Summary.jsp" %>