<page xmlns="http://bali.us.oracle.com/cabo/baja" 
      xmlns:baja="http://bali.us.oracle.com/cabo/baja" 
      xmlns:marlin="http://bali.us.oracle.com/cabo/marlin"
      xmlns:data="http://bali.us.oracle.com/cabo/marlin"
      xmlns:html="http://www.w3.org/TR/REC-html40">  
  <baja:head xmlns="http://bali.us.oracle.com/cabo/marlin"
             xmlns:uix="http://bali.us.oracle.com/cabo/marlin"
             xmlns:html="http://www.w3.org/TR/REC-html40">
    <dataScope>
      <contents>
        <html:title>
          <text data:text="REGION_DEL_WARN_TITLE@ResourceBundle"/>
        </html:title>
      </contents>
      <provider>
        <data name = "ResourceBundle">
         <bundle class="oracle.sysman.eml.chronos.admin.ChronosResourceBundle"/>
        </data>
      </provider>
    </dataScope>
  </baja:head>


    <baja:content xmlns="http://bali.us.oracle.com/cabo/marlin">
      <dataScope>
        <contents>
          <pageLayout>
          <mediumAdvertisement>
            <include baja:node="../oemBanner" />
          </mediumAdvertisement>

          <globalButtons>
            <include baja:node="../globalButtonBar" /> 
          </globalButtons>
          <tabs>
            <include baja:node ="../globalTabs" />
          </tabs>
          <pageHeader>
            <include baja:node="../globalHeader" />
          </pageHeader>
          <location>
            <include baja:node="../breadCrumbs"/>
          </location>
          <copyright>
            <include baja:node="../copyright" />
          </copyright>


          <contentFooter>
           <form name="RegionDelForm" method="POST" >
            <contents>
             <tableLayout width="100%">
              <contents>
									<rowLayout hAlign="right">
										<contents>
											<flowLayout>
												<contents>
								 				  <formValue name="RegionId" data:value="RegionIdValue@RegionDeleteWarning"/>
      		           			<submitButton marlin:text="OK@CommonResourceBundle" name="event" value="Yes" />
          		       			<submitButton marlin:text="CANCEL@CommonResourceBundle" name="event" value="No" />
												</contents>
											</flowLayout>
                		</contents>
               		</rowLayout>
              </contents>
             </tableLayout>
            </contents>
           </form>
          </contentFooter>

          <contents>
           <form name="delForm" method="POST" >
            <contents>
             <header marlin:icon="image@RegionDeleteWarning"
                     marlin:text="WARNING@CommonResourceBundle" width="90%">
              <contents>

                <tableLayout width="100%">
                 <contents>
									<rowLayout hAlign="right">
										<contents>
											<flowLayout>
												<contents>
								 				  <formValue name="RegionId" data:value="RegionIdValue@RegionDeleteWarning"/>
      		           			<submitButton marlin:text="OK@CommonResourceBundle" name="event" value="Yes" />
          		       			<submitButton marlin:text="CANCEL@CommonResourceBundle" name="event" value="No" />
												</contents>
											</flowLayout>
                		</contents>
               		</rowLayout>

                <rowLayout>
                 <contents>
                    <styledText marlin:text="RGNdeleteWarnMsg@RegionDeleteWarning" 
                                  styleClass="OraDataText"/>
                 </contents>
                </rowLayout>
               </contents>
              </tableLayout>
              </contents>
             </header>
            </contents>
           </form>
          </contents>
         </pageLayout>
        </contents>
        <provider>
         <data name="ResourceBundle">
		  <bundle class="oracle.sysman.eml.chronos.admin.ChronosResourceBundle"/>
         </data>

         <data name="CommonResourceBundle">
          <bundle class="oracle.sysman.resources.CommonResourceBundle"/>
         </data>

         <data name = "RegionDeleteWarning">
          <method class="oracle.sysman.eml.chronos.admin.RegionEventHandler"
                  method="getRegionDeleteWarningData"/>
         </data>
        </provider>
       </dataScope>
      </baja:content>
  <baja:handlers>
    <event name="Yes">
      <method class="oracle.sysman.eml.chronos.admin.RegionEventHandler" 
              method="deleteRegion"/>
    </event> 
    <event name="No">
      <method class="oracle.sysman.eml.chronos.admin.RegionEventHandler"
              method="deleteRegion"/>
    </event> 
  </baja:handlers>
</page>
