Edit D:\app\Administrator\product\11.2.0\dbhome_1\j2ee\OC4J_EM\applications\em\em\jobs\em2go\executionsTable.jspf
<%-- * Copyright (c) 2003, Oracle Corporation. All rights reserved. * * NAME * executionsTable.jspf * * NOTES * A common included file by jobsList.jsp * Active Jobs Table showing Executions * * MODIFIED * rkhazanc 10/31/03 - rkhazanc_em2go_bugfix_3069107 * rkhazanc created * --%> <%-- Adding following for PPR doesn't work. Clicking Next/Prev updates the tabledatasource appropriately without refreshing whole page, but need to do browser refresh to SEE the new block. partialRenderMode="self" id="jobsTable" --%> <%-- Job Executions Table --%> <uix:table renderedBinding="showActiveJobsTable@servletRequest" partialRenderMode="self" id="jobsTable" showAll="yes" nameBinding="name@tableDataSource@servletRequest" alternateTextBinding="alternateText@servletRequest" formSubmitted="true" width="100%" columnHeaderDataBinding="columnHeaders@servletRequest" tableDataBinding="tableData@tableDataSource@servletRequest" minValue="1" valueBinding="value@tableDataSource@servletRequest" maxValueBinding="maxValue@tableDataSource@servletRequest" blockSizeBinding="blockSize@tableDataSource@servletRequest"> <uix:tableFormat tableBanding="rowBanding"/> <uix:columnHeaderStamp> <uix:sortableHeader textBinding="text" valueBinding="value" sortableBinding="sort"/> </uix:columnHeaderStamp> <uix:tableSelection> <uix:singleSelection selectedIndexBinding = "selectedRow@servletRequest"> <uix:submitButton name="event" value="viewDetails" textBinding="JOBS_TABLE_DETALS_BUTTON@JobsResource"/> <uix:spacer width="1"/> <uix:submitButton name="event" value="editJob" textBinding="JOBS_TABLE_EDIT_BUTTON@JobsResource" renderedBinding="canEdit@servletRequest"/> <uix:spacer width="1" renderedBinding="canEdit@servletRequest"/> <% if ( Boolean.TRUE.equals ( application.getAttribute("em.jobs.ui.advanced") ) ) { %> <uix:submitButton name="event" value="createLike" textBinding="JOBS_TABLE_CREATE_LIKE_BUTTON@JobsResource"/> <uix:spacer width="1"/> <% } %> <uix:submitButton name="event" value="confirmSuspend" textBinding="JOBS_TABLE_SUSPEND_BUTTON@JobsResource"/> <uix:spacer width="1"/> <uix:submitButton name="event" value="doResume" textBinding="JOBS_TABLE_RESUME_BUTTON@JobsResource"/> <uix:spacer width="1"/> <uix:submitButton name="event" value="confirmRetry" textBinding="JOBS_TABLE_RETRY_BUTTON@JobsResource"/> <uix:spacer width="1"/> <uix:submitButton name="event" value="confirmStop" textBinding="JOBS_TABLE_STOP_BUTTON@JobsResource"/> <uix:spacer width="1"/> <% // delete run for advanced, delete for basic if ( Boolean.TRUE.equals( application.getAttribute("em.jobs.ui.advanced") ) ) { %> <uix:submitButton name="event" value="confirmDeletePartialRun" textBinding="JOBS_TABLE_DELETE_RUN_BUTTON@JobsResource"/> <% } else { %> <uix:submitButton name="event" value="confirmDelete" textBinding="JOBS_TABLE_DELETE_BUTTON@JobsResource"/> <% } %> </uix:singleSelection> </uix:tableSelection> <uix:contents> <uix:link textBinding="jobName" destinationBinding="jobDest"/> <uix:styledText textBinding="jobStatus"/> <uix:styledText textBinding="schedDate"/> <uix:link textBinding="targetInfo" destinationBinding="targetLinkDest"/> <uix:styledText textBinding="jobTargetType"/> <%-- <uix:styledText textBinding="nextScheduled"/> --%> <uix:styledText textBinding="jobOwner"/> <%-- <uix:link textBinding="submittedTo" destinationBinding="submittedToLinkDest"/> --%> <%-- uix:styledText textBinding="submittedTo"/ --%> <uix:styledText textBinding="jobNLSType"/> <uix:styledText textBinding="repeating"/> <%-- Form values --%> <uix:formValue name="execId" valueBinding="execId"/> </uix:contents> </uix:table>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de