Edit D:\app\Administrator\product\11.2.0\dbhome_1\j2ee\OC4J_EM\applications\em\em\jobs\libraryTable.jspf
<%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix"%><%-- * Copyright (c) 2003, 2005, Oracle. All rights reserved. * * NAME * jobsLibraryTable.jspf * * NOTES * A common included file by jobsList.jsp * According to ctxType this JSPF contains * Library Jobs Table * * MODIFIED * ashugupt 06/10/05 - Fix ada voilations * pkantawa 03/23/05 - Remove Access column * nqureshi 02/17/05 - adding Support for Link if there is onely one Target * pkantawa 01/05/05 - use tableActions * pkantawa 10/20/04 - change submit from library event * rdabbott 11/13/03 - do not support view from lib * jmcclung 11/04/03 - add shortDesc to singleSelection to fix ADA problem * jmcclung 10/10/03 - enable PPR and simplify TableDataSource data binding * jmcclung 10/08/03 - use TableDataSource for data binding * xshen 09/21/03 - ui review changes * tzimmerm 08/21/03 - tzimmerm_run * xshen 07/24/03 - Created. * --%> <uix:table renderedBinding="showLibraryJobsTable@servletRequest" showAll="yes" partialRenderMode="self" id="jobsTable" nameBinding="name@tableDataSource@servletRequest" alternateTextBinding="alternateText@servletRequest" formSubmitted="true" width="100%" tableDataBinding="tableData@tableDataSource@servletRequest" columnHeaderDataBinding="columnHeaders@servletRequest" minValue="1" valueBinding="value@tableDataSource@servletRequest" maxValueBinding="maxValue@tableDataSource@servletRequest" blockSizeBinding="blockSize@tableDataSource@servletRequest" summaryBinding="JOBS_LIBRARY_TABLE@JobsResource"> <%@ include file="jobsTableActions.jspf" %> <uix:tableFormat tableBanding="rowBanding"/> <uix:columnHeaderStamp> <uix:sortableHeader textBinding="text" valueBinding="value" sortableBinding="sort"/> </uix:columnHeaderStamp> <uix:tableSelection> <uix:singleSelection shortDescBinding="SELECT@CommonResource" selectedIndexBinding = "selectedRow@servletRequest"> <%-- Submit Library Job --%> <uix:submitButton name="event" value="submitLibraryJob" renderedBinding="canSubmitLibraryJob@servletRequest" textBinding="CREATE_JOB_SUBMIT_BUTTON@JobsResource"/> <uix:spacer width="3"/> <%-- Create Like Library Job --%> <uix:submitButton name="event" value="createLike" textBinding="JOBS_TABLE_CREATE_LIKE_BUTTON@JobsResource"/> <uix:spacer width="3"/> <%-- Edit Library Job --%> <uix:submitButton name="event" value="editJob" textBinding="JOBS_TABLE_EDIT_BUTTON@JobsResource" renderedBinding="canEdit@servletRequest"/> <uix:spacer width="3" renderedBinding="canEdit@servletRequest"/> <%-- View Library Job is not supported <uix:submitButton name="event" value="viewLibraryJob" textBinding="JOBS_TABLE_DETALS_BUTTON@JobsResource"/> <uix:spacer width="3" /> --%> <%-- Delete Library Job --%> <uix:submitButton name="event" value="confirmDelete" renderedBinding="canDelete@servletRequest" textBinding="JOBS_TABLE_DELETE_BUTTON@JobsResource"/> <uix:spacer width="3"/> </uix:singleSelection> </uix:tableSelection> <uix:contents> <uix:link textBinding="jobName" destinationBinding="jobDest"/> <uix:styledText textBinding="jobNLSType"/> <uix:styledText textBinding="jobOwner"/> <uix:link textBinding="jobTargets" destinationBinding="targetLinkDest"/> <uix:styledText textBinding="jobTargetType"/> <uix:formValue name="jobId" valueBinding="jobId"/> <uix:formValue name="jobName" valueBinding="jobName"/> <uix:formValue name="jobType" valueBinding="jobType"/> </uix:contents> </uix:table>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de