<page xmlns="http://xmlns.oracle.com/uix/controller"
      xmlns:ctrl="http://xmlns.oracle.com/uix/controller"
      xmlns:data="http://xmlns.oracle.com/uix/ui"
      xmlns:html="http://www.w3.org/TR/REC-html40">

 <content> 
   <dataScope xmlns="http://xmlns.oracle.com/uix/ui">

   <contents>
   <form name="rpwConfirmForm">
   <contents>
     <html:title>
            <text data:text="RPW_TITLE@rsc"/>
     </html:title>
        <html:noScript>
          "This page uses JavaScript to perform the list of values lookup. Your browser either does not support JavaScript, or it is disabled.  Please enable JavaScript, or upgrade your browser."
        </html:noScript>

     <pageLayout>

      <mediumAdvertisement>
       <include ctrl:node="../../oemBanner" />
      </mediumAdvertisement>

      <globalButtons>
       <include ctrl:node="../../globalButtonBar" />
      </globalButtons>
      <tabs>
       <include ctrl:node="../../globalTabs" />
      </tabs>

   <location>
      <include baja:node="/breadCrumbs"/>
   </location>

      <pageHeader>
        <include ctrl:node="../rep/header"/>
      </pageHeader>

      <copyright>
       <include ctrl:node="../../copyright" />  
      </copyright>  
   
      <contents>
       <spacer height="8" />
       <header data:text="CONFIRM_HEADER@rsc" data:icon="confirmIcon@ctrl:page"/>
       <rowLayout>
        <contents>
         <spacer width="50" height="0" />
         <styledText data:text="DELETE_CONFIRM@rsc" 
                     styleClass="OraDataText"/>
        </contents>
       </rowLayout>
      </contents>

      <contentFooter>
        <pageButtonBar>
         <contents>
          <button data:text="NO@rsc" 
                  ctrl:destination="rpwAdmin" />
          <button data:text="YES@rsc" 
                  ctrl:event="RemoveRpw" />
          </contents>
        </pageButtonBar>
      </contentFooter>
 
     </pageLayout>
    </contents>
    </form>
   </contents> 

   <provider>
    <data name="rsc">
     <bundle class="oracle.sysman.eml.rsc.sec.SecResBundle" />
    </data>
   </provider>

   </dataScope>
  </content>

  <handlers>
   <event name="RemoveRpw">
   <method class="oracle.sysman.eml.sec.ui.RpwAdminEvents"
    method="deleteRpw" /> 
   </event>
  </handlers> 


</page>
