Edit D:\app\Administrator\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em\em\database\global.jspf
<%-- MODIFIED (MM/DD/YY) keiwong 01/29/09 - add db replay status rimmidi 05/08/08 - kdas 02/16/07 - support for coexistence hsu 11/09/04 - enhance msg hsu 07/23/03 - use switcher hsu 07/17/03 - add error box mpawelko 07/11/03 - move common code to globalPopup.jspf hsu 02/25/03 - rm whitespace --%> <%-- Include OEM header, global tabs, Copyright, About, etc. --%> <%@ include file="/database/globalPopup.jspf" %> <%-- Include items not applicable to popup pages --%> <%-- Put breadcrumbs in a tablelayout with "logged in as", so that they appear on the same line. This only implies that we can't include oemGlobal.jspf directly. --%> <uix:location> <uix:tableLayout width="100%"> <uix:rowLayout width="100%"> <uix:cellFormat wrappingDisabled="false" hAlign="left"> <uix:breadCrumbs renderedBinding="oracle_sysman_eml_app_tabsEnabled@servletRequest"> <uix:contents childDataBinding= "oracle_sysman_emSDK_eml_nav_PageBreadCrumbs@servletRequest"> <uix:link textBinding="text" renderedBinding="rendered" destinationBinding="destination" targetFrame="_top"/> </uix:contents> </uix:breadCrumbs> </uix:cellFormat> <uix:cellFormat wrappingDisabled="true" hAlign="right" vAlign="bottom"> <uix:flowLayout renderedBinding="oracle_sysman_db_util_workload_statusMessageEnabled@servletRequest"> <uix:spacer width="10"/> <uix:link styleClass="OraErrorNameText" destinationBinding="oracle_sysman_db_util_workload_statusMessageDestination@servletRequest" textBinding="oracle_sysman_db_util_workload_statusMessage@servletRequest" shortDescBinding="oracle_sysman_db_util_workload_statusMessage@servletRequest"/> <uix:spacer width="5"/> </uix:flowLayout> <uix:spacer width="5"/> <uix:styledText styleClass="OraTipText" textBinding="loggedInAsLabel@servletRequest" renderedBinding="loggedInUserNameAvailable@servletRequest"/> </uix:cellFormat> </uix:rowLayout> <%-- We use a switcher instead of rendered because if the errorBean is not found, using rendered on messageBox will still render the box with message type = info. Using a switcher avoids this unpleasantness. --%> <uix:switcher childNameBinding="rendered@errorBean@servletRequest"> <uix:case name="true"> <uix:rowLayout width="100%"> <uix:cellFormat columnSpan="2"> <uix:messageBox automatic="false" textBinding="title@errorBean@servletRequest" messageBinding="message@errorBean@servletRequest" messageTypeBinding="messageType@errorBean@servletRequest"/> </uix:cellFormat> </uix:rowLayout> </uix:case> </uix:switcher> </uix:tableLayout> </uix:location>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de