httpheader.jspf revision 1281
See LICENSE.txt included in this distribution for the specific
file and include the License file at LICENSE.txt.
cfg = PageConfig.get(request);
cfg.setTitle("your title");
--%><%@page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" import="
include file="pageconfig.jspf"
/* ---------------------- httpheader.jsp start --------------------- */
cfg = PageConfig.get(request);
String styleDir = cfg.getCssDir();
String ctxPath = request.getContextPath();
String dstyle = styleDir + '/' + "style.css";
String pstyle = styleDir + '/' + "print.css";
<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"
<%--<script type="text/javascript" src="<%=ctxPath%>/jquery.autocomplete-1.1.pack.js"></script> --%>
<title><%=cfg.getTitle()%></title><%
/* ---------------------- httpheader.jsp end --------------------- */