<%-- 
    Head.jsp

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

    If you change this file,  "touch" the version of Default.jsp which includes
    it to see your changes.  You can do this by editing Default.jsp and saving it.

    Default.jsp uses the @include JSP directive which compiles this file into the
    servlet for Default.jsp.


    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.

--%>



<%--
    These variables supplement the <wps:bidi ...> tag.
--%>

<%
    String bidiAlignRight = "right";    
    String bidiAlignLeft  = "left";    
    String bidiDirAttr    = "";       
    String bidiImageRTL   = "";      
    boolean isRTL = false;
%>
<wps:bidi is="rtl">
    <%
        bidiAlignRight = "left";    
        bidiAlignLeft  = "right";      
        bidiDirAttr    = "dir=\"rtl\"";  
        bidiImageRTL   = "_rtl";       
        isRTL = true;
    %>
</wps:bidi>



<head>
    <title><wps:text key="title" bundle="nls.engine"/></title>

    <link href='<wps:urlFindInTheme file="LWP_Styles.css"/>' 
          rel="styleSheet" 
          type="text/css">

    <link href='<wps:urlFindInTheme file="Styles.css"/>' 
          rel="styleSheet" 
          type="text/css">

    <link href='<wps:urlFindInTheme file="HelpStyles.css"/>' 
          rel="styleSheet" 
          type="text/css">

    <%-- 
        Include Extend/Express specific features into the head. 
    --%>

    <%@ include file="./extension/HeadInclude.jsp" %>

    <%-- 
        This includes a base URL that can be used by other applications.
        This can result in much shorter URLs and decrease overall
        page size and bandwidth use 
    --%>

    <wps:stateBase/>


</head>

 

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