Edit D:\app\Administrator\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em\em\schedule\schedulesegment.jsp
<%-- * Copyright (c) 2003, 2005, Oracle. All rights reserved. * * NAME * schedulesegment.jsp * * NOTES * schedule segment * * MODIFIED * nqureshi 07/14/05 - bug 4491189 * narkumar 06/17/05 - * nqureshi 03/14/05 - changing resourcebundle Location * nqureshi 03/02/05 - * nqureshi 12/24/04 - revamping schedulesegment * pkantawa 06/15/04 - creation * --%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix"%> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem"%> <%@ page import="oracle.sysman.emSDK.page.seg.PageSegmentContext"%> <%@ page import="oracle.sysman.emSDK.schl.ScheduleSegmentConstants"%> <%@ page import="oracle.sysman.eml.rsc.page.seg.sch.scheduleMsgID"%> <oem:pageSegment> <uix:dataScope> <uix:bundle name="ScheduleBundle" class="oracle.sysman.eml.rsc.page.seg.sch.scheduleMsg"/> <% if ((((PageSegmentContext) request.getAttribute("pageSegmentContext")).getAttribute("showStartOptions")).equals(Boolean.TRUE)) { %> <uix:tableLayout> <uix:rowLayout> <uix:spacer width="21"/> <uix:messageRadioButton name="startOption" promptBinding="TYPE@ScheduleBundle" selectedValueBinding="selectedStartOption@" primaryClientActionBinding="startNowOptionSelectedEvent@" value="now" disabledBinding="readOnlyMode@" shortDescBinding="IMMEDIATELY@ScheduleBundle"/> <uix:messagePrompt promptBinding="IMMEDIATELY@ScheduleBundle" /> <uix:spacer width="10"/> <uix:messageRadioButton name="startOption" value="later" selectedValueBinding="selectedStartOption@" primaryClientActionBinding="startLaterOptionSelectedEvent@" disabledBinding="readOnlyMode@" shortDescBinding="LATER@ScheduleBundle" /> <uix:messagePrompt promptBinding="LATER@ScheduleBundle" /> <uix:spacer width="10"/> <uix:messageRadioButton name="startOption" value="repeating" selectedValueBinding="selectedStartOption@" primaryClientActionBinding="startRepeatingOptionSelectedEvent@" disabledBinding="readOnlyMode@" shortDescBinding="REPEATING@ScheduleBundle"/> <uix:messagePrompt promptBinding="REPEATING@ScheduleBundle" /> </uix:rowLayout> </uix:tableLayout> <% } %> <uix:tableLayout cellSpacing="10" width="100%" id="scheduleID"> <% if (( (((PageSegmentContext) request.getAttribute("pageSegmentContext")).getAttribute("selectedStartOption"))!= null && (((PageSegmentContext) request.getAttribute("pageSegmentContext")).getAttribute("selectedStartOption")).equals("repeating")) || (((PageSegmentContext) request.getAttribute("pageSegmentContext")).getAttribute("showFrequencyHeader")).equals(Boolean.FALSE) ) { %> <%-- if ( !((String) ((PageSegmentContext) request.getAttribute("pageSegmentContext")).getAttribute("selectedFrequencyType")).equals (scheduleMsgID.FREQUENCY_ONE_TIME_ONLY)) { --%> <%@ include file="/schedule/frequencyTypes.jspf"%> <% // } } %> <% if( (((PageSegmentContext) request.getAttribute("pageSegmentContext")).getAttribute("selectedStartOption"))!= null && (((PageSegmentContext) request.getAttribute("pageSegmentContext")).getAttribute("selectedStartOption")).equals("repeating") || (((PageSegmentContext) request.getAttribute("pageSegmentContext")).getAttribute("showFrequencyHeader")).equals(Boolean.FALSE) ) { if ( !((String) ((PageSegmentContext) request.getAttribute("pageSegmentContext")).getAttribute("selectedFrequencyType")).equals (scheduleMsgID.FREQUENCY_ONE_TIME_ONLY)) { %> <%@ include file="/schedule/frequencyDetails.jspf"%> <% } } %> <% if ((((PageSegmentContext) request.getAttribute("pageSegmentContext")).getAttribute("showTimeZone")).equals(Boolean.TRUE) && (((PageSegmentContext) request.getAttribute("pageSegmentContext")).getAttribute("selectedStartOption"))!= null && !(((PageSegmentContext) request.getAttribute("pageSegmentContext")).getAttribute("selectedStartOption")).equals("now") ) { %> <%@ include file="/schedule/timezone.jspf"%> <% } %> <% if ((((String) ((PageSegmentContext) request.getAttribute("pageSegmentContext")).getAttribute("selectedStartOption")) != null)&&(((String) ((PageSegmentContext) request.getAttribute("pageSegmentContext")).getAttribute("selectedStartOption")).equals ("later") || ((String) ((PageSegmentContext) request.getAttribute("pageSegmentContext")).getAttribute("selectedStartOption")).equals ("repeating"))) { %> <%@ include file="/schedule/startDate.jspf"%> <% } %> <% if ((((PageSegmentContext) request.getAttribute("pageSegmentContext")).getAttribute("showDurationOptions")).equals(Boolean.TRUE)) { %> <%@ include file="/schedule/duration.jspf"%> <% } %> <% if ((((PageSegmentContext) request.getAttribute("pageSegmentContext")).getAttribute("showRepeatUntilOptions")).equals(Boolean.TRUE) && (((PageSegmentContext) request.getAttribute("pageSegmentContext")).getAttribute("selectedStartOption")).equals("repeating")) { %> <%@ include file="/schedule/repeatUntil.jspf"%> <% } %> </uix:tableLayout> </uix:dataScope> </oem:pageSegment>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de