Index: lams_tool_larsrc/web/WEB-INF/tags/AuthoringButton.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/WEB-INF/tags/AuthoringButton.tag,v diff -u -r1.23 -r1.23.2.1 --- lams_tool_larsrc/web/WEB-INF/tags/AuthoringButton.tag 23 Jul 2013 17:53:00 -0000 1.23 +++ lams_tool_larsrc/web/WEB-INF/tags/AuthoringButton.tag 19 May 2016 04:22:36 -0000 1.23.2.1 @@ -122,12 +122,12 @@ window.close(); } -

- - - - +

+ -

+ + + +
\ No newline at end of file Index: lams_tool_larsrc/web/WEB-INF/tags/CKEditor.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/WEB-INF/tags/CKEditor.tag,v diff -u -r1.14.2.1 -r1.14.2.2 --- lams_tool_larsrc/web/WEB-INF/tags/CKEditor.tag 3 Sep 2014 13:19:52 -0000 1.14.2.1 +++ lams_tool_larsrc/web/WEB-INF/tags/CKEditor.tag 19 May 2016 04:22:36 -0000 1.14.2.2 @@ -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_larsrc/web/WEB-INF/tags/DefineLater.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/WEB-INF/tags/DefineLater.tag,v diff -u -r1.3 -r1.3.16.1 --- lams_tool_larsrc/web/WEB-INF/tags/DefineLater.tag 27 Oct 2006 02:39:33 -0000 1.3 +++ lams_tool_larsrc/web/WEB-INF/tags/DefineLater.tag 19 May 2016 04:22:36 -0000 1.3.16.1 @@ -1,6 +1,6 @@ <% - /**************************************************************** + /**************************************************************** * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) * ============================================================= * License Information: http://lamsfoundation.org/licensing/lams/2.0/ @@ -49,10 +49,18 @@ -

- -

-
- +
+
+
+ +
+
+
+
+ +
+
\ No newline at end of file Index: lams_tool_larsrc/web/WEB-INF/tags/Page.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/WEB-INF/tags/Attic/Page.tag,v diff -u -r1.1.2.1 -r1.1.2.2 --- lams_tool_larsrc/web/WEB-INF/tags/Page.tag 16 Mar 2016 01:57:43 -0000 1.1.2.1 +++ lams_tool_larsrc/web/WEB-INF/tags/Page.tag 19 May 2016 04:22:36 -0000 1.1.2.2 @@ -12,25 +12,38 @@
+ + + + + +
-
- + +
- - - - -
+ + + +
+
+
+
+
+ + + + Index: lams_tool_larsrc/web/WEB-INF/tags/Tab.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/WEB-INF/tags/Tab.tag,v diff -u -r1.8 -r1.8.14.1 --- lams_tool_larsrc/web/WEB-INF/tags/Tab.tag 7 Mar 2008 00:37:29 -0000 1.8 +++ lams_tool_larsrc/web/WEB-INF/tags/Tab.tag 19 May 2016 04:22:36 -0000 1.8.14.1 @@ -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_larsrc/web/WEB-INF/tags/TabBody.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/WEB-INF/tags/TabBody.tag,v diff -u -r1.6 -r1.6.14.1 --- lams_tool_larsrc/web/WEB-INF/tags/TabBody.tag 9 May 2007 00:57:27 -0000 1.6 +++ lams_tool_larsrc/web/WEB-INF/tags/TabBody.tag 19 May 2016 04:22:36 -0000 1.6.14.1 @@ -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_larsrc/web/WEB-INF/tags/TabName.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/WEB-INF/tags/TabName.tag,v diff -u -r1.5 -r1.5.2.1 Binary files differ Index: lams_tool_larsrc/web/WEB-INF/tags/Tabs.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/WEB-INF/tags/Tabs.tag,v diff -u -r1.6 -r1.6.14.1 --- lams_tool_larsrc/web/WEB-INF/tags/Tabs.tag 9 May 2007 00:57:27 -0000 1.6 +++ lams_tool_larsrc/web/WEB-INF/tags/Tabs.tag 19 May 2016 04:22:36 -0000 1.6.14.1 @@ -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_larsrc/web/WEB-INF/tags/headItems.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/WEB-INF/tags/headItems.tag,v diff -u -r1.9.4.1 -r1.9.4.2 --- lams_tool_larsrc/web/WEB-INF/tags/headItems.tag 10 Feb 2016 10:01:37 -0000 1.9.4.1 +++ lams_tool_larsrc/web/WEB-INF/tags/headItems.tag 19 May 2016 04:22:36 -0000 1.9.4.2 @@ -41,7 +41,9 @@ - + - + + + Index: lams_tool_larsrc/web/common/header.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/common/header.jsp,v diff -u -r1.13 -r1.13.2.1 --- lams_tool_larsrc/web/common/header.jsp 28 Nov 2013 18:39:49 -0000 1.13 +++ lams_tool_larsrc/web/common/header.jsp 19 May 2016 04:22:36 -0000 1.13.2.1 @@ -12,6 +12,10 @@ - +<%-- + + + --%> + \ No newline at end of file Index: lams_tool_larsrc/web/common/tabbedheader.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/common/tabbedheader.jsp,v diff -u -r1.4.2.1 -r1.4.2.2 --- lams_tool_larsrc/web/common/tabbedheader.jsp 10 Feb 2016 10:01:37 -0000 1.4.2.1 +++ lams_tool_larsrc/web/common/tabbedheader.jsp 19 May 2016 04:22:36 -0000 1.4.2.2 @@ -5,12 +5,16 @@ - + - - + +<%-- + + + --%> + \ No newline at end of file Index: lams_tool_larsrc/web/includes/javascript/rsrccommon.js =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/includes/javascript/rsrccommon.js,v diff -u -r1.3 -r1.3.4.1 --- lams_tool_larsrc/web/includes/javascript/rsrccommon.js 14 Apr 2009 05:33:37 -0000 1.3 +++ lams_tool_larsrc/web/includes/javascript/rsrccommon.js 19 May 2016 04:22:36 -0000 1.3.4.1 @@ -1,10 +1,12 @@ function showBusy(targetDiv){ - if($(targetDiv+"_Busy") != null){ + var div = document.getElementById(targetDiv+"_Busy"); + if(div != null){ document.getElementById(targetDiv+"_Busy").style.display = ''; } } function hideBusy(targetDiv){ - if($(targetDiv+"_Busy") != null){ + var div = document.getElementById(targetDiv+"_Busy"); + if(div != null){ document.getElementById(targetDiv+"_Busy").style.display = 'none'; } } \ No newline at end of file Index: lams_tool_larsrc/web/includes/javascript/rsrcresourceitem.js =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/includes/javascript/rsrcresourceitem.js,v diff -u -r1.13 -r1.13.2.1 --- lams_tool_larsrc/web/includes/javascript/rsrcresourceitem.js 28 Nov 2013 18:39:49 -0000 1.13 +++ lams_tool_larsrc/web/includes/javascript/rsrcresourceitem.js 19 May 2016 04:22:36 -0000 1.13.2.1 @@ -4,7 +4,7 @@ var instructionTargetDiv = "instructionArea"; var itemAttachmentTargetDiv = "itemAttachmentArea"; var singleInstructionHeight = 74; - + function removeInstruction(idx){ //prepare lams_textarea value to Ajax submit $('textarea').trigger('change'); @@ -27,7 +27,8 @@ removeItemAttachmentUrl, { reqID: new Date() - } + }, + removeItemAttachmentComplete ); } @@ -42,24 +43,13 @@ addInstructionUrl, param, function(xml) { - addInstructionComplete(); - document.getElementById("instructionArea").innerHTML = xml; + $('#instructionArea').html(xml); } ); return false; } - function adjustInstructionsDisplayAreaHeight(adjustAmount){ - var obj = window.document.getElementById('reourceInputArea'); - if (!obj && window.parent) { - obj = window.parent.document.getElementById('reourceInputArea'); - } - if (!obj) { - obj = window.top.document.getElementById('reourceInputArea'); - } - obj.style.height=obj.contentWindow.document.body.scrollHeight+adjustAmount+'px'; - } function upItem(itemIdx){ //prepare lams_textarea value to Ajax submit $('textarea').trigger('change'); @@ -90,7 +80,6 @@ } function removeInstructionComplete(){ hideBusy(instructionTargetDiv); - adjustInstructionsDisplayAreaHeight(-singleInstructionHeight); } function removeItemAttachmentLoading(){ showBusy(itemAttachmentTargetDiv); @@ -103,26 +92,25 @@ } function addInstructionComplete(){ hideBusy(instructionTargetDiv); - adjustInstructionsDisplayAreaHeight(singleInstructionHeight); } function submitResourceItem(){ - //prepare lams_textarea value to Ajax submit + //prepare lams_textarea value to Ajax submit and add instructions to form $('textarea').trigger('change'); - document.getElementById("instructionList").value = $("#instructionForm").serialize(); - $("#resourceItemForm").submit(); + var formData = new FormData(document.getElementById("resourceItemForm")); + // after submit, it direct to itemlist.jsp, - // then refresh "basic tab" resourcelist and close this window. - } - function cancelResourceItem(){ - var win = null; - if (window.hideMessage) { - win = window; - } else if (window.parent && window.parent.hideMessage) { - win = window.parent; - } else { - win = window.top; - } - win.hideMessage(); - } + // then refresh "basic tab" resource list and close this window. + $.ajax({ // create an AJAX call... + data: formData, + processData: false, // tell jQuery not to process the data + contentType: false, // tell jQuery not to set contentType + type: $("#resourceItemForm").attr('method'), + url: $("#resourceItemForm").attr('action'), + success: function(data) { + $('#resourceInputArea').html(data); + } + }); + + } \ No newline at end of file Index: lams_tool_larsrc/web/pages/authoring/advance.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/pages/authoring/advance.jsp,v diff -u -r1.14.14.1 -r1.14.14.2 --- lams_tool_larsrc/web/pages/authoring/advance.jsp 21 Apr 2016 09:13:14 -0000 1.14.14.1 +++ lams_tool_larsrc/web/pages/authoring/advance.jsp 19 May 2016 04:22:36 -0000 1.14.14.2 @@ -1,99 +1,76 @@ <%@ include file="/common/taglibs.jsp"%> - + -

    - - +

    + +
    - -

    +
    + +
    -

    - - - -

    +
    + + + + + + + + + + + + + +
    -

    - - - - - - - - - - - - +

    + +
    - -

    +
    + +
    -

    - - - -

    +
    + +
    -

    - - - -

    +
    + +
    -

    - - - -

    +
    + +
    -

    - - - -

    - -

    - - - -

    - -

    - -

    +
    + +
    Index: lams_tool_larsrc/web/pages/authoring/basic.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/pages/authoring/basic.jsp,v diff -u -r1.28.2.1 -r1.28.2.2 --- lams_tool_larsrc/web/pages/authoring/basic.jsp 12 Sep 2014 21:20:41 -0000 1.28.2.1 +++ lams_tool_larsrc/web/pages/authoring/basic.jsp 19 May 2016 04:22:36 -0000 1.28.2.2 @@ -4,35 +4,17 @@ + - - - - - - - +
    + + +
    +
    + + +
    -
    -
    - -
    - -
    -
    - -
    - -
    -
    - <%@ include file="/pages/authoring/parts/itemlist.jsp"%> + <%@ include file="/pages/authoring/parts/itemlist.jsp"%>
    -

    - ');"> - - ');" class="space-left"> - - ');" class="space-left"> - - ');" class="space-left"> - -

    + -

    - -

    +
    \ No newline at end of file Index: lams_tool_larsrc/web/pages/authoring/definelater.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/pages/authoring/definelater.jsp,v diff -u -r1.18.2.1 -r1.18.2.2 --- lams_tool_larsrc/web/pages/authoring/definelater.jsp 26 Feb 2016 07:17:22 -0000 1.18.2.1 +++ lams_tool_larsrc/web/pages/authoring/definelater.jsp 19 May 2016 04:22:36 -0000 1.18.2.2 @@ -1,5 +1,6 @@ + <%@ include file="/common/taglibs.jsp"%> <%@ page import="java.util.HashSet"%> @@ -21,11 +22,6 @@ function init(){ selectTab(1); //select the default tab; - initEditor("Title"); - initEditor("Instructions"); - initEditor("OnlineInstruction"); - initEditor("OfflineInstruction"); - } function doSelectTab(tabId) { @@ -43,43 +39,38 @@ -
    -

    - -

    - -
    - <%@ include file="/common/messages.jsp"%> - - - -
    - - - + - + + + + + + <%@ include file="/common/messages.jsp"%> + + + + + + -
    + + + + + - -
    - -
    Index: lams_tool_larsrc/web/pages/authoring/definelaterforbid.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/pages/authoring/definelaterforbid.jsp,v diff -u -r1.5.14.1 -r1.5.14.2 --- lams_tool_larsrc/web/pages/authoring/definelaterforbid.jsp 26 Feb 2016 07:17:22 -0000 1.5.14.1 +++ lams_tool_larsrc/web/pages/authoring/definelaterforbid.jsp 19 May 2016 04:22:36 -0000 1.5.14.2 @@ -8,14 +8,12 @@ <%@ include file="/common/header.jsp"%> -
    -
    -

    - -

    - -
    -
    + + + + + + Index: lams_tool_larsrc/web/pages/authoring/parts/addfile.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/pages/authoring/parts/addfile.jsp,v diff -u -r1.21.2.2 -r1.21.2.3 --- lams_tool_larsrc/web/pages/authoring/parts/addfile.jsp 26 Feb 2016 07:17:22 -0000 1.21.2.2 +++ lams_tool_larsrc/web/pages/authoring/parts/addfile.jsp 19 May 2016 04:22:36 -0000 1.21.2.3 @@ -5,7 +5,7 @@ <%@ include file="/common/header.jsp"%> - + - + - - <%@ include file="/common/messages.jsp"%> - - - - - - -

    +
    +
    -

    - -
    -
    - - -
    - -
    +
    - -
    - <%@ include file="/pages/authoring/parts/itemattachment.jsp"%> -
    + <%@ include file="/common/messages.jsp"%> - + + + + + + +
    + + +
    + + +
    + + + + <%@ include file="/pages/authoring/parts/itemattachment.jsp"%> + + +
    + +
    + + + <%@ include file="instructions.jsp"%> - - <%@ include file="instructions.jsp"%> - - - - - -
    + + +
    +
    + Index: lams_tool_larsrc/web/pages/authoring/parts/addurl.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/pages/authoring/parts/addurl.jsp,v diff -u -r1.24.2.3 -r1.24.2.4 --- lams_tool_larsrc/web/pages/authoring/parts/addurl.jsp 16 Mar 2016 01:57:43 -0000 1.24.2.3 +++ lams_tool_larsrc/web/pages/authoring/parts/addurl.jsp 19 May 2016 04:22:36 -0000 1.24.2.4 @@ -5,7 +5,7 @@ <%@ include file="/common/header.jsp"%> - + <%-- user for rsrcresourceitem.js --%> - + - - - <%@ include file="/common/messages.jsp"%> - - - - - - -

    +
    +
    -

    - -
    -
    + +
    - + <%@ include file="/common/messages.jsp"%> + + + + + + + +
    + + +
    + -
    - -
    - - -
    - <%@ include file="/pages/authoring/parts/itemattachment.jsp"%> -
    - -
    +
    + + + + <%@ include file="/pages/authoring/parts/itemattachment.jsp"%> + + +
    + + - - <%@ include file="instructions.jsp"%> - - - - - + + <%@ include file="instructions.jsp"%> + +
    Index: lams_tool_larsrc/web/pages/authoring/parts/instructions.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/pages/authoring/parts/instructions.jsp,v diff -u -r1.16 -r1.16.2.1 --- lams_tool_larsrc/web/pages/authoring/parts/instructions.jsp 28 Nov 2013 18:39:48 -0000 1.16 +++ lams_tool_larsrc/web/pages/authoring/parts/instructions.jsp 19 May 2016 04:22:36 -0000 1.16.2.1 @@ -1,83 +1,46 @@ <%@ include file="/common/taglibs.jsp"%> -
    +
    - + -
    - -
    + - + - +
    - -
    ${status.index+1} - - <%-- Don't display down icon if last line --%> - - - " - onclick="upItem('${status.index}')"> - - - "> - - - - - - " - onclick="downItem('${status.index}','${listSize}')"> - - - - "> - - - - - <%-- Don't display down icon if last line --%> + + + + + + + + + - " - onclick="removeInstruction('${status.index}')"> + " + onclick="removeInstruction('${status.index}')">
    - - + +  
    -
    - -<%-- This script will adjust resource item input area height according to the new instruction item amount. --%> - \ No newline at end of file Index: lams_tool_larsrc/web/pages/authoring/parts/itemattachment.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/pages/authoring/parts/itemattachment.jsp,v diff -u -r1.5 -r1.5.16.1 --- lams_tool_larsrc/web/pages/authoring/parts/itemattachment.jsp 20 Oct 2006 09:26:35 -0000 1.5 +++ lams_tool_larsrc/web/pages/authoring/parts/itemattachment.jsp 19 May 2016 04:22:36 -0000 1.5.16.1 @@ -1,27 +1,11 @@ <%@ include file="/common/taglibs.jsp"%> - - - - - - - - -
    - - - - - -
    +   +
    - +
    + Index: lams_tool_larsrc/web/pages/authoring/parts/itemlist.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/pages/authoring/parts/itemlist.jsp,v diff -u -r1.21.2.2 -r1.21.2.3 --- lams_tool_larsrc/web/pages/authoring/parts/itemlist.jsp 3 Jul 2015 20:35:15 -0000 1.21.2.2 +++ lams_tool_larsrc/web/pages/authoring/parts/itemlist.jsp 19 May 2016 04:22:36 -0000 1.21.2.3 @@ -1,19 +1,14 @@ <%@ include file="/common/taglibs.jsp"%> - - - - -
    -

    - - -

    - - + +
    +
    + + +
    + +
    - - - @@ -87,49 +39,6 @@ onclick="previewItem(2,${status.index},'${sessionMapID}')"> - - - @@ -143,48 +52,6 @@ onclick="previewItem(3,${status.index},'${sessionMapID}')"> - - - @@ -198,69 +65,32 @@ onclick="previewItem(4,${status.index},'${sessionMapID}')"> - - - + + + + +
    - <%-- Don't display down icon if last line --%> - - - " - onclick="switchItem(${status.index}, ${status.index - 1}, '${sessionMapID}')"> - - - "> - - - - - - " - onclick="switchItem(${status.index}, ${status.index + 1}, '${sessionMapID}')"> - - - - "> - - - - - <%-- Don't display down icon if last line --%> - - " - onclick="editItem(${status.index},'${sessionMapID}')" /> - - - " - onclick="deleteItem(${status.index},'${sessionMapID}')" /> - - <%-- Don't display down icon if last line --%> - - - " - onclick="switchItem(${status.index}, ${status.index - 1}, '${sessionMapID}')"> - - - "> - - - - - - " - onclick="switchItem(${status.index}, ${status.index + 1}, '${sessionMapID}')"> - - - - "> - - - - - <%-- Don't display down icon if last line --%> - - " - onclick="editItem(${status.index},'${sessionMapID}')" /> - - - " - onclick="deleteItem(${status.index},'${sessionMapID}')" /> - - <%-- Don't display down icon if last line --%> - - - " - onclick="switchItem(${status.index}, ${status.index - 1}, '${sessionMapID}')"> - - - "> - - - - - - " - onclick="switchItem(${status.index}, ${status.index + 1}, '${sessionMapID}')"> - - - - "> - - - - - <%-- Don't display down icon if last line --%> - - " - onclick="editItem(${status.index},'${sessionMapID}')" /> - - " - onclick="deleteItem(${status.index},'${sessionMapID}')" /> - - <%-- Don't display down icon if last line --%> - - - " - onclick="switchItem(${status.index}, ${status.index - 1}, '${sessionMapID}')"> - - - "> - - - - - - " - onclick="switchItem(${status.index}, ${status.index + 1}, '${sessionMapID}')"> - - - - "> - - - - - <%-- Don't display down icon if last line --%> - - " - onclick="editItem(${status.index},'${sessionMapID}')" /> - - " - onclick="deleteItem(${status.index},'${sessionMapID}')" /> - + + + + + + + + + " id="edit${status.index}" + onclick="editItem(${status.index},'${sessionMapID}')">" id="delete${status.index}" + onclick="deleteItem(${status.index},'${sessionMapID}')">
    +
    -<%-- This script will works when a new resoruce item submit in order to refresh "Resource List" panel. --%> +<%-- This script will works when a new resource item submit in order to refresh "Resource List" panel. --%>