Index: lams_tool_survey/build.xml =================================================================== diff -u -r0b9b61d67c2dcf6f83c513325afca117cb1967f2 -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_survey/build.xml (.../build.xml) (revision 0b9b61d67c2dcf6f83c513325afca117cb1967f2) +++ lams_tool_survey/build.xml (.../build.xml) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -276,6 +276,15 @@ + + + + + + + + + Index: lams_tool_survey/web/WEB-INF/tags/AuthoringButton.tag =================================================================== diff -u -rf0c3f41d54ef4f390ef3f93f28c0679c46b6730c -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_survey/web/WEB-INF/tags/AuthoringButton.tag (.../AuthoringButton.tag) (revision f0c3f41d54ef4f390ef3f93f28c0679c46b6730c) +++ lams_tool_survey/web/WEB-INF/tags/AuthoringButton.tag (.../AuthoringButton.tag) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -90,4 +90,4 @@

- + \ No newline at end of file Index: lams_tool_survey/web/WEB-INF/tags/Date.tag =================================================================== diff -u -rf0c3f41d54ef4f390ef3f93f28c0679c46b6730c -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_survey/web/WEB-INF/tags/Date.tag (.../Date.tag) (revision f0c3f41d54ef4f390ef3f93f28c0679c46b6730c) +++ lams_tool_survey/web/WEB-INF/tags/Date.tag (.../Date.tag) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -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_survey/web/WEB-INF/tags/Passon.tag =================================================================== diff -u -rf0c3f41d54ef4f390ef3f93f28c0679c46b6730c -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_survey/web/WEB-INF/tags/Passon.tag (.../Passon.tag) (revision f0c3f41d54ef4f390ef3f93f28c0679c46b6730c) +++ lams_tool_survey/web/WEB-INF/tags/Passon.tag (.../Passon.tag) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -79,4 +79,4 @@ pluginspage="http://www.macromedia.com/go/getflashplayer" /> - + \ No newline at end of file Index: lams_tool_survey/web/WEB-INF/tags/Tab.tag =================================================================== diff -u -rf0c3f41d54ef4f390ef3f93f28c0679c46b6730c -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_survey/web/WEB-INF/tags/Tab.tag (.../Tab.tag) (revision f0c3f41d54ef4f390ef3f93f28c0679c46b6730c) +++ lams_tool_survey/web/WEB-INF/tags/Tab.tag (.../Tab.tag) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -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 + * **************************************************************** + */ - /** - * 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"%> Index: lams_tool_survey/web/WEB-INF/tags/TabBody.tag =================================================================== diff -u -rf0c3f41d54ef4f390ef3f93f28c0679c46b6730c -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_survey/web/WEB-INF/tags/TabBody.tag (.../TabBody.tag) (revision f0c3f41d54ef4f390ef3f93f28c0679c46b6730c) +++ lams_tool_survey/web/WEB-INF/tags/TabBody.tag (.../TabBody.tag) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -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 + * **************************************************************** + */ - /** - * 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"%> Index: lams_tool_survey/web/WEB-INF/tags/Tabs.tag =================================================================== diff -u -rf0c3f41d54ef4f390ef3f93f28c0679c46b6730c -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_survey/web/WEB-INF/tags/Tabs.tag (.../Tabs.tag) (revision f0c3f41d54ef4f390ef3f93f28c0679c46b6730c) +++ lams_tool_survey/web/WEB-INF/tags/Tabs.tag (.../Tabs.tag) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -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 + * **************************************************************** + */ - /** - * 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"%> Index: lams_tool_survey/web/WEB-INF/tags/headItems.tag =================================================================== diff -u -rf0c3f41d54ef4f390ef3f93f28c0679c46b6730c -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_survey/web/WEB-INF/tags/headItems.tag (.../headItems.tag) (revision f0c3f41d54ef4f390ef3f93f28c0679c46b6730c) +++ lams_tool_survey/web/WEB-INF/tags/headItems.tag (.../headItems.tag) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -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,12 +44,11 @@ - + + - - Index: lams_tool_survey/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r49baeb6ea3cf1a5b493a798e22521dc9aec32974 -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_survey/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 49baeb6ea3cf1a5b493a798e22521dc9aec32974) +++ lams_tool_survey/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -179,7 +179,15 @@ true + + Output stylesheet based on the user preferences. + style + false + true + + + Index: lams_tool_survey/web/common/tabbedheader.jsp =================================================================== diff -u --- lams_tool_survey/web/common/tabbedheader.jsp (revision 0) +++ lams_tool_survey/web/common/tabbedheader.jsp (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -0,0 +1,27 @@ +<%@ include file="/common/taglibs.jsp"%> + + + + + + + + + + + + + + + + + + + + + + + + + + Index: lams_tool_survey/web/error.jsp =================================================================== diff -u -r0020cbe23ed34775811ceab0779d065243444dcb -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_survey/web/error.jsp (.../error.jsp) (revision 0020cbe23ed34775811ceab0779d065243444dcb) +++ lams_tool_survey/web/error.jsp (.../error.jsp) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -51,7 +51,7 @@ <% } %> - +
Index: lams_tool_survey/web/layout/default.jsp =================================================================== diff -u -r0020cbe23ed34775811ceab0779d065243444dcb -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_survey/web/layout/default.jsp (.../default.jsp) (revision 0020cbe23ed34775811ceab0779d065243444dcb) +++ lams_tool_survey/web/layout/default.jsp (.../default.jsp) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -5,7 +5,7 @@ - + Index: lams_tool_survey/web/pages/authoring/authoring.jsp =================================================================== diff -u -r77eb2c44ff2c1c9b5956d01bb7f931f27ca71a24 -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_survey/web/pages/authoring/authoring.jsp (.../authoring.jsp) (revision 77eb2c44ff2c1c9b5956d01bb7f931f27ca71a24) +++ lams_tool_survey/web/pages/authoring/authoring.jsp (.../authoring.jsp) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -17,7 +17,7 @@ <fmt:message key="label.author.title" /> - <%@ include file="/common/header.jsp"%> + <%@ include file="/common/tabbedheader.jsp"%> <%@ include file="/common/fckeditorheader.jsp"%> - + Index: lams_tool_survey/web/pages/export/exportportfolio.jsp =================================================================== diff -u -r103eacc68afe9e0df0c7bae49c482eb34873165a -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_survey/web/pages/export/exportportfolio.jsp (.../exportportfolio.jsp) (revision 103eacc68afe9e0df0c7bae49c482eb34873165a) +++ lams_tool_survey/web/pages/export/exportportfolio.jsp (.../exportportfolio.jsp) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -12,13 +12,11 @@ <%@ include file="/common/header.jsp" %> -
-

+
+

${sessionMap.title}

-
-
-
+ @@ -110,8 +108,7 @@ <%-- End session table --%> - +
-
Index: lams_tool_survey/web/pages/learning/definelater.jsp =================================================================== diff -u -r0020cbe23ed34775811ceab0779d065243444dcb -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_survey/web/pages/learning/definelater.jsp (.../definelater.jsp) (revision 0020cbe23ed34775811ceab0779d065243444dcb) +++ lams_tool_survey/web/pages/learning/definelater.jsp (.../definelater.jsp) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -6,25 +6,20 @@ - + -
-

+
+

${survey.title}

-
-
- -
- Index: lams_tool_survey/web/pages/learning/finish.jsp =================================================================== diff -u -r0020cbe23ed34775811ceab0779d065243444dcb -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_survey/web/pages/learning/finish.jsp (.../finish.jsp) (revision 0020cbe23ed34775811ceab0779d065243444dcb) +++ lams_tool_survey/web/pages/learning/finish.jsp (.../finish.jsp) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -1,13 +1,13 @@ <%@ include file="/common/taglibs.jsp"%> <%-- This page just for : redir finish page to parent rather that part of the frame --%> - + - + Index: lams_tool_survey/web/pages/learning/learning.jsp =================================================================== diff -u -rc856a18bf4731ff3a9ba197b01e278b65549acb0 -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_survey/web/pages/learning/learning.jsp (.../learning.jsp) (revision c856a18bf4731ff3a9ba197b01e278b65549acb0) +++ lams_tool_survey/web/pages/learning/learning.jsp (.../learning.jsp) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -26,7 +26,7 @@ --> - + @@ -38,15 +38,12 @@ -
-

- ${sessionMap.title} -

-
-
- -
+
+

+ ${sessionMap.title} +

+

${sessionMap.instructions}

@@ -70,6 +67,8 @@ <%-- Display button according to different situation --%> <%--POSITION: 0=middle of survey, 1=first question, 2=last question, 3=Only one question available--%> + + + +
@@ -104,14 +103,15 @@ - +
- Index: lams_tool_survey/web/pages/learning/notebook.jsp =================================================================== diff -u -r0020cbe23ed34775811ceab0779d065243444dcb -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_survey/web/pages/learning/notebook.jsp (.../notebook.jsp) (revision 0020cbe23ed34775811ceab0779d065243444dcb) +++ lams_tool_survey/web/pages/learning/notebook.jsp (.../notebook.jsp) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -7,19 +7,19 @@ <fmt:message key="label.learning.title" /> <%@ include file="/common/header.jsp"%> - -
+ + -

+ +
+

${sessionMap.title}

-
-
@@ -49,10 +49,9 @@ - Index: lams_tool_survey/web/pages/learning/result.jsp =================================================================== diff -u -raf90466abe57cb9be572bfc519ac6902cb8166fa -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_survey/web/pages/learning/result.jsp (.../result.jsp) (revision af90466abe57cb9be572bfc519ac6902cb8166fa) +++ lams_tool_survey/web/pages/learning/result.jsp (.../result.jsp) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -30,16 +30,13 @@ - -
-

+ + + +
+

${sessionMap.title}

-
-
- - -

${sessionMap.instructions}

@@ -92,6 +89,9 @@

@@ -34,7 +34,7 @@
- +
+ + + +
- +
- - Index: lams_tool_survey/web/pages/learning/runoffline.jsp =================================================================== diff -u -r0020cbe23ed34775811ceab0779d065243444dcb -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_survey/web/pages/learning/runoffline.jsp (.../runoffline.jsp) (revision 0020cbe23ed34775811ceab0779d065243444dcb) +++ lams_tool_survey/web/pages/learning/runoffline.jsp (.../runoffline.jsp) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -21,13 +21,12 @@ - -
-

+ +
+

${sessionMap.title}

-
-
+
@@ -51,10 +50,9 @@ - Index: lams_tool_survey/web/pages/learning/start.jsp =================================================================== diff -u -ra2c091a27056e7b41531ca140012603bf027d5b8 -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_survey/web/pages/learning/start.jsp (.../start.jsp) (revision a2c091a27056e7b41531ca140012603bf027d5b8) +++ lams_tool_survey/web/pages/learning/start.jsp (.../start.jsp) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -1,7 +1,7 @@ <%@ include file="/common/taglibs.jsp"%> - + @@ -15,5 +15,5 @@ - + Index: lams_tool_survey/web/pages/monitoring/chartreport.jsp =================================================================== diff -u -rde91e6d736e56d514d840e128bd06c9238b5871b -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_survey/web/pages/monitoring/chartreport.jsp (.../chartreport.jsp) (revision de91e6d736e56d514d840e128bd06c9238b5871b) +++ lams_tool_survey/web/pages/monitoring/chartreport.jsp (.../chartreport.jsp) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -9,13 +9,11 @@ <%@ include file="/common/header.jsp" %> -
-

- -

-
-
-
+
+

+ +

+ <%-- --%> @@ -49,8 +47,7 @@ title=""> - +
- Index: lams_tool_survey/web/pages/monitoring/listanswers.jsp =================================================================== diff -u -rc856a18bf4731ff3a9ba197b01e278b65549acb0 -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_survey/web/pages/monitoring/listanswers.jsp (.../listanswers.jsp) (revision c856a18bf4731ff3a9ba197b01e278b65549acb0) +++ lams_tool_survey/web/pages/monitoring/listanswers.jsp (.../listanswers.jsp) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -10,13 +10,11 @@ <%@ include file="/common/header.jsp" %> -
-

+
+

-
-
-
+ @@ -108,7 +106,7 @@
- +

Index: lams_tool_survey/web/pages/monitoring/monitoring.jsp =================================================================== diff -u -r77eb2c44ff2c1c9b5956d01bb7f931f27ca71a24 -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_survey/web/pages/monitoring/monitoring.jsp (.../monitoring.jsp) (revision 77eb2c44ff2c1c9b5956d01bb7f931f27ca71a24) +++ lams_tool_survey/web/pages/monitoring/monitoring.jsp (.../monitoring.jsp) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -6,7 +6,7 @@ - <%@ include file="/common/header.jsp" %> + <%@ include file="/common/tabbedheader.jsp" %> - +

Index: lams_tool_survey/web/pages/monitoring/notebook.jsp =================================================================== diff -u -r6d73140515a0f88aec42968fa35246a45e7941dc -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_survey/web/pages/monitoring/notebook.jsp (.../notebook.jsp) (revision 6d73140515a0f88aec42968fa35246a45e7941dc) +++ lams_tool_survey/web/pages/monitoring/notebook.jsp (.../notebook.jsp) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -7,13 +7,13 @@ <fmt:message key="label.learning.title" /> <%@ include file="/common/header.jsp"%> - -
-

+ + +
+

-
-
+

@@ -50,9 +50,8 @@
- - + \ No newline at end of file Index: lams_tool_vote/build.xml =================================================================== diff -u -r378b75ad4d19133fbc8eb0ad95205b2162109d83 -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_vote/build.xml (.../build.xml) (revision 378b75ad4d19133fbc8eb0ad95205b2162109d83) +++ lams_tool_vote/build.xml (.../build.xml) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -292,6 +292,15 @@ todir="${jboss.deploy}"/> + + + + + + + + + @@ -467,4 +476,15 @@ + + + + + + + + + \ No newline at end of file Index: lams_tool_vote/web/Template.jsp =================================================================== diff -u -r08950e1090443c3423a3d1c587416a2fccd8bbdf -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_vote/web/Template.jsp (.../Template.jsp) (revision 08950e1090443c3423a3d1c587416a2fccd8bbdf) +++ lams_tool_vote/web/Template.jsp (.../Template.jsp) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -35,7 +35,7 @@ - + Index: lams_tool_vote/web/WEB-INF/lams.tld =================================================================== diff -u -r00759d7592ccc90e8769763524afb69546f641d4 -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_vote/web/WEB-INF/lams.tld (.../lams.tld) (revision 00759d7592ccc90e8769763524afb69546f641d4) +++ lams_tool_vote/web/WEB-INF/lams.tld (.../lams.tld) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -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 @@ -64,6 +84,34 @@ + Help tag + Help tag + + + help + org.lamsfoundation.lams.web.tag.HelpTag + empty + + + Help tag + module + true + + true + + + + Help tag + toolSignature + true + + true + + + + + + Output a random number for the learner and passon flash movies to communicate directly. generate unique ID @@ -131,7 +179,15 @@ true + + Output stylesheet based on the user preferences. + style + false + true + + + Index: lams_tool_vote/web/WEB-INF/tags/AuthoringButton.tag =================================================================== diff -u -r00759d7592ccc90e8769763524afb69546f641d4 -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_vote/web/WEB-INF/tags/AuthoringButton.tag (.../AuthoringButton.tag) (revision 00759d7592ccc90e8769763524afb69546f641d4) +++ lams_tool_vote/web/WEB-INF/tags/AuthoringButton.tag (.../AuthoringButton.tag) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -15,7 +15,7 @@ * * 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 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 * USA * * http://www.gnu.org/licenses/gpl.txt Index: lams_tool_vote/web/WEB-INF/tags/Date.tag =================================================================== diff -u -r00759d7592ccc90e8769763524afb69546f641d4 -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_vote/web/WEB-INF/tags/Date.tag (.../Date.tag) (revision 00759d7592ccc90e8769763524afb69546f641d4) +++ lams_tool_vote/web/WEB-INF/tags/Date.tag (.../Date.tag) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -15,7 +15,7 @@ * * 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 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 * USA * * http://www.gnu.org/licenses/gpl.txt Index: lams_tool_vote/web/WEB-INF/tags/DefineLater.tag =================================================================== diff -u -r00759d7592ccc90e8769763524afb69546f641d4 -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_vote/web/WEB-INF/tags/DefineLater.tag (.../DefineLater.tag) (revision 00759d7592ccc90e8769763524afb69546f641d4) +++ lams_tool_vote/web/WEB-INF/tags/DefineLater.tag (.../DefineLater.tag) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -15,7 +15,7 @@ * * 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 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 * USA * * http://www.gnu.org/licenses/gpl.txt Index: lams_tool_vote/web/WEB-INF/tags/ExportPortOutput.tag =================================================================== diff -u -r00759d7592ccc90e8769763524afb69546f641d4 -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_vote/web/WEB-INF/tags/ExportPortOutput.tag (.../ExportPortOutput.tag) (revision 00759d7592ccc90e8769763524afb69546f641d4) +++ lams_tool_vote/web/WEB-INF/tags/ExportPortOutput.tag (.../ExportPortOutput.tag) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -15,7 +15,7 @@ * * 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 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 * USA * * http://www.gnu.org/licenses/gpl.txt Index: lams_tool_vote/web/WEB-INF/tags/Passon.tag =================================================================== diff -u -r00759d7592ccc90e8769763524afb69546f641d4 -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_vote/web/WEB-INF/tags/Passon.tag (.../Passon.tag) (revision 00759d7592ccc90e8769763524afb69546f641d4) +++ lams_tool_vote/web/WEB-INF/tags/Passon.tag (.../Passon.tag) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -15,7 +15,7 @@ * * 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 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 * USA * * http://www.gnu.org/licenses/gpl.txt Index: lams_tool_vote/web/WEB-INF/tags/Tab.tag =================================================================== diff -u -r00759d7592ccc90e8769763524afb69546f641d4 -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_vote/web/WEB-INF/tags/Tab.tag (.../Tab.tag) (revision 00759d7592ccc90e8769763524afb69546f641d4) +++ lams_tool_vote/web/WEB-INF/tags/Tab.tag (.../Tab.tag) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * 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"%> Index: lams_tool_vote/web/WEB-INF/tags/TabBody.tag =================================================================== diff -u -r00759d7592ccc90e8769763524afb69546f641d4 -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_vote/web/WEB-INF/tags/TabBody.tag (.../TabBody.tag) (revision 00759d7592ccc90e8769763524afb69546f641d4) +++ lams_tool_vote/web/WEB-INF/tags/TabBody.tag (.../TabBody.tag) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * 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"%> Index: lams_tool_vote/web/WEB-INF/tags/Tabs.tag =================================================================== diff -u -r00759d7592ccc90e8769763524afb69546f641d4 -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_vote/web/WEB-INF/tags/Tabs.tag (.../Tabs.tag) (revision 00759d7592ccc90e8769763524afb69546f641d4) +++ lams_tool_vote/web/WEB-INF/tags/Tabs.tag (.../Tabs.tag) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * 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"%> Index: lams_tool_vote/web/WEB-INF/tags/headItems.tag =================================================================== diff -u -r00759d7592ccc90e8769763524afb69546f641d4 -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_vote/web/WEB-INF/tags/headItems.tag (.../headItems.tag) (revision 00759d7592ccc90e8769763524afb69546f641d4) +++ lams_tool_vote/web/WEB-INF/tags/headItems.tag (.../headItems.tag) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * 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_vote/web/authoring/AuthoringMaincontent.jsp =================================================================== diff -u -r00759d7592ccc90e8769763524afb69546f641d4 -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_vote/web/authoring/AuthoringMaincontent.jsp (.../AuthoringMaincontent.jsp) (revision 00759d7592ccc90e8769763524afb69546f641d4) +++ lams_tool_vote/web/authoring/AuthoringMaincontent.jsp (.../AuthoringMaincontent.jsp) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -44,7 +44,7 @@ <bean:message key="activity.title"/> - <%@ include file="/common/header.jsp"%> + <%@ include file="/common/tabbedheader.jsp"%> @@ -125,7 +125,7 @@ - +

Index: lams_tool_vote/web/authoring/editNominationBox.jsp =================================================================== diff -u -r00759d7592ccc90e8769763524afb69546f641d4 -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_vote/web/authoring/editNominationBox.jsp (.../editNominationBox.jsp) (revision 00759d7592ccc90e8769763524afb69546f641d4) +++ lams_tool_vote/web/authoring/editNominationBox.jsp (.../editNominationBox.jsp) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -27,7 +27,7 @@ <%@ include file="/common/header.jsp"%> - +
Index: lams_tool_vote/web/authoring/newNominationBox.jsp =================================================================== diff -u -r00759d7592ccc90e8769763524afb69546f641d4 -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_vote/web/authoring/newNominationBox.jsp (.../newNominationBox.jsp) (revision 00759d7592ccc90e8769763524afb69546f641d4) +++ lams_tool_vote/web/authoring/newNominationBox.jsp (.../newNominationBox.jsp) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -27,7 +27,7 @@ <%@ include file="/common/header.jsp"%> - +
Index: lams_tool_vote/web/common/tabbedheader.jsp =================================================================== diff -u --- lams_tool_vote/web/common/tabbedheader.jsp (revision 0) +++ lams_tool_vote/web/common/tabbedheader.jsp (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -0,0 +1,36 @@ +<%@ include file="/common/taglibs.jsp"%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<%@ include file="/common/fckeditorheader.jsp"%> + Index: lams_tool_vote/web/error.jsp =================================================================== diff -u -r00759d7592ccc90e8769763524afb69546f641d4 -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_vote/web/error.jsp (.../error.jsp) (revision 00759d7592ccc90e8769763524afb69546f641d4) +++ lams_tool_vote/web/error.jsp (.../error.jsp) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -72,7 +72,7 @@ <% } %> - + Index: lams_tool_vote/web/export/exportportfolio.jsp =================================================================== diff -u -r08950e1090443c3423a3d1c587416a2fccd8bbdf -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_vote/web/export/exportportfolio.jsp (.../exportportfolio.jsp) (revision 08950e1090443c3423a3d1c587416a2fccd8bbdf) +++ lams_tool_vote/web/export/exportportfolio.jsp (.../exportportfolio.jsp) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -29,26 +29,21 @@ <bean:message key="label.export"/> - + -
- -

+
+ +

-
-
- -
-
@@ -67,11 +62,9 @@ - - Index: lams_tool_vote/web/includes/layout.jsp =================================================================== diff -u -r00759d7592ccc90e8769763524afb69546f641d4 -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_vote/web/includes/layout.jsp (.../layout.jsp) (revision 00759d7592ccc90e8769763524afb69546f641d4) +++ lams_tool_vote/web/includes/layout.jsp (.../layout.jsp) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -9,7 +9,7 @@ <bean:message key="activity.title" /> <%@ include file="/common/header.jsp"%> - +
Index: lams_tool_vote/web/includes/learnerLayout.jsp =================================================================== diff -u -r00759d7592ccc90e8769763524afb69546f641d4 -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_vote/web/includes/learnerLayout.jsp (.../learnerLayout.jsp) (revision 00759d7592ccc90e8769763524afb69546f641d4) +++ lams_tool_vote/web/includes/learnerLayout.jsp (.../learnerLayout.jsp) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -25,9 +25,10 @@ - -
+ +
- + + Index: lams_tool_vote/web/includes/tablayout.jsp =================================================================== diff -u -r00759d7592ccc90e8769763524afb69546f641d4 -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_vote/web/includes/tablayout.jsp (.../tablayout.jsp) (revision 00759d7592ccc90e8769763524afb69546f641d4) +++ lams_tool_vote/web/includes/tablayout.jsp (.../tablayout.jsp) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -7,12 +7,12 @@ <bean:message key="activity.title" /> - <%@ include file="/common/header.jsp"%> + <%@ include file="/common/tabbedheader.jsp"%> - +
Index: lams_tool_vote/web/layout/default.jsp =================================================================== diff -u -re48a67de27af42221ddce80419f05c1be4680430 -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_vote/web/layout/default.jsp (.../default.jsp) (revision e48a67de27af42221ddce80419f05c1be4680430) +++ lams_tool_vote/web/layout/default.jsp (.../default.jsp) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -5,7 +5,7 @@ - + Index: lams_tool_vote/web/learning/AllNominations.jsp =================================================================== diff -u -r08950e1090443c3423a3d1c587416a2fccd8bbdf -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_vote/web/learning/AllNominations.jsp (.../AllNominations.jsp) (revision 08950e1090443c3423a3d1c587416a2fccd8bbdf) +++ lams_tool_vote/web/learning/AllNominations.jsp (.../AllNominations.jsp) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -34,7 +34,8 @@ - + + <bean:message key="activity.title" /> - -
+ -

+
+ +

-
- -
- @@ -259,9 +257,8 @@
- + -
Index: lams_tool_vote/web/learning/AnswersContent.jsp =================================================================== diff -u -r08950e1090443c3423a3d1c587416a2fccd8bbdf -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_vote/web/learning/AnswersContent.jsp (.../AnswersContent.jsp) (revision 08950e1090443c3423a3d1c587416a2fccd8bbdf) +++ lams_tool_vote/web/learning/AnswersContent.jsp (.../AnswersContent.jsp) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -34,7 +34,8 @@ - + + <bean:message key="activity.title" /> - -
+ -

- -

-
-
+
+ +

+ +

@@ -183,9 +183,8 @@
- + -
Index: lams_tool_vote/web/learning/ExitLearning.jsp =================================================================== diff -u -r08950e1090443c3423a3d1c587416a2fccd8bbdf -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_vote/web/learning/ExitLearning.jsp (.../ExitLearning.jsp) (revision 08950e1090443c3423a3d1c587416a2fccd8bbdf) +++ lams_tool_vote/web/learning/ExitLearning.jsp (.../ExitLearning.jsp) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -34,7 +34,8 @@ - + + <bean:message key="activity.title" /> - -
+ -

+ + +
+

-
- -
@@ -112,9 +112,7 @@
- - -
+ Index: lams_tool_vote/web/learning/IndividualLearnerResults.jsp =================================================================== diff -u -r08950e1090443c3423a3d1c587416a2fccd8bbdf -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_vote/web/learning/IndividualLearnerResults.jsp (.../IndividualLearnerResults.jsp) (revision 08950e1090443c3423a3d1c587416a2fccd8bbdf) +++ lams_tool_vote/web/learning/IndividualLearnerResults.jsp (.../IndividualLearnerResults.jsp) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -34,7 +34,8 @@ - + + <bean:message key="activity.title" /> - -
+ -

+ +
+ +

-
- -
- @@ -121,9 +120,8 @@
- + -
Index: lams_tool_vote/web/learning/LearnerRep.jsp =================================================================== diff -u -r08950e1090443c3423a3d1c587416a2fccd8bbdf -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_vote/web/learning/LearnerRep.jsp (.../LearnerRep.jsp) (revision 08950e1090443c3423a3d1c587416a2fccd8bbdf) +++ lams_tool_vote/web/learning/LearnerRep.jsp (.../LearnerRep.jsp) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -34,7 +34,8 @@ - + + <bean:message key="activity.title" /> - -
- -

+ + +
+ +

-
- -
- -

@@ -172,10 +169,8 @@ + - - - Index: lams_tool_vote/web/learning/Notebook.jsp =================================================================== diff -u -r08950e1090443c3423a3d1c587416a2fccd8bbdf -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_vote/web/learning/Notebook.jsp (.../Notebook.jsp) (revision 08950e1090443c3423a3d1c587416a2fccd8bbdf) +++ lams_tool_vote/web/learning/Notebook.jsp (.../Notebook.jsp) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -34,7 +34,8 @@ - + + <bean:message key="activity.title" /> - +
Index: lams_tool_vote/web/monitoring/MonitoringMaincontent.jsp =================================================================== diff -u -r00759d7592ccc90e8769763524afb69546f641d4 -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_vote/web/monitoring/MonitoringMaincontent.jsp (.../MonitoringMaincontent.jsp) (revision 00759d7592ccc90e8769763524afb69546f641d4) +++ lams_tool_vote/web/monitoring/MonitoringMaincontent.jsp (.../MonitoringMaincontent.jsp) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -42,7 +42,7 @@ <bean:message key="label.monitoring"/> - <%@ include file="/common/header.jsp"%> + <%@ include file="/common/tabbedheader.jsp"%> @@ -143,7 +143,7 @@ - +
Index: lams_tool_vote/web/monitoring/VoteNominationViewer.jsp =================================================================== diff -u -r00759d7592ccc90e8769763524afb69546f641d4 -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_vote/web/monitoring/VoteNominationViewer.jsp (.../VoteNominationViewer.jsp) (revision 00759d7592ccc90e8769763524afb69546f641d4) +++ lams_tool_vote/web/monitoring/VoteNominationViewer.jsp (.../VoteNominationViewer.jsp) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -34,7 +34,7 @@ - +
Index: lams_tool_vote/web/monitoring/editNominationBox.jsp =================================================================== diff -u -r00759d7592ccc90e8769763524afb69546f641d4 -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_vote/web/monitoring/editNominationBox.jsp (.../editNominationBox.jsp) (revision 00759d7592ccc90e8769763524afb69546f641d4) +++ lams_tool_vote/web/monitoring/editNominationBox.jsp (.../editNominationBox.jsp) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -40,7 +40,7 @@ - +
Index: lams_tool_vote/web/monitoring/newNominationBox.jsp =================================================================== diff -u -r00759d7592ccc90e8769763524afb69546f641d4 -r825e32a1131e134c0e2d560418cc349973b3702f --- lams_tool_vote/web/monitoring/newNominationBox.jsp (.../newNominationBox.jsp) (revision 00759d7592ccc90e8769763524afb69546f641d4) +++ lams_tool_vote/web/monitoring/newNominationBox.jsp (.../newNominationBox.jsp) (revision 825e32a1131e134c0e2d560418cc349973b3702f) @@ -40,7 +40,7 @@ - +