Index: lams_tool_forum/web/WEB-INF/tags/AuthoringButton.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/WEB-INF/tags/AuthoringButton.tag,v diff -u -r1.3 -r1.4 --- lams_tool_forum/web/WEB-INF/tags/AuthoringButton.tag 8 Jun 2006 07:37:32 -0000 1.3 +++ lams_tool_forum/web/WEB-INF/tags/AuthoringButton.tag 29 Jun 2006 08:16:01 -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_forum/web/WEB-INF/tags/ExportPortOutput.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/WEB-INF/tags/Attic/ExportPortOutput.tag,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_tool_forum/web/WEB-INF/tags/ExportPortOutput.tag 29 Jun 2006 08:16:01 -0000 1.1 @@ -0,0 +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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * **************************************************************** + */ + + /** + * Passon + * Author: Fiona Malikoff + * Description: Outputs the Activity details on the main page in export portfolio. Recursive tag. + * + */ + + %> +<%@ tag body-content="empty" %> +<%@ attribute name="actport" required="true" rtexprvalue="true" type="org.lamsfoundation.lams.learning.export.ActivityPortfolio" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-lams" prefix="lams" %> + +
  • + + + "/> + + + + + + + + +
      + + + +
    +
    +
    + +
  • + Index: lams_tool_forum/web/WEB-INF/tags/HTMLEditor.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/WEB-INF/tags/Attic/HTMLEditor.tag,v diff -u -r1.3 -r1.4 Binary files differ Index: lams_tool_forum/web/WEB-INF/tags/Passon.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/WEB-INF/tags/Attic/Passon.tag,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_tool_forum/web/WEB-INF/tags/Passon.tag 29 Jun 2006 08:16:01 -0000 1.1 @@ -0,0 +1,78 @@ +<% +/**************************************************************** + * 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 + * **************************************************************** + */ + + /** + * Passon + * Author: Mitchell Seaton + * Description: Passes on progress data to the Flash Learner to update the progress bar. + * + */ + + %> +<%@ tag body-content="empty" %> +<%@ attribute name="progress" required="true" rtexprvalue="true" type="java.lang.String" %> +<%@ attribute name="id" required="true" rtexprvalue="true" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-lams" prefix="lams" %> + + + + + + + + + + + + \ No newline at end of file Index: lams_tool_forum/web/WEB-INF/tags/SetEditor.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/WEB-INF/tags/Attic/SetEditor.tag,v diff -u -r1.3 -r1.4 Binary files differ Index: lams_tool_forum/web/WEB-INF/tags/Tab.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/WEB-INF/tags/Tab.tag,v diff -u -r1.3 -r1.4 Binary files differ Index: lams_tool_forum/web/WEB-INF/tags/TabBody.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/WEB-INF/tags/TabBody.tag,v diff -u -r1.3 -r1.4 Binary files differ Index: lams_tool_forum/web/WEB-INF/tags/Tabs.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/WEB-INF/tags/Tabs.tag,v diff -u -r1.3 -r1.4 Binary files differ Index: lams_tool_forum/web/WEB-INF/tags/headItems.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/WEB-INF/tags/headItems.tag,v diff -u -r1.1 -r1.2 --- lams_tool_forum/web/WEB-INF/tags/headItems.tag 19 Apr 2006 02:23:20 -0000 1.1 +++ lams_tool_forum/web/WEB-INF/tags/headItems.tag 29 Jun 2006 08:16:01 -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_forum/web/common/header.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/common/header.jsp,v diff -u -r1.2 -r1.3 --- lams_tool_forum/web/common/header.jsp 9 Jun 2006 06:16:38 -0000 1.2 +++ lams_tool_forum/web/common/header.jsp 29 Jun 2006 08:16:01 -0000 1.3 @@ -18,9 +18,14 @@ + + - Index: lams_tool_forum/web/includes/layout.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/includes/layout.jsp,v diff -u -r1.12 -r1.13 --- lams_tool_forum/web/includes/layout.jsp 9 Jun 2006 06:16:38 -0000 1.12 +++ lams_tool_forum/web/includes/layout.jsp 29 Jun 2006 08:16:01 -0000 1.13 @@ -1,5 +1,5 @@ - + <%@ include file="/common/taglibs.jsp"%> <%@ taglib uri="tags-tiles" prefix="tiles"%> Index: lams_tool_forum/web/includes/tablayout.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/includes/tablayout.jsp,v diff -u -r1.6 -r1.7 --- lams_tool_forum/web/includes/tablayout.jsp 9 Jun 2006 06:16:38 -0000 1.6 +++ lams_tool_forum/web/includes/tablayout.jsp 29 Jun 2006 08:16:01 -0000 1.7 @@ -1,28 +1,31 @@ - + <%@ include file="/common/taglibs.jsp"%> <%@ taglib uri="tags-tiles" prefix="tiles"%> - - <bean:message key="activity.title" /> - - <%@ include file="/common/header.jsp"%> - + <bean:message key="activity.title" /> + <%@ include file="/common/header.jsp"%> + - + - - - -

    - -

    -
    +
    + + + + +

    + +

    +
    - + + + +
    Index: lams_tool_forum/web/includes/css/tool_custom.css =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/includes/css/Attic/tool_custom.css,v diff -u -r1.1 -r1.2 --- lams_tool_forum/web/includes/css/tool_custom.css 9 Jun 2006 00:35:07 -0000 1.1 +++ lams_tool_forum/web/includes/css/tool_custom.css 29 Jun 2006 08:16:02 -0000 1.2 @@ -1,8 +1,29 @@ -.tabpart{ - width: 100%; - - background-color : #D9E8FF; - float:left; +div.error, div.message { + background-color: #ffffcc; + border: 1px solid #000; + color: #000000; + font-family: Arial, Helvetica, sans-serif; + font-weight: normal; + margin: 10px auto; + padding: 3px; + text-align: left; + vertical-align: bottom; +} - margin : 0px 0px 0px 0px; -} \ No newline at end of file +/* use a different color for the errors */ +div.error { + border: 2px solid red; +} +b.error { + background-color: #ffffcc; + border: 2px solid red; +} +img.validationWarning, div.errors img.icon, div.messages img.icon { + border: 0; + width: 14px; + height: 13px; + vertical-align: top; +} +div.message img.icon { + vertical-align: middle; +} Index: lams_tool_forum/web/jsps/authoring/authoring.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/authoring/authoring.jsp,v diff -u -r1.20 -r1.21 --- lams_tool_forum/web/jsps/authoring/authoring.jsp 8 Jun 2006 07:37:32 -0000 1.20 +++ lams_tool_forum/web/jsps/authoring/authoring.jsp 29 Jun 2006 08:16:01 -0000 1.21 @@ -1,26 +1,28 @@ <%@ include file="/includes/taglibs.jsp"%> <%@ page import="org.lamsfoundation.lams.tool.forum.util.ForumConstants"%> + +
    - -
    +
    - \ No newline at end of file + + + Index: lams_tool_forum/web/jsps/authoring/basic.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/authoring/basic.jsp,v diff -u -r1.18 -r1.19 --- lams_tool_forum/web/jsps/authoring/basic.jsp 9 Jun 2006 06:16:38 -0000 1.18 +++ lams_tool_forum/web/jsps/authoring/basic.jsp 29 Jun 2006 08:16:01 -0000 1.19 @@ -9,7 +9,7 @@ */ function showMessage(url) { var area=document.getElementById("messageArea"); - area.style.width="100%"; + area.style.width="670px"; area.style.height="100%"; area.src=url; area.style.display="block"; @@ -22,34 +22,24 @@ } - +
    - - - - +
    - - : + + - -
    - - : + + - -
    +
    + <%@ include file="/jsps/authoring/message/topiclist.jsp"%> +
    + - - - - - -
    -
    - <%@ include file="/jsps/authoring/message/topiclist.jsp"%> -
    -
    ');" style="float:left;width:150px" class="button"> @@ -58,11 +48,6 @@
    - -