<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:uix="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@uiData"/>
        </html:title>
      </contents>
      <provider>
        <data name="uiData">
          <method class="oracle.sysman.eml.ecm.ui.EcmUIUtil"
            method="getUIDataObject"/>
        </data>
      </provider>
    </dataScope>
  </baja:head>

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

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

          <marlin:globalButtons>
            <include baja:node="/globalButtonBar" />
          </marlin:globalButtons>
          <marlin:tabs>
            <include baja:node="/globalTabs" />
          </marlin:tabs>
          <marlin:location>
            <include baja:node="/breadCrumbs" />
          </marlin:location>
          <marlin:pageHeader>
            <include baja:node="/globalHeader" />
          </marlin:pageHeader>
        <copyright>
          <include baja:node="/copyright" />
        </copyright>

          <contents>
            <messageBox automatic="true" />
            <header data:text="PATCHSETPATCHES_HDR@TrackResourceBundle">
            <contents>

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

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

              <form name="patchesListForm" method="GET" usesUpload="true">
                <contents>

                  <table name="patchsetpatchesTable"
                            data:blockSize="size@rows@patchsetpatchesTable@uiData"
                            minValue="1"
                            data:maxValue="max@rows@patchsetpatchesTable@uiData"
                            data:value="start@rows@patchsetpatchesTable@uiData"
                            data:tableData="patchsetpatchesTable@uiData"
                            data:columnHeaderData="uiTableColumnHeaders@patchsetpatchesTable"
                            width="100%"
                            data:alternateText = "NO_ITEMS_FOUND@TrackResourceBundle"
                            formSubmitted="true"
                            showAll="yes" >

                   <tableFormat tableBanding="rowBanding"/>

                   <columnHeaderStamp>
                     <sortableHeader data:text="text"
                                     data:sortable="sortable"/>
                   </columnHeaderStamp>
                           
                    <contents>
                      <link marlin:text="patchName" marlin:destination="destination"/>
                      <link marlin:text="compName" marlin:destination="compdestination"/>
                      <styledText styleClass="OraInstructionText"
                                          data:text="patchVersion"/>
                    </contents>
                </table>
              </contents>
             </form>
           </contents>
         </header>
    </contents>
  </pageLayout>
</contents>

  <provider>
        <data name="uiData">
          <method class="oracle.sysman.eml.ecm.ui.EcmUIUtil"
            method="getUIDataObject"/>
        </data>

        <data name="patchsetpatchesTable">
          <method class="oracle.sysman.eml.ecm.ui.EcmUIUtil"
                  method="getUITableColumnHeadersData"/>
        </data>
        
        <data name="TrackResourceBundle">
          <bundle class="oracle.sysman.eml.ecm.resources.TrackResourceBundle"/>
        </data>
      </provider>
  </dataScope>
 </baja:content>

 <handlers>
    <event name="sort" source="patchsetpatchesTable">
         <method class="oracle.sysman.eml.ecm.ui.EcmUIUtil"
          method="handleUITableSortingEvent"/>
      </event>

      <event name="goto" source="patchsetpatchesTable">
         <method class="oracle.sysman.eml.ecm.ui.EcmUIUtil"
           method="handleUITableBlockingEvent"/>
      </event>
       
      <event name="*">
        <method class="oracle.sysman.eml.ecm.track.view.PatchSetEventHandler"
                method="doLoad"/>
    </event>
 </handlers>

</page>
