Edit D:\app\Administrator\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em\em\database\instance\schedule.jspf
<!-- Copyright (c) 2002, Oracle Corporation. All rights reserved. --> <!-- DESCRIPTION schedule widget bean NOTES none MODIFIED (MM/DD/YY) ganessub 07/05/06 - armaity 06/25/06 - ganessub 05/02/06 - Creation. --> <!-- @version $Header: schedule.jspf 05-jul-2006.08:20:52 ganessub Exp $ @author nachen @since 4.1 --> <uix:dataScope> <uix:bundle name="ScheduleBundle" class="oracle.sysman.emSDK.eml.SDKUIMsg"/> <uix:switcher childNameBinding="showTimeZone@scheduleBean@servletRequest"> <uix:case name="true"> <uix:tableLayout cellSpacing="5"> <%-- START TIME ZONE --%> <uix:cellFormat hAlign="right"> <uix:messagePrompt promptBinding="TIME_ZONE@ScheduleBundle" /> </uix:cellFormat> <uix:cellFormat> <uix:styledText renderedBinding="onlyOneTimeZone@scheduleBean@servletRequest" styleClass="OraDataText" id="startTimeZoneSB" textBinding="startTimeZoneDisplay@scheduleBean@servletRequest"/> <uix:choice renderedBinding="showMultipleTimeZoneRegions@scheduleBean@servletRequest" id="startTimeZoneRegionSB" name="startTimeZoneRegionSB" shortDescBinding="TIME_ZONE@ScheduleBundle" selectedValueBinding="startTimeZoneRegionSB@scheduleBean@servletRequest"> <uix:contents childDataBinding="timeZoneRegions@scheduleBean@servletRequest"> <uix:option textBinding="text" valueBinding="value"/> </uix:contents> </uix:choice> <oem:choice renderedBinding="showMultipleTimeZoneGMT@scheduleBean@servletRequest" id="startTimeZoneSB" name="startTimeZoneSB" shortDescBinding="TIME_ZONE@ScheduleBundle" optionsBinding="timeZonesSB@scheduleBean@servletRequest" selectedValueBinding="startTimeZoneSB@scheduleBean@servletRequest" /> </uix:cellFormat> </uix:tableLayout> </uix:case> </uix:switcher> <%-- This is a hack! For some reason, Start and Duration cannot line up without this --%> <uix:rowLayout> <uix:cellFormat> <uix:header text=""/> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat vAlign="top"> <%-- START HEADER --%> <%@ include file="start.jspf" %> </uix:cellFormat> <uix:cellFormat rendered="false" vAlign="top"> <uix:header text="Expire"> </uix:header> </uix:cellFormat> <uix:cellFormat vAlign="top"> <%-- DURATION HEADER --%> <uix:switcher childNameBinding="showDurationSB@scheduleBean@servletRequest"> <uix:case name="true"> <uix:header textBinding="DURATION@scheduleBundle@servletRequest"> <uix:tableLayout cellSpacing="5"> <uix:rowLayout> <uix:cellFormat hAlign="left"> <uix:choice> <uix:messagePrompt promptBinding="DURATION@scheduleBundle@servletRequest"/> <uix:spacer width="5"/> <uix:textInput name="durationHourSB" textBinding="durationHourSB@scheduleBean@servletRequest" shortDescBinding="HOURS@scheduleBundle@servletRequest" columns="10"/> <uix:styledText styleClass="OraInstructionText" textBinding="HOURS@scheduleBundle@servletRequest"/> <uix:textInput name="durationMinuteSB" textBinding="durationMinuteSB@scheduleBean@servletRequest" shortDescBinding="MINUTES@scheduleBundle@servletRequest" columns="10"/> <uix:styledText styleClass="OraInstructionText" textBinding="MINUTES@scheduleBundle@servletRequest"/> </uix:choice> </uix:cellFormat> </uix:rowLayout> </uix:tableLayout> </uix:header> </uix:case> </uix:switcher> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat vAlign="top"> <%-- REPEAT HEADER --%> <uix:header textBinding="REPEAT_HEADER@ScheduleBundle"> <uix:tableLayout cellSpacing="5"> <uix:rowLayout> <%-- ONE TIME ONLY RADIO BUTTON --%> <uix:cellFormat> <uix:switcher childNameBinding="showOneTimeOnlyRepeatTypeSB@scheduleBean@servletRequest"> <uix:case name="true"> <oem:radioButton name="repeatTypeSB" value="oneTimeOnly" selectedValueBinding="repeatTypeSB@scheduleBean@servletRequest" textBinding="ONE_TIME_ONLY@ScheduleBundle" shortDescBinding="ONE_TIME_ONLY@ScheduleBundle" styleClass="OraInstructionText" /> </uix:case> </uix:switcher> </uix:cellFormat> </uix:rowLayout> <%-- INTERVAL RADIO BUTTON --%> <uix:switcher childNameBinding="showOneTimeOnlyRepeatTypeSB@scheduleBean@servletRequest"> <uix:case name="true"> <uix:rowLayout> <uix:cellFormat> <oem:radioButton name="repeatTypeSB" value="interval" selectedValueBinding="repeatTypeSB@scheduleBean@servletRequest" textBinding="INTERVAL@ScheduleBundle" shortDescBinding="INTERVAL@ScheduleBundle" styleClass="OraInstructionText" /> </uix:cellFormat> </uix:rowLayout> </uix:case> </uix:switcher> <uix:rowLayout> <uix:cellFormat hAlign="right"> <%-- FREQUENCY --%> <uix:messagePrompt promptBinding="FREQUENCY@ScheduleBundle" /> </uix:cellFormat> <uix:cellFormat hAlign="left"> <uix:rowLayout> <uix:textInput id="repeatCountSBID" name="repeatCountSB" textBinding="repeatCountSB@scheduleBean@servletRequest" shortDescBinding="FREQUENCY@ScheduleBundle" columns="10" /> <uix:spacer width="5" /> <oem:choice name="repeatIntervalSB" id="repeatCountSBIDINT" optionsBinding="intervalsSB@scheduleBean@servletRequest" shortDescBinding="INTERVAL@ScheduleBundle" selectedValueBinding="repeatIntervalSB@scheduleBean@servletRequest" /> </uix:rowLayout> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat> <oem:radioButton name="repeatTypeSB" value="byMonth" selectedValueBinding="repeatTypeSB@scheduleBean@servletRequest" textBinding="MONTHLY@ScheduleBundle" shortDescBinding="MONTHLY@ScheduleBundle" styleClass="OraInstructionText" /> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat> <oem:radioButton name="repeatTypeSB" value="byYear" selectedValueBinding="repeatTypeSB@scheduleBean@servletRequest" textBinding="YEARLY@ScheduleBundle" shortDescBinding="YEARLY@ScheduleBundle" styleClass="OraInstructionText" /> </uix:cellFormat> </uix:rowLayout> </uix:tableLayout> </uix:header> </uix:cellFormat vAlign="top"> <uix:cellFormat vAlign="top"> <%-- REPEAT UNTIL HEADER --%> <%@ include file="repeatUntil.jspf" %> </uix:cellFormat vAlign="top"> </uix:rowLayout> </uix:dataScope>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de