Index: lams_tool_vote/web/WEB-INF/lams.tld =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/WEB-INF/Attic/lams.tld,v diff -u -r1.12 -r1.13 --- lams_tool_vote/web/WEB-INF/lams.tld 9 May 2007 00:52:12 -0000 1.12 +++ lams_tool_vote/web/WEB-INF/lams.tld 8 Jun 2007 01:43:33 -0000 1.13 @@ -464,5 +464,9 @@ true + + head + /WEB-INF/tags/Head.tag + Index: lams_tool_vote/web/WEB-INF/tags/Head.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/WEB-INF/tags/Head.tag,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_tool_vote/web/WEB-INF/tags/Head.tag 8 Jun 2007 01:43:35 -0000 1.1 @@ -0,0 +1,41 @@ +<%/**************************************************************** + * 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 + * **************************************************************** + */ + +/** + * Head.tag + * Author: Fiona Malikoff + * Description: Sets up the non-cache pragma statements and the UTF-8 + * encoding. Use in place of the normal head tag. + */ +%> + +<%@ tag body-content="scriptless"%> + + + + + + + + + Index: lams_tool_vote/web/WEB-INF/tags/headItems.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/WEB-INF/tags/headItems.tag,v diff -u -r1.7 -r1.8 --- lams_tool_vote/web/WEB-INF/tags/headItems.tag 28 Sep 2006 23:38:56 -0000 1.7 +++ lams_tool_vote/web/WEB-INF/tags/headItems.tag 8 Jun 2007 01:43:35 -0000 1.8 @@ -42,8 +42,6 @@ - - Index: lams_tool_vote/web/common/header.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/common/header.jsp,v diff -u -r1.3 -r1.4 --- lams_tool_vote/web/common/header.jsp 26 Sep 2006 02:26:49 -0000 1.3 +++ lams_tool_vote/web/common/header.jsp 8 Jun 2007 01:43:35 -0000 1.4 @@ -7,16 +7,6 @@ - - - - - - - - - - Index: lams_tool_vote/web/common/tabbedheader.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/common/tabbedheader.jsp,v diff -u -r1.1 -r1.2 --- lams_tool_vote/web/common/tabbedheader.jsp 28 Sep 2006 23:38:56 -0000 1.1 +++ lams_tool_vote/web/common/tabbedheader.jsp 8 Jun 2007 01:43:35 -0000 1.2 @@ -7,16 +7,6 @@ - - - - - - - - - - Index: lams_tool_vote/web/export/exportportfolio.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/export/exportportfolio.jsp,v diff -u -r1.16 -r1.17 --- lams_tool_vote/web/export/exportportfolio.jsp 23 May 2007 04:20:46 -0000 1.16 +++ lams_tool_vote/web/export/exportportfolio.jsp 8 Jun 2007 01:43:33 -0000 1.17 @@ -25,11 +25,10 @@ <%@ include file="/common/taglibs.jsp"%> - - + <fmt:message key="label.export"/> - + Index: lams_tool_vote/web/includes/layout.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/includes/Attic/layout.jsp,v diff -u -r1.4 -r1.5 --- lams_tool_vote/web/includes/layout.jsp 23 Nov 2006 07:07:29 -0000 1.4 +++ lams_tool_vote/web/includes/layout.jsp 8 Jun 2007 01:43:34 -0000 1.5 @@ -5,10 +5,10 @@ <%@ taglib uri="tags-tiles" prefix="tiles"%> - + <fmt:message key="activity.title" /> <%@ include file="/common/header.jsp"%> - +
Index: lams_tool_vote/web/includes/learnerLayout.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/includes/Attic/learnerLayout.jsp,v diff -u -r1.4 -r1.5 --- lams_tool_vote/web/includes/learnerLayout.jsp 23 Nov 2006 07:07:29 -0000 1.4 +++ lams_tool_vote/web/includes/learnerLayout.jsp 8 Jun 2007 01:43:34 -0000 1.5 @@ -10,7 +10,7 @@ - + <fmt:message key="activity.title" /> <%@ include file="/common/header.jsp"%> - +
Index: lams_tool_vote/web/includes/tablayout.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/includes/Attic/tablayout.jsp,v diff -u -r1.4 -r1.5 --- lams_tool_vote/web/includes/tablayout.jsp 23 Nov 2006 07:07:29 -0000 1.4 +++ lams_tool_vote/web/includes/tablayout.jsp 8 Jun 2007 01:43:34 -0000 1.5 @@ -5,12 +5,12 @@ <%@ taglib uri="tags-tiles" prefix="tiles"%> - + <fmt:message key="activity.title" /> <%@ include file="/common/tabbedheader.jsp"%> - +
Index: lams_www/web/WEB-INF/lams.tld =================================================================== RCS file: /usr/local/cvsroot/lams_www/web/WEB-INF/Attic/lams.tld,v diff -u -r1.6 -r1.7 --- lams_www/web/WEB-INF/lams.tld 9 May 2007 00:51:25 -0000 1.6 +++ lams_www/web/WEB-INF/lams.tld 8 Jun 2007 01:44:20 -0000 1.7 @@ -464,5 +464,9 @@ true + + head + /WEB-INF/tags/Head.tag + Index: lams_www/web/WEB-INF/tags/Head.tag =================================================================== RCS file: /usr/local/cvsroot/lams_www/web/WEB-INF/tags/Head.tag,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_www/web/WEB-INF/tags/Head.tag 8 Jun 2007 01:44:20 -0000 1.1 @@ -0,0 +1,41 @@ +<%/**************************************************************** + * 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 + * **************************************************************** + */ + +/** + * Head.tag + * Author: Fiona Malikoff + * Description: Sets up the non-cache pragma statements and the UTF-8 + * encoding. Use in place of the normal head tag. + */ +%> + +<%@ tag body-content="scriptless"%> + + + + + + + + + Index: lams_www/web/WEB-INF/tags/headItems.tag =================================================================== RCS file: /usr/local/cvsroot/lams_www/web/WEB-INF/tags/headItems.tag,v diff -u -r1.4 -r1.5 --- lams_www/web/WEB-INF/tags/headItems.tag 28 Sep 2006 23:44:02 -0000 1.4 +++ lams_www/web/WEB-INF/tags/headItems.tag 8 Jun 2007 01:44:20 -0000 1.5 @@ -42,8 +42,6 @@ - -