Edit D:\app\Administrator\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em\em\database\xdb\config\otherMappings.jsp
<%@ include file="/sdk/oemTop.jspf" %> <%-- -- Page: mimeMapping.jsp -- Controller: db/adm/xdb/XDBConfigController.java -- -- Description: Page for displaying the mime mappings --%> <%-- Tag Libraries --%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag/db" prefix="db" %> <db:script src="/database/utils.js"/> <%-- Imports --%> <%@ page import="oracle.sysman.emo.xdb.XDBConstants" %> <uix:renderingContext id="renderingContext"> <uix:bundle name="xdbMsgs" class="oracle.sysman.db.rsc.xdb.XDBConfigMsg"/> <uix:bundle name="dbMsgs" class="oracle.sysman.db.rsc.DBObjectMsg"/> <oem:setURLEncoder id="renderingContext"/> <uix:document> <%@ include file="/oemTitle.jspf" %> <%-- HTML form --%> <uix:body> <db:form name="otherMappingsPage" method="post" destination="/console/database/xdb/XDBConfig" copyParams="target,type,cancelURL "> <uix:formValue name="pageName" value="<%= XDBConstants.XDBCONFIG_OTHERMAPPING_PAGE %>"/> <uix:pageLayout titleBinding="XDBCONFIG_OTHERMAPPINGS@xdbMsgs"> <%--- Include global tabs --%> <%@ include file="/database/global.jspf" %> <%-- Information/Error display --%> <%@ include file="/database/informationError.jspf" %> <%-- Page Buttons --%> <uix:pageButtons> <uix:pageButtonBar> <uix:button textBinding="CANCEL@uixDBObjectBundle@servletRequest" destinationBinding="cancelURL@servletRequest" renderedBinding="updateAllowed@objectBean@servletRequest"/> <uix:switcher childNameBinding="updateAllowed@objectBean@servletRequest"> <uix:case name="true"> <uix:submitButton textBinding="OK@uixDBObjectBundle@servletRequest" name="event" value="apply"/> </uix:case> <uix:case name="false"> <uix:button textBinding="OK@uixDBObjectBundle@servletRequest" destinationBinding="cancelURL@servletRequest"/> </uix:case> </uix:switcher> </uix:pageButtonBar> </uix:pageButtons> <%-- Page Layout Contents --%> <uix:contents> <uix:rowLayout> <uix:cellFormat> <uix:styledText textBinding="XDBCONFIG_MAP_INFO@xdbMsgs" styleClass="OraInstructionText"/> </uix:cellFormat> </uix:rowLayout> <%-- Language Mapping Stuff --%> <uix:header textBinding="XDBCONFIG_LANGMAP_HEADER@xdbMsgs"> <uix:tableLayout cellSpacing="5" width="50%"> <uix:rowLayout> <uix:cellFormat> <oem:table name="langMapDataSourceUI" beanKey="objectBean" blockSize="5" destinationBinding="destination@objectBean@servletRequest" formSubmitted="true" dataSourceProp="langMapDataSourceUI" width="90%" summaryBinding="RESULT@dbMsgs" alternateTextBinding="XDBCONFIG_NOMAPPINGS_FOUND@xdbMsgs"> <uix:footer> <uix:submitButton textBinding="XDBCONFIG_ADD5ROWS@xdbMsgs" shortDescBinding="XDBCONFIG_ADD5ROWS@xdbMsgs" name="event" value="<%= XDBConstants.XDBCONFIG_LANGMAP_ADDROWS %>" renderedBinding="updateAllowed@objectBean@servletRequest"/> </uix:footer> </oem:table> </uix:cellFormat> </uix:rowLayout> </uix:tableLayout> </uix:header> <%-- Encoding Mapping Stuff --%> <uix:header textBinding="XDBCONFIG_ENCODMAP_HEADER@xdbMsgs"> <uix:tableLayout cellSpacing="5" width="50%"> <uix:rowLayout> <uix:cellFormat> <oem:table name="encMapDataSourceUI" beanKey="objectBean" blockSize="5" destinationBinding="destination@objectBean@servletRequest" formSubmitted="true" dataSourceProp="encMapDataSourceUI" width="90%" summaryBinding="RESULT@dbMsgs" alternateTextBinding="XDBCONFIG_NOMAPPINGS_FOUND@xdbMsgs"> <uix:footer> <uix:submitButton textBinding="XDBCONFIG_ADD5ROWS@xdbMsgs" shortDescBinding="XDBCONFIG_ADD5ROWS@xdbMsgs" name="event" value="<%= XDBConstants.XDBCONFIG_ENCMAP_ADDROWS %>" renderedBinding="updateAllowed@objectBean@servletRequest"/> </uix:footer> </oem:table> </uix:cellFormat> </uix:rowLayout> </uix:tableLayout> </uix:header> <%-- Character Set Mapping Stuff --%> <uix:header textBinding="XDBCONFIG_CHARSET_HEADER@xdbMsgs"> <uix:tableLayout cellSpacing="5" width="50%"> <uix:rowLayout> <uix:cellFormat> <oem:table name="charSetDataSourceUI" beanKey="objectBean" blockSize="5" destinationBinding="destination@objectBean@servletRequest" formSubmitted="true" dataSourceProp="charSetDataSourceUI" width="90%" summaryBinding="RESULT@dbMsgs" alternateTextBinding="XDBCONFIG_NOMAPPINGS_FOUND@xdbMsgs"> <uix:footer> <uix:submitButton textBinding="XDBCONFIG_ADD5ROWS@xdbMsgs" shortDescBinding="XDBCONFIG_ADD5ROWS@xdbMsgs" name="event" value="<%= XDBConstants.XDBCONFIG_CHARMAP_ADDROWS %>" renderedBinding="updateAllowed@objectBean@servletRequest"/> </uix:footer> </oem:table> </uix:cellFormat> </uix:rowLayout> </uix:tableLayout> </uix:header> </uix:contents> </uix:pageLayout> </db:form> </uix:body> </uix:document> </uix:renderingContext>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de