Index: lams_central/src/flash/learnerProgress_lc.fla =================================================================== RCS file: /usr/local/cvsroot/lams_central/src/flash/Attic/learnerProgress_lc.fla,v diff -u -r1.3 -r1.4 Binary files differ Index: lams_central/src/flash/main2.as =================================================================== RCS file: /usr/local/cvsroot/lams_central/src/flash/Attic/main2.as,v diff -u -r1.5 -r1.6 Binary files differ Index: lams_central/web/WEB-INF/lams.tld =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/WEB-INF/Attic/lams.tld,v diff -u -r1.17 -r1.18 --- lams_central/web/WEB-INF/lams.tld 9 Jun 2006 08:26:04 -0000 1.17 +++ lams_central/web/WEB-INF/lams.tld 19 Jun 2006 03:50:50 -0000 1.18 @@ -32,6 +32,15 @@ org.lamsfoundation.lams.web.tag.GenerateIDTag empty + + Output a random number for the learner and passon flash movies to communicate directly. + id + true + + true + + + @@ -55,6 +64,17 @@ + Output the basic URL for the current webapp. e.g. http://server/lams/tool/nb11/ + Base URL for the current web app + + + WebAppURL + org.lamsfoundation.lams.web.tag.WebAppURLTag + empty + + + + Output stylesheet based on the user preferences. User's chosen stylesheet @@ -73,18 +93,7 @@ - - Output the basic URL for the current webapp. e.g. http://server/lams/tool/nb11/ - Base URL for the current web app - - - WebAppURL - org.lamsfoundation.lams.web.tag.WebAppURLTag - empty - - - STRUTS-textarea org.lamsfoundation.lams.web.tag.MultiLinesTextareaTag Index: lams_central/web/WEB-INF/tags/Passon.tag =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/WEB-INF/tags/Attic/Passon.tag,v diff -u -r1.2 -r1.3 Binary files differ Index: lams_learning/web/controlFrame.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_learning/web/Attic/controlFrame.jsp,v diff -u -r1.12 -r1.13 --- lams_learning/web/controlFrame.jsp 14 Jun 2006 04:46:29 -0000 1.12 +++ lams_learning/web/controlFrame.jsp 19 Jun 2006 03:48:29 -0000 1.13 @@ -33,7 +33,7 @@ <fmt:message key="learner.title"/> - + Index: lams_learning/web/lams_learner.swf =================================================================== RCS file: /usr/local/cvsroot/lams_learning/web/Attic/lams_learner.swf,v diff -u -r1.21 -r1.22 Binary files differ Index: lams_learning/web/lessonComplete.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_learning/web/lessonComplete.jsp,v diff -u -r1.9 -r1.10 --- lams_learning/web/lessonComplete.jsp 13 Jun 2006 00:47:57 -0000 1.9 +++ lams_learning/web/lessonComplete.jsp 19 Jun 2006 03:48:29 -0000 1.10 @@ -27,7 +27,7 @@ <%@ taglib uri="tags-lams" prefix="lams" %>
- +

Index: lams_learning/web/loadToolActivity.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_learning/web/loadToolActivity.jsp,v diff -u -r1.12 -r1.13 --- lams_learning/web/loadToolActivity.jsp 13 Jun 2006 00:47:57 -0000 1.12 +++ lams_learning/web/loadToolActivity.jsp 19 Jun 2006 03:48:29 -0000 1.13 @@ -39,7 +39,7 @@ %> - + Index: lams_learning/web/main.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_learning/web/main.jsp,v diff -u -r1.10 -r1.11 --- lams_learning/web/main.jsp 25 May 2006 01:02:50 -0000 1.10 +++ lams_learning/web/main.jsp 19 Jun 2006 03:48:29 -0000 1.11 @@ -27,7 +27,7 @@ <%@ taglib uri="tags-lams" prefix="lams" %> - + Index: lams_learning/web/optionsActivity.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_learning/web/optionsActivity.jsp,v diff -u -r1.13 -r1.14 --- lams_learning/web/optionsActivity.jsp 19 Jun 2006 03:34:58 -0000 1.13 +++ lams_learning/web/optionsActivity.jsp 19 Jun 2006 03:48:37 -0000 1.14 @@ -56,7 +56,7 @@ //--> - + @@ -160,7 +160,7 @@ - " /> + " />
Index: lams_learning/web/passon.swf =================================================================== RCS file: /usr/local/cvsroot/lams_learning/web/Attic/passon.swf,v diff -u -r1.5 -r1.6 Binary files differ Index: lams_learning/web/WEB-INF/lams.tld =================================================================== RCS file: /usr/local/cvsroot/lams_learning/web/WEB-INF/Attic/lams.tld,v diff -u -r1.5 -r1.6 --- lams_learning/web/WEB-INF/lams.tld 9 Jun 2006 08:26:02 -0000 1.5 +++ lams_learning/web/WEB-INF/lams.tld 19 Jun 2006 03:48:29 -0000 1.6 @@ -32,6 +32,15 @@ org.lamsfoundation.lams.web.tag.GenerateIDTag empty + + Output a random number for the learner and passon flash movies to communicate directly. + id + false + + true + + +
@@ -55,6 +64,17 @@ + Output the basic URL for the current webapp. e.g. http://server/lams/tool/nb11/ + Base URL for the current web app + + + WebAppURL + org.lamsfoundation.lams.web.tag.WebAppURLTag + empty + + + + Output stylesheet based on the user preferences. User's chosen stylesheet @@ -73,18 +93,7 @@ - - Output the basic URL for the current webapp. e.g. http://server/lams/tool/nb11/ - Base URL for the current web app - - - WebAppURL - org.lamsfoundation.lams.web.tag.WebAppURLTag - empty - - - STRUTS-textarea org.lamsfoundation.lams.web.tag.MultiLinesTextareaTag 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.3 -r1.4 Binary files differ