Index: lams_central/conf/xdoclet/taglib-tag.xml =================================================================== diff -u -rffef10139bf3504010368fd0d21eb49c447f5a9b -ra2a6ede815624fe9d6f5474ca844e895ddccd9ae --- lams_central/conf/xdoclet/taglib-tag.xml (.../taglib-tag.xml) (revision ffef10139bf3504010368fd0d21eb49c447f5a9b) +++ lams_central/conf/xdoclet/taglib-tag.xml (.../taglib-tag.xml) (revision a2a6ede815624fe9d6f5474ca844e895ddccd9ae) @@ -191,6 +191,10 @@ /WEB-INF/tags/TabBody.tag + TabName + /WEB-INF/tags/TabName.tag + + FCKEditor /WEB-INF/tags/FCKEditor.tag Index: lams_central/web/WEB-INF/lams.tld =================================================================== diff -u -rca73a51b45e6071a6a9edd5da8b0d61bf3a39929 -ra2a6ede815624fe9d6f5474ca844e895ddccd9ae --- lams_central/web/WEB-INF/lams.tld (.../lams.tld) (revision ca73a51b45e6071a6a9edd5da8b0d61bf3a39929) +++ lams_central/web/WEB-INF/lams.tld (.../lams.tld) (revision a2a6ede815624fe9d6f5474ca844e895ddccd9ae) @@ -383,6 +383,10 @@ /WEB-INF/tags/TabBody.tag + TabName + /WEB-INF/tags/TabName.tag + + FCKEditor /WEB-INF/tags/FCKEditor.tag Index: lams_central/web/WEB-INF/tags/TabName.tag =================================================================== diff -u --- lams_central/web/WEB-INF/tags/TabName.tag (revision 0) +++ lams_central/web/WEB-INF/tags/TabName.tag (revision a2a6ede815624fe9d6f5474ca844e895ddccd9ae) @@ -0,0 +1,55 @@ +<%/**************************************************************** + * 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"%> + +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-function" prefix="fn"%> + +10 + + + + + + + + + + + + + + + + + \ No newline at end of file