    <dataScope xmlns="http://xmlns.oracle.com/uix/ui"
               xmlns:data="http://bali.us.oracle.com/cabo/marlin"
           xmlns:uix="http://bali.us.oracle.com/cabo/marlin"
           xmlns:baja="http://bali.us.oracle.com/cabo/baja"
           xmlns:html="http://www.w3.org/TR/REC-html40"
           xmlns:chart="http://emchart.us.oracle.com/ui">
      <contents>
                <html:meta http-equiv="Refresh" data:content="refreshRate@refreshData" data:rendered="showRefreshTag@refreshData" />
                <!--  >>>>>>>>>> DROPDOWN REFRESH OPTION  >>>>>>>>>>>>>> -->
                <form name="refForm" method="GET">
                  <contents>
                    <tableLayout width="100%">
                      <contents>
                        <rowLayout>
                          <contents>
                            <cellFormat>
                              <contents>
                                <rowLayout hAlign="right">
                                  <contents>
                                    <styledText styleClass="OraTipText" data:text="PAGE_REFRESHED@SLBBundle"/>
                                    <spacer width="5"/>
                                    <styledText styleClass="OraTipLabel" data:text="timestamp@timestampData"/>
                                    <spacer width="5"/>
                                    <choice name="viewChoice" columns="5" data:selectedIndex="refreshSelection@refreshData" shortDesc="Refresh">
                                      <contents data:childData="refOption@refreshChoices">
                                        <option data:text="name" data:selected="selected" data:value="value"/>
                                      </contents>
                                    </choice>
                                    <spacer width="10"/>
                                    <submitButton data:text="Refresh@SLBBundle" name="event" value="refreshOpt"/>
                                  </contents>
                                </rowLayout>
                              </contents>
                            </cellFormat>
                          </contents>
                        </rowLayout>
                      </contents>
                    </tableLayout>
                  </contents>
                </form>

            <tableLayout>
              <contents>
                <rowLayout>
                  <contents>
                    <chart:emChart data:title="total_connections_sec@SLBBundle"
                                   chartType="timeSeriesChart"
                                   width="300" height="300"
                                   orientation="vertical"
                                   seriesColorsAutomatic="true"
                                   timeGranularity="SECOND"
                                   legendPosition="south">
                                   <!--data:warningThreshold="WT@SLBBundle"
                                   data:criticalThreshold="CT@SLBBundle">-->
                                   <!--data:warningThreshold="totalConnSecWT@slbPerf"
                                   data:criticalThreshold="totalConnSecCT@slbPerf">-->
                          <contents>
                            <chart:boundChartDataSource
                                    dataClass="oracle.sysman.eml.target.slb.mgmt.SlbPerfPage"
                                    dataMethod="getChartData"/>
                            <chart:chartColumn displayLabel="Connection Per Sec" isKey="true"
                                             sourceIndex="0"/>
                            <chart:chartColumn isTimeColumn="true"
                                             displayLabel="Time"
                                             sourceIndex="1" />
                            <chart:chartColumn displayLabel=" " sourceIndex="2"/>
                          </contents>
                        </chart:emChart>
                        <chart:emChart data:title="BitsInSec@SLBBundle"
                                   chartType="timeSeriesChart"
                                   width="300" height="300"
                                   orientation="vertical"
                                   seriesColorsAutomatic="true"
                                   timeGranularity="SECOND"
                                   legendPosition="south">
                          <contents>
                            <chart:boundChartDataSource
                                    dataClass="oracle.sysman.eml.target.slb.mgmt.SlbPerfPage"
                                    dataMethod="getChartData"/>
                            <chart:chartColumn displayLabel="Bits In Rate" isKey="true"
                                             sourceIndex="0"/>
                            <chart:chartColumn isTimeColumn="true"
                                             displayLabel="Time"
                                             sourceIndex="1" />
                            <chart:chartColumn displayLabel=" " sourceIndex="2"/>
                          </contents>
                        </chart:emChart>
                        <chart:emChart data:title="BitsOutSec@SLBBundle"
                                   chartType="timeSeriesChart"
                                   width="300" height="300"
                                   orientation="vertical"
                                   seriesColorsAutomatic="true"
                                   timeGranularity="SECOND"
                                   legendPosition="south">
                          <contents>
                            <chart:boundChartDataSource
                                    dataClass="oracle.sysman.eml.target.slb.mgmt.SlbPerfPage"
                                    dataMethod="getChartData"/>
                            <chart:chartColumn displayLabel="Bits Out Rate" isKey="true"
                                             sourceIndex="0"/>
                            <chart:chartColumn isTimeColumn="true"
                                             displayLabel="Time"
                                             sourceIndex="1" />
                            <chart:chartColumn displayLabel=" " sourceIndex="2"/>
                          </contents>
                        </chart:emChart>
                    <!--<chart:emChart data:title="currentSess@SLBBundle"
                                   chartType="timeSeriesChart"
                                   width="300" height="300"
                                   orientation="vertical"
                                   timeGranularity="SECOND"
                                   legendPosition="south">
                      <contents>
                        <chart:rtChartDataSource data:target="target@baja:page"
                                               data:targetType="type@baja:page"
                                               metricId="Switch"/>
                        <chart:chartColumn data:displayLabel="currentSess@SLBBundle"
                                         columnName="current_connections"
                                         itemColor="blue"/>
                        <chart:chartColumn isTimeColumn="true" displayLabel="Time" sourceIndex="1"/>
                      </contents>
                    </chart:emChart>

                    <chart:emChart data:title="BitsInSec@SLBBundle"
                                   chartType="timeSeriesChart"
                                   width="300" height="300"
                                   orientation="vertical"
                                   timeGranularity="SECOND"
                                   legendPosition="south">
                      <contents>
                        <chart:rtChartDataSource data:target="target@baja:page"
                                               data:targetType="type@baja:page"
                                               metricId="Switch"/>
                        <chart:chartColumn data:displayLabel="BitsInSec@SLBBundle"
                                         columnName="bits_in_sec"
                                         itemColor="blue"/>
                        <chart:chartColumn isTimeColumn="true" displayLabel="Time" sourceIndex="1"/>
                      </contents>
                    </chart:emChart>

                    <chart:emChart data:title="BitsOutSec@SLBBundle"
                                   chartType="timeSeriesChart"
                                   width="300" height="300"
                                   orientation="vertical"
                                   timeGranularity="SECOND"
                                   legendPosition="south">
                      <contents>
                        <chart:rtChartDataSource data:target="target@baja:page"
                                               data:targetType="type@baja:page"
                                               metricId="Switch"/>
                        <chart:chartColumn data:displayLabel="BitsOutSec@SLBBundle"
                                         columnName="bits_out_sec"
                                         itemColor="blue"/>
                        <chart:chartColumn isTimeColumn="true" displayLabel="Time" sourceIndex="1"/>
                      </contents>
                    </chart:emChart>-->
                  </contents>
                </rowLayout>
              </contents>
            </tableLayout>


             <spacer height="5"/>

             <!--<form name="form1" method="post">
                <contents>
                <tip>
                  <contents>
                    <styledText styleClass="OraInstructionText" data:text="PERF_TEXT@SLBBundle"/>
                  </contents>
                </tip>
                <messageChoice name="componentChoice" data:prompt="view@SLBBundle" data:selectedIndex="selectedIndex@getSelectedPlayer"  required="yes">
                  <contents>
                    <option data:text="NONE@SLBBundle" value="none"/>
                    <option data:text="sites@SLBBundle" value="virtual_server"/>
                    <option data:text="Pool@SLBBundle" value="server_group"/>
                    <option data:text="slbRealServers@SLBBundle" value="real_server"/>
                    </contents>
                    <end>
                      <submitButton data:text="Go@SLBBundle" name="event" value="pickPlayer">
                      </submitButton>
                      </end>
                    </messageChoice>
                    </contents>
                    </form>
                    <form name="compForm" method="GET">
                  <contents>
                    <tableLayout width="100%">
                      <contents>
                        <rowLayout>
                          <contents>
                          <tip>
                            <contents>
                              <styledText styleClass="OraInstructionText" data:text="PERF_TEXT@SLBBundle"/>
                            </contents>
                          </tip>
                          </contents>
                        </rowLayout>
                        <rowLayout>
                          <contents>
                            <cellFormat>
                              <contents>
                                <rowLayout hAlign="left">
                                  <contents>
                                    <styledText styleClass="OraInstructionText" data:text="view@SLBBundle"/>
                                    <spacer width="5"/>
                                    <choice name="componentChoice" columns="4" data:selectedIndex="selectedIndex@getSelectedPlayer" shortDesc="View">
                                      <contents data:childData="compOption@compChoices">
                                        <option data:text="name" data:selected="selected" data:value="value"/>
                                      </contents>
                                    </choice>
                                    <spacer width="10"/>
                                    <submitButton data:text="Go@SLBBundle" name="event" value="pickPlayer"/>
                                  </contents>
                                </rowLayout>
                              </contents>
                            </cellFormat>
                          </contents>
                        </rowLayout>
                      </contents>
                    </tableLayout>
                  </contents>
                </form>

                    <spacer height="5"/>
                    
                    <switcher data:childName="selectedPlayer@getSelectedPlayer">
                      <case name="virtual_server">
                         <include baja:node="slbSiteView"/>
                    </case>
                      <case name="server_group">
                         <include baja:node="slbPoolView"/>
                    </case>
                      <case name="real_server">
                         <include baja:node="slbRealServerView"/>
                    </case>
                    </switcher> -->

                <form name="hidden_form">
                  <contents>
                    <html:input type="hidden" name="hidden_slb_ipaddress" data:value="slbIP@hostInfo"/>
                    <html:input type="hidden" name="hidden_slb_domain_name" data:value="slbFqdn@fqdnInfo"/>
                  </contents>
                </form>

        </contents>
      <provider>
        <data name="fqdnInfo">
          <method class="oracle.sysman.eml.target.slb.mgmt.SlbOverviewPage" method="getFqdnInfo"/>
        </data>
        <data name="refreshChoices">
          <inline>
            <refOption name="Real Time: Manual Refresh" value="manual"/>
            <refOption name="Real Time: 30 Second Refresh" value="auto30"/>
            <refOption name="Real Time: 1 Minute Refresh" value="auto60"/>
            <refOption name="Real Time: 5 Minute Refresh" value="auto300"/>
            <refOption name="Last 24 hours" value="byDay"/>
            <refOption name="Last 7 days" value="byWeek"/>
            <refOption name="Last 31 days" value="byMonth"/>
          </inline>
        </data>
        <data name="compChoices">
          <inline>
            <compOption data:name="NONE@SLBBundle" value="none"/>
            <compOption data:name="sites@SLBBundle" value="virtual_server"/>
            <compOption data:name="Pool@SLBBundle" value="server_group"/>
            <compOption data:name="slbRealServers@SLBBundle" value="real_server"/>
          </inline>
        </data>
        <data name="SLBBundle">
          <bundle class="oracle.sysman.eml.rsc.target.slb.SLBBundle"/>
        </data>
        <data name="refreshData">
          <method class="oracle.sysman.eml.target.slb.mgmt.ServicePerfPage" method="getRefreshData"/>
        </data>
        <data name="timestampData">
          <method class="oracle.sysman.eml.target.slb.mgmt.SlbOverviewPage" method="getTimestamp"/>
        </data>
        <data name="slbPerf">
          <method class="oracle.sysman.eml.target.slb.mgmt.SlbPerfPage" method="getSlbPerf"/>
        </data>
        <data name="getSelectedPlayer">
          <method class="oracle.sysman.eml.target.slb.mgmt.SlbOverviewPage" method="getSelectedPlayer" />
        </data>
      </provider>
    </dataScope>
