<%@ page session="false" buffer="none" %>

<%--
  Plain.jsp

  NOTE: By default, automatic reloading of theme and skin JSP files is turned off.
        To see the changes you make to this file without stopping and restarting
        the server, follow the instructions for enabling automatic JSP reloading
        in the InfoCenter.
          
        Do not enable automatic JSP reloading in a production environment
        because performance will decrease.

        Licensed Materials - Property of IBM, 5724-E76, 
        (C) Copyright IBM Corp. 2001, 2004 - All Rights reserved. 
--%>


<%-- 
    Must be Transitional DTD or Mozilla/Netscape 6 will not correctly display tables 
    used for visual layout. 
--%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<%@ taglib uri="/WEB-INF/tld/portal.tld" prefix="wps" %>
<%@ taglib uri="/WEB-INF/tld/portal-internal.tld" prefix="wps-internal" %>

<%-- This includes Extend/Express specific tag libraries. --%>
<%@ include file="./extension/TagLibInclude.jsp" %>

<wps:constants/>
<wps-internal:adminNavHelper/>

<html>

<%@ include file="./Head.jsp" %>

<%-- Set margins to 0 here in addition to stylesheet to support old versions of Netscape --%>
<body marginwidth="0" marginheight="0" <%=bidiDirAttr%> >

    <%-- Include page begin markup.  This includes Workplace specific page logic. --%>
    <%@ include file="./extension/PageBeginInclude.jsp" %>

  <wps:screenRender/>

    <%-- Include page end markup.  This includes Workplace specific page logic. --%>
    <%@ include file="./extension/PageEndInclude.jsp" %>

</body>

</html>

 

IBM is a trademark of the IBM Corporation in the United States, other countries, or both.