Index: lams_central/web/WEB-INF/lams.tld =================================================================== diff -u -rc7ef3b9631758b8bc04ba60f60c5e2a155d84d9b -r1bf4c860120741c61f40cf9a03fc58e9e29e06eb --- lams_central/web/WEB-INF/lams.tld (.../lams.tld) (revision c7ef3b9631758b8bc04ba60f60c5e2a155d84d9b) +++ lams_central/web/WEB-INF/lams.tld (.../lams.tld) (revision 1bf4c860120741c61f40cf9a03fc58e9e29e06eb) @@ -2,7 +2,7 @@ 1.0 Index: lams_central/web/WEB-INF/tags/headItems.tag =================================================================== diff -u --- lams_central/web/WEB-INF/tags/headItems.tag (revision 0) +++ lams_central/web/WEB-INF/tags/headItems.tag (revision 1bf4c860120741c61f40cf9a03fc58e9e29e06eb) @@ -0,0 +1,56 @@ +<% +/**************************************************************** + * 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 + * **************************************************************** + */ + + /** + * 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" %> + +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-lams" prefix="lams" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + + + + + + + + + + + + + + + + + + +