Fisheye: Tag 08a45e4407f4200f34653a91d402ac4ad2f43f50 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 08a45e4407f4200f34653a91d402ac4ad2f43f50 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 =================================================================== diff -u -r00ae80d4791f903bcb3661537fc7e129c72ad195 -r08a45e4407f4200f34653a91d402ac4ad2f43f50 --- lams_tool_chat/web/WEB-INF/tags/headItems.tag (.../headItems.tag) (revision 00ae80d4791f903bcb3661537fc7e129c72ad195) +++ lams_tool_chat/web/WEB-INF/tags/headItems.tag (.../headItems.tag) (revision 08a45e4407f4200f34653a91d402ac4ad2f43f50) @@ -1,47 +1,47 @@ -<%/**************************************************************** - * 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 - * **************************************************************** - */ - -/** - * Standard Head Items - * Author: Fiona Malikoff - * Description: Includes all the standard head items e.g. the - * lams css files, sets the content type, standard javascript files. - */ -%> -<%@ tag body-content="empty"%> - -<%@ taglib uri="tags-core" prefix="c"%> -<%@ taglib uri="tags-lams" prefix="lams"%> -<%@ taglib uri="tags-fmt" prefix="fmt"%> - - - - - - - - - - - - +<%/**************************************************************** + * 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 + * **************************************************************** + */ + +/** + * Standard Head Items + * Author: Fiona Malikoff + * Description: Includes all the standard head items e.g. the + * lams css files, sets the content type, standard javascript files. + */ +%> +<%@ tag body-content="empty"%> + +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-fmt" prefix="fmt"%> + + + + + + + + + + + + Index: lams_tool_daco/web/WEB-INF/tags/Passon.tag =================================================================== diff -u -rbe03cfbba16a388e85d82cb8986f63d6b2ad568b -r08a45e4407f4200f34653a91d402ac4ad2f43f50 --- lams_tool_daco/web/WEB-INF/tags/Passon.tag (.../Passon.tag) (revision be03cfbba16a388e85d82cb8986f63d6b2ad568b) +++ lams_tool_daco/web/WEB-INF/tags/Passon.tag (.../Passon.tag) (revision 08a45e4407f4200f34653a91d402ac4ad2f43f50) @@ -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 =================================================================== diff -u --- lams_tool_daco/web/WEB-INF/tags/TextSearch.tag (revision 0) +++ lams_tool_daco/web/WEB-INF/tags/TextSearch.tag (revision 08a45e4407f4200f34653a91d402ac4ad2f43f50) @@ -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 =================================================================== diff -u -r4c8de20e6e3ea73f98892f70662508e4011e96f6 -r08a45e4407f4200f34653a91d402ac4ad2f43f50 --- lams_tool_dimdim/web/WEB-INF/tags/Passon.tag (.../Passon.tag) (revision 4c8de20e6e3ea73f98892f70662508e4011e96f6) +++ lams_tool_dimdim/web/WEB-INF/tags/Passon.tag (.../Passon.tag) (revision 08a45e4407f4200f34653a91d402ac4ad2f43f50) @@ -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 =================================================================== diff -u -r8a7c47632a6a93892f015f068d12adb376c0ae2d -r08a45e4407f4200f34653a91d402ac4ad2f43f50 --- lams_tool_images/web/WEB-INF/tags/Passon.tag (.../Passon.tag) (revision 8a7c47632a6a93892f015f068d12adb376c0ae2d) +++ lams_tool_images/web/WEB-INF/tags/Passon.tag (.../Passon.tag) (revision 08a45e4407f4200f34653a91d402ac4ad2f43f50) @@ -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 =================================================================== diff -u --- lams_tool_images/web/WEB-INF/tags/TextSearch.tag (revision 0) +++ lams_tool_images/web/WEB-INF/tags/TextSearch.tag (revision 08a45e4407f4200f34653a91d402ac4ad2f43f50) @@ -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 =================================================================== diff -u -r5fd453ea4cb0fa72cb94a5706e75f68a319de46b -r08a45e4407f4200f34653a91d402ac4ad2f43f50 --- lams_tool_kaltura/web/WEB-INF/tags/AuthoringButton.tag (.../AuthoringButton.tag) (revision 5fd453ea4cb0fa72cb94a5706e75f68a319de46b) +++ lams_tool_kaltura/web/WEB-INF/tags/AuthoringButton.tag (.../AuthoringButton.tag) (revision 08a45e4407f4200f34653a91d402ac4ad2f43f50) @@ -126,4 +126,4 @@

- + \ No newline at end of file Index: lams_tool_kaltura/web/WEB-INF/tags/Passon.tag =================================================================== diff -u -r5fd453ea4cb0fa72cb94a5706e75f68a319de46b -r08a45e4407f4200f34653a91d402ac4ad2f43f50 --- lams_tool_kaltura/web/WEB-INF/tags/Passon.tag (.../Passon.tag) (revision 5fd453ea4cb0fa72cb94a5706e75f68a319de46b) +++ lams_tool_kaltura/web/WEB-INF/tags/Passon.tag (.../Passon.tag) (revision 08a45e4407f4200f34653a91d402ac4ad2f43f50) @@ -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 =================================================================== diff -u -r5fd453ea4cb0fa72cb94a5706e75f68a319de46b -r08a45e4407f4200f34653a91d402ac4ad2f43f50 --- lams_tool_kaltura/web/WEB-INF/tags/TabName.tag (.../TabName.tag) (revision 5fd453ea4cb0fa72cb94a5706e75f68a319de46b) +++ lams_tool_kaltura/web/WEB-INF/tags/TabName.tag (.../TabName.tag) (revision 08a45e4407f4200f34653a91d402ac4ad2f43f50) @@ -56,4 +56,4 @@ - + \ No newline at end of file Index: lams_tool_kaltura/web/WEB-INF/tags/TextSearch.tag =================================================================== diff -u -r5fd453ea4cb0fa72cb94a5706e75f68a319de46b -r08a45e4407f4200f34653a91d402ac4ad2f43f50 --- lams_tool_kaltura/web/WEB-INF/tags/TextSearch.tag (.../TextSearch.tag) (revision 5fd453ea4cb0fa72cb94a5706e75f68a319de46b) +++ lams_tool_kaltura/web/WEB-INF/tags/TextSearch.tag (.../TextSearch.tag) (revision 08a45e4407f4200f34653a91d402ac4ad2f43f50) @@ -133,4 +133,4 @@ - + \ No newline at end of file Index: lams_tool_larsrc/web/WEB-INF/tags/TextSearch.tag =================================================================== diff -u --- lams_tool_larsrc/web/WEB-INF/tags/TextSearch.tag (revision 0) +++ lams_tool_larsrc/web/WEB-INF/tags/TextSearch.tag (revision 08a45e4407f4200f34653a91d402ac4ad2f43f50) @@ -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 =================================================================== diff -u -r26ce6de9fba8494203a85a4ce076b6ffea4238ed -r08a45e4407f4200f34653a91d402ac4ad2f43f50 --- lams_tool_mindmap/web/WEB-INF/tags/Passon.tag (.../Passon.tag) (revision 26ce6de9fba8494203a85a4ce076b6ffea4238ed) +++ lams_tool_mindmap/web/WEB-INF/tags/Passon.tag (.../Passon.tag) (revision 08a45e4407f4200f34653a91d402ac4ad2f43f50) @@ -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 =================================================================== diff -u -r26ce6de9fba8494203a85a4ce076b6ffea4238ed -r08a45e4407f4200f34653a91d402ac4ad2f43f50 --- lams_tool_mindmap/web/WEB-INF/tags/TextSearch.tag (.../TextSearch.tag) (revision 26ce6de9fba8494203a85a4ce076b6ffea4238ed) +++ lams_tool_mindmap/web/WEB-INF/tags/TextSearch.tag (.../TextSearch.tag) (revision 08a45e4407f4200f34653a91d402ac4ad2f43f50) @@ -133,4 +133,4 @@ - + \ No newline at end of file Index: lams_tool_notebook/web/WEB-INF/tags/headItems.tag =================================================================== diff -u -reb7210d9e59ad462f679dde12ea476e2146103ee -r08a45e4407f4200f34653a91d402ac4ad2f43f50 --- lams_tool_notebook/web/WEB-INF/tags/headItems.tag (.../headItems.tag) (revision eb7210d9e59ad462f679dde12ea476e2146103ee) +++ lams_tool_notebook/web/WEB-INF/tags/headItems.tag (.../headItems.tag) (revision 08a45e4407f4200f34653a91d402ac4ad2f43f50) @@ -1,47 +1,47 @@ -<%/**************************************************************** - * 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 - * **************************************************************** - */ - -/** - * Standard Head Items - * Author: Fiona Malikoff - * Description: Includes all the standard head items e.g. the - * lams css files, sets the content type, standard javascript files. - */ -%> -<%@ tag body-content="empty"%> - -<%@ taglib uri="tags-core" prefix="c"%> -<%@ taglib uri="tags-lams" prefix="lams"%> -<%@ taglib uri="tags-fmt" prefix="fmt"%> - - - - - - - - - - - - +<%/**************************************************************** + * 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 + * **************************************************************** + */ + +/** + * Standard Head Items + * Author: Fiona Malikoff + * Description: Includes all the standard head items e.g. the + * lams css files, sets the content type, standard javascript files. + */ +%> +<%@ tag body-content="empty"%> + +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-fmt" prefix="fmt"%> + + + + + + + + + + + + Index: lams_tool_pixlr/web/WEB-INF/tags/Passon.tag =================================================================== diff -u -rb703d43cf69269e0afcc716321fd5ef42c249a43 -r08a45e4407f4200f34653a91d402ac4ad2f43f50 --- lams_tool_pixlr/web/WEB-INF/tags/Passon.tag (.../Passon.tag) (revision b703d43cf69269e0afcc716321fd5ef42c249a43) +++ lams_tool_pixlr/web/WEB-INF/tags/Passon.tag (.../Passon.tag) (revision 08a45e4407f4200f34653a91d402ac4ad2f43f50) @@ -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 =================================================================== diff -u -rb703d43cf69269e0afcc716321fd5ef42c249a43 -r08a45e4407f4200f34653a91d402ac4ad2f43f50 --- lams_tool_pixlr/web/WEB-INF/tags/TextSearch.tag (.../TextSearch.tag) (revision b703d43cf69269e0afcc716321fd5ef42c249a43) +++ lams_tool_pixlr/web/WEB-INF/tags/TextSearch.tag (.../TextSearch.tag) (revision 08a45e4407f4200f34653a91d402ac4ad2f43f50) @@ -133,4 +133,4 @@ - + \ No newline at end of file Index: lams_tool_scratchie/web/WEB-INF/tags/AuthoringButton.tag =================================================================== diff -u -r0ef117e7eca05b962210cb3b18eab1e39a6c57d1 -r08a45e4407f4200f34653a91d402ac4ad2f43f50 --- lams_tool_scratchie/web/WEB-INF/tags/AuthoringButton.tag (.../AuthoringButton.tag) (revision 0ef117e7eca05b962210cb3b18eab1e39a6c57d1) +++ lams_tool_scratchie/web/WEB-INF/tags/AuthoringButton.tag (.../AuthoringButton.tag) (revision 08a45e4407f4200f34653a91d402ac4ad2f43f50) @@ -72,7 +72,7 @@