Edit D:\app\Administrator\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em\em\database\sqlaccess\templates.jspf
<%-- -- Page: templates.jspf -- Included by: tuneOptions.jsp -- Controller: oracle.sysman.db.util.SqlAccessController -- -- Description: Displays table of existing tasks and templates; the one -- selected will be used to initialize values -- -- MODIFIED (MM/DD/YY) -- misun 06/14/07 - fix bug 6128665: nls: hardcode string 'view' in -- sql access advisor: initial options page -- mpawelko 05/13/05 - fix oac violations -- mpawelko 10/15/04 - convert templates table to uix:table -- mpawelko 08/26/04 - change blockSize to 25 -- mpawelko 08/05/04 - add tasks/templates view choice -- mpawelko 02/26/04 - mpawelko_support_aa_templates -- mpawelko 02/23/04 - created --%> <uix:header textBinding="TASKS_TEMPLATES@AAMsgs"> <uix:stackLayout> <uix:messageChoice name="viewType" promptBinding="VIEW@dbMsgs" onChange="submitForm('access', true, {'event':'changeTaskView'})" selectedValueBinding="viewType@objectBean@servletRequest" > <uix:option textBinding="TEMPLATES_ONLY@AAMsgs" value="0" /> <uix:option textBinding="TASKS_ONLY@AAMsgs" value="1" /> <uix:option textBinding="TASKS_TEMPLATES@AAMsgs" value="2" /> </uix:messageChoice> <%-- Display tasks and templates --%> <uix:dataScope currentDataBinding="accessTasksTemplatesTableUI@objectBean@servletRequest"> <uix:table id="accessTasksTemplatesTableUI" formSubmitted="true" width="100%" summaryBinding="SELECT_TASK_DESC@AAMsgs" tableDataBinding="<%= UIXDataSource.S_ROW_DATA_ATTR %>" minValue="1" valueBinding="<%= UIXDataSource.S_START_INDEX_ATTR %>" maxValueBinding="<%= UIXDataSource.S_NUM_ROWS_ATTR %>" showAll="yes" partialRenderMode="self" alternateTextBinding="NO_TASKS@AAMsgs" blockSizeBinding="<%= UIXDataSource.S_BLOCK_SIZE_ATTR %>" > <uix:tableFormat tableBanding="rowBanding"/> <%-- Tasks/Templates Name column --%> <uix:column> <uix:columnHeader> <uix:sortableHeader textBinding="TNAME@AAMsgs" sortableBinding="<%= AccessParameterConstants.S_SORT_NAME %>"/> </uix:columnHeader> <uix:columnFormat columnDataFormat="textFormat"/> <uix:styledText textBinding="<%= AccessParameterConstants.S_NAME_COL %>" /> </uix:column> <%-- Tasks/Templates Description column --%> <uix:column> <uix:columnHeader> <uix:sortableHeader textBinding="DESCRIPTION@AAMsgs" sortableBinding="<%= AccessParameterConstants.S_SORT_DESC %>"/> </uix:columnHeader> <uix:columnFormat columnDataFormat="textFormat"/> <uix:styledText textBinding="<%= AccessParameterConstants.S_DESC_COL %>" /> </uix:column> <%-- Last Modified column --%> <uix:column> <uix:columnHeader> <uix:sortableHeader textBinding="LAST_MODIFIED@AAMsgs" sortableBinding="<%= AccessParameterConstants.S_SORT_MOD_DATE %>"/> </uix:columnHeader> <uix:columnFormat columnDataFormat="textFormat"/> <uix:styledText textBinding="<%= AccessParameterConstants.S_MOD_DATE_COL %>" /> </uix:column> <%-- Type (Task or Template) column --%> <uix:column> <uix:columnHeader> <uix:sortableHeader textBinding="TYPE@AAMsgs" sortableBinding="<%= AccessParameterConstants.S_SORT_TYPE %>"/> </uix:columnHeader> <uix:columnFormat columnDataFormat="textFormat"/> <uix:styledText textBinding="<%= AccessParameterConstants.S_TYPE_COL %>" /> </uix:column> <uix:tableSelection> <uix:singleSelection shortDescBinding="SELECT_TASK_DESC@AAMsgs" selectedIndexBinding="selectedIndex@objectBean@servletRequest"> <uix:submitButton textBinding="VIEW_OPTS@AAMsgs" shortDescBinding="VIEW_OPTS@AAMsgs" name="event" value="viewOptions" /> </uix:singleSelection> </uix:tableSelection> </uix:table> </uix:dataScope> </uix:stackLayout> </uix:header>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de