Index: lams_tool_scribe/web/WEB-INF/lams.tld =================================================================== diff -u -r77eb2c44ff2c1c9b5956d01bb7f931f27ca71a24 -ra344998a96d6e983d83047656f74c9f15183643e --- lams_tool_scribe/web/WEB-INF/lams.tld (.../lams.tld) (revision 77eb2c44ff2c1c9b5956d01bb7f931f27ca71a24) +++ lams_tool_scribe/web/WEB-INF/lams.tld (.../lams.tld) (revision a344998a96d6e983d83047656f74c9f15183643e) @@ -13,6 +13,26 @@ + Converts role name into form usable as message resources key + Converts role name into form usable as message resources key + + + role + org.lamsfoundation.lams.web.tag.RoleTag + empty + + + Converts role name into form usable as message resources key + role + true + + true + + + + + + Output the Server URL as defined in the lams.xml configuration file. LAMS URL @@ -159,7 +179,15 @@ true + + Output stylesheet based on the user preferences. + style + false + true + + + @@ -381,6 +409,6 @@ DefineLater /WEB-INF/tags/DefineLater.tag - + Index: lams_tool_scribe/web/WEB-INF/struts/struts-config.xml =================================================================== diff -u -r676776bec1c35957910e6911d9f7d280f646d28d -ra344998a96d6e983d83047656f74c9f15183643e --- lams_tool_scribe/web/WEB-INF/struts/struts-config.xml (.../struts-config.xml) (revision 676776bec1c35957910e6911d9f7d280f646d28d) +++ lams_tool_scribe/web/WEB-INF/struts/struts-config.xml (.../struts-config.xml) (revision a344998a96d6e983d83047656f74c9f15183643e) @@ -94,6 +94,16 @@ path="tiles:/generic/message" redirect="false" /> + + - + @@ -49,6 +49,9 @@ + + + @@ -97,22 +100,18 @@ - - - - Index: lams_tool_scribe/web/WEB-INF/tags/AuthoringButton.tag =================================================================== diff -u -r74267305b37a60850dca2e40d5dcb975fe2efc32 -ra344998a96d6e983d83047656f74c9f15183643e --- lams_tool_scribe/web/WEB-INF/tags/AuthoringButton.tag (.../AuthoringButton.tag) (revision 74267305b37a60850dca2e40d5dcb975fe2efc32) +++ lams_tool_scribe/web/WEB-INF/tags/AuthoringButton.tag (.../AuthoringButton.tag) (revision a344998a96d6e983d83047656f74c9f15183643e) @@ -82,12 +82,12 @@ } } -

+

- + \ No newline at end of file Index: lams_tool_scribe/web/WEB-INF/tags/Date.tag =================================================================== diff -u -r08950e1090443c3423a3d1c587416a2fccd8bbdf -ra344998a96d6e983d83047656f74c9f15183643e --- lams_tool_scribe/web/WEB-INF/tags/Date.tag (.../Date.tag) (revision 08950e1090443c3423a3d1c587416a2fccd8bbdf) +++ lams_tool_scribe/web/WEB-INF/tags/Date.tag (.../Date.tag) (revision a344998a96d6e983d83047656f74c9f15183643e) @@ -32,6 +32,21 @@ %> <%@ tag body-content="empty" %> <%@ attribute name="value" required="true" rtexprvalue="true" type="java.util.Date" %> +<%@ attribute name="style" required="false" rtexprvalue="true"%> +<%@ attribute name="type" required="false" rtexprvalue="true"%> + <%@ taglib uri="tags-fmt" prefix="fmt" %> - +<%@ taglib uri="tags-core" prefix="c" %> + + + + + + + + + + + + Index: lams_tool_scribe/web/WEB-INF/tags/Passon.tag =================================================================== diff -u -r08950e1090443c3423a3d1c587416a2fccd8bbdf -ra344998a96d6e983d83047656f74c9f15183643e --- lams_tool_scribe/web/WEB-INF/tags/Passon.tag (.../Passon.tag) (revision 08950e1090443c3423a3d1c587416a2fccd8bbdf) +++ lams_tool_scribe/web/WEB-INF/tags/Passon.tag (.../Passon.tag) (revision a344998a96d6e983d83047656f74c9f15183643e) @@ -79,4 +79,4 @@ pluginspage="http://www.macromedia.com/go/getflashplayer" /> - + \ No newline at end of file Index: lams_tool_scribe/web/WEB-INF/tags/Tab.tag =================================================================== diff -u -r08950e1090443c3423a3d1c587416a2fccd8bbdf -ra344998a96d6e983d83047656f74c9f15183643e --- lams_tool_scribe/web/WEB-INF/tags/Tab.tag (.../Tab.tag) (revision 08950e1090443c3423a3d1c587416a2fccd8bbdf) +++ lams_tool_scribe/web/WEB-INF/tags/Tab.tag (.../Tab.tag) (revision a344998a96d6e983d83047656f74c9f15183643e) @@ -1,35 +1,34 @@ +<%/**************************************************************** + * 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 + * **************************************************************** + */ -<% - /**************************************************************** - * 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: + */ - /** - * 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"%> @@ -38,17 +37,18 @@ <%@ attribute name="methodCall" required="false" rtexprvalue="true"%> <%@ taglib uri="tags-core" prefix="c"%> -<%@ taglib uri="tags-fmt" prefix="fmt"%> +<%@ taglib uri="tags-bean" prefix="bean"%> <%@ taglib uri="tags-lams" prefix="lams"%> + + + -<% - // 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 -%> +<%// 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 %> @@ -62,19 +62,38 @@ - + - <%-- TODO need to reimplement inactive tabs --%> + + + + + Index: lams_tool_scribe/web/WEB-INF/tags/TabBody.tag =================================================================== diff -u -r08950e1090443c3423a3d1c587416a2fccd8bbdf -ra344998a96d6e983d83047656f74c9f15183643e --- lams_tool_scribe/web/WEB-INF/tags/TabBody.tag (.../TabBody.tag) (revision 08950e1090443c3423a3d1c587416a2fccd8bbdf) +++ lams_tool_scribe/web/WEB-INF/tags/TabBody.tag (.../TabBody.tag) (revision a344998a96d6e983d83047656f74c9f15183643e) @@ -1,35 +1,34 @@ +<%/**************************************************************** + * 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 + * **************************************************************** + */ -<% - /**************************************************************** - * 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: + */ - /** - * 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"%> @@ -48,5 +47,6 @@ + Index: lams_tool_scribe/web/WEB-INF/tags/Tabs.tag =================================================================== diff -u -r08950e1090443c3423a3d1c587416a2fccd8bbdf -ra344998a96d6e983d83047656f74c9f15183643e --- lams_tool_scribe/web/WEB-INF/tags/Tabs.tag (.../Tabs.tag) (revision 08950e1090443c3423a3d1c587416a2fccd8bbdf) +++ lams_tool_scribe/web/WEB-INF/tags/Tabs.tag (.../Tabs.tag) (revision a344998a96d6e983d83047656f74c9f15183643e) @@ -1,38 +1,36 @@ +<%/**************************************************************** + * 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 + * **************************************************************** + */ -<% - /**************************************************************** - * 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: + */ - /** - * 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="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"%> Index: lams_tool_scribe/web/WEB-INF/tags/headItems.tag =================================================================== diff -u -r08950e1090443c3423a3d1c587416a2fccd8bbdf -ra344998a96d6e983d83047656f74c9f15183643e --- lams_tool_scribe/web/WEB-INF/tags/headItems.tag (.../headItems.tag) (revision 08950e1090443c3423a3d1c587416a2fccd8bbdf) +++ lams_tool_scribe/web/WEB-INF/tags/headItems.tag (.../headItems.tag) (revision a344998a96d6e983d83047656f74c9f15183643e) @@ -1,32 +1,32 @@ <%/**************************************************************** - * 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 - * **************************************************************** - */ + * 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 + * **************************************************************** + */ - /** - * 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. - */ +/** + * 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"%> @@ -44,7 +44,8 @@ - + + Index: lams_tool_scribe/web/common/learnerheader.jsp =================================================================== diff -u --- lams_tool_scribe/web/common/learnerheader.jsp (revision 0) +++ lams_tool_scribe/web/common/learnerheader.jsp (revision a344998a96d6e983d83047656f74c9f15183643e) @@ -0,0 +1,27 @@ +<%@ include file="/common/taglibs.jsp"%> + + + + + + + + + + + <fmt:message key="activity.title" /> + + + + + + + + + + + + + + + Index: lams_tool_scribe/web/error.jsp =================================================================== diff -u -r676776bec1c35957910e6911d9f7d280f646d28d -ra344998a96d6e983d83047656f74c9f15183643e --- lams_tool_scribe/web/error.jsp (.../error.jsp) (revision 676776bec1c35957910e6911d9f7d280f646d28d) +++ lams_tool_scribe/web/error.jsp (.../error.jsp) (revision a344998a96d6e983d83047656f74c9f15183643e) @@ -51,7 +51,7 @@ <% } %> - +
Index: lams_tool_scribe/web/layouts/blankLayout.jsp =================================================================== diff -u -r26aa4eb3e59e19a6babb94aec87f2d9681bdd3bd -ra344998a96d6e983d83047656f74c9f15183643e --- lams_tool_scribe/web/layouts/blankLayout.jsp (.../blankLayout.jsp) (revision 26aa4eb3e59e19a6babb94aec87f2d9681bdd3bd) +++ lams_tool_scribe/web/layouts/blankLayout.jsp (.../blankLayout.jsp) (revision a344998a96d6e983d83047656f74c9f15183643e) @@ -5,7 +5,7 @@ - + \ No newline at end of file Index: lams_tool_scribe/web/layouts/learningLayout.jsp =================================================================== diff -u -r74267305b37a60850dca2e40d5dcb975fe2efc32 -ra344998a96d6e983d83047656f74c9f15183643e --- lams_tool_scribe/web/layouts/learningLayout.jsp (.../learningLayout.jsp) (revision 74267305b37a60850dca2e40d5dcb975fe2efc32) +++ lams_tool_scribe/web/layouts/learningLayout.jsp (.../learningLayout.jsp) (revision a344998a96d6e983d83047656f74c9f15183643e) @@ -6,11 +6,8 @@ -
- - + -
Index: lams_tool_scribe/web/pages/export/exportPortfolio.jsp =================================================================== diff -u -r676776bec1c35957910e6911d9f7d280f646d28d -ra344998a96d6e983d83047656f74c9f15183643e --- lams_tool_scribe/web/pages/export/exportPortfolio.jsp (.../exportPortfolio.jsp) (revision 676776bec1c35957910e6911d9f7d280f646d28d) +++ lams_tool_scribe/web/pages/export/exportPortfolio.jsp (.../exportPortfolio.jsp) (revision a344998a96d6e983d83047656f74c9f15183643e) @@ -14,20 +14,14 @@ - -
- + -

+
+

-
-
- -
-

@@ -84,11 +78,9 @@

- - Index: lams_tool_scribe/web/pages/learning/defineLater.jsp =================================================================== diff -u -r676776bec1c35957910e6911d9f7d280f646d28d -ra344998a96d6e983d83047656f74c9f15183643e --- lams_tool_scribe/web/pages/learning/defineLater.jsp (.../defineLater.jsp) (revision 676776bec1c35957910e6911d9f7d280f646d28d) +++ lams_tool_scribe/web/pages/learning/defineLater.jsp (.../defineLater.jsp) (revision a344998a96d6e983d83047656f74c9f15183643e) @@ -1,11 +1,11 @@ <%@ include file="/common/taglibs.jsp"%> -

+

-
-
+ +
- + Index: lams_tool_scribe/web/pages/learning/learning.jsp =================================================================== diff -u -r676776bec1c35957910e6911d9f7d280f646d28d -ra344998a96d6e983d83047656f74c9f15183643e --- lams_tool_scribe/web/pages/learning/learning.jsp (.../learning.jsp) (revision 676776bec1c35957910e6911d9f7d280f646d28d) +++ lams_tool_scribe/web/pages/learning/learning.jsp (.../learning.jsp) (revision a344998a96d6e983d83047656f74c9f15183643e) @@ -4,11 +4,11 @@ -

+
+ +

-
-

Scribe Learning Page @@ -21,4 +21,4 @@

- + Index: lams_tool_scribe/web/pages/learning/notebook.jsp =================================================================== diff -u -r676776bec1c35957910e6911d9f7d280f646d28d -ra344998a96d6e983d83047656f74c9f15183643e --- lams_tool_scribe/web/pages/learning/notebook.jsp (.../notebook.jsp) (revision 676776bec1c35957910e6911d9f7d280f646d28d) +++ lams_tool_scribe/web/pages/learning/notebook.jsp (.../notebook.jsp) (revision a344998a96d6e983d83047656f74c9f15183643e) @@ -1,10 +1,10 @@ <%@ include file="/common/taglibs.jsp"%> -

+

${scribeDTO.title}

-
-
+ +
@@ -15,7 +15,7 @@ @@ -31,4 +31,4 @@
- +
- + Index: lams_tool_scribe/web/pages/learning/runOffline.jsp =================================================================== diff -u -r676776bec1c35957910e6911d9f7d280f646d28d -ra344998a96d6e983d83047656f74c9f15183643e --- lams_tool_scribe/web/pages/learning/runOffline.jsp (.../runOffline.jsp) (revision 676776bec1c35957910e6911d9f7d280f646d28d) +++ lams_tool_scribe/web/pages/learning/runOffline.jsp (.../runOffline.jsp) (revision a344998a96d6e983d83047656f74c9f15183643e) @@ -1,11 +1,11 @@ <%@ include file="/common/taglibs.jsp"%> -

+

-
-
+
+
@@ -19,4 +19,4 @@
- +