<?xml version = '1.0' encoding = 'UTF-8'?>
<page xmlns="http://bali.us.oracle.com/cabo/baja" 
      xmlns:baja="http://bali.us.oracle.com/cabo/baja" 
      xmlns:data="http://bali.us.oracle.com/cabo/marlin"
      xmlns:uix="http://bali.us.oracle.com/cabo/marlin"
      xmlns:html="http://www.w3.org/TR/REC-html40"
      xmlns:marlin="http://bali.us.oracle.com/cabo/marlin">
  <baja:head xmlns="http://www.w3.org/TR/REC-html40">
    <title>Oracle Enterprise Manager</title>
    <html:noScript>
    JavaScript is not supported by your browser.  Oracle requires JavaScript support in order to completely render this page.
    </html:noScript>
  </baja:head>
  <baja:content xmlns="http://bali.us.oracle.com/cabo/marlin">
    <dataScope>    
      <contents>
        <pageLayout>

           <mediumAdvertisement>
            <dataScope xmlns="http://bali.us.oracle.com/cabo/marlin"
                      xmlns:data="http://bali.us.oracle.com/cabo/marlin">
             <contents>
                <image data:source="image@brandingData"
                       data:shortDesc="text@brandingData"
                       data:destination="destination@brandingData"/>

             </contents>
             <provider>
              <data name="brandingData">
                <method class="oracle.sysman.emSDK.nav.NavData" 
                        method="getProductBranding"/>
              </data>
             </provider>
            </dataScope>
           </mediumAdvertisement>

           <contents>
               <spacer height="15" />
               <styledText styleClass="OraDataText" data:text="LOGOFF_MSG@authMsg" />
               <spacer height="15" />
                <button data:text="LOGON@authMsg"
                        data:destination="logon@logonData" hAlign="center" />

            </contents>
             
          <copyright>
           <!-- we should use this once we have a included about.uix
           <include baja:node="copyright"/>
           -->
           <formattedText data:text="copyright@copyrightData" />
          </copyright>
        </pageLayout>
     </contents>

     <provider>
        <data name="logonData">
          <method class="oracle.sysman.emSDK.sec.auth.Logoff" 
           method="getLogonDest"/>
        </data>
        <data name="ResourceBundle">
          <bundle class="oracle.sysman.emSDK.eml.SDKUIMsg"/>
        </data>
        <data name="authMsg">
          <bundle class="oracle.sysman.emSDK.sec.auth.AuthResourceBundle"/>
        </data>
        <data name="copyrightData">
           <method class="oracle.sysman.emSDK.nav.NavData"
                   method="getCopyrightMessage"/>
        </data>
     </provider>
    </dataScope>
  </baja:content>
  <handlers>
    <!-- use this handler to enter this page -->
    <event name="load">
      <method class="oracle.sysman.emSDK.sec.auth.Logoff"
              method="doLoad"/>
    </event>
  </handlers>
</page>
