<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:html="http://www.w3.org/TR/REC-html40"
      xmlns:data="http://bali.us.oracle.com/cabo/marlin">

    <baja:content xmlns="http://bali.us.oracle.com/cabo/marlin">

      <dataScope>      
        <contents>

          <html:title>
            <text data:text="title@userPreferencesData" />
          </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>

          <form name="custAuditPref" method="POST">
            <contents>

              <pageLayout>

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

                <globalButtons>
                  <include baja:node="../../globalButtonBar" /> 
                </globalButtons>

                <tabs>
                  <include baja:node ="../../globalTabs" />
                </tabs>

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


                <pageHeader>
                  <include baja:node="../../pref/header"/>
                </pageHeader>

                <data:start>
                  <include baja:node="../../prefSideNav" />
                </data:start>
  
                <contentFooter>
                  <pageButtonBar>
                    <contents>
                      <flowLayout>
                        <contents>
                          <submitButton data:text="REVERT@commonResourceBundle"
                                        data:shortDesc="REVERT@commonResourceBundle"
                                        name="event"
                                        value="Revert"/> 
                          <submitButton data:text="APPLY@commonResourceBundle" 
                                        data:shortDesc="APPLY@commonResourceBundle" 
                                        name="event" 
                                        value="Apply" />
                        </contents>
                      </flowLayout>
                    </contents>
                  </pageButtonBar>
                </contentFooter>

                <copyright>
                 <include baja:node="../../copyright" />
                </copyright>
    
                <contents>
                  <include baja:node="customAttrContents"/>

                </contents>
              </pageLayout>

            </contents>
          </form> 

        </contents>
       
        <provider>           
          <data name="commonResourceBundle">
            <bundle class="oracle.sysman.resources.CommonResourceBundle"/>
          </data>          
          <data name="userPreferencesData">
            <method class="oracle.sysman.eml.pref.NotifRulesPref"
                    method="getUserPreferencesData" />
          </data>                     
        </provider>
      </dataScope>
    </baja:content>

    <handlers>
      <event name="*">
        <method class="oracle.sysman.eml.sec.audit.CustomAuditAttrHandler"
              method="doNull"/>
      </event>
      <event name="Apply">
        <method class="oracle.sysman.eml.sec.audit.CustomAuditAttrHandler"
                method="doApply"/>
      </event>
      <event name="Revert">
        <method class="oracle.sysman.eml.sec.audit.CustomAuditAttrHandler"
                method="doRevert"/>
      </event>
    </handlers>

</page>
