Edit D:\app\Administrator\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em\em\database\monitoring\alertLogContent.uix
<?xml version = '1.0' encoding = 'UTF-8'?> <page xmlns="http://bali.us.oracle.com/cabo/baja" xmlns:baja="http://bali.us.oracle.com/cabo/baja" xmlns:html="http://www.w3.org/TR/REC-html40" xmlns:data="http://bali.us.oracle.com/cabo/marlin" xmlns:marlin="http://bali.us.oracle.com/cabo/marlin"> <baja:head xmlns="http://www.w3.org/TR/REC-html40"> <title>Oracle Enterprise Manager</title> </baja:head> <handlers> <!-- use this handler to enter this page --> <event name="doLoad"> <method class="oracle.sysman.db.uix.log.AlertLogData" method="doLoad" /> </event> </handlers> <baja:content xmlns="http://bali.us.oracle.com/cabo/marlin"> <dataScope> <contents> <form name="alertlog" method="post" > <contents> <pageLayout> <!-- branding --> <mediumAdvertisement> <include baja:node="/oemBanner" /> </mediumAdvertisement> <!-- global buttons --> <globalButtons> <include baja:node="/globalButtonBar" /> </globalButtons> <!-- global tabs --> <marlin:tabs> <include baja:node="/globalTabs" /> </marlin:tabs> <!-- global header --> <marlin:pageHeader> <include baja:node="/globalHeader" /> </marlin:pageHeader> <!-- location in enterprise--> <marlin:location> <include baja:node="/breadCrumbs" /> </marlin:location> <!-- copyright --> <copyright> <include baja:node="/copyright" /> </copyright> <!-- Ok page button --> <pageButtons> <pageButtonBar> <contents> <button data:text="OK@SDKUIBundle" data:destination="returnURL@rowData" /> </contents> </pageButtonBar> </pageButtons> <marlin:contents> <tableLayout rendered="false" marlin:rendered="errorOccurred@rowData" cellSpacing="5" width="100%"> <contents> <rowLayout vAlign="top"> <contents> <cellFormat vAlign="top"> <contents> <messageBox data:message="CORRECT_ERROR@DbRscInstBundle" messageType="error"> <contents marlin:childData="errorData@rowData"> <link data:text="label" data:longDesc="message" data:destination="destination"/> </contents> </messageBox> </contents> </cellFormat> </contents> </rowLayout> </contents> </tableLayout> <header data:text="SEARCH_CRITERIA@DbRscInstBundle"> <contents> <tableLayout > <contents> <rowLayout vAlign="top"> <contents> <cellFormat hAlign="right"> <contents> <messageDateField data:prompt="BEGIN_DATE@DbRscInstBundle" hAlign="left" data:tip="dateTip@rowData" data:message="bdateInlineMsg@rowData" data:messageType="bdateMsgType@rowData" data:shortDesc="BEGIN_DATE@DbRscInstBundle" data:anchor="bdateAnchor@rowData" name="bDate" columns="10" id="bDate" formSubmitted="true" data:value="bDate@rowData"> <onSubmitValidater> <date dateStyle="medium"/> </onSubmitValidater> </messageDateField> </contents> </cellFormat> <spacer width="10" /> <messageChoice data:prompt="TIME@SDKUIBundle" hAlign="left" styleClass="OraPromptText" name="bHour" id="bHour" data:shortDesc="HOURS@SDKUIBundle" data:selectedValue="bHour@rowData"> <contents> <option text="" value=""/> <option text="1" value="1"/> <option text="2" value="2"/> <option text="3" value="3"/> <option text="4" value="4"/> <option text="5" value="5"/> <option text="6" value="6"/> <option text="7" value="7"/> <option text="8" value="8"/> <option text="9" value="9"/> <option text="10" value="10"/> <option text="11" value="11"/> <option text="12" value="12"/> </contents> </messageChoice> <styledText text=":" styleClass="OraPromptText"/> <choice name="bMin" id="bMin" data:shortDesc="MINUTES@SDKUIBundle" data:selectedValue="bMin@rowData"> <contents> <option text="" value=""/> <option text="00" value="00"/> <option text="05" value="05"/> <option text="10" value="10"/> <option text="15" value="15"/> <option text="20" value="20"/> <option text="25" value="25"/> <option text="30" value="30"/> <option text="35" value="35"/> <option text="40" value="40"/> <option text="45" value="45"/> <option text="50" value="50"/> <option text="55" value="55"/> </contents> </choice> <spacer width="5"/> <radioButton name="bTime" data:text="AM_LABEL@SDKUIBundle" data:shortDesc="AM_LABEL@SDKUIBundle" value="am"> <boundAttribute name="selected"> <if> <comparison type="equals"> <dataObject select="bTime" source="rowData"/> <fixed javaType="string">am</fixed> </comparison> <fixed javaType="boolean">true</fixed> <fixed javaType="boolean">false</fixed> </if> </boundAttribute> </radioButton> <radioButton name="bTime" data:text="PM_LABEL@SDKUIBundle" data:shortDesc="PM_LABEL@SDKUIBundle" value="pm" > <boundAttribute name="selected"> <if> <comparison type="equals"> <dataObject select="bTime" source="rowData"/> <fixed javaType="string">pm</fixed> </comparison> <fixed javaType="boolean">true</fixed> <fixed javaType="boolean">false</fixed> </if> </boundAttribute> </radioButton> </contents> </rowLayout> </contents> <contents> <rowLayout vAlign="top"> <contents> <cellFormat hAlign="right"> <contents> <messageDateField data:prompt="END_DATE@SDKUIBundle" hAlign="left" data:tip="dateTip@rowData" data:message="edateInlineMsg@rowData" data:messageType="edateMsgType@rowData" data:shortDesc="END_DATE@SDKUIBundle" data:anchor="edateAnchor@rowData" name="eDate" columns="10" id="eDate" formSubmitted="true" data:value="eDate@rowData"> <onSubmitValidater> <date dateStyle="medium"/> </onSubmitValidater> </messageDateField> </contents> </cellFormat> <spacer width="10" /> <messageChoice data:prompt="TIME@SDKUIBundle" hAlign="left" styleClass="OraPromptText" name="eHour" id="eHour" data:shortDesc="HOURS@SDKUIBundle" data:selectedValue="eHour@rowData"> <contents> <option text="" value=""/> <option text="1" value="1"/> <option text="2" value="2"/> <option text="3" value="3"/> <option text="4" value="4"/> <option text="5" value="5"/> <option text="6" value="6"/> <option text="7" value="7"/> <option text="8" value="8"/> <option text="9" value="9"/> <option text="10" value="10"/> <option text="11" value="11"/> <option text="12" value="12"/> </contents> </messageChoice> <styledText text=":" styleClass="OraPromptText"/> <choice name="eMin" id="eMin" data:shortDesc="MINUTES@SDKUIBundle" data:selectedValue="eMin@rowData"> <contents> <option text="" value=""/> <option text="00" value="00"/> <option text="05" value="05"/> <option text="10" value="10"/> <option text="15" value="15"/> <option text="20" value="20"/> <option text="25" value="25"/> <option text="30" value="30"/> <option text="35" value="35"/> <option text="40" value="40"/> <option text="45" value="45"/> <option text="50" value="50"/> <option text="55" value="55"/> </contents> </choice> <spacer width="5"/> <radioButton name="eTime" data:text="AM_LABEL@SDKUIBundle" data:shortDesc="AM_LABEL@SDKUIBundle" value="am"> <boundAttribute name="selected"> <if> <comparison type="equals"> <dataObject select="eTime" source="rowData"/> <fixed javaType="string">am</fixed> </comparison> <fixed javaType="boolean">true</fixed> <fixed javaType="boolean">false</fixed> </if> </boundAttribute> </radioButton> <radioButton name="eTime" data:text="PM_LABEL@SDKUIBundle" data:shortDesc="PM_LABEL@SDKUIBundle" value="pm" > <boundAttribute name="selected"> <if> <comparison type="equals"> <dataObject select="eTime" source="rowData"/> <fixed javaType="string">pm</fixed> </comparison> <fixed javaType="boolean">true</fixed> <fixed javaType="boolean">false</fixed> </if> </boundAttribute> </radioButton> </contents> </rowLayout> </contents> <contents> <rowLayout vAlign="top"> <contents> <submitButton data:text="GO@DbRscInstBundle" data:shortDesc="GO@DbRscInstBundle" name="event" value="searchAlertLog" /> </contents> </rowLayout> </contents> </tableLayout> </contents> </header> <!-- content top header--> <header data:text="ALERTLOGCONTENT_TITLE@DbRscInstBundle"> <contents> <!-- timestamp header --> <tableLayout width="100%"> <contents> <rowLayout> <contents> <cellFormat> <contents> <rowLayout hAlign="right"> <contents> <styledText styleClass="OraInlineInfoText" data:text="PAGE_REFRESHED@DbRscInstBundle"/> <spacer width="5"/> <styledText styleClass="OraInlineInfoText" data:text="timestamp@rowData"/> <spacer width="20"/> </contents> </rowLayout> </contents> </cellFormat> </contents> </rowLayout> </contents> </tableLayout> <stackLayout> <contents> <!-- informative text --> <styledText styleClass="OraInstructionText" data:text="logContentDesc@rowData"/> <spacer height="10"/> <!-- number of lines displayed --> <rowLayout> <contents> <cellFormat hAlign="right"> <contents> <styledText styleClass="OraPromptText" data:text="ALERTLOGCONTENT_LINES@DbRscInstBundle"/> </contents> </cellFormat> <spacer width="5"/> <cellFormat hAlign="right"> <contents> <styledText styleClass="OraDataText" data:text="logContentLines@rowData"/> </contents> </cellFormat> </contents> </rowLayout> <!-- the alert log content --> <html:pre><html:font face="Arial,Helvetica,Geneva,sans-serif" size="2" color="#000000"><rawText data:text="logContent@rowData" /></html:font></html:pre> </contents> </stackLayout> </contents> </header> </marlin:contents> </pageLayout> </contents> </form> </contents> <!-- data providers --> <provider> <data name="rowData"> <method class="oracle.sysman.db.uix.log.AlertLogData" method="getLogContent"/> </data> <data name="SDKUIBundle"> <bundle class="oracle.sysman.emSDK.eml.SDKUIMsg"/> </data> <data name="DbRscInstBundle"> <bundle class="oracle.sysman.db.rsc.inst.DBMsg"/> </data> <data name="mntrResourceBundle"> <bundle class="oracle.sysman.resources.MntrResourceBundle"/> </data> </provider> </dataScope> </baja:content> <baja:handlers> <event name="searchAlertLog"> <method class="oracle.sysman.db.uix.log.AlertLogData" method="doSearchAlertLog"/> </event> </baja:handlers> </page>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de