httpheader.jspf revision 1363
144N/ASee LICENSE.txt included in this distribution for the specific
144N/Afile and include the License file at LICENSE.txt.
1281N/A cfg = PageConfig.get(request);
1281N/A cfg.setTitle("your title");
1186N/Ainclude file="pageconfig.jspf"
1186N/A/* ---------------------- httpheader.jsp start --------------------- */
1281N/A cfg = PageConfig.get(request);
1281N/A String styleDir = cfg.getCssDir();
1281N/A String ctxPath = request.getContextPath();
1356N/A Object debug = getServletContext().getAttribute(WebappListener.JS_DEBUG_PARAM);
1356N/A Object jquery = getServletContext().getAttribute(WebappListener.JQUERY_PARAM);
850N/A<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
1356N/A type="application/opensearchdescription+xml"
1356N/A if (jquery == Boolean.TRUE) {
1254N/A<%--<script type="text/javascript" src="<%=ctxPath%>/jquery.autocomplete-1.1.pack.js"></script> --%>
1356N/A debug == Boolean.TRUE ? "debug" : "min"
1363N/A debug == Boolean.TRUE ? "debug" : "min"
1356N/A<title><%= cfg.getTitle() %></title><%
1186N/A/* ---------------------- httpheader.jsp end --------------------- */