<%@ page session="false" contentType="text/css;charset=ISO-8859-1" %> <%-- This file outputs only the CSS styles needed by the markup for the portal theme. Styles for portlets and IBM extensions are not included. This file is called by the webAppIntegrator components to inject the portal look and feel into other websites such as existing corporate sites or other IBM products such as Lotus Connections. Style classes output by this JSP should be uniquely named so they can be mixed without conflict in the brower with styles created by other products or customers. NOTE: By default, automatic reloading of theme and skin JSP files is turned off. To see the changes you make to this file without stopping and restarting the server, follow the instructions for enabling automatic JSP reloading in the InfoCenter. Do not enable automatic JSP reloading in a production environment because performance will decrease. NOTE: Default.jsp uses the @include JSP directive to include jsp fragments (denoted by the.jspf extension) which compiles these files into the servlet for Default.jsp. If you change these files, "touch" the version of Default.jsp which includes it to see your changes. You can do this by editing Default.jsp and saving it. --%> <%-- Licensed Materials - Property of IBM, 5724-E76, (C) Copyright IBM Corp. 2001, 2004, 2006, 2007 - All Rights reserved. --%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c-rt" %> <%@ include file="./styles_cacheSettings.jspf" %> <%@ include file="./styles_rules.jspf" %> <%@ include file="./styles_theme.jspf" %>