Index: lams_tool_daco/web/WEB-INF/tags/Comments.tag =================================================================== diff -u --- lams_tool_daco/web/WEB-INF/tags/Comments.tag (revision 0) +++ lams_tool_daco/web/WEB-INF/tags/Comments.tag (revision c367db7b5c528a0daed19a7bf7b3088e3b1268bc) @@ -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_daco/web/WEB-INF/tags/CommentsAuthor.tag =================================================================== diff -u --- lams_tool_daco/web/WEB-INF/tags/CommentsAuthor.tag (revision 0) +++ lams_tool_daco/web/WEB-INF/tags/CommentsAuthor.tag (revision c367db7b5c528a0daed19a7bf7b3088e3b1268bc) @@ -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_daco/web/WEB-INF/tags/DefineLater.tag =================================================================== diff -u -rbe03cfbba16a388e85d82cb8986f63d6b2ad568b -rc367db7b5c528a0daed19a7bf7b3088e3b1268bc --- lams_tool_daco/web/WEB-INF/tags/DefineLater.tag (.../DefineLater.tag) (revision be03cfbba16a388e85d82cb8986f63d6b2ad568b) +++ lams_tool_daco/web/WEB-INF/tags/DefineLater.tag (.../DefineLater.tag) (revision c367db7b5c528a0daed19a7bf7b3088e3b1268bc) @@ -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 Fisheye: Tag c367db7b5c528a0daed19a7bf7b3088e3b1268bc refers to a dead (removed) revision in file `lams_tool_daco/web/WEB-INF/tags/HybridTab.tag'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag c367db7b5c528a0daed19a7bf7b3088e3b1268bc refers to a dead (removed) revision in file `lams_tool_daco/web/WEB-INF/tags/HybridTabAction.tag'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag c367db7b5c528a0daed19a7bf7b3088e3b1268bc refers to a dead (removed) revision in file `lams_tool_daco/web/WEB-INF/tags/HybridTabBody.tag'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag c367db7b5c528a0daed19a7bf7b3088e3b1268bc refers to a dead (removed) revision in file `lams_tool_daco/web/WEB-INF/tags/HybridTabHeader.tag'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_tool_daco/web/WEB-INF/tags/ImgButtonWrapper.tag =================================================================== diff -u -rbe03cfbba16a388e85d82cb8986f63d6b2ad568b -rc367db7b5c528a0daed19a7bf7b3088e3b1268bc --- lams_tool_daco/web/WEB-INF/tags/ImgButtonWrapper.tag (.../ImgButtonWrapper.tag) (revision be03cfbba16a388e85d82cb8986f63d6b2ad568b) +++ lams_tool_daco/web/WEB-INF/tags/ImgButtonWrapper.tag (.../ImgButtonWrapper.tag) (revision c367db7b5c528a0daed19a7bf7b3088e3b1268bc) @@ -1,37 +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 - * **************************************************************** - */ - - /** - * ImgButtonWrapper.tag - * Author: Mitchell Seaton - * Description: Simple wrapper that will display buttons correctly when RTL page rendering is used. - */ - - %> -<%@ tag body-content="scriptless" %> -
-
- -
-
+<% +/**************************************************************** + * 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 + * **************************************************************** + */ + + /** + * ImgButtonWrapper.tag + * Author: Mitchell Seaton + * Description: Simple wrapper that will display buttons correctly when RTL page rendering is used. + */ + + %> +<%@ tag body-content="scriptless" %> +
+
+ +
+
Index: lams_tool_daco/web/WEB-INF/tags/Tab.tag =================================================================== diff -u -rbe37ea9b52fd18c106254805e3cc45a6581bdd87 -rc367db7b5c528a0daed19a7bf7b3088e3b1268bc --- lams_tool_daco/web/WEB-INF/tags/Tab.tag (.../Tab.tag) (revision be37ea9b52fd18c106254805e3cc45a6581bdd87) +++ lams_tool_daco/web/WEB-INF/tags/Tab.tag (.../Tab.tag) (revision c367db7b5c528a0daed19a7bf7b3088e3b1268bc) @@ -24,8 +24,8 @@ /** * Tab.tag - * Author: Mitchell Seaton - * Description: Creates a tab element. + * Author: Fiona Malikoff + * Description: Creates a tab element within the Hybrid Tab Header. * Wiki: */ %> @@ -34,7 +34,7 @@ <%@ 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"%> +<%@ attribute name="methodCall" required="false" rtexprvalue="true"%> <%@ taglib uri="tags-core" prefix="c"%> <%@ taglib uri="tags-fmt" prefix="fmt"%> Index: lams_tool_daco/web/WEB-INF/tags/TabBodyArea.tag =================================================================== diff -u --- lams_tool_daco/web/WEB-INF/tags/TabBodyArea.tag (revision 0) +++ lams_tool_daco/web/WEB-INF/tags/TabBodyArea.tag (revision c367db7b5c528a0daed19a7bf7b3088e3b1268bc) @@ -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_daco/web/WEB-INF/tags/Tabs.tag =================================================================== diff -u -rbe37ea9b52fd18c106254805e3cc45a6581bdd87 -rc367db7b5c528a0daed19a7bf7b3088e3b1268bc --- lams_tool_daco/web/WEB-INF/tags/Tabs.tag (.../Tabs.tag) (revision be37ea9b52fd18c106254805e3cc45a6581bdd87) +++ lams_tool_daco/web/WEB-INF/tags/Tabs.tag (.../Tabs.tag) (revision c367db7b5c528a0daed19a7bf7b3088e3b1268bc) @@ -23,52 +23,70 @@ /** * Tabs.tag - * Author: Mitchell Seaton - * Description: Create a tab list from a input collection or nested Tab tags. - * Wiki: + * Author: Fiona Malikoff + * Description: Create a hybrid panel header that contains a nav bar that acts like tabs. */ - %> -<%@ 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"%> -<%@ attribute name="format" 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_daco/web/WEB-INF/tags/headItems.tag =================================================================== diff -u -r613f0d0d76eb497ed58d7e6836eda34a245425a9 -rc367db7b5c528a0daed19a7bf7b3088e3b1268bc --- lams_tool_daco/web/WEB-INF/tags/headItems.tag (.../headItems.tag) (revision 613f0d0d76eb497ed58d7e6836eda34a245425a9) +++ lams_tool_daco/web/WEB-INF/tags/headItems.tag (.../headItems.tag) (revision c367db7b5c528a0daed19a7bf7b3088e3b1268bc) @@ -41,7 +41,9 @@ - + - + + + Index: lams_tool_daco/web/pages/authoring/authoring.jsp =================================================================== diff -u -r2ba408421bb2e9ae92dc8f0c98c0aa2312a6842a -rc367db7b5c528a0daed19a7bf7b3088e3b1268bc --- lams_tool_daco/web/pages/authoring/authoring.jsp (.../authoring.jsp) (revision 2ba408421bb2e9ae92dc8f0c98c0aa2312a6842a) +++ lams_tool_daco/web/pages/authoring/authoring.jsp (.../authoring.jsp) (revision c367db7b5c528a0daed19a7bf7b3088e3b1268bc) @@ -43,12 +43,12 @@ - - - - + + + + - + <%@ include file="/common/messages.jsp"%> @@ -74,7 +74,7 @@ customiseSessionID="${formBean.sessionMapID}" contentFolderID="${formBean.contentFolderID}" cancelConfirmMsgKey="message.authoring.cancel.save" /> - + Index: lams_tool_daco/web/pages/authoring/parts/addcheckbox.jsp =================================================================== diff -u -re48fc0e1f6819e257b87efa36c3baec3c1c488f0 -rc367db7b5c528a0daed19a7bf7b3088e3b1268bc --- lams_tool_daco/web/pages/authoring/parts/addcheckbox.jsp (.../addcheckbox.jsp) (revision e48fc0e1f6819e257b87efa36c3baec3c1c488f0) +++ lams_tool_daco/web/pages/authoring/parts/addcheckbox.jsp (.../addcheckbox.jsp) (revision c367db7b5c528a0daed19a7bf7b3088e3b1268bc) @@ -5,7 +5,7 @@ <%@ include file="/common/header.jsp"%> - +