<!--
 * Copyright (c) 2001 Oracle
 *
 *      NAME
 *       ecmConfirmRule.uix
 *
 *      NOTES
 *       Confirmation for set Rule. Displays message, OK and Show Rules
 *       OK returns to caller.
 *
 * MODIFIED    (MM/DD/YY)  VERSION
 *  kchiasso    10/03/01 - minor fix
 *  kchiasso    09/25/01 - confirm;apply selected;
 *
 *  @author  kChiasson
 *
-->
<page xmlns="http://bali.us.oracle.com/cabo/baja" xmlns:baja="http://bali.us.oracle.com/cabo/baja" xmlns:uix="http://bali.us.oracle.com/cabo/marlin" xmlns:html="http://www.w3.org/TR/REC-html40">
  <baja:head xmlns="http://www.w3.org/TR/REC-html40">
    <title>Oracle Enterprise Manager - Confirm Add Rule</title>
  </baja:head>
  <baja:content xmlns="http://bali.us.oracle.com/cabo/marlin" xmlns:marlin="http://bali.us.oracle.com/cabo/marlin">

  <body onLoad="document.getElementById('backButton').focus();">
  <contents>

  <dataScope>
  <contents>

        <pageLayout xmlns="http://bali.us.oracle.com/cabo/marlin" >
          <mediumAdvertisement>
            <include baja:node="../oemBanner" />
          </mediumAdvertisement>
          <globalButtons>
            <include baja:node="../globalButtonBar" />
          </globalButtons>
          <marlin:tabs>
            <include baja:node="../globalTabs" />
          </marlin:tabs>
          <marlin:pageHeader>
            <include baja:node="../globalHeader" />
          </marlin:pageHeader>
          <marlin:location>
            <include baja:node="/breadCrumbs" />
          </marlin:location>

          <copyright>Copyright 2001, Oracle Corp.</copyright>


<!-- *************  End Standard Header ************* -->

    <contents>

        <form name="ecmConfirmSetRule">
        <contents>
            <formValue name="ruleName" uix:value="ruleName@confSetRule"/>

            <stackLayout>
            <contents>
              <spacer height="5"/>

              <header icon="/ecm/images/infoicon.gif" uix:text="confHeader@confSetRule">
              <contents>
               <spacer height="20"/>
                <styledText styleClass="OraInstructionText"
                  uix:text = "message@confSetRule"/>
               <spacer height="20"/>
              </contents>
              </header>

            </contents>
            </stackLayout>
              <spacer height="10"/>
              <rowLayout hAlign="right" vAlign="bottom">
              <contents>
                 <submitButton name="event" value="showRulesTable" text="View Rules"/>
              </contents>
              </rowLayout>
              <spacer height="5"/>

      </contents>
     </form>
     <spacer height="20"/>

    </contents>
    </pageLayout>

   </contents>

      <provider>

        <data xmlns="http://bali.us.oracle.com/cabo/marlin" name="confSetRule">
           <method class="oracle.sysman.eml.ecm.patch.PatchRulesData" method="populateConfirmMessage"/>
        </data>

      </provider>

    </dataScope>

   </contents>
   </body>

  </baja:content>

  <handlers>

     <event name="showRulesTable">
       <method class="oracle.sysman.eml.ecm.patch.PatchRulesHandler"
        method="gotoRulesTable"/>
     </event>
  </handlers>


</page>
