httpheader.jspf revision 1364
425N/ASee LICENSE.txt included in this distribution for the specific
425N/Afile and include the License file at LICENSE.txt.
425N/A cfg = PageConfig.get(request);
425N/A cfg.setTitle("your title");
425N/Ainclude file="pageconfig.jspf"
425N/A/* ---------------------- httpheader.jsp start --------------------- */
425N/A cfg = PageConfig.get(request);
425N/A String styleDir = cfg.getCssDir();
425N/A String ctxPath = request.getContextPath();
425N/A String debugParam = request.getParameter("debug");
425N/A Object jquery = getServletContext().getAttribute(WebappListener.JQUERY_PARAM);
425N/A<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" media="all"
<link rel="alternate stylesheet" type="text/css" media="all"
type="application/opensearchdescription+xml"
if (jquery == Boolean.TRUE) {
<%--<script type="text/javascript" src="<%=ctxPath%>/jquery.autocomplete-1.1.pack.js"></script> --%>
<title><%= cfg.getTitle() %></title><%
/* ---------------------- httpheader.jsp end --------------------- */