Edit D:\app\Administrator\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em\em\database\dist\advRepl\setupmvg\scheduleEMJob.jsp
<%@ page contentType="text/html; charset=UTF-8"%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix"%> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem"%> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag/db" prefix="db"%> <%@ page import="oracle.sysman.emSDK.util.jdk.NLSUtil"%> <%@ page import="oracle.sysman.eml.ecm.util.table.UIXDataSource"%> <%@ page import="oracle.sysman.db.rsc.advRepl.ARSetupMsg"%> <%@ page import="oracle.cabo.ui.data.BundleDataObject"%> <%@ page import="oracle.sysman.emSDK.creds.CredsBean" %> <%@ include file="/oemNoscript.jspf"%> <% request.setAttribute("arb", new BundleDataObject(NLSUtil.getBundle(ARSetupMsg.class.getName(), request))); %> <uix:renderingContext id="renderingContext"> <oem:setURLEncoder id="renderingContext"/> <uix:dataScope> <uix:bundle name="ScheduleBundle" class="oracle.sysman.emSDK.eml.SDKUIMsg"/> <uix:bundle name="ARSetupMsgs" class="oracle.sysman.db.rsc.advRepl.ARSetupMsg"/> <uix:bundle name="mvgroupsMsgs" class="oracle.sysman.db.rsc.advRepl.MVGroupMsg"/> <uix:document> <%@ include file="/oemTitle.jspf"%> <uix:contents> <uix:form name="scheduleEMJob" method="post"> <uix:formValue name="pageName" value="/database/dist/advRepl/setupmvg/scheduleEMJob"/> <uix:formValue name="cancelURL" valueBinding="cancelURL@servletRequest"/> <uix:contents> <uix:pageLayout titleBinding="MVG_SJ_HEAD@ARSetupMsgs"> <%@ include file="/oemGlobal.jspf"%> <uix:contents> <oem:messageBox messageType = "error" msgBundleBinding="defaultMsgBundleName@servletRequest" errorTableBinding="errors@servletRequest" titleTextKey="titleText" mainTextKey="mainText"/> <uix:spacer height="10" width="10"/> <uix:header textBinding="EMJOB_HOSTCR@ARSetupMsgs"> <%@ include file="/credentials.jspf" %> </uix:header> <uix:header textBinding="EMJOB_OP@ARSetupMsgs"> </uix:header> <uix:spacer height="10" width="10"/> <uix:tableLayout cellSpacing="10"> <uix:contents> <uix:rowLayout> <!-- Job Name --> <uix:cellFormat hAlign="left" vAlign="top"> <uix:rowLayout> <uix:contents> <uix:cellFormat hAlign="left" vAlign="top"> <uix:contents> <uix:messagePrompt promptBinding="JOB_NAME@mvgroupsMsgs" styleClass="OraInstructionText" required="yes" labeledNodeId="jobName" /> </uix:contents> </uix:cellFormat> <uix:spacer height="10" width="10"/> <uix:cellFormat hAlign="left" vAlign="top"> <uix:contents> <uix:messageTextInput name="jobName" textBinding="jobName@defaultBean@servletRequest" shortDescBinding="JOB_NAME@mvgroupsMsgs" id="jobName" /> </uix:contents> </uix:cellFormat> </uix:contents> </uix:rowLayout> </uix:cellFormat> <uix:spacer height="5" width="5"/> <!-- Schedule Options--> <uix:cellFormat hAlign="left" vAlign="top"> <uix:tableLayout> <!-- Options --> <uix:rowLayout> <uix:contents> <uix:cellFormat hAlign="left"> <uix:contents> <oem:radioButton name="submitJobOption" value="NOW" selectedValueBinding="submitJobOption@defaultBean@servletRequest" shortDescBinding="NOW@ARSetupMsgs" textBinding="NOW@ARSetupMsgs" styleClass="OraInstructionText"/> </uix:contents> </uix:cellFormat> <uix:cellFormat/> </uix:contents> </uix:rowLayout> <uix:rowLayout> <uix:contents> <uix:cellFormat> <uix:contents> <oem:radioButton name="submitJobOption" value="LATER" selectedValueBinding="submitJobOption@defaultBean@servletRequest" shortDescBinding="EMJOB_LAT@ARSetupMsgs" textBinding="EMJOB_LAT@ARSetupMsgs" styleClass="OraInstructionText"/> </uix:contents> </uix:cellFormat> </uix:contents> </uix:rowLayout> <!-- date row --> <uix:rowLayout> <uix:contents> <uix:cellFormat hAlign="right" vAlign="top"> <uix:contents> <uix:styledText styleClass="OraInstructionText" textBinding="EMJOB_SD@ARSetupMsgs"/> </uix:contents> </uix:cellFormat> <uix:cellFormat hAlign="left" vAlign="top"> <uix:contents> <uix:messageDateField id="startDateSB" name="startDateSB" valueBinding="startDateSB@submitJobSchedule@defaultBean@servletRequest" tipBinding="dateTip@submitJobSchedule@defaultBean@servletRequest" shortDescBinding="START_DATE@ScheduleBundle"> <uix:onSubmitValidater> <uix:date dateStyle="medium"/> </uix:onSubmitValidater> </uix:messageDateField> </uix:contents> </uix:cellFormat> </uix:contents> </uix:rowLayout> <!-- Time row --> <uix:rowLayout> <uix:cellFormat hAlign="right" vAlign="top"> <uix:contents> <uix:styledText styleClass="OraInstructionText" textBinding="TIME@ARSetupMsgs"/> </uix:contents> </uix:cellFormat> <uix:cellFormat> <uix:rowLayout> <uix:cellFormat> <%-- START HOUR --%> <oem:choice name="startHourSB" id="startTimeID" optionsBinding="hoursSB@submitJobSchedule@defaultBean@servletRequest" shortDescBinding="HOURS@ScheduleBundle" selectedValueBinding="startHourSB@submitJobSchedule@defaultBean@servletRequest"/> </uix:cellFormat> <uix:spacer height="5" width="5"/> <uix:cellFormat> <%-- START MINUTE --%> <oem:choice name="startMinuteSB" id="startTimeIDMIN" shortDescBinding="MINUTES@ScheduleBundle" optionsBinding="minutesSB@submitJobSchedule@defaultBean@servletRequest" selectedValueBinding="startMinuteSB@submitJobSchedule@defaultBean@servletRequest"/> </uix:cellFormat> <uix:spacer height="5" width="5"/> <uix:cellFormat> <%-- START SECOND --%> <oem:choice name="startSecondSB" id="startTimeIDSEC" shortDescBinding="SECONDS@ScheduleBundle" optionsBinding="secondsSB@submitJobSchedule@defaultBean@servletRequest" selectedValueBinding="startSecondSB@submitJobSchedule@defaultBean@servletRequest"/> </uix:cellFormat> <uix:spacer height="5" width="5"/> <%-- START AM/PM --%> <uix:cellFormat> <oem:radioButton name="startAmPmSB" value="AM_VALUE" selectedValueBinding="startAmPmSB@submitJobSchedule@defaultBean@servletRequest" textBinding="AM_LABEL@ScheduleBundle" shortDescBinding="AM_LABEL@ScheduleBundle" styleClass="OraInstructionText"/> </uix:cellFormat> <uix:spacer height="5" width="5"/> <uix:cellFormat> <oem:radioButton name="startAmPmSB" value="PM_VALUE" selectedValueBinding="startAmPmSB@submitJobSchedule@defaultBean@servletRequest" textBinding="PM_LABEL@ScheduleBundle" shortDescBinding="PM_LABEL@ScheduleBundle" styleClass="OraInstructionText"/> </uix:cellFormat> </uix:rowLayout> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:contents> <uix:cellFormat> <uix:contents> <oem:radioButton name="submitJobOption" value="NEVER" selectedValueBinding="submitJobOption@defaultBean@servletRequest" shortDescBinding="NEVER@ARSetupMsgs" textBinding="NEVER@ARSetupMsgs" styleClass="OraInstructionText"/> <uix:tip textBinding="EMJOB_TIP@ARSetupMsgs"/> <%--<uix:messageRadioButton name="start" text="Never" tip="Select the option to save the setup script only."/>--%> </uix:contents> </uix:cellFormat> </uix:contents> </uix:rowLayout> </uix:tableLayout> </uix:cellFormat> </uix:rowLayout> </uix:contents> </uix:tableLayout> </uix:contents> <uix:pageButtons> <uix:pageButtonBar> <uix:contents> <uix:submitButton textBinding="CANCEL@ARSetupMsgs" name="event" value="cancel"/> <uix:navigationBar value="5" maxValue="6" formSubmitted="true" name="setupMVNavBar" /> </uix:contents> </uix:pageButtonBar> </uix:pageButtons> <uix:location> <uix:train value="5"> <uix:contents> <uix:link textBinding="MVG_TR_GEN@ARSetupMsgs"/> <uix:link textBinding="MVG_TR_SELMG@ARSetupMsgs"/> <uix:link textBinding="MVG_TR_AO@ARSetupMsgs"/> <uix:link textBinding="MVG_TR_MVC@ARSetupMsgs"/> <uix:link textBinding="MVG_EMJOB@ARSetupMsgs"/> <uix:link textBinding="MVG_REV@ARSetupMsgs"/> </uix:contents> </uix:train> </uix:location> <uix:pageStatus> <uix:formattedText styleClass="OraInstructionText" textBinding="MVG_EMJOB_TEXT@ARSetupMsgs"/> </uix:pageStatus> </uix:pageLayout> </uix:contents> </uix:form> </uix:contents> </uix:document> </uix:dataScope> </uix:renderingContext>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de