<%@ taglib uri="/WEB-INF/jspwiki.tld" prefix="wiki" %> <%@ page import="com.ecyrd.jspwiki.*" %> <%@ page import="com.ecyrd.jspwiki.ui.*" %> <%@ page import="com.ecyrd.jspwiki.util.*" %> <%@ page import="com.ecyrd.jspwiki.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 --%> <%-- JAVASCRIPT --%> <%-- COOKIE read client preferences --%> <% Preferences.setupPreferences(pageContext); %> " /> <% WikiContext c = WikiContext.findContext( pageContext ); String frontpage = c.getEngine().getFrontPage(); %> <%-- SKINS : extra stylesheets, extra javascript --%> " /> <%-- " /> --%>