<?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:marlin="http://bali.us.oracle.com/cabo/marlin" 
      xmlns:html="http://www.w3.org/TR/REC-html40"
      xmlns:data="http://bali.us.oracle.com/cabo/marlin">

 <baja:head   xmlns="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">
      <dataScope>
      <contents>
        <html:title>
          <text data:text="title_str@OracleHomePageTitle"/>
        </html:title>
       </contents>
       <provider>
          <data name="ResourceBundle">
            <bundle class = "oracle.sysman.eml.ecm.resources.TrackResourceBundle"/>
          </data>
        <data name="OracleHomePageTitle">
          <method class="oracle.sysman.eml.ecm.FunctionsData"
                  method="getOracleHomesPageHdrAndTitle"/>
        </data>
       </provider>
    </dataScope>
  </baja:head>

  <baja:content xmlns="http://bali.us.oracle.com/cabo/marlin">

    <dataScope>
      <contents>

        <pageLayout>
          <mediumAdvertisement>
            <include baja:node="/oemBanner" />
          </mediumAdvertisement>

          <globalButtons>
            <include baja:node="/globalButtonBar" />
          </globalButtons>
          <tabs>
            <include baja:node="/globalTabs" />
          </tabs>
          <pageHeader>
            <include baja:node="/globalHeader" />
          </pageHeader>

          <location>
            <stackLayout>
              <contents>
               <include baja:node="/breadCrumbs"/>
              </contents>
            </stackLayout>
          </location>

        <copyright>
          <include baja:node="../../copyright" />
        </copyright>

          <contents>
            <stackLayout>
              <contents>
                <form name="oracleHomeDetailsForm">
                  <contents>
                    <header data:text="header_str@OracleHomePageTitle">
                    <contents>

                      <html:p>
                        <html:font face="Arial,Helvetica,Geneva,sans-serif" size="2" color="#000000">
                          <rawText data:text="helpTxt@OracleHomePageTitle" />
                         </html:font>
                      </html:p>

                      <table name="oracleHomeDetails" width="100%"
                                  data:tableData="OracleHomeDetailsData@OracleHomeDetails"
                                  data:columnHeaderData="column@OracleHomeDetails"
                                  data:tableFormat="columnFormat@colFormatData"
                                  data:alternateText="NO_DATA_FOUND@ResourceBundle">

                              <contents>
                                <link data:text="location"
                                     data:destination="locationDestination"/>

                                <link data:text="host"
                                     data:destination="host_destination"/>
                              </contents>

                              <columnHeaderStamp>
                                <sortableHeader data:text="text"
                                                data:sortable="sortable"/>
                              </columnHeaderStamp>

                        </table>
                      </contents>
                    </header>
                  </contents>
                </form>
              </contents>
            </stackLayout>
          </contents>
        </pageLayout>
      </contents>

      <provider>
          <data name="ResourceBundle">
            <bundle class = "oracle.sysman.eml.ecm.resources.TrackResourceBundle"/>
          </data>

          <data name="OracleHomeDetails">
            <method class="oracle.sysman.eml.ecm.FunctionsData"
                  method="getOracleHomeDetails"/>
          </data>

          <data name="OracleHomePageTitle">
            <method class="oracle.sysman.eml.ecm.FunctionsData"
                   method="getOracleHomesPageHdrAndTitle"/>
          </data>
      </provider>

    </dataScope>
  </baja:content>

  <handlers>
    <event name="sort">
      <method class="oracle.sysman.eml.ecm.FunctionsData"
              method="doInvSort"/>
    </event>

    <event name="null">
      <method class="oracle.sysman.eml.ecm.OnlineHelp"
              method="loadHelpTopic"/>
    </event>
  </handlers>

</page>
