Index: lams_central/web/author.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/author.jsp,v diff -u -r1.15 -r1.16 --- lams_central/web/author.jsp 23 Jun 2006 08:01:09 -0000 1.15 +++ lams_central/web/author.jsp 23 Jun 2006 08:26:08 -0000 1.16 @@ -6,8 +6,7 @@ <%@ page import="org.lamsfoundation.lams.themes.dto.CSSThemeBriefDTO" %> - - + <% String protocol = request.getProtocol(); if(protocol.startsWith("HTTPS")){ @@ -23,7 +22,7 @@ String languageDate = Configuration.getDictionaryDateForLanguage(serverLanguage); %> - + + + Index: lams_central/web/includes/javascript/AC_RunActiveContent.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/AC_RunActiveContent.js,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_central/web/includes/javascript/AC_RunActiveContent.js 23 Jun 2006 08:26:28 -0000 1.1 @@ -0,0 +1,126 @@ +//v1.0 +//Copyright 2006 Adobe Systems, Inc. All rights reserved. +function AC_AddExtension(src, ext) +{ + if (src.indexOf('?') != -1) + return src.replace(/\?/, ext+'?'); + else + return src + ext; +} + +function AC_Generateobj(objAttrs, params, embedAttrs) +{ + var str = ' '; + str += ' + @@ -44,33 +45,41 @@ String languageDate = Configuration.getDictionaryDateForLanguage(serverLanguage); %> - lams_learner.swf?userID=&serverURL=&build=<%=clientVersion%>&lang=&country=&theme=&lessonID=&uniqueID= - - - - - - - "/> - - - - " - 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" /> - - + ?userID=&serverURL=&build=<%=clientVersion%>&lang=&country=&theme=&lessonID=&uniqueID= + lams_learner + lams_learner.swf + + + + Index: lams_learning/web/lams_learner.swf =================================================================== RCS file: /usr/local/cvsroot/lams_learning/web/Attic/lams_learner.swf,v diff -u -r1.22 -r1.23 Binary files differ Index: lams_learning/web/loadToolActivity.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_learning/web/loadToolActivity.jsp,v diff -u -r1.13 -r1.14 --- lams_learning/web/loadToolActivity.jsp 19 Jun 2006 03:48:29 -0000 1.13 +++ lams_learning/web/loadToolActivity.jsp 23 Jun 2006 08:28:30 -0000 1.14 @@ -37,7 +37,6 @@ String pathToShare = protocol+request.getServerName()+":"+request.getServerPort()+request.getContextPath()+"/../.."; %> - @@ -75,4 +74,3 @@ - Index: lams_learning/web/passon.swf =================================================================== RCS file: /usr/local/cvsroot/lams_learning/web/Attic/passon.swf,v diff -u -r1.7 -r1.8 Binary files differ Index: lams_learning/web/WEB-INF/tags/Passon.tag =================================================================== RCS file: /usr/local/cvsroot/lams_learning/web/WEB-INF/tags/Attic/Passon.tag,v diff -u -r1.4 -r1.5 Binary files differ Index: lams_learning/web/layout/activityLayout.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_learning/web/layout/Attic/activityLayout.jsp,v diff -u -r1.10 -r1.11 --- lams_learning/web/layout/activityLayout.jsp 17 May 2006 07:25:02 -0000 1.10 +++ lams_learning/web/layout/activityLayout.jsp 23 Jun 2006 08:28:30 -0000 1.11 @@ -36,7 +36,8 @@ <c:out value="${pageTitle}" /> - + - "/> - - - - " - quality="high" - scale="noscale" - bgcolor="#B3B7C8" - width="100%" - height="100%" - swliveconnect=true - id="wizard" - name="wizard" - align="" - type="application/x-shockwave-flash" - pluginspage="http://www.macromedia.com/go/getflashplayer" /> - - + + \ No newline at end of file Index: lams_monitoring/web/monitorLesson.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_monitoring/web/Attic/monitorLesson.jsp,v diff -u -r1.2 -r1.3 --- lams_monitoring/web/monitorLesson.jsp 14 Jun 2006 04:46:30 -0000 1.2 +++ lams_monitoring/web/monitorLesson.jsp 23 Jun 2006 08:30:04 -0000 1.3 @@ -35,6 +35,25 @@ <fmt:message key="monitor.title"/> + + @@ -45,35 +64,42 @@ String languageDate = Configuration.getDictionaryDateForLanguage(serverLanguage); %> -<%-- lessonID is passed in as request parameters by addLesson.jsp in lams_central. --%> -lams_monitoring.swf?userID=&serverURL=&build=<%=clientVersion%>&lang=&country=&theme=&lessonID= + <%-- lessonID is passed in as request parameters by addLesson.jsp in lams_central. --%> + ?userID=&serverURL=&build=<%=clientVersion%>&lang=&country=&theme=&lessonID= + lams_monitoring + lams_monitoring.swf - - - - - + - "/> - - - - " - quality="high" - scale="noscale" - bgcolor="#B3B7C8" - width="100%" - height="100%" - swliveconnect=true - id="monitoring" - name="monitoring" - align="" - type="application/x-shockwave-flash" - pluginspage="http://www.macromedia.com/go/getflashplayer" /> - - + \ No newline at end of file