Index: lams_tool_notebook/web/WEB-INF/tags/AdvancedAccordian.tag =================================================================== diff -u --- lams_tool_notebook/web/WEB-INF/tags/AdvancedAccordian.tag (revision 0) +++ lams_tool_notebook/web/WEB-INF/tags/AdvancedAccordian.tag (revision a0a249e0861e944d080689e4ebb853566cd40f2d) @@ -0,0 +1,53 @@ +<% + /**************************************************************** + * 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 + * **************************************************************** + */ + + /** + * AdvancedAccordian.tag + * Author: Fiona Malikoff + * Description: Creates the show/hide entry for the Advanced Settings in Montoring. + * Wiki: + */ +%> +<%@ attribute name="title" required="true" rtexprvalue="true"%> + +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-fmt" prefix="fmt"%> +<%@ taglib uri="tags-lams" prefix="lams"%> + +
+
+ + +
+ +
+
+
+ \ No newline at end of file Index: lams_tool_notebook/web/WEB-INF/tags/Arrow.tag =================================================================== diff -u --- lams_tool_notebook/web/WEB-INF/tags/Arrow.tag (revision 0) +++ lams_tool_notebook/web/WEB-INF/tags/Arrow.tag (revision a0a249e0861e944d080689e4ebb853566cd40f2d) @@ -0,0 +1,35 @@ +<%@ tag body-content="scriptless"%> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-function" prefix="fn" %> + +<%-- state = up: up arrow; state = down: down arrow --%> +<%@ attribute name="state" required="true" rtexprvalue="true"%> +<%@ attribute name="title" required="false" rtexprvalue="true"%> +<%@ attribute name="onclick" required="false" rtexprvalue="true"%> + + + + title="${title}" + + + + + + + + + onclick="${onclick}" + + + + + + + + + + + + + + Index: lams_tool_notebook/web/WEB-INF/tags/AuthoringButton.tag =================================================================== diff -u -r29fac4bd0bdf28bcaaeee7aae4020ccb15b6e520 -ra0a249e0861e944d080689e4ebb853566cd40f2d --- lams_tool_notebook/web/WEB-INF/tags/AuthoringButton.tag (.../AuthoringButton.tag) (revision 29fac4bd0bdf28bcaaeee7aae4020ccb15b6e520) +++ lams_tool_notebook/web/WEB-INF/tags/AuthoringButton.tag (.../AuthoringButton.tag) (revision a0a249e0861e944d080689e4ebb853566cd40f2d) @@ -1,133 +1,133 @@ -<% -/**************************************************************** - * 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 - * **************************************************************** - */ - - /** - * AuthoringButton.tag - * Author: Dapeng Ni - * Description: Creates the save/cancel button for authoring page - */ - - %> -<%@ 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"%> - -<%@ attribute name="formID" required="true" rtexprvalue="true" %> -<%@ attribute name="toolSignature" required="true" rtexprvalue="true" %> -<%@ attribute name="toolContentID" required="true" rtexprvalue="true" %> -<%@ attribute name="contentFolderID" required="true" rtexprvalue="true" %> -<%@ attribute name="clearSessionActionUrl" required="true" rtexprvalue="true" %> - -<%-- Optional attribute --%> -<%@ attribute name="accessMode" required="false" rtexprvalue="true" %> -<%@ attribute name="cancelButtonLabelKey" required="false" rtexprvalue="true" %> -<%@ attribute name="saveButtonLabelKey" required="false" rtexprvalue="true" %> -<%@ attribute name="cancelConfirmMsgKey" required="false" rtexprvalue="true" %> -<%@ attribute name="defineLater" required="false" rtexprvalue="true" %> -<%@ attribute name="customiseSessionID" required="false" rtexprvalue="true" %> - -<%-- Default value for message key --%> - - - - - - - - - - - - - - - - - - - - -

- - - - - - -

+<% +/**************************************************************** + * 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 + * **************************************************************** + */ + + /** + * AuthoringButton.tag + * Author: Dapeng Ni + * Description: Creates the save/cancel button for authoring page + */ + + %> +<%@ 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"%> + +<%@ attribute name="formID" required="true" rtexprvalue="true" %> +<%@ attribute name="toolSignature" required="true" rtexprvalue="true" %> +<%@ attribute name="toolContentID" required="true" rtexprvalue="true" %> +<%@ attribute name="contentFolderID" required="true" rtexprvalue="true" %> +<%@ attribute name="clearSessionActionUrl" required="true" rtexprvalue="true" %> + +<%-- Optional attribute --%> +<%@ attribute name="accessMode" required="false" rtexprvalue="true" %> +<%@ attribute name="cancelButtonLabelKey" required="false" rtexprvalue="true" %> +<%@ attribute name="saveButtonLabelKey" required="false" rtexprvalue="true" %> +<%@ attribute name="cancelConfirmMsgKey" required="false" rtexprvalue="true" %> +<%@ attribute name="defineLater" required="false" rtexprvalue="true" %> +<%@ attribute name="customiseSessionID" required="false" rtexprvalue="true" %> + +<%-- Default value for message key --%> + + + + + + + + + + + + + + + + + + + + +
+ + + + + + +
\ No newline at end of file Index: lams_tool_notebook/web/WEB-INF/tags/CKEditor.tag =================================================================== diff -u -rdc884b8e6274ebbc664d1ee940e565803445bb26 -ra0a249e0861e944d080689e4ebb853566cd40f2d --- lams_tool_notebook/web/WEB-INF/tags/CKEditor.tag (.../CKEditor.tag) (revision dc884b8e6274ebbc664d1ee940e565803445bb26) +++ lams_tool_notebook/web/WEB-INF/tags/CKEditor.tag (.../CKEditor.tag) (revision a0a249e0861e944d080689e4ebb853566cd40f2d) @@ -10,7 +10,12 @@ <%@ attribute name="contentFolderID" required="false" rtexprvalue="true"%> <%@ attribute name="displayExpanded" required="false" rtexprvalue="true"%> <%@ attribute name="resizeParentFrameName" required="false" rtexprvalue="true"%> +<%@ attribute name="method" required="false" rtexprvalue="true"%> + + + + @@ -19,6 +24,10 @@ + + ${toolbarSet}Inline + + @@ -33,10 +42,10 @@ - + - ckeditor/ + /lams/ckeditor/ @@ -59,10 +68,9 @@ var editor = CKEDITOR.instances["${id}"]; if (editor) { editor.destroy(true); } - var instance = CKEDITOR.replace( "${id}", { + var instance = CKEDITOR.${method}( "${id}", { width : "${width}", height : "${height}", - autoGrow_minHeight : "${height}".replace("px", ""), toolbar : "${toolbarSet}", language : "${language}", defaultLangugage : "en", Index: lams_tool_notebook/web/WEB-INF/tags/Comments.tag =================================================================== diff -u --- lams_tool_notebook/web/WEB-INF/tags/Comments.tag (revision 0) +++ lams_tool_notebook/web/WEB-INF/tags/Comments.tag (revision a0a249e0861e944d080689e4ebb853566cd40f2d) @@ -0,0 +1,47 @@ +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + +<%@ attribute name="toolSessionId" required="true" rtexprvalue="true"%> +<%@ attribute name="toolSignature" required="true" rtexprvalue="true"%> +<%@ attribute name="height" required="false" rtexprvalue="true"%> +<%@ attribute name="width" required="false" rtexprvalue="true"%> +<%@ attribute name="mode" required="false" rtexprvalue="true"%> +<%@ attribute name="likeAndDislike" required="false" rtexprvalue="true"%> +<%@ attribute name="readOnly" required="false" rtexprvalue="true"%> +<%@ attribute name="pageSize" required="false" rtexprvalue="true"%> +<%@ attribute name="sortBy" required="false" rtexprvalue="true"%> + + + + + + + + + + + + + &mode=${mode} + + + + + + + + + + + + + + +
+ \ No newline at end of file Index: lams_tool_notebook/web/WEB-INF/tags/CommentsAuthor.tag =================================================================== diff -u --- lams_tool_notebook/web/WEB-INF/tags/CommentsAuthor.tag (revision 0) +++ lams_tool_notebook/web/WEB-INF/tags/CommentsAuthor.tag (revision a0a249e0861e944d080689e4ebb853566cd40f2d) @@ -0,0 +1,51 @@ +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-html" prefix="html"%> +<%@ taglib uri="tags-fmt" prefix="fmt"%> + +<%@ attribute name="allowCommentsVariableName" required="false" rtexprvalue="true"%> +<%@ attribute name="allowCommentLabelKey" required="false" rtexprvalue="true"%> +<%@ attribute name="likeDislikeVariableName" required="false" rtexprvalue="true"%> +<%@ attribute name="likeOnlyCommentLabelKey" required="false" rtexprvalue="true"%> +<%@ attribute name="likeDislikeLabelKey" required="false" rtexprvalue="true"%> + + + + + + + + + + + + + + + + + +
+ +
+
+     +   +
+ + + + Index: lams_tool_notebook/web/WEB-INF/tags/Page.tag =================================================================== diff -u -rce515395bb6d73f6ed359d00ba0809af714e0d38 -ra0a249e0861e944d080689e4ebb853566cd40f2d --- lams_tool_notebook/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision ce515395bb6d73f6ed359d00ba0809af714e0d38) +++ lams_tool_notebook/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision a0a249e0861e944d080689e4ebb853566cd40f2d) @@ -12,25 +12,38 @@
+ + + + + +
-
- + +
- - - - -
+ + + +
+
+
+
+
+ + + + Index: lams_tool_notebook/web/WEB-INF/tags/RestrictedUsageAccordian.tag =================================================================== diff -u --- lams_tool_notebook/web/WEB-INF/tags/RestrictedUsageAccordian.tag (revision 0) +++ lams_tool_notebook/web/WEB-INF/tags/RestrictedUsageAccordian.tag (revision a0a249e0861e944d080689e4ebb853566cd40f2d) @@ -0,0 +1,54 @@ +<% + /**************************************************************** + * 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 + * **************************************************************** + */ + + /** + * AdvancedAccordian.tag + * Author: Fiona Malikoff + * Description: Creates the show/hide entry for the Restricted Usage Settings in Monitoring. + * Wiki: + */ +%> +<%@ attribute name="title" required="true" rtexprvalue="true"%> + +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-fmt" prefix="fmt"%> +<%@ taglib uri="tags-lams" prefix="lams"%> + +
+
+ + + +
+ +
+
+
+ \ No newline at end of file Index: lams_tool_notebook/web/WEB-INF/tags/TSTable.tag =================================================================== diff -u --- lams_tool_notebook/web/WEB-INF/tags/TSTable.tag (revision 0) +++ lams_tool_notebook/web/WEB-INF/tags/TSTable.tag (revision a0a249e0861e944d080689e4ebb853566cd40f2d) @@ -0,0 +1,53 @@ +<%-- Tablesorter Table and Pager --%> +<%@ tag body-content="scriptless"%> +<%@ taglib uri="tags-core" prefix="c"%> + +<%@ attribute name="numColumns" required="true" rtexprvalue="true"%> +<%@ attribute name="dataId" required="false" rtexprvalue="true"%> +<%@ attribute name="tableClass" required="false" rtexprvalue="true"%> +<%@ attribute name="pagerClass" required="false" rtexprvalue="true"%> +<%@ attribute name="test" required="false" rtexprvalue="true"%> + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + +
+ + \ No newline at end of file Index: lams_tool_notebook/web/WEB-INF/tags/Tab.tag =================================================================== diff -u -rb5c9ab3d41689d5418b146ccd178c39a82a78fcc -ra0a249e0861e944d080689e4ebb853566cd40f2d --- lams_tool_notebook/web/WEB-INF/tags/Tab.tag (.../Tab.tag) (revision b5c9ab3d41689d5418b146ccd178c39a82a78fcc) +++ lams_tool_notebook/web/WEB-INF/tags/Tab.tag (.../Tab.tag) (revision a0a249e0861e944d080689e4ebb853566cd40f2d) @@ -1,85 +1,89 @@ -<% - /**************************************************************** - * 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 - * **************************************************************** - */ - - /** - * Tab.tag - * Author: Mitchell Seaton - * Description: Creates a tab element. - * Wiki: - */ -%> -<%@ tag body-content="empty"%> -<%@ attribute name="id" required="true" rtexprvalue="true"%> -<%@ attribute name="value" required="false" rtexprvalue="true"%> -<%@ attribute name="key" required="false" rtexprvalue="true"%> -<%@ attribute name="inactive" required="false" rtexprvalue="true"%> -<%@ attribute name="methodCall" required="false" rtexprvalue="true"%> - -<%@ taglib uri="tags-core" prefix="c"%> -<%@ taglib uri="tags-fmt" prefix="fmt"%> -<%@ taglib uri="tags-lams" prefix="lams"%> - -<%-- Check if bundle is set --%> - - - - - - - - - - -<%-- - Usually methodCall is selectTab, but the calling code can override methodCall if desired. - this is handy if the page needs different logic on initialisation and user switching tabs ---%> - - - - - - - - - - - - - - - - - - - +<% + /**************************************************************** + * 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 + * **************************************************************** + */ + + /** + * Tab.tag + * Author: Fiona Malikoff + * Description: Creates a tab element within the Hybrid Tab Header. + * Wiki: + */ +%> +<%@ tag body-content="empty"%> +<%@ attribute name="id" required="true" rtexprvalue="true"%> +<%@ attribute name="value" required="false" rtexprvalue="true"%> +<%@ attribute name="key" required="false" rtexprvalue="true"%> +<%@ attribute name="inactive" required="false" rtexprvalue="true"%> +<%@ attribute name="methodCall" required="false" rtexprvalue="true"%> + +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-fmt" prefix="fmt"%> +<%@ taglib uri="tags-lams" prefix="lams"%> + +<%-- Check if bundle is set --%> + + + + + + + + + + +<%-- + Usually methodCall is selectTab, but the calling code can override methodCall if desired. + this is handy if the page needs different logic on initialisation and user switching tabs + + -- onclick="${methodCall}(${id});return false;"> + +--%> + + + + + + + + + + + + + + + + + + + + + class="active" + + + + + class="disabled" + + +
  • ${tabTitle}
  • Index: lams_tool_notebook/web/WEB-INF/tags/TabBody.tag =================================================================== diff -u -rca73a51b45e6071a6a9edd5da8b0d61bf3a39929 -ra0a249e0861e944d080689e4ebb853566cd40f2d --- lams_tool_notebook/web/WEB-INF/tags/TabBody.tag (.../TabBody.tag) (revision ca73a51b45e6071a6a9edd5da8b0d61bf3a39929) +++ lams_tool_notebook/web/WEB-INF/tags/TabBody.tag (.../TabBody.tag) (revision a0a249e0861e944d080689e4ebb853566cd40f2d) @@ -1,52 +1,44 @@ -<%/**************************************************************** - * 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 - * **************************************************************** - */ - -/** - * TabBody.tag - * Author: Mitchell Seaton - * Description: Creates the body container for a tab element - * Wiki: - */ - - %> -<%@ tag body-content="scriptless"%> -<%@ attribute name="id" required="true" rtexprvalue="true"%> -<%@ attribute name="tabTitle" required="false" rtexprvalue="true"%> -<%@ attribute name="titleKey" required="false" rtexprvalue="true"%> -<%@ attribute name="page" required="false" rtexprvalue="true"%> -<%@ taglib uri="tags-core" prefix="c"%> -<%@ taglib uri="tags-bean" prefix="bean"%> - - -
    - - - - - - - - - -
    - +<%/**************************************************************** + * 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 + * **************************************************************** + */ + +/** + * TabBody.tag + * Author: Mitchell Seaton + * Description: Creates the body container for a tab element + * Wiki: + */ + +%> +<%@ attribute name="id" required="true" rtexprvalue="true"%> +<%@ attribute name="tabTitle" required="false" rtexprvalue="true"%> +<%@ attribute name="titleKey" required="false" rtexprvalue="true"%> +<%@ attribute name="page" required="false" rtexprvalue="true"%> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-bean" prefix="bean"%> + + + + active + + +
    Index: lams_tool_notebook/web/WEB-INF/tags/TabBodyArea.tag =================================================================== diff -u --- lams_tool_notebook/web/WEB-INF/tags/TabBodyArea.tag (revision 0) +++ lams_tool_notebook/web/WEB-INF/tags/TabBodyArea.tag (revision a0a249e0861e944d080689e4ebb853566cd40f2d) @@ -0,0 +1,39 @@ +<%/**************************************************************** + * 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 + * **************************************************************** + */ + +/** + * TabBodyArea.tag + * Author: Fiona Malikoff + * Description: Creates the panel body area for a nav bar screen + * Wiki: + */ + +%> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-bean" prefix="bean"%> + +
    + +
    + + \ No newline at end of file Index: lams_tool_notebook/web/WEB-INF/tags/TabBodys.tag =================================================================== diff -u --- lams_tool_notebook/web/WEB-INF/tags/TabBodys.tag (revision 0) +++ lams_tool_notebook/web/WEB-INF/tags/TabBodys.tag (revision a0a249e0861e944d080689e4ebb853566cd40f2d) @@ -0,0 +1,37 @@ +<%/**************************************************************** + * 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 + * **************************************************************** + */ + +/** + * TabBodys.tag + * Author: Fiona Malikoff + * Description: Create a tabbody list from nested TabBody tags. + * Wiki: + */ + + %> +<%@ tag body-content="scriptless"%> + + +
    + +
    Index: lams_tool_notebook/web/WEB-INF/tags/TabName.tag =================================================================== diff -u -r7329c82c5388fbb86b6a0a2b27a71151ee8f116e -ra0a249e0861e944d080689e4ebb853566cd40f2d --- lams_tool_notebook/web/WEB-INF/tags/TabName.tag (.../TabName.tag) (revision 7329c82c5388fbb86b6a0a2b27a71151ee8f116e) +++ lams_tool_notebook/web/WEB-INF/tags/TabName.tag (.../TabName.tag) (revision a0a249e0861e944d080689e4ebb853566cd40f2d) @@ -1,59 +1,59 @@ -<%/**************************************************************** - * 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 - * **************************************************************** - */ - -/** - * TabName Tag - * Author: Mitchell Seaton - * Description: Shortens name that are too long to fit inside a tab - */ - - %> -<%@ tag body-content="scriptless" %> - -<%@ attribute name="url" required="true" rtexprvalue="true"%> -<%@ attribute name="highlight" required="false" rtexprvalue="true" %> - -<%@ taglib uri="tags-core" prefix="c"%> -<%@ taglib uri="tags-function" prefix="fn"%> - -12 - - - - - - - - - - - - - - - - - - - +<%/**************************************************************** + * 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 + * **************************************************************** + */ + +/** + * TabName Tag + * Author: Mitchell Seaton + * Description: Shortens name that are too long to fit inside a tab + */ + + %> +<%@ tag body-content="scriptless" %> + +<%@ attribute name="url" required="true" rtexprvalue="true"%> +<%@ attribute name="highlight" required="false" rtexprvalue="true" %> + +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-function" prefix="fn"%> + +12 + + + + + + + + + + + + + + + + + + + \ No newline at end of file Index: lams_tool_notebook/web/WEB-INF/tags/Tabs.tag =================================================================== diff -u -rca73a51b45e6071a6a9edd5da8b0d61bf3a39929 -ra0a249e0861e944d080689e4ebb853566cd40f2d --- lams_tool_notebook/web/WEB-INF/tags/Tabs.tag (.../Tabs.tag) (revision ca73a51b45e6071a6a9edd5da8b0d61bf3a39929) +++ lams_tool_notebook/web/WEB-INF/tags/Tabs.tag (.../Tabs.tag) (revision a0a249e0861e944d080689e4ebb853566cd40f2d) @@ -1,69 +1,92 @@ -<%/**************************************************************** - * 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 - * **************************************************************** - */ - -/** - * Tabs.tag - * Author: Mitchell Seaton - * Description: Create a tab list from a input collection or nested Tab tags. - * Wiki: - */ - - %> -<%@ tag body-content="scriptless"%> -<%@ attribute name="collection" type="java.util.Collection" required="false" rtexprvalue="true"%> -<%@ attribute name="control" required="false" rtexprvalue="true"%> -<%@ attribute name="useKey" required="false" rtexprvalue="true"%> -<%@ taglib uri="tags-core" prefix="c"%> -<%@ taglib uri="tags-lams" prefix="lams"%> - - - - - - - - - - - - +<%/**************************************************************** + * 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 + * **************************************************************** + */ + +/** + * Tabs.tag + * Author: Fiona Malikoff + * Description: Create a hybrid panel header that contains a nav bar that acts like tabs. + */ + +%> +<%@ attribute name="control" required="false" rtexprvalue="true"%> +<%@ attribute name="title" required="false" rtexprvalue="true"%> +<%@ attribute name="refreshOnClickAction" required="false" rtexprvalue="true"%> +<%@ attribute name="helpToolSignature" required="false" rtexprvalue="true"%> +<%@ attribute name="helpModule" required="false" rtexprvalue="true"%> +<%@ attribute name="extraControl" required="false" rtexprvalue="true"%> + +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-lams" prefix="lams"%> + + + + + + + + + + + + +
    + + \ No newline at end of file Index: lams_tool_notebook/web/WEB-INF/tags/headItems.tag =================================================================== diff -u -r613f0d0d76eb497ed58d7e6836eda34a245425a9 -ra0a249e0861e944d080689e4ebb853566cd40f2d --- lams_tool_notebook/web/WEB-INF/tags/headItems.tag (.../headItems.tag) (revision 613f0d0d76eb497ed58d7e6836eda34a245425a9) +++ lams_tool_notebook/web/WEB-INF/tags/headItems.tag (.../headItems.tag) (revision a0a249e0861e944d080689e4ebb853566cd40f2d) @@ -1,47 +1,49 @@ -<%/**************************************************************** - * 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_notebook/web/WEB-INF/tiles-defs.xml =================================================================== diff -u -r9c83d6e84da12d1d753d9a0588ecd4a1b49de1f7 -ra0a249e0861e944d080689e4ebb853566cd40f2d --- lams_tool_notebook/web/WEB-INF/tiles-defs.xml (.../tiles-defs.xml) (revision 9c83d6e84da12d1d753d9a0588ecd4a1b49de1f7) +++ lams_tool_notebook/web/WEB-INF/tiles-defs.xml (.../tiles-defs.xml) (revision a0a249e0861e944d080689e4ebb853566cd40f2d) @@ -26,71 +26,40 @@ - - - - + + - - - - - - - - - - - - - - - - - - + + - - - - - + - - + - - + - - - - + + - - - - - - + \ No newline at end of file Index: lams_tool_notebook/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r5e63656a12c02f7476564e278b43ff4ce86ac930 -ra0a249e0861e944d080689e4ebb853566cd40f2d --- lams_tool_notebook/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 5e63656a12c02f7476564e278b43ff4ce86ac930) +++ lams_tool_notebook/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision a0a249e0861e944d080689e4ebb853566cd40f2d) @@ -178,7 +178,7 @@ css org.lamsfoundation.lams.web.tag.CssTag empty - + Output stylesheet based on the user preferences. style @@ -408,10 +408,18 @@ /WEB-INF/tags/TabBody.tag + TabBodys + /WEB-INF/tags/TabBodys.tag + + TabName /WEB-INF/tags/TabName.tag + TabBodyArea + /WEB-INF/tags/TabBodyArea.tag + + CKEditor /WEB-INF/tags/CKEditor.tag @@ -438,8 +446,24 @@ Page /WEB-INF/tags/Page.tag + + + TSTable + /WEB-INF/tags/TSTable.tag + + + Arrow + /WEB-INF/tags/Arrow.tag + + + AdvancedAccordian + /WEB-INF/tags/AdvancedAccordian.tag + RestrictedUsageAccordian + /WEB-INF/tags/RestrictedUsageAccordian.tag + + ImgButtonWrapper /WEB-INF/tags/ImgButtonWrapper.tag @@ -481,5 +505,13 @@ head /WEB-INF/tags/Head.tag + + Comments + /WEB-INF/tags/Comments.tag + + + CommentsAuthor + /WEB-INF/tags/CommentsAuthor.tag + Fisheye: Tag a0a249e0861e944d080689e4ebb853566cd40f2d refers to a dead (removed) revision in file `lams_tool_notebook/web/WEB-INF/urlrewrite.xml'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag a0a249e0861e944d080689e4ebb853566cd40f2d refers to a dead (removed) revision in file `lams_tool_notebook/web/WEB-INF/validation.xml'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag a0a249e0861e944d080689e4ebb853566cd40f2d refers to a dead (removed) revision in file `lams_tool_notebook/web/WEB-INF/validator-rules.xml'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag a0a249e0861e944d080689e4ebb853566cd40f2d refers to a dead (removed) revision in file `lams_tool_notebook/web/common/empty.jsp'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag a0a249e0861e944d080689e4ebb853566cd40f2d refers to a dead (removed) revision in file `lams_tool_notebook/web/common/footer.jsp'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag a0a249e0861e944d080689e4ebb853566cd40f2d refers to a dead (removed) revision in file `lams_tool_notebook/web/common/header.jsp'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag a0a249e0861e944d080689e4ebb853566cd40f2d refers to a dead (removed) revision in file `lams_tool_notebook/web/common/learnerheader.jsp'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag a0a249e0861e944d080689e4ebb853566cd40f2d refers to a dead (removed) revision in file `lams_tool_notebook/web/common/message.jsp'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_tool_notebook/web/common/messages.jsp =================================================================== diff -u -r05db875c7974d705f89231416ff6dfe91a5e70f1 -ra0a249e0861e944d080689e4ebb853566cd40f2d --- lams_tool_notebook/web/common/messages.jsp (.../messages.jsp) (revision 05db875c7974d705f89231416ff6dfe91a5e70f1) +++ lams_tool_notebook/web/common/messages.jsp (.../messages.jsp) (revision a0a249e0861e944d080689e4ebb853566cd40f2d) @@ -1,8 +1,8 @@ <%-- Error Messages --%> -

    + -
    +
    -

    -
    \ No newline at end of file + + Fisheye: Tag a0a249e0861e944d080689e4ebb853566cd40f2d refers to a dead (removed) revision in file `lams_tool_notebook/web/layouts/defaultLayout.jsp'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_tool_notebook/web/layouts/layout.jsp =================================================================== diff -u --- lams_tool_notebook/web/layouts/layout.jsp (revision 0) +++ lams_tool_notebook/web/layouts/layout.jsp (revision a0a249e0861e944d080689e4ebb853566cd40f2d) @@ -0,0 +1,12 @@ + +<%@ include file="/common/taglibs.jsp"%> + + + + + + + + + + Fisheye: Tag a0a249e0861e944d080689e4ebb853566cd40f2d refers to a dead (removed) revision in file `lams_tool_notebook/web/layouts/learningLayout.jsp'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag a0a249e0861e944d080689e4ebb853566cd40f2d refers to a dead (removed) revision in file `lams_tool_notebook/web/layouts/mobileLearningLayout.jsp'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag a0a249e0861e944d080689e4ebb853566cd40f2d refers to a dead (removed) revision in file `lams_tool_notebook/web/layouts/tabLayout.jsp'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_tool_notebook/web/pages/authoring/addCondition.jsp =================================================================== diff -u -re48fc0e1f6819e257b87efa36c3baec3c1c488f0 -ra0a249e0861e944d080689e4ebb853566cd40f2d --- lams_tool_notebook/web/pages/authoring/addCondition.jsp (.../addCondition.jsp) (revision e48fc0e1f6819e257b87efa36c3baec3c1c488f0) +++ lams_tool_notebook/web/pages/authoring/addCondition.jsp (.../addCondition.jsp) (revision a0a249e0861e944d080689e4ebb853566cd40f2d) @@ -1,58 +1,37 @@ - - <%@ include file="/common/taglibs.jsp"%> - - - <%@ include file="/common/taglibs.jsp"%> +
    +
    +
    + +
    +
    - - - - - <fmt:message key="activity.title" /> - - - - - - - +
    + <%@ include file="/common/messages.jsp"%> - + -

    - -

    -
    - +
    + +
    -
    - -
    + <%-- Text search form fields are being included --%> - + - - - - - - + +
    +
    \ No newline at end of file Index: lams_tool_notebook/web/pages/authoring/advanced.jsp =================================================================== diff -u -r9ad7805407672e72dfc83fb0ba49ccafb0d43d6f -ra0a249e0861e944d080689e4ebb853566cd40f2d --- lams_tool_notebook/web/pages/authoring/advanced.jsp (.../advanced.jsp) (revision 9ad7805407672e72dfc83fb0ba49ccafb0d43d6f) +++ lams_tool_notebook/web/pages/authoring/advanced.jsp (.../advanced.jsp) (revision a0a249e0861e944d080689e4ebb853566cd40f2d) @@ -2,19 +2,16 @@ -

    - +

    -

    +
    -

    - +

    -

    - +
    Index: lams_tool_notebook/web/pages/authoring/authoring.jsp =================================================================== diff -u -rbe07c35c372d904a65581d98660e73f3b13b69db -ra0a249e0861e944d080689e4ebb853566cd40f2d --- lams_tool_notebook/web/pages/authoring/authoring.jsp (.../authoring.jsp) (revision be07c35c372d904a65581d98660e73f3b13b69db) +++ lams_tool_notebook/web/pages/authoring/authoring.jsp (.../authoring.jsp) (revision a0a249e0861e944d080689e4ebb853566cd40f2d) @@ -1,69 +1,46 @@ <%@ include file="/common/taglibs.jsp"%> +<%@ page import="org.lamsfoundation.lams.tool.notebook.util.NotebookConstants"%> -<%@ page - import="org.lamsfoundation.lams.tool.notebook.util.NotebookConstants"%> - - - - + + + + + + + + + - - - - - - - - -
    - - - - -
    - -

    - -
    -
    -

    -
    -
    - - - - <%-- Page tabs --%> - - + + + + + + + + <%@ include file="/common/messages.jsp"%> + + + + - - + + + -
    + + + + +
    - - Index: lams_tool_notebook/web/pages/authoring/basic.jsp =================================================================== diff -u -r8179037dc958585c054547eb7de9be14c6aed233 -ra0a249e0861e944d080689e4ebb853566cd40f2d --- lams_tool_notebook/web/pages/authoring/basic.jsp (.../basic.jsp) (revision 8179037dc958585c054547eb7de9be14c6aed233) +++ lams_tool_notebook/web/pages/authoring/basic.jsp (.../basic.jsp) (revision a0a249e0861e944d080689e4ebb853566cd40f2d) @@ -1,28 +1,14 @@ <%@ include file="/common/taglibs.jsp"%> - + - - - - - - - - -
    -
    - -
    - -
    -
    - -
    - -
    +
    + + +
    +
    + + +
    Index: lams_tool_notebook/web/pages/authoring/conditionList.jsp =================================================================== diff -u -r21ce4d0194e8b81e613f4f6e14eb4e8bf53bdf59 -ra0a249e0861e944d080689e4ebb853566cd40f2d --- lams_tool_notebook/web/pages/authoring/conditionList.jsp (.../conditionList.jsp) (revision 21ce4d0194e8b81e613f4f6e14eb4e8bf53bdf59) +++ lams_tool_notebook/web/pages/authoring/conditionList.jsp (.../conditionList.jsp) (revision a0a249e0861e944d080689e4ebb853566cd40f2d) @@ -1,17 +1,13 @@ <%@ include file="/common/taglibs.jsp"%> - - - -
    -

    - -

    +
    + +
    - +
    - - - + + + +
    @@ -39,62 +35,31 @@ ${condition.displayName} - + + - " - onclick="upCondition(${status.index},'${sessionMapID}')"> - - "> - - - + + + - - "> - - - " - onclick="downCondition(${status.index},'${sessionMapID}')"> - + + - " - onclick="editCondition(${status.index},'${sessionMapID}')" /> - - " - onclick="deleteCondition(${status.index},'${sessionMapID}')" /> - " + onclick="editCondition(${status.index},'${sessionMapID}')">" + onclick="deleteCondition(${status.index},'${sessionMapID}')">
    -<%-- This script will works when a new resoruce Condition submit in order to refresh "TaskList List" panel. --%> +<%-- This script will works when a new Condition submit in order to refresh "Condition List" panel. --%> Index: lams_tool_notebook/web/pages/authoring/conditions.jsp =================================================================== diff -u -re64f3e306f3139c78e8917240c33ea232e75e848 -ra0a249e0861e944d080689e4ebb853566cd40f2d --- lams_tool_notebook/web/pages/authoring/conditions.jsp (.../conditions.jsp) (revision e64f3e306f3139c78e8917240c33ea232e75e848) +++ lams_tool_notebook/web/pages/authoring/conditions.jsp (.../conditions.jsp) (revision a0a249e0861e944d080689e4ebb853566cd40f2d) @@ -1,110 +1,61 @@ <%@ include file="/common/taglibs.jsp"%> - + +
    <%@ include file="/pages/authoring/conditionList.jsp"%>
    + + -

    - ');" class="button-add-item"> - -

    - - -

    - -

    +
    Index: lams_tool_notebook/web/pages/authoring/headItems.jsp =================================================================== diff -u -re64f3e306f3139c78e8917240c33ea232e75e848 -ra0a249e0861e944d080689e4ebb853566cd40f2d --- lams_tool_notebook/web/pages/authoring/headItems.jsp (.../headItems.jsp) (revision e64f3e306f3139c78e8917240c33ea232e75e848) +++ lams_tool_notebook/web/pages/authoring/headItems.jsp (.../headItems.jsp) (revision a0a249e0861e944d080689e4ebb853566cd40f2d) @@ -1,10 +1,3 @@ -<%@ include file="/common/taglibs.jsp"%> - - - - - - +<%@ taglib uri="tags-lams" prefix="lams"%> - - \ No newline at end of file + \ No newline at end of file Fisheye: Tag a0a249e0861e944d080689e4ebb853566cd40f2d refers to a dead (removed) revision in file `lams_tool_notebook/web/pages/learning/mobile/defineLater.jsp'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag a0a249e0861e944d080689e4ebb853566cd40f2d refers to a dead (removed) revision in file `lams_tool_notebook/web/pages/learning/mobile/notebook.jsp'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag a0a249e0861e944d080689e4ebb853566cd40f2d refers to a dead (removed) revision in file `lams_tool_notebook/web/pages/learning/mobile/submissionDeadline.jsp'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_tool_notebook/web/pages/monitoring/headItems.jsp =================================================================== diff -u -r2dfd3f56bbd83737bed4d05cd9a8437c15267115 -ra0a249e0861e944d080689e4ebb853566cd40f2d --- lams_tool_notebook/web/pages/monitoring/headItems.jsp (.../headItems.jsp) (revision 2dfd3f56bbd83737bed4d05cd9a8437c15267115) +++ lams_tool_notebook/web/pages/monitoring/headItems.jsp (.../headItems.jsp) (revision a0a249e0861e944d080689e4ebb853566cd40f2d) @@ -1,9 +1,3 @@ -<%@ include file="/common/taglibs.jsp"%> +<%@ taglib uri="tags-lams" prefix="lams"%> - - - - - \ No newline at end of file + \ No newline at end of file