Index: lams_monitoring/conf/language/ApplicationResources.properties =================================================================== RCS file: /usr/local/cvsroot/lams_monitoring/conf/language/Attic/ApplicationResources.properties,v diff -u -r1.1 -r1.2 --- lams_monitoring/conf/language/ApplicationResources.properties 10 Apr 2006 11:07:56 -0000 1.1 +++ lams_monitoring/conf/language/ApplicationResources.properties 21 Apr 2006 06:13:45 -0000 1.2 @@ -6,13 +6,19 @@ label.schedule.gate=Schedule Gate lable.description=Description -#========== Deleted Preview Message Screen =======================# +#Page title for monitoring screen +monitor.title=Staff :: LAMS +#Deleted Preview Message Screen Title (Debugging screen) preview.deleted.title=Preview Data Deleted +#Deleted Preview Message Screen Message (Debugging screen) preview.deleted.message=Preview data for {0} lesson(s) has been deleted. - -#Flashmessage +# Message for monitoring client (Flash) - No Such Lesson NO.SUCH.LESSON=No such Lesson with a lessonID of : {0} exists. +# Message for monitoring client (Flash) - Invalid Activity ID INVALID.ACTIVITYID=Invalid activityID :{0}. +# Message for monitoring client (Flash) - Invalid User for this activity INVALID.ACTIVITYID.USER=Invalid activityID/User : {0} : {1}. +# Message for monitoring client (Flash) - Invalid type of activity INVALID.ACTIVITYID.TYPE=Invalid Activity type: {0}. Only ToolActivity allowed. +# Message for monitoring client (Flash) - Invalid Lesson ID INVALID.ACTIVITYID.LESSONID=Invalid activityID/lessonID : {0} : {1}. \ No newline at end of file Index: lams_monitoring/web/dummy.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_monitoring/web/Attic/dummy.jsp,v diff -u -r1.12 -r1.13 --- lams_monitoring/web/dummy.jsp 20 Apr 2006 02:15:26 -0000 1.12 +++ lams_monitoring/web/dummy.jsp 21 Apr 2006 06:13:45 -0000 1.13 @@ -31,7 +31,7 @@ - Learner :: Staff + <fmt:message key="monitor.title"/> Index: lams_monitoring/web/dummyControlFrame.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_monitoring/web/Attic/dummyControlFrame.jsp,v diff -u -r1.8 -r1.9 --- lams_monitoring/web/dummyControlFrame.jsp 20 Apr 2006 02:15:26 -0000 1.8 +++ lams_monitoring/web/dummyControlFrame.jsp 21 Apr 2006 06:13:45 -0000 1.9 @@ -39,6 +39,9 @@ +

Flash Interface

+

Switch to the Flash interface (under development).

+

Select a lesson

Note: If you archive a lesson, it can no longer be accessed. This is a temporary restriction.

Index: lams_monitoring/web/monitor.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_monitoring/web/monitor.jsp,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_monitoring/web/monitor.jsp 21 Apr 2006 06:13:45 -0000 1.1 @@ -0,0 +1,80 @@ +<%-- +Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) +License Information: http://lamsfoundation.org/licensing/lams/2.0/ + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License version 2 as + published by the Free Software Foundation. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA + + http://www.gnu.org/licenses/gpl.txt +--%> + +<%@ page language="java" pageEncoding="UTF-8" contentType="text/html;charset=utf-8" %> +<%@ page import="org.lamsfoundation.lams.util.Configuration" import="org.lamsfoundation.lams.util.ConfigurationKeys" %> +<%@ page import="org.lamsfoundation.lams.themes.dto.CSSThemeBriefDTO" %> + +<%@ taglib uri="tags-bean" prefix="bean"%> +<%@ taglib uri="tags-html" prefix="html"%> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-lams" prefix="lams" %> + + + + + + + + + <fmt:message key="monitor.title"/> + + + + +<% +String clientVersion = Configuration.get(ConfigurationKeys.MONITOR_CLIENT_VERSION); +String serverLanguage = Configuration.get(ConfigurationKeys.SERVER_LANGUAGE); +String languageDate = Configuration.getDictionaryDateForLanguage(serverLanguage); +%> + +lams_monitoring.swf?userID=&serverURL=&build=<%=clientVersion%>&lang=<%=serverLanguage%>&date=<%=languageDate%>&theme= + + + + + + + + "/> + + + + " + quality="high" + scale="noscale" + bgcolor="#B3B7C8" + width="100%" + height="100%" + swliveconnect=true + id="authoring" + name="authoring" + align="" + type="application/x-shockwave-flash" + pluginspage="http://www.macromedia.com/go/getflashplayer" /> + + + + \ No newline at end of file Index: lams_monitoring/web/welcome.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_monitoring/web/Attic/welcome.jsp,v diff -u -r1.3 -r1.4 --- lams_monitoring/web/welcome.jsp 20 Apr 2006 02:08:52 -0000 1.3 +++ lams_monitoring/web/welcome.jsp 21 Apr 2006 06:13:45 -0000 1.4 @@ -38,8 +38,10 @@
-

This is a dummy page for Lesson Management. It is to be used until the Flash interface is ready.

+

This is a dummy page for Lesson Management. It is to be used to manage lessons until the Flash interface is ready.

Select an option from the control frame on the left hand side.

+

 

+

Click the "Flash Interface" link on the right if you want to try the Flash work in progress.