Index: lams_admin/web/WEB-INF/tags/TabName.tag =================================================================== RCS file: /usr/local/cvsroot/lams_admin/web/WEB-INF/tags/TabName.tag,v diff -u -r1.5 -r1.6 --- lams_admin/web/WEB-INF/tags/TabName.tag 9 May 2007 01:02:41 -0000 1.5 +++ lams_admin/web/WEB-INF/tags/TabName.tag 29 Jul 2011 14:55:33 -0000 1.6 @@ -1,60 +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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA - * - * http://www.gnu.org/licenses/gpl.txt - * **************************************************************** - */ - -/** - * TabName Tag - * Author: Mitchell Seaton - * Description: Shortens name that are too long to fit inside a tab - */ - - %> -<%@ tag body-content="scriptless" %> - -<%@ attribute name="url" required="true" rtexprvalue="true"%> -<%@ attribute name="highlight" required="false" rtexprvalue="true" %> - -<%@ taglib uri="tags-core" prefix="c"%> -<%@ taglib uri="tags-function" prefix="fn"%> - -12 - - - - - - - - - - - - - - - - - - - - +<%/**************************************************************** + * 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 + * **************************************************************** + */ + +/** + * TabName Tag + * Author: Mitchell Seaton + * Description: Shortens name that are too long to fit inside a tab + */ + + %> +<%@ tag body-content="scriptless" %> + +<%@ attribute name="url" required="true" rtexprvalue="true"%> +<%@ attribute name="highlight" required="false" rtexprvalue="true" %> + +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-function" prefix="fn"%> + +12 + + + + + + + + + + + + + + + + + + + \ No newline at end of file Index: lams_central/web/WEB-INF/tags/TabName.tag =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/WEB-INF/tags/TabName.tag,v diff -u -r1.6 -r1.7 Binary files differ Index: lams_central/web/css/defaultHTML.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML.css,v diff -u -r1.44 -r1.45 --- lams_central/web/css/defaultHTML.css 12 Apr 2011 15:44:54 -0000 1.44 +++ lams_central/web/css/defaultHTML.css 29 Jul 2011 14:56:14 -0000 1.45 @@ -307,6 +307,10 @@ background: url('../images/css/button_highlight_right.jpg') no-repeat top right; float: left } + + #nav-right a.tab-link-highlight, #nav-right a.tab-link-highlight:hover { + color: #e7eef8; + } /* ************************************************* Index: lams_central/web/css/defaultHTML_rtl.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML_rtl.css,v diff -u -r1.27 -r1.28 --- lams_central/web/css/defaultHTML_rtl.css 12 Apr 2011 15:44:54 -0000 1.27 +++ lams_central/web/css/defaultHTML_rtl.css 29 Jul 2011 14:56:14 -0000 1.28 @@ -302,6 +302,10 @@ background: url('../images/css/button_highlight_right.jpg') no-repeat top right; float: left } + + #nav-right a.tab-link-highlight, #nav-right a.tab-link-highlight:hover { + color: #e7eef8; + } /* ************************************************* Index: lams_central/web/css/defaultMainHTML.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/defaultMainHTML.css,v diff -u -r1.11 -r1.12 --- lams_central/web/css/defaultMainHTML.css 6 Jul 2009 07:25:49 -0000 1.11 +++ lams_central/web/css/defaultMainHTML.css 29 Jul 2011 14:56:14 -0000 1.12 @@ -286,6 +286,10 @@ background: url('../images/css/button_highlight_right.jpg') no-repeat top right; float: left } + + #nav-right a.tab-link-highlight, #nav-right a.tab-link-highlight:hover { + color: #e7eef8; + } /* ************************************************* Index: lams_central/web/css/defaultMainHTML_rtl.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/defaultMainHTML_rtl.css,v diff -u -r1.8 -r1.9 --- lams_central/web/css/defaultMainHTML_rtl.css 19 Aug 2009 06:45:20 -0000 1.8 +++ lams_central/web/css/defaultMainHTML_rtl.css 29 Jul 2011 14:56:14 -0000 1.9 @@ -284,6 +284,10 @@ background: url('../images/css/button_highlight_right.jpg') no-repeat top right; float: left } + + #nav-right a.tab-link-highlight, #nav-right a.tab-link-highlight:hover { + color: #e7eef8; + } /* ************************************************* Index: lams_central/web/css/highContrast.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/highContrast.css,v diff -u -r1.1 -r1.2 --- lams_central/web/css/highContrast.css 21 Aug 2009 03:21:23 -0000 1.1 +++ lams_central/web/css/highContrast.css 29 Jul 2011 14:56:14 -0000 1.2 @@ -307,6 +307,10 @@ background: url('../images/css/button_highlight_right.jpg') no-repeat top right; float: left } + + #nav-right a.tab-link-highlight, #nav-right a.tab-link-highlight:hover { + color: #e7eef8; + } /* ************************************************* Index: lams_central/web/css/highContrast_rtl.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/highContrast_rtl.css,v diff -u -r1.1 -r1.2 --- lams_central/web/css/highContrast_rtl.css 21 Aug 2009 03:21:23 -0000 1.1 +++ lams_central/web/css/highContrast_rtl.css 29 Jul 2011 14:56:14 -0000 1.2 @@ -302,6 +302,10 @@ background: url('../images/css/button_highlight_right.jpg') no-repeat top right; float: left } + + #nav-right a.tab-link-highlight, #nav-right a.tab-link-highlight:hover { + color: #e7eef8; + } /* ************************************************* Index: lams_central/web/css/ramsthemeHTML.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/Attic/ramsthemeHTML.css,v diff -u -r1.4 -r1.5 --- lams_central/web/css/ramsthemeHTML.css 2 Jul 2009 08:19:15 -0000 1.4 +++ lams_central/web/css/ramsthemeHTML.css 29 Jul 2011 14:56:14 -0000 1.5 @@ -243,6 +243,10 @@ background: url('../images/ramsthemecss/button_highlight_right.jpg') no-repeat top right; } +#nav-right a.tab-link-highlight, #nav-right a.tab-link-highlight:hover { + color: #e7eef8; + } + #nav a.tab-middle-link-selected { color: #333333 } Index: lams_gradebook/web/WEB-INF/tags/TabName.tag =================================================================== RCS file: /usr/local/cvsroot/lams_gradebook/web/WEB-INF/tags/TabName.tag,v diff -u -r1.1 -r1.2 --- lams_gradebook/web/WEB-INF/tags/TabName.tag 9 Apr 2009 04:55:54 -0000 1.1 +++ lams_gradebook/web/WEB-INF/tags/TabName.tag 29 Jul 2011 14:55:50 -0000 1.2 @@ -50,11 +50,10 @@ - - + - + - + \ No newline at end of file Index: lams_learning/web/WEB-INF/tags/TabName.tag =================================================================== RCS file: /usr/local/cvsroot/lams_learning/web/WEB-INF/tags/TabName.tag,v diff -u -r1.4 -r1.5 Binary files differ Index: lams_monitoring/web/WEB-INF/tags/TabName.tag =================================================================== RCS file: /usr/local/cvsroot/lams_monitoring/web/WEB-INF/tags/TabName.tag,v diff -u -r1.4 -r1.5 Binary files differ Index: lams_tool_assessment/web/WEB-INF/tags/TabName.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_assessment/web/WEB-INF/tags/TabName.tag,v diff -u -r1.2 -r1.3 --- lams_tool_assessment/web/WEB-INF/tags/TabName.tag 25 Feb 2009 22:16:34 -0000 1.2 +++ lams_tool_assessment/web/WEB-INF/tags/TabName.tag 29 Jul 2011 14:55:36 -0000 1.3 @@ -50,11 +50,10 @@ - - + - + \ No newline at end of file Index: lams_tool_chat/web/WEB-INF/tags/TabName.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/WEB-INF/tags/TabName.tag,v diff -u -r1.4 -r1.5 Binary files differ Index: lams_tool_daco/web/WEB-INF/tags/TabName.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_daco/web/WEB-INF/tags/TabName.tag,v diff -u -r1.1 -r1.2 --- lams_tool_daco/web/WEB-INF/tags/TabName.tag 3 Jul 2008 06:12:08 -0000 1.1 +++ lams_tool_daco/web/WEB-INF/tags/TabName.tag 29 Jul 2011 14:55:55 -0000 1.2 @@ -50,11 +50,10 @@ - - + - + - + \ No newline at end of file Index: lams_tool_dimdim/web/WEB-INF/tags/TabName.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_dimdim/web/WEB-INF/tags/Attic/TabName.tag,v diff -u -r1.1 -r1.2 --- lams_tool_dimdim/web/WEB-INF/tags/TabName.tag 15 Aug 2008 08:42:42 -0000 1.1 +++ lams_tool_dimdim/web/WEB-INF/tags/TabName.tag 29 Jul 2011 14:55:17 -0000 1.2 @@ -50,11 +50,10 @@ - - + - + - + \ No newline at end of file Index: lams_tool_forum/web/WEB-INF/tags/TabName.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/WEB-INF/tags/TabName.tag,v diff -u -r1.4 -r1.5 Binary files differ Index: lams_tool_gmap/web/WEB-INF/tags/TabName.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_gmap/web/WEB-INF/tags/TabName.tag,v diff -u -r1.1 -r1.2 --- lams_tool_gmap/web/WEB-INF/tags/TabName.tag 23 May 2008 06:29:11 -0000 1.1 +++ lams_tool_gmap/web/WEB-INF/tags/TabName.tag 29 Jul 2011 14:55:48 -0000 1.2 @@ -50,11 +50,10 @@ - - + - + - + \ No newline at end of file Index: lams_tool_images/web/WEB-INF/tags/TabName.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_images/web/WEB-INF/tags/TabName.tag,v diff -u -r1.1 -r1.2 --- lams_tool_images/web/WEB-INF/tags/TabName.tag 11 Oct 2008 12:04:14 -0000 1.1 +++ lams_tool_images/web/WEB-INF/tags/TabName.tag 29 Jul 2011 14:55:46 -0000 1.2 @@ -50,11 +50,10 @@ - - + - + - + \ No newline at end of file Index: lams_tool_lamc/web/WEB-INF/tags/TabName.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/WEB-INF/tags/TabName.tag,v diff -u -r1.4 -r1.5 Binary files differ Index: lams_tool_laqa/web/WEB-INF/tags/TabName.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/WEB-INF/tags/TabName.tag,v diff -u -r1.4 -r1.5 Binary files differ Index: lams_tool_larsrc/web/WEB-INF/tags/TabName.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/WEB-INF/tags/TabName.tag,v diff -u -r1.4 -r1.5 Binary files differ Index: lams_tool_mindmap/web/WEB-INF/tags/TabName.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_mindmap/web/WEB-INF/tags/TabName.tag,v diff -u -r1.1 -r1.2 --- lams_tool_mindmap/web/WEB-INF/tags/TabName.tag 3 Apr 2009 00:00:30 -0000 1.1 +++ lams_tool_mindmap/web/WEB-INF/tags/TabName.tag 29 Jul 2011 14:55:43 -0000 1.2 @@ -50,11 +50,10 @@ - - + - + - + \ No newline at end of file Index: lams_tool_nb/web/WEB-INF/tags/TabName.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_nb/web/WEB-INF/tags/TabName.tag,v diff -u -r1.4 -r1.5 Binary files differ Index: lams_tool_notebook/web/WEB-INF/tags/TabName.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_notebook/web/WEB-INF/tags/TabName.tag,v diff -u -r1.4 -r1.5 Binary files differ Index: lams_tool_pixlr/web/WEB-INF/tags/TabName.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_pixlr/web/WEB-INF/tags/TabName.tag,v diff -u -r1.1 -r1.2 --- lams_tool_pixlr/web/WEB-INF/tags/TabName.tag 7 Jan 2009 22:37:49 -0000 1.1 +++ lams_tool_pixlr/web/WEB-INF/tags/TabName.tag 29 Jul 2011 14:56:16 -0000 1.2 @@ -50,11 +50,10 @@ - - + - + - + \ No newline at end of file Index: lams_tool_sbmt/web/WEB-INF/tags/TabName.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_sbmt/web/WEB-INF/tags/TabName.tag,v diff -u -r1.4 -r1.5 Binary files differ Index: lams_tool_scribe/web/WEB-INF/tags/TabName.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_scribe/web/WEB-INF/tags/TabName.tag,v diff -u -r1.4 -r1.5 Binary files differ Index: lams_tool_spreadsheet/web/WEB-INF/tags/TabName.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_spreadsheet/web/WEB-INF/tags/TabName.tag,v diff -u -r1.1 -r1.2 --- lams_tool_spreadsheet/web/WEB-INF/tags/TabName.tag 4 Jul 2008 07:40:25 -0000 1.1 +++ lams_tool_spreadsheet/web/WEB-INF/tags/TabName.tag 29 Jul 2011 14:55:12 -0000 1.2 @@ -50,11 +50,10 @@ - - + - + - + \ No newline at end of file Index: lams_tool_survey/web/WEB-INF/tags/TabName.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_survey/web/WEB-INF/tags/TabName.tag,v diff -u -r1.4 -r1.5 Binary files differ Index: lams_tool_task/web/WEB-INF/tags/TabName.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_task/web/WEB-INF/tags/TabName.tag,v diff -u -r1.2 -r1.3 --- lams_tool_task/web/WEB-INF/tags/TabName.tag 7 Mar 2008 05:39:44 -0000 1.2 +++ lams_tool_task/web/WEB-INF/tags/TabName.tag 29 Jul 2011 14:55:57 -0000 1.3 @@ -1,60 +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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA - * - * http://www.gnu.org/licenses/gpl.txt - * **************************************************************** - */ - -/** - * TabName Tag - * Author: Mitchell Seaton - * Description: Shortens name that are too long to fit inside a tab - */ - - %> -<%@ tag body-content="scriptless" %> - -<%@ attribute name="url" required="true" rtexprvalue="true"%> -<%@ attribute name="highlight" required="false" rtexprvalue="true" %> - -<%@ taglib uri="tags-core" prefix="c"%> -<%@ taglib uri="tags-function" prefix="fn"%> - -12 - - - - - - - - - - - - - - - - - - - - +<%/**************************************************************** + * 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 + * **************************************************************** + */ + +/** + * TabName Tag + * Author: Mitchell Seaton + * Description: Shortens name that are too long to fit inside a tab + */ + + %> +<%@ tag body-content="scriptless" %> + +<%@ attribute name="url" required="true" rtexprvalue="true"%> +<%@ attribute name="highlight" required="false" rtexprvalue="true" %> + +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-function" prefix="fn"%> + +12 + + + + + + + + + + + + + + + + + + + \ No newline at end of file Index: lams_tool_videorecorder/web/WEB-INF/tags/TabName.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_videorecorder/web/WEB-INF/tags/TabName.tag,v diff -u -r1.1 -r1.2 --- lams_tool_videorecorder/web/WEB-INF/tags/TabName.tag 18 Dec 2008 02:20:33 -0000 1.1 +++ lams_tool_videorecorder/web/WEB-INF/tags/TabName.tag 29 Jul 2011 14:55:23 -0000 1.2 @@ -50,11 +50,10 @@ - - + - + - + \ No newline at end of file Index: lams_tool_vote/web/WEB-INF/tags/TabName.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/WEB-INF/tags/TabName.tag,v diff -u -r1.4 -r1.5 Binary files differ Index: lams_tool_wiki/web/WEB-INF/tags/TabName.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_wiki/web/WEB-INF/tags/TabName.tag,v diff -u -r1.1 -r1.2 --- lams_tool_wiki/web/WEB-INF/tags/TabName.tag 8 Oct 2008 05:33:00 -0000 1.1 +++ lams_tool_wiki/web/WEB-INF/tags/TabName.tag 29 Jul 2011 14:56:07 -0000 1.2 @@ -50,11 +50,10 @@ - - + - + - + \ No newline at end of file Index: lams_www/web/WEB-INF/tags/TabName.tag =================================================================== RCS file: /usr/local/cvsroot/lams_www/web/WEB-INF/tags/TabName.tag,v diff -u -r1.4 -r1.5 Binary files differ