Edit D:\app\Administrator\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em\em\database\osm\util\jobInclude.jsp
<%-- Name: jobInclude.jsp -- Type: OEM JSP Include -- Description: This page contains the complete UI for scheduling a job. -- There is supposed to be a generic job page that can be -- shared, but until that is finished, this can be used -- for the schema objects. -- -- JSP Changes: To use this page, include this page on your job schedule page. -- EMO Changes: Add a function to your bean that will return the job bean. -- Controller Changes: --%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %> <uix:buildTree nodeID="jobInclude"> <uix:dataScope> <uix:bundle name="dbMsgs" class="oracle.sysman.db.rsc.DBObjectMsg"/> <uix:bundle name="schmMsgs" class="oracle.sysman.db.rsc.schm.SchemaMsg"/> <uix:bundle name="osmMsgs" class="oracle.sysman.db.rsc.osm_instanceMsg"/> <uix:stackLayout> <%-- Intro Text --%> <uix:spacer height="5" width="1" /> <uix:styledText styleClass="OraInstructionText" textBinding="jobInstructions@" /> <uix:spacer height="10" width="1"/> <%-- Job Name, Description --%> <uix:labeledFieldLayout labelWidth="15%"> <uix:messagePrompt promptBinding="JOB_NAME@schmMsgs" required="yes" labeledNodeId="jobName"/> <uix:textInput id="jobName" name="jobName" textBinding="jobName@" columns="60"/> <uix:messagePrompt promptBinding="JOB_DESC@schmMsgs" labeledNodeId="jobDescription"/> <uix:textInput id="jobDescription" name="jobDescription" textBinding="jobDescription@" columns="60"/> </uix:labeledFieldLayout> <%-- Host Credentials --%> <uix:header textBinding="CREDS_ASM_HOSTCREDS@osmMsgs" > <uix:rowLayout> <uix:contents> <uix:styledText styleClass="OraInstructionText" textBinding="STEP4_INTRO2@uixAnalyzeBundle@servletRequest"/> </uix:contents> </uix:rowLayout> <uix:spacer height="5"/> <%@ include file="/credentials.jspf"%> </uix:header> <uix:tableLayout renderedBinding="showDBCreds@" width="100%" cellSpacing="2"> <uix:rowLayout vAlign="top"> <uix:header textBinding="CREDS_ASM_CREDS@osmMsgs"> <uix:contents> <uix:labeledFieldLayout labelWidth="25%"> <uix:contents> <uix:messagePrompt labeledNodeId="targetUserName" promptBinding="USERNAME@schmMsgs" required="yes"/> <uix:textInput id="targetUserName" name="targetUserName" textBinding="targetUserName@" noAutoComplete="true" columns="30"/> <uix:messagePrompt labeledNodeId="targetPassword" promptBinding="PASSWORD@schmMsgs" required="yes"/> <uix:textInput id="targetPassword" name="secretTargetPassword" textBinding="secretTargetPassword@" noAutoComplete="true" secret="true" columns="30"/> </uix:contents> </uix:labeledFieldLayout> </uix:contents> </uix:header> </uix:rowLayout> </uix:tableLayout> <uix:spacer height="10" width="1"/> <%-- Scheduling Option --%> <uix:header textBinding="SCHED_OPT_HDR@schmMsgs"> <%@ include file="/sdk/schedule/start.jspf" %> </uix:header> </uix:stackLayout> </uix:dataScope> </uix:buildTree>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de