<!--
 * Copyright (c) 2001, 2002, Oracle Corporation.  All rights reserved.  
 *
 *      NAME
 *       ecmConfirmDelete.uix
 *
 *      NOTES
 *       Confirmation for Delete. Displays message, Yes or No
 *       No returns to caller; Yes will call passed in deleteMethod.
 *
 * MODIFIED    (MM/DD/YY)  VERSION
 *  kchiasso    07/09/02 - fix images
 *  agor        04/05/02 - 
 *  kchiasso    03/05/02 - jobs table
 *  kchiasso    02/27/02 - uiReq
 *  kchiasso    02/19/02 - bugfxs
 *  kchiasso    02/08/02 - hostName;cleanup
 *  kchiasso    10/31/01 - any; ski btns
 *  kchiasso    10/24/01 - conf del; selPatch
 *  kchiasso    10/12/01 - table nav
 *  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 - Stage Patch Wizard</title>
  </baja:head>
  <baja:content xmlns="http://bali.us.oracle.com/cabo/marlin" xmlns:marlin="http://bali.us.oracle.com/cabo/marlin">

  <body>
  <contents>

    <dataScope>
    <contents>
      <form name="ecmConfirmDelete">
        <contents>
<!--
  pass the name of the item to delete AND the method to call if YES is selected
-->
            <formValue name="deleteName" uix:value="deleteName@confDelete"/>
            <formValue name="deleteObjHandle" uix:value="deleteObjHandle@confDelete"/>
            <formValue name="deleteMethod" uix:value="deleteMethod@confDelete"/>

        <pageLayout>

           <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>
            <include baja:node="/copyright"/>
          </copyright>

          <contentFooter>
              <pageButtonBar>
              <contents>
                <button value="goBack" uix:text ="BTN_NO@ResourceBundle" uix:destination="noDest@confDelete" />
                <submitButton name="event" value="doDelete" uix:text="BTN_YES@ResourceBundle"/>
              </contents>
              </pageButtonBar>
          </contentFooter>

        <contents>


            <stackLayout>
            <contents>
                <spacer height="5"/>
                <header uix:icon="confirmIcon@confDelete" uix:text="confHeader@confDelete"/>
                <styledText styleClass="OraInstructionText" uix:text="hdrMsg@confDelete"/>
                <spacer height="8"/>
            </contents>
            </stackLayout>

            <stackLayout>
            <contents>

                <labeledFieldLayout width="0" fieldWidth="0" labelWidth="0" columns="1">
                <contents>

                <styledText styleClass="OraDataPrompt" uix:text="confDeleteMsg@confDelete"/>
                <rowLayout>
                <contents>
                    <spacer width="12"/>
                    <styledText styleClass="OraDataText" uix:text="delItem@confDelete"/>
                </contents>
                </rowLayout>

                </contents>
                </labeledFieldLayout>

                <rowLayout>
                <contents>
                    <spacer height="40"/>
                </contents>
                </rowLayout>

            </contents>
            </stackLayout>

        </contents>
        </pageLayout>

     </contents>
     </form>

   </contents>

      <provider>

        <data name="ResourceBundle">
            <bundle class = "oracle.sysman.eml.ecm.patch.util.PatchResourceBundle"/>
        </data>

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

      </provider>

   </dataScope>

   </contents>
   </body>

  </baja:content>

  <handlers>

     <event name="doDelete">
       <method class="oracle.sysman.eml.ecm.DeleteHandler"
        method="doDelete"/>
     </event>
  </handlers>


</page>
