Index: lams_tool_nb/web/monitoringContent.jsp
===================================================================
diff -u
--- lams_tool_nb/web/monitoringContent.jsp (revision 0)
+++ lams_tool_nb/web/monitoringContent.jsp (revision d1364bc32c295ca6ec6f0679dbcd3525558fa61e)
@@ -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
===================================================================
diff -u
--- lams_tool_nb/web/monitoringIndex.jsp (revision 0)
+++ lams_tool_nb/web/monitoringIndex.jsp (revision d1364bc32c295ca6ec6f0679dbcd3525558fa61e)
@@ -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
===================================================================
diff -u
--- lams_tool_nb/web/nbActivityContent.jsp (revision 0)
+++ lams_tool_nb/web/nbActivityContent.jsp (revision d1364bc32c295ca6ec6f0679dbcd3525558fa61e)
@@ -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
===================================================================
diff -u
--- lams_tool_nb/web/nbActivityInstructions.jsp (revision 0)
+++ lams_tool_nb/web/nbActivityInstructions.jsp (revision d1364bc32c295ca6ec6f0679dbcd3525558fa61e)
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
+ |
+ |
+
+
+
+ |
+ |
+
+
+ |
+ |
+
+
+
+
+
+
Index: lams_tool_nb/web/nbStatistics.jsp
===================================================================
diff -u
--- lams_tool_nb/web/nbStatistics.jsp (revision 0)
+++ lams_tool_nb/web/nbStatistics.jsp (revision d1364bc32c295ca6ec6f0679dbcd3525558fa61e)
@@ -0,0 +1 @@
\ No newline at end of file
Index: lams_tool_nb/web/nbSummary.jsp
===================================================================
diff -u
--- lams_tool_nb/web/nbSummary.jsp (revision 0)
+++ lams_tool_nb/web/nbSummary.jsp (revision d1364bc32c295ca6ec6f0679dbcd3525558fa61e)
@@ -0,0 +1,10 @@
+
\ No newline at end of file