Edit D:\app\Administrator\product\11.2.0\dbhome_1\j2ee\OC4J_EM\applications\em\em\paf\templateCreate.jspf
<%-- * Copyright (c) 2001, 2005, Oracle. All rights reserved. * * Template for all create pages. * * Your JSP page should put all its contents WITHIN the 'buildTree' tag * with attributes: * nodeID="pageContent" * scope="request" * And then include this file at the end: * <%@ include file="<template filename>.jspf" %> * * Inputs: * translated String headerText@servletRequest * [everything expected by createTrain.jsp] * [everything expected by createNavigationBar.jsp] * [everything expected by templateBase.jspf] --%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <uix:buildTree nodeID="baseContent" scope="request"> <%-- Train --%> <uix:include node="createTrain.jsp"/> <uix:header textBinding="headerText@servletRequest"> <uix:contents> <uix:tableLayout width="100%"> <uix:rowLayout> <uix:contents> <uix:cellFormat> <uix:spacer height="25" width="10"/> </uix:cellFormat> <uix:cellFormat hAlign="right"> <uix:rowLayout> <%-- Navigation Bar --%> <uix:include node="createNavigationBar.jsp"/> </uix:rowLayout> </uix:cellFormat> </uix:contents> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat width="100%" columnSpan="2"> <uix:styledText textBinding="infoMsg@servletRequest" styleClass="OraInstructionText"/> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout renderedBinding="disabledInfoTextRendered@trainBean@servletRequest"> <uix:contents> <uix:spacer height="10" width="10"/> </uix:contents> </uix:rowLayout> <uix:rowLayout renderedBinding="disabledInfoTextRendered@trainBean@servletRequest"> <uix:contents> <uix:styledText textBinding="PA_STEP_DISABLED_MSG@paResourceBundle" styleClass="OraFieldTextDisabled"/> </uix:contents> </uix:rowLayout> <uix:rowLayout> <uix:contents> <uix:spacer height="15" width="10"/> </uix:contents> </uix:rowLayout> <uix:rowLayout width="100%"> <uix:cellFormat width="100%" columnSpan="2"> <%-- Include the page content from the caller JSP --%> <uix:ref refID="pageContent"/> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:contents> <uix:spacer height="25" width="10"/> </uix:contents> </uix:rowLayout> <uix:rowLayout> <uix:contents> <uix:cellFormat> <uix:spacer height="25" width="10"/> </uix:cellFormat> <uix:cellFormat hAlign="right"> <uix:rowLayout> <%-- Navigation Bar --%> <uix:include node="createNavigationBar.jsp"/> </uix:rowLayout> </uix:cellFormat> </uix:contents> </uix:rowLayout> <uix:rowLayout> <uix:contents> <uix:spacer height="15" width="10"/> </uix:contents> </uix:rowLayout> </uix:tableLayout> </uix:contents> </uix:header> </uix:buildTree> <%@ include file="templateBase.jspf" %>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de