<?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@InventoryTable"/>
        </html:title>
       </contents>
       <provider>
          <data name="ResourceBundle">
            <bundle class = "oracle.sysman.eml.ecm.resources.TrackResourceBundle"/>
          </data>
        <data name="InventoryTable">
          <method class="oracle.sysman.eml.ecm.track.DBOHomeData" method="createInstallComponentTable"/>
        </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>
             <spacer height="10"/>
            <include baja:node="/breadCrumbs"/>
             <spacer height="10"/>
              </contents>
            </stackLayout>
          </location>

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

          <contents>
            <stackLayout>
              <contents>
                    <header data:text="header_str@InventoryTable">
                    <contents>
                    <styledText styleClass="OraInstructionText" data:text="INSTALLATION_PAGE_TXT1@ResourceBundle" />
                    <styledText styleClass="OraInstructionTextStrong" data:text="component_name@InventoryTable" />
                    <styledText styleClass="OraInstructionText" data:text="PERIOD@ResourceBundle" />


                      <dataScope xmlns="http://xmlns.oracle.com/uix/ui"
                                     xmlns:data="http://xmlns.oracle.com/uix/ui">
                        <provider>
                          <data name="colFormatData">
                            <inline>
                              <colformat/>
                              <colformat/>
                              <colformat/>
                            </inline>
                          </data>

<!--                          <data name="demoTableData">
                            <inline>
                              <demoColumnHeaderData data:headerText="HOST@ResourceBundle"/>
                              <demoColumnHeaderData data:headerText="OHOME@ResourceBundle"/>
                              <demoTableFormat tableBanding="rowBanding"/>
                            </inline>
                          </data>
-->                          
                        </provider>


                        <contents>
                          <form name="testForm">
                          <contents>
                            <spacer height="10"/>

                            <table name="myTestTable" width="100%"
                                         data:tableData="inventoryTableData@InventoryTable"
                                         data:columnHeaderData="column@InventoryTable"
                                         data:tableFormat="columnFormat@colFormatData"
                                         data:summary="INSTALLATION_TABLE_TXT@ResourceBundle"
                                         data:alternateText="NO_DATA_FOUND@ResourceBundle">
                                         
                              <contents>
                                <link data:text="host" data:destination="host_destination"  />
                                <link data:text="location" data:destination="locationDestination"  />
                              </contents>

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

                            </table>
                          </contents>
                          </form>
                        </contents>
                      </dataScope>
                    </contents>
                    </header>   <!-- Enterprise Inventory of Oracle Software -->

              </contents>
            </stackLayout>
          </contents>

        </pageLayout>
      </contents>

      <provider>
          <data name="ResourceBundle">
            <bundle class = "oracle.sysman.eml.ecm.resources.TrackResourceBundle"/>
          </data>
        <data name="InventoryTable">
          <method class="oracle.sysman.eml.ecm.track.DBOHomeData" method="createInstallComponentTable"/>
        </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>
