<%-- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is the Venice Web Community System. The Initial Developer of the Original Code is Eric J. Bowersox , for Silverwrist Design Studios. Portions created by Eric J. Bowersox are Copyright (C) 2001 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved. Contributor(s): --%> <%@ page import = "java.net.URLEncoder" %> <%@ page import = "com.silverwrist.util.StringUtil" %> <%@ page import = "com.silverwrist.venice.core.*" %> <%@ page import = "com.silverwrist.venice.servlets.Variables" %> <%@ page import = "com.silverwrist.venice.servlets.format.*" %> <%! private static void renderMenu(HttpSession session, java.io.Writer out, RenderData rdat) throws java.io.IOException { ContentRender menu = Variables.getMenu(session); if (menu==null) menu = new MenuTop(); menu.renderHere(out,rdat); } // end renderMenu %> <% UserContext user = Variables.getUserContext(application,request,session); RenderData rdat = RenderConfig.createRenderData(application,request,response); BaseJSPData basedat = BaseJSPData.retrieve(request); %> <%= rdat.getTitleTag(basedat.getTitle()) %> <% if (rdat.useHTMLComments()) { %><% } %> <% if (rdat.useHTMLComments()) { %><% } %> <% if (rdat.useHTMLComments()) { %><% } %>
<% if (rdat.useHTMLComments()) { %><% } %> <%= rdat.getSiteImageTag(2,2) %> <%= rdat.getStdFontTag("white",3) %> <% if (rdat.useHTMLComments()) { %><% } %> ">Front Page

Help |  ">Find

<% if (rdat.useHTMLComments()) { %><% } %> <%-- BEGIN TEMP - Banner Ad code --%> Banner Ad - 468x60 <%-- END TEMP - Banner Ad Code --%>
<%= rdat.getStdFontTag("white",3) %> <% if (user.isLoggedIn()) { %> You are logged in as <%= StringUtil.encodeHTML(user.getUserName()) %> <% if (basedat.displayLoginLinks()) { %> <% String partial_tgt = "account?tgt=" + URLEncoder.encode(basedat.getLocation()) + "&cmd="; %>  - ">Log Out  | ">Profile <% } // end if %> <% } else { %> You are not logged in <% if (basedat.displayLoginLinks()) { %> <% String partial_tgt = "account?tgt=" + URLEncoder.encode(basedat.getLocation()) + "&cmd="; %>  - ">Log In  | ">Create Account <% } // end if %> <% } // end if %>
<% if (rdat.useHTMLComments()) { %><% } %> <% if (rdat.useHTMLComments()) { %><% } %>
<%= rdat.getStdFontTag(null,2) %> <% if (rdat.useHTMLComments()) { %><% } %> <% renderMenu(session,out,rdat); %>
 
<%= rdat.getStdFontTag(null,2) %> <% if (rdat.useHTMLComments()) { %><% } %> About This Site
Documentation
About Venice
<% if (rdat.useHTMLComments()) { %><% } %> <% basedat.renderContent(application,out,rdat); %> <% if (rdat.useHTMLComments()) { %><% } %>