Fisheye: Tag 1.2 refers to a dead (removed) revision in file `lams_tool_bbb/web/WEB-INF/tags/FCKEditor.tag'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 1.2 refers to a dead (removed) revision in file `lams_tool_bbb/web/WEB-INF/tags/LearnerFlashEnabled.tag'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_tool_chat/web/WEB-INF/tags/headItems.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/WEB-INF/tags/headItems.tag,v diff -u -r1.12 -r1.13 Binary files differ Index: lams_tool_daco/web/WEB-INF/tags/Passon.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_daco/web/WEB-INF/tags/Attic/Passon.tag,v diff -u -r1.1 -r1.2 --- lams_tool_daco/web/WEB-INF/tags/Passon.tag 3 Jul 2008 06:12:08 -0000 1.1 +++ lams_tool_daco/web/WEB-INF/tags/Passon.tag 27 Nov 2012 15:36:44 -0000 1.2 @@ -83,4 +83,4 @@ pluginspage="http://www.macromedia.com/go/getflashplayer" /> - + \ No newline at end of file Index: lams_tool_daco/web/WEB-INF/tags/TextSearch.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_daco/web/WEB-INF/tags/TextSearch.tag,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_tool_daco/web/WEB-INF/tags/TextSearch.tag 27 Nov 2012 15:36:44 -0000 1.1 @@ -0,0 +1,136 @@ +<% +/**************************************************************** + * 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.0 + * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * **************************************************************** + */ + + /** + * TextSearch.tag + * Author: Marcin Cieslak + * Description: Displays form for creating text search conditions. + */ + + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams" %> + +<%-- Required attributes --%> +<%@ attribute name="sessionMapID" required="true" rtexprvalue="true" %> +<%@ attribute name="wrapInFormTag" required="true" rtexprvalue="true" %> + +<%-- Optional attributes --%> +<%@ attribute name="action" required="false" rtexprvalue="true" %> +<%@ attribute name="formID" required="false" rtexprvalue="true" %> +<%@ attribute name="headingLabelKey" required="false" rtexprvalue="true" %> +<%@ attribute name="allWordsLabelKey" required="false" rtexprvalue="true" %> +<%@ attribute name="phraseLabelKey" required="false" rtexprvalue="true" %> +<%@ attribute name="anyWordsLabelKey" required="false" rtexprvalue="true" %> +<%@ attribute name="excludedWordsLabelKey" required="false" rtexprvalue="true" %> +<%@ attribute name="saveButtonLabelKey" required="false" rtexprvalue="true" %> +<%@ attribute name="cancelButtonLabelKey" required="false" rtexprvalue="true" %> +<%@ attribute name="cancelAction" required="false" rtexprvalue="true" %> + +<%-- Default value for message key --%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +

+ + + + + + + + + + + + + + + + + +
+ + + +
+ + + +
+ + + +
+ + + +
+ + + + + + + + + + \ No newline at end of file Index: lams_tool_dimdim/web/WEB-INF/tags/Passon.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_dimdim/web/WEB-INF/tags/Attic/Passon.tag,v diff -u -r1.1 -r1.2 --- lams_tool_dimdim/web/WEB-INF/tags/Passon.tag 15 Aug 2008 08:42:42 -0000 1.1 +++ lams_tool_dimdim/web/WEB-INF/tags/Passon.tag 27 Nov 2012 15:36:58 -0000 1.2 @@ -83,4 +83,4 @@ pluginspage="http://www.macromedia.com/go/getflashplayer" /> -
+ \ No newline at end of file Index: lams_tool_images/web/WEB-INF/tags/Passon.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_images/web/WEB-INF/tags/Attic/Passon.tag,v diff -u -r1.1 -r1.2 --- lams_tool_images/web/WEB-INF/tags/Passon.tag 11 Oct 2008 12:04:14 -0000 1.1 +++ lams_tool_images/web/WEB-INF/tags/Passon.tag 27 Nov 2012 15:36:54 -0000 1.2 @@ -83,4 +83,4 @@ pluginspage="http://www.macromedia.com/go/getflashplayer" /> - + \ No newline at end of file Index: lams_tool_images/web/WEB-INF/tags/TextSearch.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_images/web/WEB-INF/tags/TextSearch.tag,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_tool_images/web/WEB-INF/tags/TextSearch.tag 27 Nov 2012 15:36:54 -0000 1.1 @@ -0,0 +1,136 @@ +<% +/**************************************************************** + * 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.0 + * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * **************************************************************** + */ + + /** + * TextSearch.tag + * Author: Marcin Cieslak + * Description: Displays form for creating text search conditions. + */ + + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams" %> + +<%-- Required attributes --%> +<%@ attribute name="sessionMapID" required="true" rtexprvalue="true" %> +<%@ attribute name="wrapInFormTag" required="true" rtexprvalue="true" %> + +<%-- Optional attributes --%> +<%@ attribute name="action" required="false" rtexprvalue="true" %> +<%@ attribute name="formID" required="false" rtexprvalue="true" %> +<%@ attribute name="headingLabelKey" required="false" rtexprvalue="true" %> +<%@ attribute name="allWordsLabelKey" required="false" rtexprvalue="true" %> +<%@ attribute name="phraseLabelKey" required="false" rtexprvalue="true" %> +<%@ attribute name="anyWordsLabelKey" required="false" rtexprvalue="true" %> +<%@ attribute name="excludedWordsLabelKey" required="false" rtexprvalue="true" %> +<%@ attribute name="saveButtonLabelKey" required="false" rtexprvalue="true" %> +<%@ attribute name="cancelButtonLabelKey" required="false" rtexprvalue="true" %> +<%@ attribute name="cancelAction" required="false" rtexprvalue="true" %> + +<%-- Default value for message key --%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +

+ + + + + + + + + + + + + + + + + +
+ + + +
+ + + +
+ + + +
+ + + +
+ + + + + + + + + + \ No newline at end of file Index: lams_tool_kaltura/web/WEB-INF/tags/AuthoringButton.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_kaltura/web/WEB-INF/tags/AuthoringButton.tag,v diff -u -r1.1 -r1.2 --- lams_tool_kaltura/web/WEB-INF/tags/AuthoringButton.tag 15 Nov 2012 14:39:27 -0000 1.1 +++ lams_tool_kaltura/web/WEB-INF/tags/AuthoringButton.tag 27 Nov 2012 15:36:41 -0000 1.2 @@ -126,4 +126,4 @@

- + \ No newline at end of file Index: lams_tool_kaltura/web/WEB-INF/tags/Passon.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_kaltura/web/WEB-INF/tags/Attic/Passon.tag,v diff -u -r1.1 -r1.2 --- lams_tool_kaltura/web/WEB-INF/tags/Passon.tag 15 Nov 2012 14:39:27 -0000 1.1 +++ lams_tool_kaltura/web/WEB-INF/tags/Passon.tag 27 Nov 2012 15:36:41 -0000 1.2 @@ -83,4 +83,4 @@ pluginspage="http://www.macromedia.com/go/getflashplayer" /> -
+ \ No newline at end of file Index: lams_tool_kaltura/web/WEB-INF/tags/TabName.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_kaltura/web/WEB-INF/tags/TabName.tag,v diff -u -r1.1 -r1.2 --- lams_tool_kaltura/web/WEB-INF/tags/TabName.tag 15 Nov 2012 14:39:27 -0000 1.1 +++ lams_tool_kaltura/web/WEB-INF/tags/TabName.tag 27 Nov 2012 15:36:41 -0000 1.2 @@ -56,4 +56,4 @@ - + \ No newline at end of file Index: lams_tool_kaltura/web/WEB-INF/tags/TextSearch.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_kaltura/web/WEB-INF/tags/TextSearch.tag,v diff -u -r1.1 -r1.2 --- lams_tool_kaltura/web/WEB-INF/tags/TextSearch.tag 15 Nov 2012 14:39:27 -0000 1.1 +++ lams_tool_kaltura/web/WEB-INF/tags/TextSearch.tag 27 Nov 2012 15:36:41 -0000 1.2 @@ -133,4 +133,4 @@ - + \ No newline at end of file Index: lams_tool_larsrc/web/WEB-INF/tags/TextSearch.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/WEB-INF/tags/TextSearch.tag,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_tool_larsrc/web/WEB-INF/tags/TextSearch.tag 27 Nov 2012 15:36:47 -0000 1.1 @@ -0,0 +1,136 @@ +<% +/**************************************************************** + * 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.0 + * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * **************************************************************** + */ + + /** + * TextSearch.tag + * Author: Marcin Cieslak + * Description: Displays form for creating text search conditions. + */ + + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams" %> + +<%-- Required attributes --%> +<%@ attribute name="sessionMapID" required="true" rtexprvalue="true" %> +<%@ attribute name="wrapInFormTag" required="true" rtexprvalue="true" %> + +<%-- Optional attributes --%> +<%@ attribute name="action" required="false" rtexprvalue="true" %> +<%@ attribute name="formID" required="false" rtexprvalue="true" %> +<%@ attribute name="headingLabelKey" required="false" rtexprvalue="true" %> +<%@ attribute name="allWordsLabelKey" required="false" rtexprvalue="true" %> +<%@ attribute name="phraseLabelKey" required="false" rtexprvalue="true" %> +<%@ attribute name="anyWordsLabelKey" required="false" rtexprvalue="true" %> +<%@ attribute name="excludedWordsLabelKey" required="false" rtexprvalue="true" %> +<%@ attribute name="saveButtonLabelKey" required="false" rtexprvalue="true" %> +<%@ attribute name="cancelButtonLabelKey" required="false" rtexprvalue="true" %> +<%@ attribute name="cancelAction" required="false" rtexprvalue="true" %> + +<%-- Default value for message key --%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +

+ + + + + + + + + + + + + + + + + +
+ + + +
+ + + +
+ + + +
+ + + +
+ + + + + + + + + + \ No newline at end of file Index: lams_tool_mindmap/web/WEB-INF/tags/Passon.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_mindmap/web/WEB-INF/tags/Attic/Passon.tag,v diff -u -r1.1 -r1.2 --- lams_tool_mindmap/web/WEB-INF/tags/Passon.tag 3 Apr 2009 00:00:30 -0000 1.1 +++ lams_tool_mindmap/web/WEB-INF/tags/Passon.tag 27 Nov 2012 15:36:53 -0000 1.2 @@ -83,4 +83,4 @@ pluginspage="http://www.macromedia.com/go/getflashplayer" /> -
+ \ No newline at end of file Index: lams_tool_mindmap/web/WEB-INF/tags/TextSearch.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_mindmap/web/WEB-INF/tags/TextSearch.tag,v diff -u -r1.1 -r1.2 --- lams_tool_mindmap/web/WEB-INF/tags/TextSearch.tag 3 Apr 2009 00:00:30 -0000 1.1 +++ lams_tool_mindmap/web/WEB-INF/tags/TextSearch.tag 27 Nov 2012 15:36:53 -0000 1.2 @@ -133,4 +133,4 @@ - + \ No newline at end of file Index: lams_tool_notebook/web/WEB-INF/tags/headItems.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_notebook/web/WEB-INF/tags/headItems.tag,v diff -u -r1.7 -r1.8 Binary files differ Index: lams_tool_pixlr/web/WEB-INF/tags/Passon.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_pixlr/web/WEB-INF/tags/Attic/Passon.tag,v diff -u -r1.1 -r1.2 --- lams_tool_pixlr/web/WEB-INF/tags/Passon.tag 7 Jan 2009 22:37:49 -0000 1.1 +++ lams_tool_pixlr/web/WEB-INF/tags/Passon.tag 27 Nov 2012 15:36:57 -0000 1.2 @@ -83,4 +83,4 @@ pluginspage="http://www.macromedia.com/go/getflashplayer" /> - + \ No newline at end of file Index: lams_tool_pixlr/web/WEB-INF/tags/TextSearch.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_pixlr/web/WEB-INF/tags/TextSearch.tag,v diff -u -r1.1 -r1.2 --- lams_tool_pixlr/web/WEB-INF/tags/TextSearch.tag 7 Jan 2009 22:37:49 -0000 1.1 +++ lams_tool_pixlr/web/WEB-INF/tags/TextSearch.tag 27 Nov 2012 15:36:57 -0000 1.2 @@ -133,4 +133,4 @@ - + \ No newline at end of file Index: lams_tool_scratchie/web/WEB-INF/tags/AuthoringButton.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_scratchie/web/WEB-INF/tags/AuthoringButton.tag,v diff -u -r1.2 -r1.3 --- lams_tool_scratchie/web/WEB-INF/tags/AuthoringButton.tag 9 Aug 2012 21:55:36 -0000 1.2 +++ lams_tool_scratchie/web/WEB-INF/tags/AuthoringButton.tag 27 Nov 2012 15:36:39 -0000 1.3 @@ -72,7 +72,7 @@