<!--
 * Copyright (c) 2001, 2005, Oracle. All rights reserved.  
 *
 *      NAME
 *       ecmConfirmJob.uix
 *
 *      NOTES
 *       Confirmation for submit job. Displays message, OK and Show Jobs
 *       OK returns to caller.
 *
 * MODIFIED    (MM/DD/YY)  VERSION
 *  mningomb    07/19/05 - Replace confirmation header to resolve script 
 *                         injection problem. Bug - 4490608 
 *  kchiasso    07/09/02 - fix images
 *  agor        04/05/02 - 
 *  kchiasso    03/22/02 - show warning
 *  kchiasso    03/05/02 - jobs table
 *  kchiasso    02/27/02 - uiReq
 *  kchiasso    02/19/02 - bugfxs
 *  kchiasso    02/08/02 - hostName;cleanup
 *  kchiasso    02/04/02 - config;stageResults;
 *  kchiasso    01/07/02 - patch cache
 *  kchiasso    10/31/01 - any; ski btns
 *  kchiasso    10/12/01 - table nav
 *  kchiasso    08/16/01 - add viewReadme ; fix btn layout ;
 *  lyang       08/16/01 - remove hard coded webapp name
 *  mgoodric    06/08/01 - Latest updates for ECM patching baselevel
 *
 *
 *  @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="ecmConfirmJob">
        <contents>
            <formValue name="jobType" uix:value="jobType@confJobSubmit"/>
            <formValue name="jobName" uix:value="jobName@confJobSubmit"/>

        <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>
                <submitButton name="event" value="cancel" uix:text="BTN_RETURN@ResourceBundle"/>
                <submitButton name="event" value="filterView" uix:text="viewJobBtn@confJobSubmit"/>
              </contents>
              </pageButtonBar>
          </contentFooter>

        <contents>

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


              <header uix:icon="confirmIcon@confJobSubmit" uix:text="CONFIRM@ResourceBundle">
              <contents>

               <flowLayout>
               <contents>
                 <styledText styleClass="OraInstructionTextStrong" 
                   uix:text="jobName@confJobSubmit"/>
                 <styledText styleClass="OraInstructionText" 
                   uix:text="submitText@confJobSubmit"/>
               </contents>
               </flowLayout>

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

<!-- if there were warnings in the results table -
    tell the user that the job may not complete successfully -->


               <rowLayout>
               <contents>
                    <styledText styleClass="OraInstructionText"
                        uix:text = "warning@confJobSubmit"/>

               </contents>
               </rowLayout>

               <rowLayout>
               <contents>
                    <styledText styleClass="OraInstructionText"
                        uix:text = "message@confJobSubmit"/>

               </contents>
               </rowLayout>

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

              </contents>
              </header>

             </contents>
            </stackLayout>

        </contents>
        </pageLayout>

     </contents>
     </form>

   </contents>

      <provider>

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

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

    </dataScope>

   </contents>
   </body>

  </baja:content>

  <handlers>
     <event name="cancel">
       <method class="oracle.sysman.eml.ecm.patch.PatchWizardHandler"
        method="returnToCaller"/>
     </event>

     <event name="filterView">
       <method class="oracle.sysman.eml.ecm.patch.PatchWizardHandler"
        method="gotoJobsTable"/>
     </event>
  </handlers>


</page>
