Edit D:\app\Administrator\product\11.2.0\dbhome_1\j2ee\OC4J_EM\applications\em\em\ecm\patch\patchWiz_Patches.uix.obs
<!-- * Copyright (c) 2001 Oracle * * NAME * patchWiz_Patches.uix * * NOTES * Table displaying multi-select list of patches for the Patch Wizard * * MODIFIED (MM/DD/YY) VERSION * 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; * mgoodri06/06/01 - Updates for ECM Patching demo * * * @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:marlin="http://bali.us.oracle.com/cabo/marlin" xmlns:html="http://www.w3.org/TR/REC-html40" xmlns:data="http://bali.us.oracle.com/cabo/marlin"> <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"> <dataScope> <contents> <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> <baja:content xmlns="http://bali.us.oracle.com/cabo/marlin"> <dataScope> <contents> <form name="patchWiz_Patch"> <contents> <formValue name="FromURLHidden" uix:value="calledFrom@getInfo"/> <formValue name="blockStart" uix:value="blockStart@patchList"/> <pageLayout> <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> <location> <include baja:node="patchWiz_Train"/> </location> <contentFooter> <include baja:node="patchWiz_Footer"/> </contentFooter> <copyright> Copyright 2001, Oracle Corp. </copyright> <contents> <messageBox automatic="true" /> <stackLayout> <contents> <spacer height="5"/> <header uix:text="pageTitle@getPageTitle"> <contents> <styledText styleClass="OraInstructionText"> <contents> The following patches have been filtered by the <html:i>target type</html:i>, <html:i>release</html:i>, and <html:i>platform</html:i> of the selected target, and excludes any previously applied patches. Select the patches to be applied. </contents> </styledText> <rowLayout> <contents> <spacer height="6"/> </contents> </rowLayout> <tableLayout> <contents> <rowLayout> <contents> <cellFormat hAlign="right" wrappingDisabled="true"> <contents> <styledText styleClass="OraInstructionText" text="Target Type"/> </contents> </cellFormat> <spacer width="10"/> <styledText styleClass="OraDataText" uix:text="targetType@selPatch"/> </contents> </rowLayout> <rowLayout> <contents> <cellFormat hAlign="right" wrappingDisabled="true"> <contents> <styledText styleClass="OraInstructionText" text="Selected Target"/> </contents> </cellFormat> <spacer width="10"/> <styledText styleClass="OraDataText" uix:text="selTarget@selPatch"/> </contents> </rowLayout> </contents> </tableLayout> <html:br> </html:br> <!-- Put up either an error box or the control file table depending on whether we got the data successfully --> <switcher data:childName="status@patchList"> <case name="failure"> <messageBox automatic="false" uix:message="ERR_GETPATCHES@ResourceBundle" messageType="error" /> </case> <case name="success"> <table name="patchListTable" width="100%" text="" uix:alternateText="PW_ALT_NOPATCH@ResourceBundle" uix:tableData="tabledata@patchList" minValue="1" uix:value="value@patchList" uix:maxValue="maxValue@patchList" uix:blockSize="blockSize@patchList" formSubmitted="true"> <tableFormat tableBanding="rowBanding"/> <columnHeaderStamp> <boundText select="columnHeaderText"/> </columnHeaderStamp> <columnHeaderData> <column uix:columnHeaderText="PW_COLHDR_ENTRYDATE@ResourceBundle"/> <column uix:columnHeaderText="PW_COLHDR_PATCHID@ResourceBundle"/> <column uix:columnHeaderText="PW_COLHDR_TYPE@ResourceBundle"/> <column uix:columnHeaderText="PW_COLHDR_PLATFORM@ResourceBundle"/> <column uix:columnHeaderText="PW_COLHDR_RELEASE@ResourceBundle"/> <column uix:columnHeaderText="PW_COLHDR_BUGFIX@ResourceBundle"/> <column uix:columnHeaderText="PW_COLHDR_DESC@ResourceBundle"/> <column uix:columnHeaderText="PW_COLHDR_README@ResourceBundle"/> </columnHeaderData> <columnFormats> <columnFormat displayGrid="true"/> </columnFormats> <tableSelection> <multipleSelection uix:selected="isSelected"> </multipleSelection> </tableSelection> <contents> <styledText uix:text="patchEntryDate"/> <styledText uix:text="patchId" /> <styledText uix:text="patchType" /> <styledText uix:text="patchPlatform"/> <styledText uix:text="patchRelease"/> <styledText uix:text="bugList" /> <styledText uix:text="patchDescription"/> <image uix:source="image" shortDesc = "View readme" uix:destination="destination"/> </contents> </table> </case> </switcher> </contents> </header> <switcher data:childName="isTip@patchList"> <case name="true"> <tip> <contents> <rawText uix:text="tip@patchList"/> </contents> </tip> </case> </switcher> </contents> </stackLayout> </contents> </pageLayout> </contents> </form> </contents> <provider> <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="patchList"> <method class="oracle.sysman.eml.ecm.patch.PatchData" method="populatePatchTable"/> </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> </provider> <!-- // supply this info to the Repository <provider> <data name="serviceList"> <inline> <colHeaders columnHeaderText="Patch Id"/> <colHeaders columnHeaderText="Bug Fix Id"/> <colHeaders columnHeaderText="Platform"/> <colHeaders columnHeaderText="Version"/> <colHeaders columnHeaderText="Description"/> <rows p_number="p1236967_8171_GENERIC" p_bugfix="1236967,1398594" p_platform="Generic" p_version="8.1.7" p_readme="http://kchiasson-pc:8080/oemlight/ecm/patch/p1236967_8171_GENERIC/readme.txt"/> <rows p_number="p1390304_8170_SOLARIS" p_bugfix="1390304" p_platform="Solaris" p_version="8.1.7" p_readme="http://kchiasson-pc:8080/oemlight/ecm/patch/p1390304_8170_SOLARIS/1663460/README.txt"/> <rows p_number="p1633867_8163_SOLARIS" p_bugfix="1172600,1255474,1321230..." p_platform="Solaris" p_version="8.1.6.3" p_readme="http://kchiasson-pc:8080/oemlight/ecm/patch/p1633867_8163_SOLARIS/p1633867_8163_SOLARIS.txt"/> <rows p_number="p1656588_8163_SOLARIS" p_bugfix="1656588" p_platform="Solaris" p_version="8.1.6.3" p_readme="http://kchiasson-pc:8080/oemlight/ecm/patch/p1656588_8163_SOLARIS/1678327/README.txt"/> <rows p_number="p1677998_8171_HPUX11" p_bugfix="1677998" p_platform="HPUX11" p_version="8.1.7.1" p_readme="http://kchiasson-pc:8080/oemlight/ecm/patch/p1677998_8171_HPUX11/167832/readme.txt"/> </inline> </data> </provider> --> </dataScope> </baja:content> <handlers> <event name="goto" source="patchListTable"> <method class="oracle.sysman.eml.ecm.patch.PatchWizardHandler" method="tablePatchesGoto"/> </event> <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> </handlers> </page>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de