mast.jsp revision cc20f9a6585e66ff063488e3d89b68ebaa5a76ef
4139N/ASee LICENSE.txt included in this distribution for the specific
4139N/Afile and include the License file at LICENSE.txt.
4139N/A cfg = PageConfig.get(request);
4139N/A String redir = cfg.canProcess();
4139N/A if (redir == null || redir.length() > 0) {
4139N/A response.sendRedirect(redir);
4139N/A long flast = cfg.getLastModified();
4139N/A if (request.getDateHeader("If-Modified-Since") >= flast) {
4139N/A response.setDateHeader("Last-Modified", flast);
4139N/A if (request.getCharacterEncoding() == null) {
4139N/A request.setCharacterEncoding("UTF-8");
4139N/A String path = cfg.getPath();
4139N/A cfg.setTitle("Cross Reference: " + path);
4139N/A String context = request.getContextPath();
4139N/A String uriEncodedPath = cfg.getUriEncodedPath();
4139N/A String rev = cfg.getRequestedRevision();
4139N/Ainclude file="httpheader.jspf"
4139N/A<script type="text/javascript">/* <![CDATA[ */
4139N/A %>';document.rev = '<%= rev
4139N/A document.domReady.push(function() {domReadyMast();});
4139N/A document.pageReady.push(function() { pageReadyMast();});
4139N/A <form action="<%= context + Prefix.SEARCH_P %>">
4139N/Ainclude file="pageheader.jspf"
4139N/A >Cross Reference: <%= cfg.getCrossFilename() %></span><%
4139N/A String dtag = cfg.getDefineTagsIndex();
4139N/A if (dtag.length() > 0) {
4139N/A <tt><a href="<%= context + Prefix.XREF_P %>/">xref</a>: <%= Util
4139N/A if (!cfg.hasHistory()) {
4139N/A %><li><a href="<%= context + Prefix.HIST_L + uriEncodedPath
4139N/A } else if (cfg.annotate()) {
4139N/A context + Prefix.XREF_P + uriEncodedPath
4139N/A + (rev.length() == 0 ? "" : "?") + rev
4139N/A <li><a href="<%= context + Prefix.RAW_P + uriEncodedPath
4139N/A + (rev.length() == 0 ? "" : "?") + rev
4139N/A <li><a href="<%= context + Prefix.DOWNLOAD_P + uriEncodedPath
4139N/A + (rev.length() == 0 ? "" : "?") + rev
4139N/A Project proj = cfg.getProject();
4139N/A String[] vals = cfg.getSearchOnlyIn();
4139N/A <input type="hidden" name="project" value="<%=proj.getDescription()%>" /><%
4139N/A <input type="hidden" id="contextpath" value="<%=request.getContextPath()%>" />