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