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

  <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>
           <boundAttribute name="text">
            <concat>
             <dataObject select="EM_TITLE" source="resourceBundle"/>
             <dataObject select="text" source="appHeader"/>
            </concat>
           </boundAttribute>
          </text> 
        </html:title>
       </contents>
       <provider>
         <data name="resourceBundle">
           <bundle class="oracle.sysman.eml.mntr.user.UserMntrMsg"/>
         </data>
        <data name="appHeader">
          <method class="oracle.sysman.eml.mntr.user.ResponseTimeDataObject" method="getAppHeader"/>
        </data>
       </provider>
    </dataScope>
  </baja:head>

  <handlers>
    <!-- use this handler to enter this page -->
    <event name="doLoad">
      <method class="oracle.sysman.eml.mntr.user.ResponseTimeDataObject"
              method="doLoad"/>
    </event>
    <event name="*">
      <method class="oracle.sysman.eml.mntr.user.ResponseTimeDataObject" method="doNull" />
    </event>

    <!-- Used for dropdown refresh option -->
    <event name="refToOpt">
      <method class="oracle.sysman.eml.mntr.user.ResponseTimeDataObject"
              method="doRefreshToOption"/>
    </event>
  </handlers>
  <baja:content xmlns="http://bali.us.oracle.com/cabo/marlin">
    <dataScope>
      <provider>
        <data name="pageProps">
            <method class="oracle.sysman.eml.mntr.user.ResponseTimeDataObject"
              method="getFilterProps"/>
        </data>
        <data name="filterText">
            <method class="oracle.sysman.eml.mntr.user.ResponseTimeDataObject"
              method="getFilterText"/>
        </data>
        <data name="appHeader">
          <method class="oracle.sysman.eml.mntr.user.ResponseTimeDataObject" method="getAppHeader"/>
        </data>
        <!-- Used for dropdown refresh option -->
        <data name="timeData">
          <method class="oracle.sysman.eml.mntr.user.UserMntrUtil" method="getTimeData"/>
        </data>
        <!-- Used for dropdown refresh option -->
        <data name="refOptionList">
          <method class="oracle.sysman.eml.mntr.util.CommonDataObject" 
                  method="getRefreshOptionList"/>
        </data>
      </provider>
      <contents>
        <link name="#TOP"/>
        <pageLayout xmlns="http://bali.us.oracle.com/cabo/marlin">
          <mediumAdvertisement>
            <include baja:node="../oemBanner" />
          </mediumAdvertisement>
          <globalButtons>
            <include baja:node="../globalButtonBar" />
          </globalButtons>
          <tabs>
            <include baja:node="../globalTabs" />
          </tabs>
          <marlin:pageHeader>
            <include baja:node="../globalHeader" />
          </marlin:pageHeader>
          <marlin:location>
            <include baja:node="../breadCrumbs" />
          </marlin:location>
          <copyright>
            <include baja:node="../copyright"/>
          </copyright>

          <marlin:contents>
           <form name="PageForm" method="POST" data:destination="destination@pageProps">
              <contents>
                <stackLayout>
                  <contents>
                   <link name="TOP"/>
                   <header  data:text="text@appHeader">
                     <contents>
                     <header  data:text="subHeaderText@pageProps">
                     <contents>
                       <stackLayout>
                         <contents>
                           <spacer height="5" />
                         </contents>
                         <contents>
                           <rowLayout>
                             <contents>
                               <messageTextInput name="filterName" data:prompt="filterString@filterText"/>
                               <spacer width="5" />
                               <choice name="filterType" data:text="filterInfixText@filterText" data:prompt="filterOptionsPrompt@filterText">
                                 <contents>
                                  <option value="byInfix" data:text="filterInfixText@filterText" />
                                  <option value="byPrefix" data:text="filterPrefixText@filterText" />
                                  <option value="byPostfix" data:text="filterPostfixText@filterText"/>
                                 </contents>
                               </choice>
                             </contents>
                           </rowLayout>
                         </contents>
                         <contents>
                          <spacer height="5" />
                         </contents>
                         <contents>
                           <messageTextInput name="filterMinHits" data:prompt="filterMinHitsPrompt@filterText" data:text="defaultMinHits@filterText"/>
                         </contents>
                         <contents>
                           <spacer height="5" />
                         </contents>
                         <contents>
                           <messageTextInput name="rowCount" data:prompt="filterMaxRowsPrompt@filterText" data:text="defaultNumRows@filterText"/>
                         </contents>
                         <contents>
                           <spacer height="5" />
                         </contents>
                         <contents>
                           <submitButton name="event" value="showFilterResults" data:text="showResultsText@filterText"/>
                         </contents>
                       </stackLayout>
                     </contents>             
                     </header>
                     </contents>             
                   </header>
                 </contents>
               </stackLayout>
             </contents>
           </form>
          </marlin:contents>
        </pageLayout>
      </contents>
    </dataScope>
  </baja:content>
</page>
