<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>
           <boundAttribute name="text">
            <concat>
             <dataObject select="EM_TITLE" source="resourceBundle"/>
             <dataObject select="WATCH_LIST_HEADER" source="resourceBundle"/>
             <dataObject select="PageHeader" source="pageDetails"/>
            </concat>
           </boundAttribute>
        </html:title>
      </contents>
      <provider>
         <data name="resourceBundle">
           <bundle class="oracle.sysman.eml.chronos.admin.ChronosResourceBundle"/>
         </data>
         <data name="pageDetails">
          <method class="oracle.sysman.eml.chronos.admin.MetaDataCaboUtil" method="getPageDetails"/>
        </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="WatchlistDelForm" method="POST" >
            <contents>
             <tableLayout width="100%">
              <contents>
									<rowLayout hAlign="right">
										<contents>
											<flowLayout>
												<contents>
						 							<formValue name="WLIId" data:value="WLIIdValue@WatchlistDeleteWarning"/>
      		           			<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@WatchlistDeleteWarning"
                     marlin:text="WARNING@CommonResourceBundle" width="90%">
              <contents>
                <tableLayout width="100%">
                 <contents>
									<rowLayout hAlign="right">
										<contents>
											<flowLayout>
												<contents>
						 							<formValue name="WLIId" data:value="WLIIdValue@WatchlistDeleteWarning"/>
      		           			<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="WLdeleteWarnMsg@WatchlistDeleteWarning" 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 = "WatchlistDeleteWarning">
          <method class="oracle.sysman.eml.chronos.admin.WatchListEventHandler"
                  method="getWatchlistDeleteWarningData"/>
         </data>
        </provider>
       </dataScope>
      </baja:content>
  <baja:handlers>
    <event name="Yes">
      <method class="oracle.sysman.eml.chronos.admin.WatchListEventHandler" 
              method="deleteWatchListItem"/>
    </event> 
    <event name="No">
      <method class="oracle.sysman.eml.chronos.admin.WatchListEventHandler"
              method="deleteWatchListItem"/>
    </event> 
  </baja:handlers>
</page>
