<?xml version = '1.0' encoding = 'UTF-8'?>
<!-- $Header: oamBanner.uix 115.45 2004/07/02 17:05:36 ppradhan ship $ -->
<page xmlns="http://bali.us.oracle.com/cabo/baja"
      xmlns:baja="http://bali.us.oracle.com/cabo/baja"
      xmlns:marlin="http://bali.us.oracle.com/cabo/marlin"
      xmlns:data="http://bali.us.oracle.com/cabo/marlin">
   <baja:content xmlns="http://bali.us.oracle.com/cabo/marlin">
    <dataScope>
      <contents>
       <stackLayout><contents>

        <!-- Added NOSCRIPT for ADA -->
	<rawText data:text="noscript@NoScriptData"/>

        <switcher childName="sm" data:childName="loginmode@getLoginMode">
	    <case name = "rm"><stackLayout><contents>
	       <!--<marlin:image data:source="OAM_LOGO_MED_RESTRICTED_MODE_IMG@getImageLinks" shortDesc="Applications Manager"/>-->
             <marlin:image data:source="ORACLE_LOGO_MED_IMG@getImageLinks" shortDesc="Oracle"/>
	       <marlin:image data:source="OAM_LOGO_MED_IMG@getImageLinks" shortDesc="Applications Manager"/>
          </contents></stackLayout></case>
	    <case name = "sm"><stackLayout><contents>
             <marlin:image data:source="ORACLE_LOGO_MED_IMG@getImageLinks" shortDesc="Oracle"/>
	       <marlin:image data:source="OAM_LOGO_MED_IMG@getImageLinks" shortDesc="Applications Manager"/>
          </contents></stackLayout></case>
	    <case name = "DB">
	       <marlin:image data:source="WFM_LOGO_IMG@getImageLinks" shortDesc="Oracle Workflow Manager"/>
          </case>
        </switcher>
	
	<!-- For title information -->
	<include baja:node="/oam/common/oamHead"/>

	</contents></stackLayout>
      </contents>

  <provider>
      <data name="getImageLinks">
        <method class="oracle.apps.fnd.oam.sdk.common.OAMHandler"
                method="getImageLinks"/>
      </data>

      <data name="getLoginMode">
        <method class="oracle.apps.fnd.oam.launchMode.common.servlet.handlers.OAMLoginHandler"
                method="getLoginMode"/>
      </data>

      <data name="NoScriptData">
        <method class="oracle.apps.fnd.oam.sdk.common.OAMHandler"
                method="getNoScriptData"/>
      </data>
  </provider>
    </dataScope>
   </baja:content>
</page>

