Index: lams_monitoring/conf/language/ApplicationResources.properties =================================================================== diff -u -ra7766445094c16b343aa56dc1f73fd3051cef1db -r5b215ed05d720a4cb7edc7f412dc2e234eef304f --- lams_monitoring/conf/language/ApplicationResources.properties (.../ApplicationResources.properties) (revision a7766445094c16b343aa56dc1f73fd3051cef1db) +++ lams_monitoring/conf/language/ApplicationResources.properties (.../ApplicationResources.properties) (revision 5b215ed05d720a4cb7edc7f412dc2e234eef304f) @@ -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 =================================================================== diff -u -r613e78cdef0956c171eecca09801ba982b7596cb -r5b215ed05d720a4cb7edc7f412dc2e234eef304f --- lams_monitoring/web/dummy.jsp (.../dummy.jsp) (revision 613e78cdef0956c171eecca09801ba982b7596cb) +++ lams_monitoring/web/dummy.jsp (.../dummy.jsp) (revision 5b215ed05d720a4cb7edc7f412dc2e234eef304f) @@ -31,7 +31,7 @@ - Learner :: Staff + <fmt:message key="monitor.title"/> Index: lams_monitoring/web/dummyControlFrame.jsp =================================================================== diff -u -r613e78cdef0956c171eecca09801ba982b7596cb -r5b215ed05d720a4cb7edc7f412dc2e234eef304f --- lams_monitoring/web/dummyControlFrame.jsp (.../dummyControlFrame.jsp) (revision 613e78cdef0956c171eecca09801ba982b7596cb) +++ lams_monitoring/web/dummyControlFrame.jsp (.../dummyControlFrame.jsp) (revision 5b215ed05d720a4cb7edc7f412dc2e234eef304f) @@ -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 =================================================================== diff -u --- lams_monitoring/web/monitor.jsp (revision 0) +++ lams_monitoring/web/monitor.jsp (revision 5b215ed05d720a4cb7edc7f412dc2e234eef304f) @@ -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 =================================================================== diff -u -r60ab6744c92954acf8baa9eeced9837118d19d2c -r5b215ed05d720a4cb7edc7f412dc2e234eef304f --- lams_monitoring/web/welcome.jsp (.../welcome.jsp) (revision 60ab6744c92954acf8baa9eeced9837118d19d2c) +++ lams_monitoring/web/welcome.jsp (.../welcome.jsp) (revision 5b215ed05d720a4cb7edc7f412dc2e234eef304f) @@ -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.