Index: lams_tool_example/web/WEB-INF/lams.tld =================================================================== diff -u -rbb7c63e87a565c0227aed9eadb9047da764cfde8 -r9bf9b53faf1c91294d4c2d9a306cb896e131d373 --- lams_tool_example/web/WEB-INF/lams.tld (.../lams.tld) (revision bb7c63e87a565c0227aed9eadb9047da764cfde8) +++ lams_tool_example/web/WEB-INF/lams.tld (.../lams.tld) (revision 9bf9b53faf1c91294d4c2d9a306cb896e131d373) @@ -33,6 +33,7 @@ empty + Output details from the shared session UserDTO object property true @@ -63,6 +64,7 @@ empty + Output stylesheet based on the user preferences. localLink false @@ -272,5 +274,8 @@ SetEditor /WEB-INF/tags/SetEditor.tag - + + headItems + /WEB-INF/tags/headItems.tag + Index: lams_tool_example/web/WEB-INF/tags/headItems.tag =================================================================== diff -u --- lams_tool_example/web/WEB-INF/tags/headItems.tag (revision 0) +++ lams_tool_example/web/WEB-INF/tags/headItems.tag (revision 9bf9b53faf1c91294d4c2d9a306cb896e131d373) @@ -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" %> + + + + + + + + + + + + + + + + + + + Index: lams_tool_forum/web/WEB-INF/tags/headItems.tag =================================================================== diff -u --- lams_tool_forum/web/WEB-INF/tags/headItems.tag (revision 0) +++ lams_tool_forum/web/WEB-INF/tags/headItems.tag (revision 9bf9b53faf1c91294d4c2d9a306cb896e131d373) @@ -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" %> + + + + + + + + + + + + + + + + + + + Index: lams_tool_lamc/web/WEB-INF/lams.tld =================================================================== diff -u -r32e8a3903d8a5280c7c0201243d412e65ef4feb4 -r9bf9b53faf1c91294d4c2d9a306cb896e131d373 --- lams_tool_lamc/web/WEB-INF/lams.tld (.../lams.tld) (revision 32e8a3903d8a5280c7c0201243d412e65ef4feb4) +++ lams_tool_lamc/web/WEB-INF/lams.tld (.../lams.tld) (revision 9bf9b53faf1c91294d4c2d9a306cb896e131d373) @@ -33,6 +33,7 @@ empty + Output details from the shared session UserDTO object property true @@ -63,6 +64,7 @@ empty + Output stylesheet based on the user preferences. localLink false @@ -272,5 +274,8 @@ SetEditor /WEB-INF/tags/SetEditor.tag - + + headItems + /WEB-INF/tags/headItems.tag + Index: lams_tool_lamc/web/WEB-INF/tags/headItems.tag =================================================================== diff -u --- lams_tool_lamc/web/WEB-INF/tags/headItems.tag (revision 0) +++ lams_tool_lamc/web/WEB-INF/tags/headItems.tag (revision 9bf9b53faf1c91294d4c2d9a306cb896e131d373) @@ -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" %> + + + + + + + + + + + + + + + + + + + Index: lams_tool_laqa/web/WEB-INF/lams.tld =================================================================== diff -u -ra432485ce7201b33ef05fb9ceedfd9355e68674f -r9bf9b53faf1c91294d4c2d9a306cb896e131d373 --- lams_tool_laqa/web/WEB-INF/lams.tld (.../lams.tld) (revision a432485ce7201b33ef05fb9ceedfd9355e68674f) +++ lams_tool_laqa/web/WEB-INF/lams.tld (.../lams.tld) (revision 9bf9b53faf1c91294d4c2d9a306cb896e131d373) @@ -33,6 +33,7 @@ empty + Output details from the shared session UserDTO object property true @@ -63,6 +64,7 @@ empty + Output stylesheet based on the user preferences. localLink false @@ -272,5 +274,8 @@ SetEditor /WEB-INF/tags/SetEditor.tag - + + headItems + /WEB-INF/tags/headItems.tag + Index: lams_tool_laqa/web/WEB-INF/tags/headItems.tag =================================================================== diff -u --- lams_tool_laqa/web/WEB-INF/tags/headItems.tag (revision 0) +++ lams_tool_laqa/web/WEB-INF/tags/headItems.tag (revision 9bf9b53faf1c91294d4c2d9a306cb896e131d373) @@ -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" %> + + + + + + + + + + + + + + + + + + + Index: lams_tool_nb/web/WEB-INF/lams.tld =================================================================== diff -u -r992d0d544a920da849e7d1a6b3f2006f816f7d86 -r9bf9b53faf1c91294d4c2d9a306cb896e131d373 --- lams_tool_nb/web/WEB-INF/lams.tld (.../lams.tld) (revision 992d0d544a920da849e7d1a6b3f2006f816f7d86) +++ lams_tool_nb/web/WEB-INF/lams.tld (.../lams.tld) (revision 9bf9b53faf1c91294d4c2d9a306cb896e131d373) @@ -274,5 +274,8 @@ SetEditor /WEB-INF/tags/SetEditor.tag - + + headItems + /WEB-INF/tags/headItems.tag + Index: lams_tool_nb/web/WEB-INF/tags/headItems.tag =================================================================== diff -u --- lams_tool_nb/web/WEB-INF/tags/headItems.tag (revision 0) +++ lams_tool_nb/web/WEB-INF/tags/headItems.tag (revision 9bf9b53faf1c91294d4c2d9a306cb896e131d373) @@ -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" %> + + + + + + + + + + + + + + + + + + + Index: lams_tool_sbmt/web/WEB-INF/lams.tld =================================================================== diff -u -r408dc644fca411e0d9620044b054eef206c343f5 -r9bf9b53faf1c91294d4c2d9a306cb896e131d373 --- lams_tool_sbmt/web/WEB-INF/lams.tld (.../lams.tld) (revision 408dc644fca411e0d9620044b054eef206c343f5) +++ lams_tool_sbmt/web/WEB-INF/lams.tld (.../lams.tld) (revision 9bf9b53faf1c91294d4c2d9a306cb896e131d373) @@ -33,6 +33,7 @@ empty + Output details from the shared session UserDTO object property true @@ -63,6 +64,7 @@ empty + Output stylesheet based on the user preferences. localLink false @@ -272,5 +274,8 @@ SetEditor /WEB-INF/tags/SetEditor.tag - + + headItems + /WEB-INF/tags/headItems.tag + Index: lams_tool_sbmt/web/WEB-INF/tags/headItems.tag =================================================================== diff -u --- lams_tool_sbmt/web/WEB-INF/tags/headItems.tag (revision 0) +++ lams_tool_sbmt/web/WEB-INF/tags/headItems.tag (revision 9bf9b53faf1c91294d4c2d9a306cb896e131d373) @@ -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" %> + + + + + + + + + + + + + + + + + + + Index: lams_tool_vote/web/WEB-INF/lams.tld =================================================================== diff -u -r402985c35e80fbce6960c7d7598b0262292398eb -r9bf9b53faf1c91294d4c2d9a306cb896e131d373 --- lams_tool_vote/web/WEB-INF/lams.tld (.../lams.tld) (revision 402985c35e80fbce6960c7d7598b0262292398eb) +++ lams_tool_vote/web/WEB-INF/lams.tld (.../lams.tld) (revision 9bf9b53faf1c91294d4c2d9a306cb896e131d373) @@ -33,6 +33,7 @@ empty + Output details from the shared session UserDTO object property true @@ -63,6 +64,7 @@ empty + Output stylesheet based on the user preferences. localLink false @@ -272,5 +274,8 @@ SetEditor /WEB-INF/tags/SetEditor.tag - + + headItems + /WEB-INF/tags/headItems.tag + Index: lams_tool_vote/web/WEB-INF/tags/headItems.tag =================================================================== diff -u --- lams_tool_vote/web/WEB-INF/tags/headItems.tag (revision 0) +++ lams_tool_vote/web/WEB-INF/tags/headItems.tag (revision 9bf9b53faf1c91294d4c2d9a306cb896e131d373) @@ -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" %> + + + + + + + + + + + + + + + + + + +