<?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>

  <baja:content xmlns="http://bali.us.oracle.com/cabo/marlin">
    <dataScope>
      <provider>
        <data name="rowsTable">
            <method class="oracle.sysman.eml.mntr.user.ResponseTimeDataObject" method="getRows"/>
        </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.user.UserMntrUtil" 
                  method="getRefreshOptionList"/>
        </data>
        <data name="webappMsg">
          <bundle class="oracle.sysman.eml.webapp.WebappMsg"/>
        </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>
            <stackLayout>
              <contents>
                <header data:text="text@appHeader">
                  <contents>
                    <include baja:node="userRefreshIncl" />
                    <switcher data:childName="statType@rowsTable">
                       <case name="showPerf">
                         <header data:text="tableTitle@rowsTable">
                           <contents>
                             <link data:name="anchor@rowsTable"/>
                             <form name="AnalyzeForm1" method="post"
                                   data:destination="analyzeLink@rowsTable">
                             <contents>
                             <switcher data:childName="renderAnalyze@rowsTable" >
                             <case name="true">
                                 <table width="95%" 
                                  data:tableData="row@rowsTable"
                                  data:columnHeaderData="column@rowsTable"
                                  data:value="value@rowsTable"
                                  data:minValue="minValue@rowsTable"
                                  data:blockSize="blockSize@rowsTable"
                                  data:maxValue="maxValue@rowsTable" 
                                  data:name="name@rowsTable"
                                  data:destination="tableDestination@rowsTable"
                                  data:alternateText="alternateText@rowsTable"
                                  data:columnFormats="columnFormats@rowsTable"
                                  formSubmitted="false"
                                  >
                                    <columnHeaderStamp>
                                         <data:boundText select="columnName"/>
                                    </columnHeaderStamp>

                                    <tableSelection>
                                    <singleSelection selectedIndex="0">
                                        <contents>
                                        <submitButton data:text="ANALYZE_HDR@webappMsg"/>
                                        </contents>
                                    </singleSelection>
                                    </tableSelection>

                                    <contents>
                                      <dataScope>
                                        <contents>
                                           <image data:source="urlAddressImage"
                                                  data:destination="urlAddressKey" 
                                                  data:shortDesc="urlAddressText"
                                                  targetFrame="_blank"/>
                                           <spacer width="5"/>
                                           <link data:text="displayNameKey" 
                                           data:destination="urlPerfDestKey"
                                           data:shortDesc="urlPerfDestText"
                                               targetFrame="_blank"/>
                                         </contents>
                                       </dataScope>
                                       <styledText  data:text="urlAvgKey"/>
                                       <dataScope>
                                         <contents>
                                            <image data:source="img0Src0"
                                               data:width="img0Width0"
                                               data:height="img0Height0"/>
                                            <image data:source="img1Src0"
                                               data:width="img1Width0"
                                               data:height="img1Height0"/>
                                            <image data:source="img2Src0"
                                               data:width="img2Width0"
                                               data:height="img2Height0"/>
                                            <image data:source="img3Src0"
                                               data:width="img3Width0"
                                               data:height="img3Height0"/>
                                            <image data:source="img4Src0"
                                               data:width="img4Width0"
                                               data:height="img4Height0"/>
                                            <image data:source="img5Src0"
                                               data:width="img5Width0"
                                               data:height="img5Height0"/>
                                         </contents>
                                       </dataScope>
                                        <styledText  data:text="urlHitsKey" hAlign="right"/>
                                        <!--styledText  data:text="urlMinKey"/>
                                        <styledText  data:text="urlMaxKey"/-->
                                        <styledText  data:text="urlServAvgKey" />
                                        <styledText  data:text="urlTotalTimeKey"/>
                                        <styledText  data:text="urlStdDevKey"/>
                                        <formValue name="comp1" 
                                                data:value="analyzeCompKey"/>
                                    </contents>                                    
                                 </table>
                             </case>
                             <default>
                                 <table width="95%" 
                                  data:tableData="row@rowsTable"
                                  data:columnHeaderData="column@rowsTable"
                                  data:value="value@rowsTable"
                                  data:minValue="minValue@rowsTable"
                                  data:blockSize="blockSize@rowsTable"
                                  data:maxValue="maxValue@rowsTable" 
                                  data:name="name@rowsTable"
                                  data:destination="tableDestination@rowsTable"
                                  data:alternateText="alternateText@rowsTable"
                                  data:columnFormats="columnFormats@rowsTable"
                                  formSubmitted="false"
                                  >
                                    <columnHeaderStamp>
                                         <data:boundText select="columnName"/>
                                    </columnHeaderStamp>

                                    <contents>
                                      <dataScope>
                                        <contents>
                                           <image data:source="urlAddressImage"
                                                  data:destination="urlAddressKey" 
                                                  data:shortDesc="urlAddressText"
                                                  targetFrame="_blank"/>
                                           <spacer width="5"/>
                                           <link data:text="displayNameKey" 
                                           data:destination="urlPerfDestKey"
                                           data:shortDesc="urlPerfDestText"
                                               targetFrame="_blank"/>
                                         </contents>
                                       </dataScope>
                                       <styledText  data:text="urlAvgKey"/>
                                       <dataScope>
                                         <contents>
                                            <image data:source="img0Src0"
                                               data:width="img0Width0"
                                               data:height="img0Height0"/>
                                            <image data:source="img1Src0"
                                               data:width="img1Width0"
                                               data:height="img1Height0"/>
                                            <image data:source="img2Src0"
                                               data:width="img2Width0"
                                               data:height="img2Height0"/>
                                            <image data:source="img3Src0"
                                               data:width="img3Width0"
                                               data:height="img3Height0"/>
                                            <image data:source="img4Src0"
                                               data:width="img4Width0"
                                               data:height="img4Height0"/>
                                            <image data:source="img5Src0"
                                               data:width="img5Width0"
                                               data:height="img5Height0"/>
                                         </contents>
                                       </dataScope>
                                        <styledText  data:text="urlHitsKey" hAlign="right"/>
                                        <!--styledText  data:text="urlMinKey"/>
                                        <styledText  data:text="urlMaxKey"/-->
                                        <styledText  data:text="urlServAvgKey" />
                                        <styledText  data:text="urlTotalTimeKey"/>
                                        <styledText  data:text="urlStdDevKey"/>
                                    </contents>                                    
                                 </table>
                             </default>
                             </switcher>
                             <formValue name="objType" 
                                     data:value="objType@rowsTable"/>
                             <formValue name="target" 
                                     data:value="target@rowsTable"/>
                             <formValue name="type" 
                                     data:value="type@rowsTable"/>
                             </contents>
                             </form>
                           </contents>
                         </header>
                       </case>
                      <case name="showServTime">
                         <header data:text="tableTitle@rowsTable">
                           <contents>
                             <link data:name="anchor@rowsTable"/>
                             <form name="AnalyzeForm2" method="post"
                                   data:destination="analyzeLink@rowsTable">
                             <contents>
                             <switcher data:childName="renderAnalyze@rowsTable">
                             <case name="true">
                                   <table width="95%"
                                      data:tableData="row@rowsTable"
                                      data:columnHeaderData="column@rowsTable"
                                      data:value="value@rowsTable"
                                      data:minValue="minValue@rowsTable"
                                      data:blockSize="blockSize@rowsTable"
                                      data:maxValue="maxValue@rowsTable" 
                                      data:name="name@rowsTable"
                                      data:destination="tableDestination@rowsTable"
                                      data:alternateText="alternateText@rowsTable"
                                      data:columnFormats="columnFormats@rowsTable"
                                      formSubmitted="false"
                                   >

                                    <columnHeaderStamp>
                                         <data:boundText select="columnName"/>
                                    </columnHeaderStamp>

                                    <tableSelection>
                                    <singleSelection selectedIndex="0">
                                        <contents>
                                        <submitButton data:text="ANALYZE_HDR@webappMsg"/>
                                        </contents>
                                    </singleSelection>
                                    </tableSelection>

                                    <contents>
                                        <dataScope>
                                          <contents>
                                            <image data:source="urlAddressImage"
                                                   data:shortDesc="urlAddressText"
                                                   data:destination="urlAddressKey"
                                                   targetFrame="_blank"/>
                                            <spacer width="5"/>
                                            <link data:text="displayNameKey" 
                                            data:shortDesc="urlPerfDestText"
                                            data:destination="urlPerfDestKey"/>
                                          </contents>
                                        </dataScope>
                                        <styledText  data:text="urlServAvgKey"/>
                                        <dataScope>
                                            <contents>
                                              <image data:source="img0Src0"
                                                     data:width="img0Width0"
                                                     data:height="img0Height0"/>
                                              <image data:source="img1Src0"
                                                     data:width="img1Width0"
                                                     data:height="img1Height0"/>
                                              <image data:source="img2Src0"
                                                     data:width="img2Width0"
                                                     data:height="img2Height0"/>
                                              <image data:source="img3Src0"
                                                     data:width="img3Width0"
                                                     data:height="img3Height0"/>
                                              <image data:source="img4Src0"
                                                     data:width="img4Width0"
                                                     data:height="img4Height0"/>
                                              <image data:source="img5Src0"
                                                     data:width="img5Width0"
                                                     data:height="img5Height0"/>
                                            </contents>
                                        </dataScope>
                                        <styledText  data:text="urlAvgKey" hAlign="right"/>
                                        <!--styledText  data:text="urlMinKey"/>
                                        <styledText  data:text="urlMaxKey"/-->
                                        <styledText  data:text="urlHitsKey" />
                                        <styledText  data:text="urlTotalTimeKey"/>
                                        <styledText  data:text="urlStdDevKey"/>
                                        <formValue name="comp1" 
                                                data:value="analyzeCompKey"/>
                                    </contents>
                                 </table>
                             </case>
                             <default>
                                   <table width="95%"
                                      data:tableData="row@rowsTable"
                                      data:columnHeaderData="column@rowsTable"
                                      data:value="value@rowsTable"
                                      data:minValue="minValue@rowsTable"
                                      data:blockSize="blockSize@rowsTable"
                                      data:maxValue="maxValue@rowsTable" 
                                      data:name="name@rowsTable"
                                      data:destination="tableDestination@rowsTable"
                                      data:alternateText="alternateText@rowsTable"
                                      data:columnFormats="columnFormats@rowsTable"
                                      formSubmitted="false"
                                   >

                                    <columnHeaderStamp>
                                         <data:boundText select="columnName"/>
                                    </columnHeaderStamp>

                                    <contents>
                                        <dataScope>
                                          <contents>
                                            <image data:source="urlAddressImage"
                                                   data:shortDesc="urlAddressText"
                                                   data:destination="urlAddressKey"
                                                   targetFrame="_blank"/>
                                            <spacer width="5"/>
                                            <link data:text="displayNameKey" 
                                            data:shortDesc="urlPerfDestText"
                                            data:destination="urlPerfDestKey"/>
                                          </contents>
                                        </dataScope>
                                        <styledText  data:text="urlServAvgKey"/>
                                        <dataScope>
                                            <contents>
                                              <image data:source="img0Src0"
                                                     data:width="img0Width0"
                                                     data:height="img0Height0"/>
                                              <image data:source="img1Src0"
                                                     data:width="img1Width0"
                                                     data:height="img1Height0"/>
                                              <image data:source="img2Src0"
                                                     data:width="img2Width0"
                                                     data:height="img2Height0"/>
                                              <image data:source="img3Src0"
                                                     data:width="img3Width0"
                                                     data:height="img3Height0"/>
                                              <image data:source="img4Src0"
                                                     data:width="img4Width0"
                                                     data:height="img4Height0"/>
                                              <image data:source="img5Src0"
                                                     data:width="img5Width0"
                                                     data:height="img5Height0"/>
                                            </contents>
                                        </dataScope>
                                        <styledText  data:text="urlAvgKey" hAlign="right"/>
                                        <!--styledText  data:text="urlMinKey"/>
                                        <styledText  data:text="urlMaxKey"/-->
                                        <styledText  data:text="urlHitsKey" />
                                        <styledText  data:text="urlTotalTimeKey"/>
                                        <styledText  data:text="urlStdDevKey"/>
                                    </contents>
                                 </table>
                             </default>
                             </switcher>
                             <formValue name="objType" 
                                     data:value="objType@rowsTable"/>
                             <formValue name="target" 
                                     data:value="target@rowsTable"/>
                             <formValue name="type" 
                                     data:value="type@rowsTable"/>
                             </contents>
                             </form>
                           </contents>
                         </header>
                       </case>
                            <case name="showPerfTotalTime">
                         <header data:text="tableTitle@rowsTable">
                           <contents>
                             <link data:name="anchor@rowsTable"/>
                             <form name="AnalyzeForm3" method="post"
                                   data:destination="analyzeLink@rowsTable">
                             <contents>
                             <switcher data:childName="renderAnalyze@rowsTable">
                             <case name="true">
                                 <table width="95%"
                                  data:tableData="row@rowsTable"
                                  data:columnHeaderData="column@rowsTable"
                                  data:value="value@rowsTable"
                                  data:minValue="minValue@rowsTable"
                                  data:blockSize="blockSize@rowsTable"
                                  data:maxValue="maxValue@rowsTable"
                                  data:name="name@rowsTable"
                                  data:destination="tableDestination@rowsTable"
                                  data:alternateText="alternateText@rowsTable"
                                  data:columnFormats="columnFormats@rowsTable"
                                      formSubmitted="false"
                                  >
                                    <columnHeaderStamp>
                                         <data:boundText select="columnName"/>
                                    </columnHeaderStamp>

                                    <tableSelection>
                                    <singleSelection selectedIndex="0">
                                        <contents>
                                        <submitButton data:text="ANALYZE_HDR@webappMsg"/>
                                        </contents>
                                    </singleSelection>
                                    </tableSelection>

                                    <contents>
                                      <dataScope>
                                        <contents>
                                           <image data:source="urlAddressImage"
                                                  data:destination="urlAddressKey"
                                                  data:shortDesc="urlAddressText"
                                                  targetFrame="_blank"/>
                                           <spacer width="5"/>
                                           <link data:text="displayNameKey"
                                           data:destination="urlPerfDestKey"
                                           data:shortDesc="urlPerfDestText"
                                           targetFrame="_blank"/>
                                         </contents>
                                       </dataScope>
                                       <styledText  data:text="urlTotalTimeKey"/>
                                       <dataScope>
                                         <contents>
                                            <image data:source="img0Src0"
                                               data:width="img0Width0"
                                               data:height="img0Height0"/>
                                            <image data:source="img1Src0"
                                               data:width="img1Width0"
                                               data:height="img1Height0"/>
                                            <image data:source="img2Src0"
                                               data:width="img2Width0"
                                               data:height="img2Height0"/>
                                            <image data:source="img3Src0"
                                               data:width="img3Width0"
                                               data:height="img3Height0"/>
                                            <image data:source="img4Src0"
                                               data:width="img4Width0"
                                               data:height="img4Height0"/>
                                            <image data:source="img5Src0"
                                               data:width="img5Width0"
                                               data:height="img5Height0"/>
                                         </contents>
                                       </dataScope>
                                       <styledText  data:text="urlAvgKey"/>
                                       <styledText  data:text="urlHitsKey" hAlign="right"/>
                                      <styledText  data:text="urlServAvgKey" />
                                       <!--styledText  data:text="urlMinKey"/>
                                       <styledText  data:text="urlMaxKey"/-->
                                       <styledText  data:text="urlStdDevKey"/>
                                       <formValue name="comp1" 
                                               data:value="analyzeCompKey"/>
                                    </contents>
                                 </table>
                             </case>
                             <default>
                                 <table width="95%"
                                  data:tableData="row@rowsTable"
                                  data:columnHeaderData="column@rowsTable"
                                  data:value="value@rowsTable"
                                  data:minValue="minValue@rowsTable"
                                  data:blockSize="blockSize@rowsTable"
                                  data:maxValue="maxValue@rowsTable"
                                  data:name="name@rowsTable"
                                  data:destination="tableDestination@rowsTable"
                                  data:alternateText="alternateText@rowsTable"
                                  data:columnFormats="columnFormats@rowsTable"
                                      formSubmitted="false"
                                  >
                                    <columnHeaderStamp>
                                         <data:boundText select="columnName"/>
                                    </columnHeaderStamp>

                                    <contents>
                                      <dataScope>
                                        <contents>
                                           <image data:source="urlAddressImage"
                                                  data:destination="urlAddressKey"
                                                  data:shortDesc="urlAddressText"
                                                  targetFrame="_blank"/>
                                           <spacer width="5"/>
                                           <link data:text="displayNameKey"
                                           data:destination="urlPerfDestKey"
                                           data:shortDesc="urlPerfDestText"
                                           targetFrame="_blank"/>
                                         </contents>
                                       </dataScope>
                                       <styledText  data:text="urlTotalTimeKey"/>
                                       <dataScope>
                                         <contents>
                                            <image data:source="img0Src0"
                                               data:width="img0Width0"
                                               data:height="img0Height0"/>
                                            <image data:source="img1Src0"
                                               data:width="img1Width0"
                                               data:height="img1Height0"/>
                                            <image data:source="img2Src0"
                                               data:width="img2Width0"
                                               data:height="img2Height0"/>
                                            <image data:source="img3Src0"
                                               data:width="img3Width0"
                                               data:height="img3Height0"/>
                                            <image data:source="img4Src0"
                                               data:width="img4Width0"
                                               data:height="img4Height0"/>
                                            <image data:source="img5Src0"
                                               data:width="img5Width0"
                                               data:height="img5Height0"/>
                                         </contents>
                                       </dataScope>
                                       <styledText  data:text="urlAvgKey"/>
                                       <styledText  data:text="urlHitsKey" hAlign="right"/>
                                      <styledText  data:text="urlServAvgKey" />
                                       <!--styledText  data:text="urlMinKey"/>
                                       <styledText  data:text="urlMaxKey"/-->
                                       <styledText  data:text="urlStdDevKey"/>
                                    </contents>
                                 </table>
                             </default>
                             </switcher>
                             <formValue name="objType" 
                                     data:value="objType@rowsTable"/>
                             <formValue name="target" 
                                     data:value="target@rowsTable"/>
                             <formValue name="type" 
                                     data:value="type@rowsTable"/>
                             </contents>
                             </form>
                           </contents>
                         </header>
                       </case>
                       <case name="showLoad">
                         <header data:text="tableTitle@rowsTable">
                           <contents>
                             <link data:name="anchor@rowsTable"/>
                             <form name="AnalyzeForm4" method="post"
                                   data:destination="analyzeLink@rowsTable">
                             <contents>
                             <switcher data:childName="renderAnalyze@rowsTable">
                             <case name="true">
                                 <table width="95%" 
                                  data:tableData="row@rowsTable"
                                  data:columnHeaderData="column@rowsTable"
                                  data:value="value@rowsTable"
                                  data:minValue="minValue@rowsTable"
                                  data:blockSize="blockSize@rowsTable"
                                  data:maxValue="maxValue@rowsTable" 
                                  data:name="name@rowsTable"
                                  data:destination="tableDestination@rowsTable"
                                  data:alternateText="alternateText@rowsTable"
                                  data:columnFormats="columnFormats@rowsTable"
                                      formSubmitted="false"
                                  >
                                   <columnHeaderStamp>
                                     <data:boundText select="columnName"/>
                                   </columnHeaderStamp>

                                    <tableSelection>
                                    <singleSelection selectedIndex="0">
                                        <contents>
                                        <submitButton data:text="ANALYZE_HDR@webappMsg"/>
                                        </contents>
                                    </singleSelection>
                                    </tableSelection>

                                   <contents>
                                    <dataScope>
                                      <contents>
                                        <image data:source="urlAddressImage"
                                               data:destination="urlAddressKey" 
                                               data:shortDesc="urlAddressText"
                                               targetFrame="_blank"/>
                                        <spacer width="5"/>
                                        <link data:text="displayNameKey" 
                                        data:destination="urlPerfDestKey"
                                        data:shortDesc="urlPerfDestText"/>
                                      </contents>
                                    </dataScope>
                                     <styledText  data:text="urlHitsKey" hAlign="right"/>
                                     <dataScope>
                                       <contents>
                                        <image data:source="img0Src0"
                                               data:width="img0Width0"
                                               data:height="img0Height0"/>
                                        <image data:source="img1Src0"
                                               data:width="img1Width0"
                                               data:height="img1Height0"/>
                                        <image data:source="img2Src0"
                                               data:width="img2Width0"
                                               data:height="img2Height0"/>
                                        <image data:source="img3Src0"
                                               data:width="img3Width0"
                                               data:height="img3Height0"/>
                                        <image data:source="img4Src0"
                                               data:width="img4Width0"
                                               data:height="img4Height0"/>
                                        <image data:source="img5Src0"
                                               data:width="img5Width0"
                                               data:height="img5Height0"/>
                                      </contents>
                                     </dataScope>
                                     <styledText  data:text="urlAvgKey"/>
                                     <styledText  data:text="urlServAvgKey" />
                                     <!--styledText  data:text="urlMinKey"/>
                                     <styledText  data:text="urlMaxKey"/-->
                                     <styledText  data:text="urlTotalTimeKey"/>
                                     <styledText  data:text="urlStdDevKey"/>
                                     <formValue name="comp1" 
                                             data:value="analyzeCompKey"/>
                                   </contents>
                                 </table>
                             </case>
                             <default>
                                 <table width="95%" 
                                  data:tableData="row@rowsTable"
                                  data:columnHeaderData="column@rowsTable"
                                  data:value="value@rowsTable"
                                  data:minValue="minValue@rowsTable"
                                  data:blockSize="blockSize@rowsTable"
                                  data:maxValue="maxValue@rowsTable" 
                                  data:name="name@rowsTable"
                                  data:destination="tableDestination@rowsTable"
                                  data:alternateText="alternateText@rowsTable"
                                  data:columnFormats="columnFormats@rowsTable"
                                      formSubmitted="false"
                                  >
                                   <columnHeaderStamp>
                                     <data:boundText select="columnName"/>
                                   </columnHeaderStamp>

                                   <contents>
                                    <dataScope>
                                      <contents>
                                        <image data:source="urlAddressImage"
                                               data:destination="urlAddressKey" 
                                               data:shortDesc="urlAddressText"
                                               targetFrame="_blank"/>
                                        <spacer width="5"/>
                                        <link data:text="displayNameKey" 
                                        data:destination="urlPerfDestKey"
                                        data:shortDesc="urlPerfDestText"/>
                                      </contents>
                                    </dataScope>
                                     <styledText  data:text="urlHitsKey" hAlign="right"/>
                                     <dataScope>
                                       <contents>
                                        <image data:source="img0Src0"
                                               data:width="img0Width0"
                                               data:height="img0Height0"/>
                                        <image data:source="img1Src0"
                                               data:width="img1Width0"
                                               data:height="img1Height0"/>
                                        <image data:source="img2Src0"
                                               data:width="img2Width0"
                                               data:height="img2Height0"/>
                                        <image data:source="img3Src0"
                                               data:width="img3Width0"
                                               data:height="img3Height0"/>
                                        <image data:source="img4Src0"
                                               data:width="img4Width0"
                                               data:height="img4Height0"/>
                                        <image data:source="img5Src0"
                                               data:width="img5Width0"
                                               data:height="img5Height0"/>
                                      </contents>
                                     </dataScope>
                                     <styledText  data:text="urlAvgKey"/>
                                     <styledText  data:text="urlServAvgKey" />
                                     <!--styledText  data:text="urlMinKey"/>
                                     <styledText  data:text="urlMaxKey"/-->
                                     <styledText  data:text="urlTotalTimeKey"/>
                                     <styledText  data:text="urlStdDevKey"/>
                                   </contents>
                                 </table>
                             </default>
                             </switcher>
                             <formValue name="objType" 
                                     data:value="objType@rowsTable"/>
                             <formValue name="target" 
                                     data:value="target@rowsTable"/>
                             <formValue name="type" 
                                     data:value="type@rowsTable"/>
                             </contents>
                             </form>
                           </contents>
                         </header>
                       </case>
                       <case name="showFavs">
                         <header data:text="tableTitle@rowsTable">
                           <contents>
                             <link data:name="anchor@rowsTable"/>
                             <form name="AnalyzeForm5" method="post"
                                   data:destination="analyzeLink@rowsTable">
                             <contents>
                             <switcher data:childName="renderAnalyze@rowsTable">
                             <case name="true">
                                 <table width="95%"
                                   data:tableData="row@rowsTable"
                                   data:columnHeaderData="column@rowsTable"
                                   data:value="value@rowsTable"
                                   data:minValue="minValue@rowsTable"
                                   data:blockSize="blockSize@rowsTable"
                                   data:maxValue="maxValue@rowsTable" 
                                   data:name="name@rowsTable"
                                   data:destination="tableDestination@rowsTable"
                                   data:alternateText="alternateText@rowsTable"
                                   data:columnFormats="columnFormats@rowsTable"
                                      formSubmitted="false"
                                   >
                                   <columnHeaderStamp>
                                        <data:boundText select="columnName"/>
                                   </columnHeaderStamp>

                                    <tableSelection>
                                    <singleSelection selectedIndex="0">
                                        <contents>
                                        <submitButton data:text="ANALYZE_HDR@webappMsg"/>
                                        </contents>
                                    </singleSelection>
                                    </tableSelection>

                                   <contents>
                                      <dataScope>
                                        <contents>
                                          <image data:source="urlAddressImage"
                                                 data:destination="urlAddressKey" 
                                                 data:shortDesc="urlAddressText"
                                                 targetFrame="_blank"/>
                                          <spacer width="5"/>
                                          <link data:text="displayNameKey" 
                                          data:destination="urlPerfDestKey"
                                          data:shortDesc="urlPerfDestText"/>
                                        </contents>
                                      </dataScope>
                                     <styledText  data:text="urlAvgKey"/>
                                     <dataScope>
                                       <contents>
                                         <image data:source="img0Src0"
                                                data:width="img0Width0"
                                                data:height="img0Height0"/>
                                         <image data:source="img1Src0"
                                                data:width="img1Width0"
                                                data:height="img1Height0"/>
                                         <image data:source="img2Src0"
                                                data:width="img2Width0"
                                                data:height="img2Height0"/>
                                         <image data:source="img3Src0"
                                                data:width="img3Width0"
                                                data:height="img3Height0"/>
                                         <image data:source="img4Src0"
                                                data:width="img4Width0"
                                                data:height="img4Height0"/>
                                         <image data:source="img5Src0"
                                                data:width="img5Width0"
                                                data:height="img5Height0"/>
                                       </contents>
                                     </dataScope>
                                     <styledText  data:text="urlHitsKey" hAlign="right"/>
                                     <!--styledText  data:text="urlMinKey"/>
                                     <styledText  data:text="urlMaxKey"/-->
                                     <styledText  data:text="urlStdDevKey"/>
                                     <styledText  data:text="urlThresholdKey" hAlign="right"/>
                                     <formValue name="comp1" 
                                             data:value="analyzeCompKey"/>
                                   </contents>
                                 </table>
                             </case>
                             <default>
                                 <table width="95%"
                                   data:tableData="row@rowsTable"
                                   data:columnHeaderData="column@rowsTable"
                                   data:value="value@rowsTable"
                                   data:minValue="minValue@rowsTable"
                                   data:blockSize="blockSize@rowsTable"
                                   data:maxValue="maxValue@rowsTable" 
                                   data:name="name@rowsTable"
                                   data:destination="tableDestination@rowsTable"
                                   data:alternateText="alternateText@rowsTable"
                                   data:columnFormats="columnFormats@rowsTable"
                                      formSubmitted="false"
                                   >
                                   <columnHeaderStamp>
                                        <data:boundText select="columnName"/>
                                   </columnHeaderStamp>

                                   <contents>
                                      <dataScope>
                                        <contents>
                                          <image data:source="urlAddressImage"
                                                 data:destination="urlAddressKey" 
                                                 data:shortDesc="urlAddressText"
                                                 targetFrame="_blank"/>
                                          <spacer width="5"/>
                                          <link data:text="displayNameKey" 
                                          data:destination="urlPerfDestKey"
                                          data:shortDesc="urlPerfDestText"/>
                                        </contents>
                                      </dataScope>
                                     <styledText  data:text="urlAvgKey"/>
                                     <dataScope>
                                       <contents>
                                         <image data:source="img0Src0"
                                                data:width="img0Width0"
                                                data:height="img0Height0"/>
                                         <image data:source="img1Src0"
                                                data:width="img1Width0"
                                                data:height="img1Height0"/>
                                         <image data:source="img2Src0"
                                                data:width="img2Width0"
                                                data:height="img2Height0"/>
                                         <image data:source="img3Src0"
                                                data:width="img3Width0"
                                                data:height="img3Height0"/>
                                         <image data:source="img4Src0"
                                                data:width="img4Width0"
                                                data:height="img4Height0"/>
                                         <image data:source="img5Src0"
                                                data:width="img5Width0"
                                                data:height="img5Height0"/>
                                       </contents>
                                     </dataScope>
                                     <styledText  data:text="urlHitsKey" hAlign="right"/>
                                     <!--styledText  data:text="urlMinKey"/>
                                     <styledText  data:text="urlMaxKey"/-->
                                     <styledText  data:text="urlStdDevKey"/>
                                     <styledText  data:text="urlThresholdKey" hAlign="right"/>
                                   </contents>
                                 </table>
                             </default>
                             </switcher>
                             <formValue name="objType" 
                                     data:value="objType@rowsTable"/>
                             <formValue name="target" 
                                     data:value="target@rowsTable"/>
                             <formValue name="type" 
                                     data:value="type@rowsTable"/>
                             </contents>
                             </form>
                           </contents>
                         </header>
                       </case>
                    </switcher>
                  </contents>
                </header>
              </contents>
            </stackLayout>
          </marlin:contents>
        </pageLayout>
      </contents>
    </dataScope>
  </baja:content>
  <handlers>
    <event name="goto">
      <method class="oracle.sysman.eml.mntr.user.ResponseTimeDataObject"
              method="doGoTo"/>
    </event>
    <event name="showFilterResults">
      <method class="oracle.sysman.eml.mntr.user.ResponseTimeDataObject"
              method="showFilterResults"/>
    </event>
    <!-- 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>
</page>
