Index: lams_tool_nb/web/monitoringContent.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_nb/web/Attic/monitoringContent.jsp,v
diff -u
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ lams_tool_nb/web/monitoringContent.jsp 15 Jul 2005 07:03:08 -0000 1.1
@@ -0,0 +1,49 @@
+<%@ taglib uri="/WEB-INF/struts-html-el.tld" prefix="html" %>
+<%@ taglib uri="/WEB-INF/jstl/fmt.tld" prefix="fmt" %>
+<%@ taglib uri="/WEB-INF/jstl/c.tld" prefix="c" %>
+<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
+<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
+<%@ taglib uri="fck-editor" prefix="FCK" %>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+
+
+
+ <%@ include file="nbActivityInstructions.jsp" %>
+
+
+ <%@ include file="nbActivityContent.jsp" %>
+
+
+ <%@ include file="nbStatistics.jsp" %>
+
+
+ <%@ include file="nbSummary.jsp" %>
+
+
+
+
\ No newline at end of file
Index: lams_tool_nb/web/monitoringIndex.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_nb/web/Attic/monitoringIndex.jsp,v
diff -u
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ lams_tool_nb/web/monitoringIndex.jsp 15 Jul 2005 07:03:08 -0000 1.1
@@ -0,0 +1,24 @@
+<%@ page language="java" import="java.util.*" %>
+<%@ page import="org.lamsfoundation.lams.tool.noticeboard.NoticeboardConstants" %>
+<%@ taglib uri="/WEB-INF/struts-html-el.tld" prefix="html" %>
+<%
+String path = request.getContextPath();
+String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
+
+String url = "/tool/nb/starter/monitor?toolContentId="+355;
+%>
+
+<%@ taglib uri="/WEB-INF/jstl/c.tld" prefix="c" %>
+
+
+
+
+ Noticeboard Monitor Starter Page
+
+
+
+
+
+
+
+
\ No newline at end of file
Index: lams_tool_nb/web/nbActivityContent.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_nb/web/Attic/nbActivityContent.jsp,v
diff -u
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ lams_tool_nb/web/nbActivityContent.jsp 15 Jul 2005 07:03:18 -0000 1.1
@@ -0,0 +1,53 @@
+ <%
+ Long toolContentId = (Long)request.getSession().getAttribute("toolContentId");
+ String path = request.getContextPath();
+String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
+
+ String url = basePath + "tool/nb/starter/authoring.do?toolContentId="+toolContentId;
+%>
+
+
+
+
+
+
+ |
+
+
+ |
+
+
+ |
+ |
+
+
+ |
+
+
+ |
+
+
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+
Index: lams_tool_nb/web/nbActivityInstructions.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_nb/web/Attic/nbActivityInstructions.jsp,v
diff -u
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ lams_tool_nb/web/nbActivityInstructions.jsp 15 Jul 2005 07:03:18 -0000 1.1
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
+ |
+ |
+
+
+
+ |
+ |
+
+
+ |
+ |
+
+
+
+
+
+
Index: lams_tool_nb/web/nbStatistics.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_nb/web/Attic/nbStatistics.jsp,v
diff -u
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ lams_tool_nb/web/nbStatistics.jsp 15 Jul 2005 07:03:27 -0000 1.1
@@ -0,0 +1 @@
\ No newline at end of file
Index: lams_tool_nb/web/nbSummary.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_nb/web/Attic/nbSummary.jsp,v
diff -u
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ lams_tool_nb/web/nbSummary.jsp 15 Jul 2005 07:03:27 -0000 1.1
@@ -0,0 +1,10 @@
+
\ No newline at end of file