Index: lams_tool_forum/web/WEB-INF/tags/AuthoringButton.tag =================================================================== diff -u -r71a37d456ee2d1d277774c125ac645ef7f06fa00 -r0c3d585b0228e4b6913ca6f6a547e76f367c6d8b --- lams_tool_forum/web/WEB-INF/tags/AuthoringButton.tag (.../AuthoringButton.tag) (revision 71a37d456ee2d1d277774c125ac645ef7f06fa00) +++ lams_tool_forum/web/WEB-INF/tags/AuthoringButton.tag (.../AuthoringButton.tag) (revision 0c3d585b0228e4b6913ca6f6a547e76f367c6d8b) @@ -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 =================================================================== diff -u --- lams_tool_forum/web/WEB-INF/tags/ExportPortOutput.tag (revision 0) +++ lams_tool_forum/web/WEB-INF/tags/ExportPortOutput.tag (revision 0c3d585b0228e4b6913ca6f6a547e76f367c6d8b) @@ -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 =================================================================== diff -u -r0a0b8c8a312c6fef750fe5977d3b8b9ca9a52bc1 -r0c3d585b0228e4b6913ca6f6a547e76f367c6d8b --- lams_tool_forum/web/WEB-INF/tags/HTMLEditor.tag (.../HTMLEditor.tag) (revision 0a0b8c8a312c6fef750fe5977d3b8b9ca9a52bc1) +++ lams_tool_forum/web/WEB-INF/tags/HTMLEditor.tag (.../HTMLEditor.tag) (revision 0c3d585b0228e4b6913ca6f6a547e76f367c6d8b) @@ -1,58 +1,58 @@ -<% -/**************************************************************** - * 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 - * **************************************************************** - */ - - /** - * HTMLEditor.tag - * Author: Mitchell Seaton - * Description: Creates a single instance of FCK Editor used over multiple fields. - * Wiki: - */ - - %> -<%@ tag body-content="empty" %> -<%@ taglib uri="fck-editor" prefix="FCK" %> -<%@ taglib uri="tags-bean" prefix="bean" %> -<%@ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * **************************************************************** + */ - Index: lams_tool_forum/web/jsps/authoring/basic.jsp =================================================================== diff -u -r6852794f79069c9b70ee194f74677323d0bf14b7 -r0c3d585b0228e4b6913ca6f6a547e76f367c6d8b --- lams_tool_forum/web/jsps/authoring/basic.jsp (.../basic.jsp) (revision 6852794f79069c9b70ee194f74677323d0bf14b7) +++ lams_tool_forum/web/jsps/authoring/basic.jsp (.../basic.jsp) (revision 0c3d585b0228e4b6913ca6f6a547e76f367c6d8b) @@ -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 @@
    - -