Index: lams_tool_sbmt/web/WEB-INF/tags/AuthoringButton.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_sbmt/web/WEB-INF/tags/AuthoringButton.tag,v diff -u -r1.3 -r1.4 --- lams_tool_sbmt/web/WEB-INF/tags/AuthoringButton.tag 14 Jun 2006 06:02:28 -0000 1.3 +++ lams_tool_sbmt/web/WEB-INF/tags/AuthoringButton.tag 29 Jun 2006 04:59:46 -0000 1.4 @@ -44,7 +44,7 @@ <%@ 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="false" %> +<%@ attribute name="defineLater" required="false" rtexprvalue="true" %> <%-- Default value for message key --%> Index: lams_tool_sbmt/web/WEB-INF/tags/HTMLEditor.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_sbmt/web/WEB-INF/tags/Attic/HTMLEditor.tag,v diff -u -r1.3 -r1.4 Binary files differ Index: lams_tool_sbmt/web/WEB-INF/tags/SetEditor.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_sbmt/web/WEB-INF/tags/Attic/SetEditor.tag,v diff -u -r1.4 -r1.5 Binary files differ Index: lams_tool_sbmt/web/WEB-INF/tags/Tab.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_sbmt/web/WEB-INF/tags/Tab.tag,v diff -u -r1.8 -r1.9 Binary files differ Index: lams_tool_sbmt/web/WEB-INF/tags/TabBody.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_sbmt/web/WEB-INF/tags/TabBody.tag,v diff -u -r1.3 -r1.4 Binary files differ Index: lams_tool_sbmt/web/WEB-INF/tags/Tabs.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_sbmt/web/WEB-INF/tags/Tabs.tag,v diff -u -r1.5 -r1.6 Binary files differ Index: lams_tool_sbmt/web/WEB-INF/tags/headItems.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_sbmt/web/WEB-INF/tags/headItems.tag,v diff -u -r1.1 -r1.2 --- lams_tool_sbmt/web/WEB-INF/tags/headItems.tag 19 Apr 2006 02:24:22 -0000 1.1 +++ lams_tool_sbmt/web/WEB-INF/tags/headItems.tag 29 Jun 2006 04:59:46 -0000 1.2 @@ -1,41 +1,40 @@ -<% -/**************************************************************** - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * 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" %> +<%/**************************************************************** + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * **************************************************************** + */ -<%@ taglib uri="tags-core" prefix="c" %> -<%@ taglib uri="tags-lams" prefix="lams" %> -<%@ taglib uri="tags-fmt" prefix="fmt" %> + /** + * 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"%> + @@ -46,11 +45,17 @@ + + - + Index: lams_tool_sbmt/web/authoring/advance.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_sbmt/web/authoring/advance.jsp,v diff -u -r1.4 -r1.5 --- lams_tool_sbmt/web/authoring/advance.jsp 19 May 2006 05:24:41 -0000 1.4 +++ lams_tool_sbmt/web/authoring/advance.jsp 29 Jun 2006 04:59:46 -0000 1.5 @@ -1,13 +1,10 @@ +<%@include file="/common/taglibs.jsp"%> -<%@ taglib uri="tags-html" prefix="html"%> -<%@ taglib uri="tags-core" prefix="c"%> -<%@ taglib uri="tags-fmt" prefix="fmt"%> - - - + +
-
+ Index: lams_tool_sbmt/web/authoring/authoring.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_sbmt/web/authoring/authoring.jsp,v diff -u -r1.30 -r1.31 --- lams_tool_sbmt/web/authoring/authoring.jsp 13 Jun 2006 07:27:25 -0000 1.30 +++ lams_tool_sbmt/web/authoring/authoring.jsp 29 Jun 2006 04:59:46 -0000 1.31 @@ -1,32 +1,23 @@ + + <%@include file="/common/taglibs.jsp"%> -<%@ taglib uri="fck-editor" prefix="FCK"%> <%@ page import="org.lamsfoundation.lams.tool.sbmt.util.SbmtConstants"%> -<%@ page import="java.util.HashSet"%> -<%@ page import="java.util.Set"%> -<%Set tabs = new HashSet(); - tabs.add("label.authoring.heading.basic"); - tabs.add("label.authoring.heading.advance"); - tabs.add("label.authoring.heading.instructions"); - pageContext.setAttribute("tabs", tabs); - %> - - + <fmt:message key="activity.title" /> - - - - - +
- - - -

+ - - - -
- - - - -
- <%@ include file="/common/messages.jsp"%> -
+
+ + + + + <%@ include file="/common/messages.jsp"%> - - - + + + - - - + + + - - - + + + + - - <%-- Default value - cancelButtonLabelKey="label.authoring.cancel.button" - saveButtonLabelKey="label.authoring.save.button" - cancelConfirmMsgKey="authoring.msg.cancel.save" - accessMode="author" - --%> - - + +
- - - - + +
+ Index: lams_tool_sbmt/web/authoring/basic.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_sbmt/web/authoring/basic.jsp,v diff -u -r1.6 -r1.7 --- lams_tool_sbmt/web/authoring/basic.jsp 19 May 2006 05:24:41 -0000 1.6 +++ lams_tool_sbmt/web/authoring/basic.jsp 29 Jun 2006 04:59:46 -0000 1.7 @@ -1,27 +1,15 @@ +<%@include file="/common/taglibs.jsp"%> -<%@ taglib uri="tags-html" prefix="html"%> -<%@ taglib uri="tags-core" prefix="c"%> -<%@ taglib uri="tags-fmt" prefix="fmt"%> -<%@ taglib uri="tags-lams" prefix="lams"%> - - - + +
- - - -
- - : + + - -
- - : + + - -
Index: lams_tool_sbmt/web/authoring/instructions.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_sbmt/web/authoring/Attic/instructions.jsp,v diff -u -r1.8 -r1.9 --- lams_tool_sbmt/web/authoring/instructions.jsp 19 May 2006 05:24:41 -0000 1.8 +++ lams_tool_sbmt/web/authoring/instructions.jsp 29 Jun 2006 04:59:46 -0000 1.9 @@ -1,26 +1,15 @@ -<%@ taglib uri="tags-html" prefix="html"%> -<%@ taglib uri="tags-core" prefix="c"%> -<%@ taglib uri="tags-fmt" prefix="fmt"%> -<%@ taglib uri="tags-lams" prefix="lams"%> +<%@include file="/common/taglibs.jsp"%> - - - - - + +
- - - - - - + + - + +
- - : + + - -
+
  • @@ -45,11 +34,13 @@
  • + : +
    @@ -58,19 +49,20 @@
    + +
    + + + - - - - - - + +
    - - : + + - -
    +
  • @@ -96,11 +88,13 @@
  • + : +
    Index: lams_tool_sbmt/web/common/taglibs.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_sbmt/web/common/taglibs.jsp,v diff -u -r1.1 -r1.2 --- lams_tool_sbmt/web/common/taglibs.jsp 19 May 2006 05:24:42 -0000 1.1 +++ lams_tool_sbmt/web/common/taglibs.jsp 29 Jun 2006 04:59:46 -0000 1.2 @@ -1,4 +1,4 @@ -<%@ page language="java" errorPage="/error.jsp" pageEncoding="UTF-8" contentType="text/html;charset=utf-8" %> +<%@ page language="java" pageEncoding="UTF-8" contentType="text/html;charset=utf-8" %> <%@ taglib uri="tags-tiles" prefix="tiles" %> <%@ taglib uri="tags-bean" prefix="bean" %> <%@ taglib uri="tags-html" prefix="html" %>