Edit D:\app\Administrator\product\11.2.0\dbhome_1\j2ee\OC4J_EM\applications\em\em\ecm\patch\patchWiz_Targets.uix
<!-- alert(destType); * Copyright (c) 2001, 2007, Oracle. All rights reserved. * * NAME * patchWiz_Targets.uix * * NOTES * sequnce = PatchFirst * Shuttle displaying selection list of targets for the Patch Wizard * * MODIFIED (MM/DD/YY) VERSION * srukumar 09/05/07 - Fixing ADA bugs * nitijain 08/22/05 - Displaying All target types for unknown target types * nitijain 07/11/05 - UI review * somukher 06/29/05 - Bug - 4442864 * spahuja 05/18/05 - making username passwd as noAutoComplete * apbharga 02/18/05 - explicit display of only GC patchsets or GC+Agent * patchsets * mningomb 07/05/04 - 10gr2 changes * kchiasso 10/04/03 - title * kchiasso 09/09/03 - switch 64 bit target * kchiasso 08/21/03 - * kchiasso 07/10/03 - bugfix 2966548 * kchiasso 10/22/02 - bugfix 2635922 * kchiasso 10/02/02 - ADA compliant * kchiasso 09/26/02 - Post-noExpire * kchiasso 09/12/02 - Patch Destionation handling * kchiasso 07/24/02 - fix 2482547 - add POST * njagathe 07/09/02 - Changing target type display names * kchiasso 04/10/02 - bug 2296817,2314885 * kchiasso 03/05/02 - jobs table * kchiasso 02/22/02 - lovFilter * kchiasso 02/19/02 - bugfxs * kchiasso 02/08/02 - hostName;cleanup * kchiasso 02/04/02 - config;stageResults; * kchiasso 01/23/02 - stage patch * kchiasso 11/21/01 - remove post;readd target context * kchiasso 11/15/01 - new wizard * kchiasso 10/18/01 - sort; release; errhdl; * kchiasso 10/11/01 - new patchWiz * kchiasso 10/02/01 - target view * kchiasso 09/12/01 - dates;breadcrumbs * kchiasso 09/05/01 - patch depot;misc ui * kchiasso 08/16/01 - add viewReadme ; fix btn layout ; * kchiasso 08/01/01 - add readme;move strings to rb * kchiasso 06/28/01 - myjob support; emd check in wizard; headers for jobstable are sortable; * mgoodric 06/08/01 - Latest updates for ECM patching baselevel * * * @author kChiasson * --> <page xmlns="http://bali.us.oracle.com/cabo/baja" xmlns:baja="http://bali.us.oracle.com/cabo/baja" xmlns:uix="http://bali.us.oracle.com/cabo/marlin" xmlns:html="http://www.w3.org/TR/REC-html40" xmlns:ctrl="http://xmlns.oracle.com/uix/controller"> <baja:head xmlns="http://bali.us.oracle.com/cabo/marlin" xmlns:uix="http://bali.us.oracle.com/cabo/marlin" xmlns:html="http://www.w3.org/TR/REC-html40"> <html:meta content="max-age=0" http-equiv="Cache-Control"/> <dataScope> <contents> <html:noScript> JavaScript is not supported by your browser. Oracle requires JavaScript support to completely render this page </html:noScript> <head xmlns="http://xmlns.oracle.com/uix/ui" uix:title="pageTitle@getPageTitle"/> </contents> <provider> <data name="getPageTitle"> <method class="oracle.sysman.eml.ecm.patch.PatchData" method="getPageTitle"/> </data> </provider> </dataScope> </baja:head> <!-- special handler to load help topic --> <handlers> <event name="null"> <method class="oracle.sysman.eml.ecm.OnlineHelp" method="loadPatchHelpTopic"/> </event> </handlers> <baja:content xmlns="http://bali.us.oracle.com/cabo/marlin" xmlns:marlin="http://bali.us.oracle.com/cabo/marlin"> <dataScope> <contents> <script source="/em/ecm/patch/patchWiz.js"></script> <noScript>""</noScript> </contents> <contents> <!-- The Post is REQUIRED here to pass more than 70 targets via the shuttle. Without the Post, get error on Page if more than about 70 targets loaded --> <!-- if I set the post, then user cannot redirect using browser Back to the Credentials page There is a cabo issue regarding browser side redirection. Using UIEventResult redir in the wizard results in a mismatch of url to page (off by 1). Only other solution here is to allow POST and change all Handler code to use resp redirection!! --> <form name="patchWiz_Targets" method="POST"> <contents> <!-- jumps here from Cache selection --> <formValue name="FromURLHidden" uix:value="calledFrom@getInfo"/> <html:noScript> JavaScript is not supported by your browser. Oracle requires JavaScript support to completely render this page </html:noScript> <pageLayout xmlns="http://bali.us.oracle.com/cabo/marlin" uix:title="pageHeader@getPageTitle"> <mediumAdvertisement> <include baja:node="../../oemBanner" /> </mediumAdvertisement> <globalButtons> <include baja:node="../../globalButtonBar" /> </globalButtons> <marlin:tabs> <include baja:node="../../globalTabs" /> </marlin:tabs> <marlin:pageHeader> <include baja:node="../../globalHeader" /> </marlin:pageHeader> <pageButtons> <include baja:node="patchWiz_Footer"/> </pageButtons> <location> <include baja:node="patchWiz_Train"/> </location> <copyright> <include baja:node="../../../copyright" /> </copyright> <messages> <!-- handle unknown home bit-len --> <switcher uix:childName="has64bit@targetList"> <case name="32"> <!-- only show this message if 32-bit patch w/ 64-bit targets avail --> <messageBox messageType="information" uix:message="WARN32HOME@ResourceBundle" /> </case> <case name="64"> <!-- only show this message if 64-bit patch w/ 64-bit targets avail --> <messageBox messageType="information" uix:message="WARN64HOME@ResourceBundle" /> </case> </switcher> </messages> <contents> <messageBox automatic="true" /> <switcher uix:childName="status@selPatch" childName="success"> <case name="failure"> <messageBox automatic="false" uix:text="errHdr@selPatch" uix:message="errMsg@selPatch" uix:messageType="errType@selPatch" /> </case> </switcher> <stackLayout> <contents> <rowLayout> <contents> <formattedText styleClass="OraInstructionText" uix:text="PW_HDR_TARGETS@ResourceBundle" /> </contents> </rowLayout> <rowLayout> <contents> <spacer height="6"/> </contents> </rowLayout> <tableLayout> <contents> <rowLayout> <contents> <cellFormat hAlign="right" wrappingDisabled="true"> <contents> <styledText styleClass="OraInstructionText" uix:text="PW_COLHDR_RELEASE@ResourceBundle"/> </contents> </cellFormat> <spacer width="10"/> <styledText styleClass="OraDataText" uix:text="release@selPatch"/> </contents> </rowLayout> <rowLayout> <contents> <cellFormat hAlign="right" wrappingDisabled="true"> <contents> <styledText styleClass="OraInstructionText" uix:text="PW_COLHDR_PLATFORM@ResourceBundle"/> </contents> </cellFormat> <spacer width="10"/> <styledText styleClass="OraDataText" uix:text="platform@selPatch"/> </contents> </rowLayout> <rowLayout> <contents> <cellFormat hAlign="right" wrappingDisabled="true"> <contents> <styledText styleClass="OraInstructionText" uix:text="PW_COLHDR_OSADDRSIZE@ResourceBundle"/> </contents> </cellFormat> <spacer width="10"/> <styledText styleClass="OraDataText" uix:text="addrSize@selPatch"/> </contents> </rowLayout> <rowLayout> <contents> <cellFormat hAlign="right" wrappingDisabled="true"> <contents> <styledText styleClass="OraInstructionText" uix:text="PW_COLHDR_SELPATCH@ResourceBundle"/> </contents> </cellFormat> <spacer width="10"/> <cellFormat> <contents> <rowLayout> <contents> <styledText styleClass="OraDataText" uix:text="selPatch@selPatch"/> <spacer width="10"/> <switcher uix:childName="isPWProtected@selPatch"> <case name="true"> <flowLayout> <contents> <messageTextInput uix:prompt = "PW_ENTERPW@ResourceBundle" columns = "20" required = "yes" uix:text="pwPatch@selPatch" name="pwPatch" noAutoComplete="true" id="pwPatch" secret = "true" /> </contents> </flowLayout> </case> </switcher> </contents> </rowLayout> </contents> </cellFormat> </contents> </rowLayout> <rowLayout> <contents> <spacer height="5"/> </contents> </rowLayout> <rowLayout > <contents> <!-- View Mode - can be Oracle Home, mapped target type of patch product or simple host and dir --> <!-- View mode selector --> <cellFormat hAlign="right" wrappingDisabled="true"> <contents> <styledText styleClass="OraPromptText" uix:text="PW_DESTTYPE@ResourceBundle"/> </contents> </cellFormat> <spacer width="15"/> <choice name="SEL_DEST_TYPE" id="SEL_DEST_TYPE" uix:shortDesc="SD_SEL_DEST_TYPE@ResourceBundle" uix:selectedValue="targetType@targetTypeData" onChange="submitForm('patchWiz_Targets',1,{'event':'StoreType'})"> <contents uix:childData="allTargetTypes@allTargetTypeList"> <option uix:text="text" uix:value="value"/> </contents> </choice> <!-- only if EM Grid Control patchset, then show option weather to display --> <!-- OMS only targets or OMS+Agent targets --> <!-- I cant seem to find a way of concatinating the switchers together --> <!-- so have multiple switch for each UIX component --> <switcher uix:childName="emProduct@selPatch"> <case name="EMGridControl"> <spacer width="10" /> </case> </switcher> <switcher uix:childName="emProduct@selPatch"> <case name="EMGridControl"> <cellFormat hAlign="right" wrappingDisabled="true"> <contents> <styledText styleClass="OraPromptText" uix:text="PW_FILTER_OMS@ResourceBundle"/> </contents> </cellFormat> </case> </switcher> <switcher uix:childName="emProduct@selPatch"> <case name="EMGridControl"> <spacer width="10" /> </case> </switcher> <switcher uix:childName="emProduct@selPatch"> <case name="EMGridControl"> <choice name="ShowAgents" id="ShowAgents" uix:shortDesc="SD_SHOW_AGENTS@ResourceBundle" uix:selectedValue="ShowAgentSel@filter"> <contents> <option uix:text="PW_FILTER_OMS_AGT@ResourceBundle" value="OMS_AGT" /> <option uix:text="PW_FILTER_OMS_ONLY@ResourceBundle" value="OMS_ONLY" /> </contents> </choice> </case> </switcher> <switcher uix:childName="emProduct@selPatch"> <case name="EMGridControl"> <spacer width="30" /> </case> </switcher> <spacer width="20"/> </contents> </rowLayout> <separator/> <rowLayout> <contents> <cellFormat hAlign="right" wrappingDisabled="true"> <contents> <styledText labeledNodeId="OptFilter" styleClass="OraPromptText" uix:text="PW_FILTER_VIEW@ResourceBundle"/> </contents> </cellFormat> <spacer width="10"/> <choice name="OptFilter" id="OptFilter" uix:selectedValue="option@filter" uix:shortDesc="SD_OPTION_FILTER@ResourceBundle"> <contents> <option uix:text="PW_FILTER_SHOWALL_TARGETS@ResourceBundle" value="OPT_ALL"/> <option uix:text="PW_FILTER_NOPATCH_TARGETS@ResourceBundle" value="OPT_NOPATCH"/> </contents> </choice> <spacer width="10"/> <submitButton text="Go" ctrl:event="doFilter"/> </contents> </rowLayout> </contents> </tableLayout> <stackLayout> <contents> <rowLayout> <contents> <spacer width="12"/> </contents> </rowLayout> <include baja:node="targetShuttle"/> </contents> </stackLayout> </contents> </stackLayout> </contents> </pageLayout> </contents> </form> </contents> <provider> <data name="targetList"> <method class="oracle.sysman.eml.ecm.patch.ShuttleData" method="populateTargetShuttle"/> </data> <data name="ResourceBundle"> <bundle class = "oracle.sysman.eml.ecm.patch.util.PatchResourceBundle"/> </data> <data name="navStep"> <method class="oracle.sysman.eml.ecm.patch.PatchData" method="getWizardStep"/> </data> <data name="selPatch"> <method class="oracle.sysman.eml.ecm.patch.PatchData" method="getSequenceInfo"/> </data> <data name="getPageTitle"> <method class="oracle.sysman.eml.ecm.patch.PatchData" method="getPageTitle"/> </data> <data name="getInfo"> <method class="oracle.sysman.eml.ecm.patch.PatchData" method="returnCaller"/> </data> <data name="filter"> <method class="oracle.sysman.eml.ecm.patch.util.Filter" method="getTargetsFilterOption"/> </data> <data name="allTargetTypeList"> <method class="oracle.sysman.eml.ecm.patch.util.Filter" method="getAllTargetTypes"/> </data> <data name="targetTypeData"> <method class="oracle.sysman.eml.ecm.patch.util.Filter" method="getTargetTypeOption"/> </data> </provider> </dataScope> </baja:content> <handlers> <event name="goto" source="PatchNav"> <method class="oracle.sysman.eml.ecm.patch.PatchWizardHandler" method="stepNext"/> </event> <event name="cancel"> <method class="oracle.sysman.eml.ecm.patch.PatchWizardHandler" method="returnToCaller"/> </event> <event name="doFilter"> <method class="oracle.sysman.eml.ecm.patch.util.Filter" method="doTargetsFilter"/> </event> <event name="StoreType"> <method class="oracle.sysman.eml.ecm.patch.PatchWizardHandler" method="handleStoreTypeEvent" /> </event> </handlers> </page>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de