Edit D:\app\Administrator\product\11.2.0\dbhome_1\j2ee\OC4J_EM\applications\em\em\admin\rep\selectUserRole.jsp
<%@ include file="/oemNoscript.jspf" %> <%@ include file="/sdk/oemTop.jspf"%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix"%> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem"%> <script> var index = document.URL.indexOf("CHECK_ON_LOAD"); if(index>0) { var urlStartIndex= document.URL.indexOf("rURL"); var parentURL = (document.URL).substring(urlStartIndex+5); var rURL = parentURL.substring(0,parentURL.indexOf("&")); var rURL = unescape(rURL); if(rURL.indexOf("?") < 0) { var end = parentURL.substring(parentURL.indexOf("&")+1); parentURL = rURL+"?"+end; } else { var end = parentURL.substring(parentURL.indexOf("&")); parentURL = rURL+end; } var finalLocation =parentURL+"&eventGenerated=select"; window.close(); window.opener.location.href=finalLocation; } var indexCancel = document.URL.indexOf("CHECK_CANCEL"); if(indexCancel>0) { var urlStartIndex= document.URL.indexOf("rURL"); var parentURL = (document.URL).substring(urlStartIndex+5); var rURL = parentURL.substring(0,parentURL.indexOf("&")); var rURL = unescape(rURL); if(rURL.indexOf("?") < 0 ) { var finalLocation1 =rURL+"?eventGenerated=cancel"; } else { var finalLocation1 =rURL+"&eventGenerated=cancel"; } window.close(); window.opener.location.href=finalLocation1; } </script> <uix:renderingContext id="renderingContext"> <oem:setURLEncoder id="renderingContext"/> <uix:bundle name="commonResourceBundle" class="oracle.sysman.resources.CommonResourceBundle"/> <uix:bundle name="adminResourceBundle" class="oracle.sysman.eml.admin.rep.AdminResourceBundle"/> <uix:document> <%@ include file="/enablePPR.jspf"%> <%@ include file="/oemTitle.jspf"%> <uix:body> <uix:form name="selectUserRoleForm" method="POST"> <uix:pageLayout> <uix:contents> <uix:switcher childNameBinding="error@selectUserRoleMap@servletRequest"> <uix:case name="true"> <uix:stackLayout> <uix:contents> <uix:messageBox messageBinding="errorMsgText@selectUserRoleMap@servletRequest" messageTypeBinding="msgType@selectUserRoleMap@servletRequest" textBinding="errorMsg@selectUserRoleMap@servletRequest"/> <uix:spacer height="20"/> </uix:contents> </uix:stackLayout> </uix:case> </uix:switcher> <uix:header textBinding="SELECT_USER_ROLE_HEADER@adminResourceBundle"/> <uix:stackLayout> <uix:rowLayout hAlign="right"> <uix:pageButtonBar> <uix:submitButton textBinding="CANCEL@commonResourceBundle" name="event" value="ct_cancel"/> <uix:submitButton textBinding="SELECT@commonResourceBundle" name="event" value="ct_select"/> </uix:pageButtonBar> </uix:rowLayout> <uix:spacer height="25"/> <uix:tableLayout hAlign="right" width="95%"> <uix:rowLayout> <uix:cellFormat columnSpan="2"> <uix:header textBinding="SEARCH@commonResourceBundle"/> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat columnSpan="2"> <uix:styledText text=""/> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat columnSpan="2"> <uix:spacer height="10"/> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat width="20%"> <uix:messageTextInput name="search" columns="30" promptBinding="SEARCH@adminResourceBundle" shortDescBinding="SEARCH@adminResourceBundle" textBinding="searchString@selectUserRoleMap@servletRequest" id="search" /> </uix:cellFormat> <uix:cellFormat hAlign="left" vAlign="bottom"> <uix:spacer height="10"/> <uix:submitButton textBinding="GO@commonResourceBundle" name="event" value="ct_go"/> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat columnSpan="2"> <uix:header textBinding="RESULTS@commonResourceBundle"/> </uix:cellFormat> </uix:rowLayout> </uix:tableLayout> <uix:spacer height="110"/> <uix:tableLayout hAlign="center" width="91%"> <uix:rowLayout> <uix:cellFormat> <uix:table name="selectUserRoleTable" id="selectUserRoleTable" partialRenderMode="self" alternateTextBinding="SEARCH_NAME_NOT_FOUND@adminResourceBundle" width="100%" blockSize="25" summaryBinding="SELECT_USER_ROLE_TABLE_SUMMARY@adminResourceBundle" valueBinding="value@selectUserRoleMap@servletRequest" minValue="1" maxValueBinding="max@selectUserRoleMap@servletRequest" formSubmitted="true" tableDataBinding="list@selectUserRoleMap@servletRequest" columnHeaderDataBinding="columnHeader@selectUserRoleMap@servletRequest" showAll="yes"> <uix:tableSelection> <uix:multipleSelection shortDescBinding="SELECT@commonResourceBundle" disabled="false" selectedBinding="checked"/> </uix:tableSelection> <uix:tableFormat tableBanding="rowBanding"/> <uix:contents> <uix:column> <uix:columnHeader> <uix:sortableHeader textBinding="text" sortableBinding="sortable"/> </uix:columnHeader> <uix:columnFormat columnDataFormat="iconFormat" width="35%"/> <uix:styledText textBinding="Name"/> <uix:formValue name="user_name" valueBinding="Name"/> </uix:column> <uix:column> <uix:columnHeader> <uix:sortableHeader textBinding="text" sortableBinding="sortable"/> </uix:columnHeader> <uix:columnFormat columnDataFormat="iconFormat" width="40 %"/> <uix:styledText textBinding="Type"/> <uix:formValue name="user_type" valueBinding="Type"/> </uix:column> <uix:column> <uix:columnHeader> <uix:sortableHeader textBinding="text" sortableBinding="sortable"/> </uix:columnHeader> <uix:columnFormat columnDataFormat="iconFormat" width="25%"/> <uix:styledText textBinding="Description"/> <uix:formValue name="user_desc" valueBinding="Description"/> </uix:column> </uix:contents> <uix:footer> <uix:styledText text=""/> </uix:footer> </uix:table> </uix:cellFormat> </uix:rowLayout> </uix:tableLayout> </uix:stackLayout> </uix:contents> <uix:contentFooter> <uix:pageButtonBar> <uix:submitButton textBinding="CANCEL@commonResourceBundle" name="event" value="ct_cancel" onClick="window.close()"/> <uix:submitButton textBinding="SELECT@commonResourceBundle" name="event" value="ct_select"/> </uix:pageButtonBar> </uix:contentFooter> </uix:pageLayout> </uix:form> </uix:body> </uix:document> </uix:renderingContext>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de