<?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:html="http://www.w3.org/TR/REC-html40"
      xmlns:data="http://bali.us.oracle.com/cabo/marlin"
      xmlns:marlin="http://bali.us.oracle.com/cabo/marlin">
  <baja:head xmlns="http://www.w3.org/TR/REC-html40">    
                  
  </baja:head>
  <handlers>
    <!-- use this handler to enter this page -->
    <event name="doLoad">
      <method class="oracle.sysman.db.uix.space.DumpFullData"
              method="doLoad" />
    </event>
  </handlers>
 <baja:content xmlns="http://bali.us.oracle.com/cabo/marlin">
  <dataScope>
   <contents>
     <html:title>
       <text data:text="title@directoryData"/>
     </html:title> 
    <pageLayout>

      <!-- branding -->
      <mediumAdvertisement>
        <include baja:node="/oemBanner" />
      </mediumAdvertisement>

      <!-- global buttons -->
      <globalButtons>
        <include baja:node="/globalButtonBar" />
      </globalButtons>

      <!-- global tabs -->
      <marlin:tabs>
        <include baja:node="/globalTabs" />
      </marlin:tabs>

      <!-- global header -->
      <marlin:pageHeader>
        <include baja:node="/globalHeader" />
      </marlin:pageHeader>

      <!-- location in enterprise-->
      <marlin:location>
        <include baja:node="/breadCrumbs" />
      </marlin:location>
      <!-- copyright -->
      <copyright>
        <include baja:node="/copyright" />
      </copyright>

      <marlin:contents>

      <!-- content top header-->
      <spacer height="20" />
      <header data:text="DUMP_AREA@dbResourceBundle">

      <!-- timestamp header -->
       <contents>
        <tableLayout width="100%">
         <contents>
          <rowLayout>
           <contents>
            <cellFormat>
             <contents>
              <rowLayout hAlign="right">
               <contents>
                <styledText styleClass="OraInlineInfoText" data:text="LAST_UPDATED@mntrResourceBundle"/>
                <spacer width="5"/>
                <styledText styleClass="OraInlineInfoText" data:text="timestamp@directoryData"/>
                <spacer width="20"/>
               </contents>
              </rowLayout>
             </contents>
            </cellFormat>
           </contents>
          </rowLayout>
         </contents>
        </tableLayout>

        <!-- archive log directories to show -->
         <stackLayout>
          <contents>

           <table width="100%"
                  data:columnFormats="columnWidth@columnHeaderData"
                  data:tableData="row@directoryData"
                  data:alternateText="DUMP_AREA_NO_DATA@dbResourceBundle">
           <columnHeaderStamp>
             <boundText select="value" />
           </columnHeaderStamp>
           <columnHeaderData>
              <col data:value="DUMP_AREA_STATUS@dbResourceBundle"/>
              <col data:value="DUMP_AREA_PARAMETER@dbResourceBundle"/>
              <col data:value="DUMP_AREA_DIRECTORY@dbResourceBundle"/>
              <col data:value="DUMP_AREA_USER_PER@dbResourceBundle"/>
           </columnHeaderData>
           <contents>
            <image data:source="severity" />
              <styledText data:text="parameter" />
              <styledText data:text="directoryName" />
              <dataScope>
               <contents>
                <rowLayout>
                 <contents>
                  <cellFormat hAlign="left">
                   <contents>
                    <image data:source="img0Src"
                           data:width="img0Width"
                           data:height="img0Height"/>
                    <image data:source="img1Src"
                           data:width="img1Width"
                           data:height="img1Height"/>
                    <image data:source="img2Src"
                           data:width="img2Width"
                           data:height="img2Height"/>
                    <image data:source="img3Src"
                           data:width="img3Width"
                           data:height="img3Height"/>
                    </contents>
                   </cellFormat>
                   <spacer width="10"/>
                   <cellFormat hAlign="right">
                    <contents>
                     <styledText data:text="percentUsed" data:destination="pctUsedDest"/>
                    </contents>
                   </cellFormat>
                  </contents>
                 </rowLayout>
                </contents>
               </dataScope>
              </contents>
           </table>
         </contents>
        </stackLayout>
       </contents>
      </header>
     </marlin:contents>
    </pageLayout>
   </contents>
  
    <provider>
      <data name="columnHeaderData">
        <inline>
          <columnWidth width="10%" />
          <columnWidth width="25%" />
          <columnWidth width="30%" />
          <columnWidth width="30%" />
        </inline>
      </data>
  
      <!-- provider method for the summary table -->
      <data name="directoryData">
        <method class="oracle.sysman.db.uix.space.DumpFullData"
                method="getDumpFullData" />
      </data>
      <data name="mntrResourceBundle">
         <bundle class="oracle.sysman.resources.MntrResourceBundle"/>
      </data>
      <data name="dbResourceBundle">
            <bundle class="oracle.sysman.db.rsc.inst.DBMsg"/>
      </data>

      </provider>
  </dataScope>
 </baja:content>
  <handlers>
  </handlers>
</page>
