<%@ taglib uri="/WEB-INF/jspwiki.tld" prefix="wiki" %> <%@ page import="org.apache.wiki.*" %> <%@ page import="org.apache.wiki.ui.*" %> <%@ page import="org.apache.wiki.util.*" %> <%@ page import="org.apache.wiki.preferences.*" %> <%@ page import="java.util.*" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> <%-- This file provides a common header which includes the important JSPWiki scripts and other files. You need to include this in your template, within and . It is recommended that you don't change this file in your own template, as it is likely to change quite a lot between revisions. Any new functionality, scripts, etc, should be included using the TemplateManager resource include scheme (look below at the tags to see what kind of things can be included). --%> <%-- CSS stylesheet --%> <%-- put this at the top, to avoid double load when not yet cached --%> <%-- display the more-menu inside the leftmenu, when javascript is not avail --%> <%-- JAVASCRIPT --%> <%-- COOKIE read client preferences --%> <% Preferences.setupPreferences(pageContext); %> <%--unusual pagename--%> <%--pagename without blanks--%> <% WikiContext c = WikiContext.findContext( pageContext ); String frontpage = c.getEngine().getFrontPage(); %> <%-- ie6 needs next line --%> <%-- Support for the universal edit button (www.universaleditbutton.org) --%> <%-- SKINS : extra stylesheets, extra javascript --%> <%-- --%>