Edit D:\app\Administrator\product\11.2.0\dbhome_1\j2ee\OC4J_EM\applications\em\em\ecm\patch\searchContent.uix.obs
<!-- * Copyright (c) 2001, 2002, Oracle Corporation. All rights reserved. * * NAME * searchContent.uix * * NOTES * include file for patchSearchTable * contains all the possible search fields * * switcher values enabled in this form: * * patchName and targetType will always display - so that * we don't bring up an Empty search content * * patchName;release;targetType;productFamily;product;platform * language;patchType;bugNumber;entryDate;applied;approved;description;readme; * * MODIFIED (MM/DD/YY) VERSION * njagathe 07/09/02 - Changing target type display names * kchiasso 10/30/01 - new search * * * @author kChiasson * --> <dataScope xmlns="http://bali.us.oracle.com/cabo/marlin" 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"> <provider> <data name="enableField"> <method class="oracle.sysman.eml.ecm.patch.PatchSearchData" method="enableSearchFields"/> </data> </provider> <contents> <!-- the following has switches to enable all the possible search options --> <!-- <tableLayout width="60%" > <contents> <html:br> </html:br> --> <!-- Patch Name params: patchName; opt_patchName; txt_patchName --> <switcher marlin:childName="patchName@enableField"> <case name="true"> <rowLayout> <contents> <cellFormat wrappingDisabled="true" hAlign="right"> <contents> <styledText styleClass="OraPromptText" uix:text="OPT_PATCHNAME@ResourceBundle"/> </contents> </cellFormat> <spacer width="10"/> <choice name="opt_patchName"> <contents> <option value="contains" uix:text="OPT_CONTAINS@ResourceBundle"/> <option value="notContains" uix:text="OPT_NOTCONTAINS@ResourceBundle"/> </contents> </choice> <spacer width="8"/> <textInput name="txt_patchName" uix:text="search" columns="25"/> </contents> </rowLayout> </case> </switcher> <!-- Release params: patchRelease; opt_patchRelease; txt_patchRelease --> <switcher marlin:childName="release@enableField"> <case name="true"> <rowLayout> <contents> <cellFormat wrappingDisabled="true" hAlign="right"> <contents> <styledText styleClass="OraPromptText" uix:text="OPT_RELEASE@ResourceBundle"/> </contents> </cellFormat> <spacer width="10"/> <choice name="opt_patchRelease"> <contents> <option value="contains" uix:text="OPT_CONTAINS@ResourceBundle"/> <option value="notContains" uix:text="OPT_NOTCONTAINS@ResourceBundle"/> </contents> </choice> <spacer width="8"/> <textInput name="txt_patchRelease" uix:text="search" columns="25"/> </contents> </rowLayout> </case> </switcher> <!-- Target Type params: targetType; opt_targetType; txt_targetType --> <switcher marlin:childName="targetType@enableField"> <case name="true"> <rowLayout> <contents> <cellFormat wrappingDisabled="true" hAlign="right"> <contents> <styledText styleClass="OraPromptText" uix:text="OPT_TARGETTYPE@ResourceBundle"/> </contents> </cellFormat> <spacer width="10"/> <choice name="opt_targetType"> <contents> <option value="is" uix:text="OPT_IS@ResourceBundle"/> <option value="isNot" uix:text="OPT_ISNOT@ResourceBundle"/> </contents> </choice> <spacer width="8"/> <choice name="txt_targetType"> <contents> <option value="" text="select a target type"/> <option value="db" text="Database"/> <option value="emd" text="Enterprise Manager"/> <option value="ias" text="Application Server"/> </contents> </choice> </contents> </rowLayout> </case> </switcher> <!-- Product Family params: productFamily; opt_productFamily; txt_productFamily --> <switcher marlin:childName="productFamily@enableField"> <case name="true"> <rowLayout> <contents> <cellFormat wrappingDisabled="true" hAlign="right"> <contents> <styledText styleClass="OraPromptText" uix:text="OPT_PRODUCTFAMILY@ResourceBundle"/> </contents> </cellFormat> <spacer width="10"/> <choice name="opt_productFamily"> <contents> <option value="is" uix:text="OPT_IS@ResourceBundle"/> <option value="isNot" uix:text="OPT_ISNOT@ResourceBundle"/> </contents> </choice> <spacer width="8"/> <choice name="product_family" onChange="connect_product_family_product_popup_populate();connect_product_family_release_popup_populate();" selectedIndex="0"> <contents> <option value="" text="select a product family"/> <option value="" text="---------- Database - Tools ----------"/> <option value="10500" text="Oracle Certified Configuration"/> <option value="9521" text="Oracle Designer - Repository"/> <option value="9517" text="Oracle Developer"/> <option value="9525" text="Oracle Discoverer"/> <option value="10020" text="Oracle Gateways"/> <option value="10120" text="Oracle Internet Server Products"/> <option value="9511" text="Oracle Java Technology"/> <option value="9506" text="Oracle Networking"/> <option value="9980" text="Oracle OLAP Products"/> <option value="9501" text="Oracle Precompilers"/> <option value="9701" text="Oracle Rdb"/> <option value="9480" text="Oracle Server"/> <option value="9800" text="Oracle System Management Products"/> <option value="" text="---------- E-Business Suite ----------"/> <option value="9340" text="Applications Technology"/> <option value="9356" text="Business Intelligence"/> <option value="9352" text="Call Center"/> <option value="9353" text="Communications"/> <option value="10660" text="Contracts"/> <option value="9347" text="Discrete Manufacturing"/> <option value="10320" text="Exchange Suite"/> <option value="9960" text="Financial Globalizations Suite"/> <option value="9962" text="Financial Payables Suite"/> <option value="9961" text="Financial Receivables Suite"/> <option value="9349" text="Financials"/> <option value="9351" text="Human Resources Suite"/> <option value="9620" text="Industry Solutions"/> <option value="9342" text="Marketing Suite"/> <option value="9344" text="Order Management Suite"/> <option value="9348" text="Process Manufacturing"/> <option value="9346" text="Procurement"/> <option value="9357" text="Projects Suite"/> <option value="9354" text="Public Sector"/> <option value="9343" text="Sales Suite"/> <option value="9341" text="Service Suite"/> <option value="9350" text="Strategic Enterprise Management Suite"/> <option value="9345" text="Supply Chain Planning"/> <option value="9355" text="University"/> </contents> </choice> </contents> </rowLayout> </case> </switcher> <!-- Product params: product; opt_product; txt_product --> <switcher marlin:childName="product@enableField"> <case name="true"> <rowLayout> <contents> <cellFormat wrappingDisabled="true" hAlign="right"> <contents> <styledText styleClass="OraPromptText" uix:text="OPT_PRODUCT@ResourceBundle"/> </contents> </cellFormat> <spacer width="10"/> <choice name="opt_product"> <contents> <option value="is" uix:text="OPT_IS@ResourceBundle"/> <option value="isNot" uix:text="OPT_ISNOT@ResourceBundle"/> </contents> </choice> <spacer width="8"/> <choice name="product" onChange="if (this.options[this.selectedIndex].value ) {connect_product_release_popup_populate();}else {connect_product_family_release_popup_populate();}" selectedIndex="0"> <contents> <option value="" text="select a product"/> <option value="10260" text="9iAS InterConnect/OAI"/> <option value="10027" text="Access Manager for AS/400"/> <option value="9760" text="Access Manager for CICS"/> <option value="9020" text="Activity Based Management (abm)"/> <option value="1082" text="Advanced Benefits (ben)"/> <option value="725" text="Advanced Planning Foundation (rhx)"/> <option value="1143" text="Advanced Pricing (qp)"/> <option value="9483" text="Advanced Queuing"/> <option value="10101" text="Advanced Service Online (ahl)"/> <option value="724" text="Advanced Supply Chain Planning (msc)"/> <option value="9508" text="Advanced/Secure Networking"/> <option value="102" text="Alert (alr)"/> <option value="190" text="Application Implementation (az)"/> <option value="101" text="Application Object Library (fnd)"/> <option value="128" text="Application Report Generator (rg)"/> <option value="10502" text="Application Server Certified Configuraton"/> <option value="9101" text="Application Shared Technology (sht)"/> <option value="127" text="Application Utility (au)"/> <option value="100" text="Applications DBA (ad)"/> <option value="9580" text="Applications Desktop Integrator (adi)"/> <option value="10440" text="Applications Development Services (devsrv)"/> <option value="9601" text="Applications Manager (oam)"/> <option value="9361" text="Approval Management Engine (ame)"/> <option value="7000" text="Asia/Pacific Localizations (ja)"/> <option value="109" text="Assets (fa)"/> <option value="711" text="Automotive (veh)"/> <option value="1145" text="Automotive Integration Kit (vea)"/> <option value="9021" text="Balanced Scorecard (bsc)"/> <option value="1131" text="Banking Center (fpt)"/> <option value="1098" text="Bill Presentment - Payment (ibp)"/> <option value="9242" text="Billing Connect (cue)"/> <option value="105" text="Bills of Material (bom)"/> <option value="9484" text="Bitmap Indexes"/> <option value="10561" text="Budgeting and Planning (pbr)"/> <option value="1064" text="Business Intelligence System (bis)"/> <option value="9283" text="Call Center Connectors (iet)"/> <option value="1090" text="Call Center Intelligence (bix)"/> <option value="1112" text="Call Center Technology (ieo)"/> <option value="9281" text="Campaign Plus (iec)"/> <option value="106" text="Capacity (crp)"/> <option value="1014" text="Cash Management (ce)"/> <option value="9707" text="CDD/Rally"/> <option value="9706" text="CDD/Repository"/> <option value="9805" text="Change Management Pack"/> <option value="10180" text="Citizen Interaction Center (cug)"/> <option value="9621" text="Clinical (clinic)"/> <option value="9703" text="CODASYL DBMS"/> <option value="1192" text="Collections (iex)"/> <option value="9041" text="Commitment Administration (igc)"/> <option value="1085" text="Common Accounting Modules (xla)"/> <option value="1012" text="Common Modules (ak)"/> <option value="708" text="Configurator (cz)"/> <option value="1147" text="Constraint Based Optimization (mso)"/> <option value="9498" text="Context"/> <option value="1105" text="Contracts Core (okc)"/> <option value="9220" text="Contracts for Lease (okl)"/> <option value="9221" text="Contracts for Rights (okr)"/> <option value="10181" text="Contracts for Sales (oko)"/> <option value="9880" text="Contracts for Subscriptions (okb)"/> <option value="1190" text="Contracts Integration (okx)"/> <option value="10100" text="Contracts Intelligence (oki)"/> <option value="9516" text="Corba"/> <option value="9499" text="CORE"/> <option value="1115" text="CRL Financials (cuf)"/> <option value="1116" text="CRL Financials Assets (cua)"/> <option value="1117" text="CRL Financials Projects (ipa)"/> <option value="10161" text="CRM Applications Foundation (jta)"/> <option value="1132" text="CRM Foundation (jtf)"/> <option value="1199" text="CRM Gateway for Mobile Devices (asg)"/> <option value="10560" text="CRM Mobile Foundation (jtm)"/> <option value="1197" text="CRM Pack for SAP (jti)"/> <option value="10162" text="CRM Technology Foundation (jtt)"/> <option value="1198" text="CRM-Retek Pack for OAI (jtr)"/> <option value="1125" text="CUC Revenue Accounting (cuc)"/> <option value="1107" text="Customer Care (csc)"/> <option value="1088" text="Customer Intelligence (bic)"/> <option value="10641" text="Data Mining "/> <option value="293" text="Data Warehouse (wh)"/> <option value="10501" text="Database Certified Configuraton"/> <option value="107" text="DateTrack (dt)"/> <option value="9485" text="DB Link or Distributed "/> <option value="1149" text="Demand Planning"/> <option value="1149" text="Demand Planning (msd)"/> <option value="1110" text="Depot Repair (csd)"/> <option value="9522" text="Designer"/> <option value="9518" text="Developer Forms"/> <option value="9520" text="Developer Graphics"/> <option value="9519" text="Developer Reports"/> <option value="9804" text="Diagnostics Pack"/> <option value="9527" text="Discoverer Administration or Desktop Edition"/> <option value="9526" text="Discoverer Plus or Viewer"/> <option value="1016" text="e-Commerce Gateway (ec)"/> <option value="1091" text="eCommerce Intelligence (bie)"/> <option value="1188" text="eMail Center (iem)"/> <option value="9940" text="eMail Server"/> <option value="108" text="Engineering (eng)"/> <option value="9902" text="Enterprise Asset Management (eam)"/> <option value="10480" text="Enterprise Data Warehouse (edw)"/> <option value="10341" text="Enterprise Install Base (cse)"/> <option value="9802" text="Enterprise Manager"/> <option value="10481" text="Enterprise Warehouse Source (ews)"/> <option value="132" text="European Localizations (je)"/> <option value="1254" text="Exchange (pom)"/> <option value="9486" text="Export Import"/> <option value="9983" text="Express Analyzer"/> <option value="9982" text="Express Objects"/> <option value="9981" text="Express Server"/> <option value="10400" text="Express Web Agent"/> <option value="110" text="FastFormula (ff)"/> <option value="9040" text="Federal Financials (fv)"/> <option value="1100" text="Field Sales PalmTM Devices (asp)"/> <option value="1101" text="Field Sales WindowsCE (asw)"/> <option value="9280" text="Field Sales/Laptop (asl)"/> <option value="1111" text="Field Service (csf)"/> <option value="9540" text="Field Service/Laptop (csl)"/> <option value="9541" text="Field Service/PalmTM Devices (csm)"/> <option value="9141" text="Financial Analyzer"/> <option value="9141" text="Financial Analyzer (zfa)"/> <option value="9600" text="Financial Data Manager (fdm)"/> <option value="1133" text="Financial Intelligence (fii)"/> <option value="714" text="Flow Manufacturing (flm)"/> <option value="1195" text="Funds - Budgets (ozf)"/> <option value="9487" text="Gateways or Heterogeneous Services"/> <option value="111" text="General Ledger (gl)"/> <option value="1013" text="Global Accounting Engine (ax)"/> <option value="8301" text="Government HR (ghr)"/> <option value="1251" text="Grants Accounting (gms)"/> <option value="1252" text="Grants Proposal (igw)"/> <option value="9421" text="Healthcare Provider Portal (hcp)"/> <option value="9881" text="Hosting Manager (ahm)"/> <option value="10300" text="HTTP Server"/> <option value="1136" text="Human Resources Intelligence (hri)"/> <option value="116" text="Human Resources Personnel (per)"/> <option value="1093" text="iAuction (ibt)"/> <option value="1196" text="iClaims (ozs)"/> <option value="9460" text="iContent (ibc)"/> <option value="9440" text="iHCIntegrate (hcn)"/> <option value="1094" text="iMarketing (iba)"/> <option value="9400" text="iMeeting (imt)"/> <option value="9241" text="Install Base (csi)"/> <option value="10340" text="Install Base Intelligence (xni)"/> <option value="9801" text="Intelligent Agent"/> <option value="1249" text="Interaction Blending (ieb) "/> <option value="1168" text="Internal Build Pseudo Product (pkm)"/> <option value="9781" text="Internet Application Server"/> <option value="10040" text="Internet Directory"/> <option value="9359" text="Internet Expenses (oie)"/> <option value="10080" text="Internet File System "/> <option value="9120" text="Internet Procurement Enterprise Connector (itg)"/> <option value="9200" text="Internet Product Development (ipd)"/> <option value="10360" text="Internet Supplier Portal (pos)"/> <option value="9360" text="Internet Time (oit)"/> <option value="113" text="Inventory (inv)"/> <option value="1097" text="iPayment (iby)"/> <option value="9300" text="iSettlement (isx)"/> <option value="1095" text="iStore (ibe)"/> <option value="1096" text="iSupport (ibu)"/> <option value="9282" text="IVR Integrator (iev)"/> <option value="9515" text="Java Server Pages"/> <option value="9513" text="Java/VM"/> <option value="9512" text="JDBC "/> <option value="9640" text="JInitiator"/> <option value="10540" text="Label Security"/> <option value="1253" text="Labor Distribution (psp)"/> <option value="1017" text="Latin America Localizations (jl)"/> <option value="1109" text="Maintenance Repair - Overhaul (me)"/> <option value="9840" text="Management Pack for Oracle Applications"/> <option value="9807" text="Management Pack for SAP R/3"/> <option value="114" text="Manufacturing Menu (mfg)"/> <option value="1148" text="Manufacturing Scheduling (wps)"/> <option value="1099" text="Marketing (ams)"/> <option value="1104" text="Marketing Encyclopedia System (amv)"/> <option value="1122" text="Marketing for Communications (xnm)"/> <option value="1087" text="Marketing Intelligence (bim)"/> <option value="122" text="Master Scheduling/MRP (mrp)"/> <option value="9380" text="Media Interactive (miv)"/> <option value="9782" text="Message Broker "/> <option value="9489" text="Migration"/> <option value="9080" text="Mobile Applications (mwa)"/> <option value="9102" text="Mobile Applications for Inventory Management (mia)"/> <option value="9741" text="Mobile Field Service (csfmdg)"/> <option value="9180" text="Mobile Quality Applications (mqa) "/> <option value="9060" text="Mobile Web Applications (wma)"/> <option value="9505" text="ModADA"/> <option value="9488" text="Multi Threaded Server"/> <option value="9509" text="Names "/> <option value="9490" text="National Language Support"/> <option value="1118" text="Network Logistics (cus)"/> <option value="1119" text="Network Logistics - Inventory (cui)"/> <option value="1121" text="Network Logistics - NATS (cun)"/> <option value="1120" text="Network Logistics - Purchasing (cup)"/> <option value="10620" text="NLS Bugfix (nls)"/> <option value="9721" text="Objects for OLE"/> <option value="9720" text="ODBC "/> <option value="9704" text="ODBC Driver for Rdb"/> <option value="1134" text="Operations Intelligence (opi)"/> <option value="1045" text="OPM Financials (gmf)"/> <option value="1083" text="OPM Intelligence (pmi)"/> <option value="1046" text="OPM Inventory (gmi)"/> <option value="1047" text="OPM Logistics (gml)"/> <option value="1044" text="OPM Process Execution (gme)"/> <option value="1048" text="OPM Process Planning (gmp)"/> <option value="1043" text="OPM Product Development (gmd)"/> <option value="1049" text="OPM Regulatory Management (gr)"/> <option value="1042" text="OPM Systems (gma)"/> <option value="9492" text="Optimizer"/> <option value="10200" text="Oracle Application Server "/> <option value="10160" text="Oracle Risk Management (qrm)"/> <option value="9900" text="Oracle8i Data Guard"/> <option value="9680" text="Oracle8i Lite"/> <option value="10460" text="Oracle9i Lite"/> <option value="1189" text="Order Capture (aso)"/> <option value="129" text="Order Entry (oe)"/> <option value="1142" text="Order Management (ont)"/> <option value="9493" text="Parallel Query"/> <option value="9494" text="Parallel Server"/> <option value="9140" text="Partner Relationship Management (pv)"/> <option value="103" text="Payables (ap)"/> <option value="115" text="Payroll (pay)"/> <option value="10580" text="Performance Analyzer (pft)"/> <option value="9497" text="PLSQL"/> <option value="10081" text="Portal"/> <option value="9284" text="Predictive (iep)"/> <option value="9502" text="Pro*C "/> <option value="9503" text="Pro*COBOL "/> <option value="9504" text="Pro*FORTRAN"/> <option value="10001" text="Pro*PL/1"/> <option value="10000" text="Pro*Rexx "/> <option value="10024" text="Procedural Gateway for IBM/APPC"/> <option value="10025" text="Procedural Gateway for IBM/MQSeries"/> <option value="9100" text="Process Manufacturing Portal (gmw)"/> <option value="1138" text="Product Development Intelligence (eni)"/> <option value="9491" text="Programmatic Interface "/> <option value="1208" text="Project Contracts (oke)"/> <option value="712" text="Project Manufacturing (pjm)"/> <option value="10401" text="Project Resource Management (prm)"/> <option value="124" text="Projects (pa)"/> <option value="1084" text="Property Manager (pn)"/> <option value="9510" text="Protocol Adapters"/> <option value="9722" text="Provider for OLE DB"/> <option value="9042" text="Public Sector Applications (psa)"/> <option value="1250" text="Public Sector Budgeting (psb)"/> <option value="9160" text="Public Sector Financials International (igi)"/> <option value="1140" text="Public Sector HR (pqh)"/> <option value="1141" text="Public Sector Payroll (pqp)"/> <option value="117" text="Purchasing (po)"/> <option value="1135" text="Purchasing Intelligence (poa)"/> <option value="10563" text="Pure Integrate"/> <option value="1019" text="Quality (qa)"/> <option value="9809" text="Rapid Install (ri)"/> <option value="9702" text="Rdb Server"/> <option value="9481" text="RDBMS Server "/> <option value="104" text="Receivables (ar) "/> <option value="9482" text="Recovery "/> <option value="131" text="Regional Localizations (jg) "/> <option value="10380" text="Relational Access Manager "/> <option value="1144" text="Release Management (rlm)"/> <option value="710" text="Release Management Integration Kit (rla)"/> <option value="9495" text="Replication"/> <option value="9705" text="Replication Option for Rdb"/> <option value="1257" text="Report Manager (frm)"/> <option value="9523" text="Repository "/> <option value="10562" text="Risk Manager (rmg)"/> <option value="9240" text="Risk Optimization (msr)"/> <option value="130" text="Sales (as)"/> <option value="9142" text="Sales Analyzer"/> <option value="9142" text="Sales Analyzer (zsa)"/> <option value="1015" text="Sales Compensation (cn)"/> <option value="1129" text="Sales for Communications (xnc)"/> <option value="1089" text="Sales Intelligence (bil)"/> <option value="1102" text="Sales Online (asf)"/> <option value="1248" text="Scheduler (csr)"/> <option value="1114" text="Scripting (ies)"/> <option value="1123" text="SDP Number Portability (xnp) "/> <option value="1124" text="SDP Provisioning (xdp)"/> <option value="178" text="Self Service Web Applications (icx)"/> <option value="9022" text="SEM Exchange (eaa)"/> <option value="125" text="Service (cs) "/> <option value="1106" text="Service Contracts (oks)"/> <option value="1127" text="Service for Communications (xns) "/> <option value="9420" text="Service Intelligence (biv)"/> <option value="1146" text="Shipping Execution Common (wsh) "/> <option value="9000" text="Shop Floor Management (wsm)"/> <option value="1191" text="Spares Management (csp) "/> <option value="9761" text="Spatial "/> <option value="9740" text="Spreadsheet Add-In "/> <option value="9740" text="Spreadsheet Add-In (xsa)"/> <option value="9514" text="SQL Java"/> <option value="9496" text="SQL*Loader "/> <option value="9507" text="SQL*Net "/> <option value="9861" text="SQL*Plus"/> <option value="9806" text="Standard Management Pack"/> <option value="121" text="Statutory Sick Pay (ssp)"/> <option value="9024" text="Strategic Enterprise Management (fem)"/> <option value="1255" text="Student System (igs)"/> <option value="1256" text="Student Systems Financial Aid (igf) "/> <option value="133" text="Supplier Scheduling (chv)"/> <option value="1137" text="Supply Chain Intelligence (isc)"/> <option value="1108" text="Support (css)"/> <option value="9882" text="Systems Intelligence (biy)"/> <option value="1113" text="Telephony Manager (cct)"/> <option value="1103" text="TeleSales (ast)"/>"/> <option value="9622" text="Thesaurus Management System (tms) "/> <option value="1139" text="Time Capture (hxc) "/> <option value="808" text="Time Management (hxt) "/> <option value="10140" text="Tinoway (tinoway) "/> <option value="1194" text="Trade Planning (ozp) "/> <option value="9358" text="Trading Community (hz)"/> <option value="1018" text="Training (ota) "/> <option value="10520" text="Transfer Pricing (ftp)"/> <option value="10021" text="Transparent Gateway for DB2 "/> <option value="10026" text="Transparent Gateway for DB2/400"/> <option value="10022" text="Transparent Gateway for EDA/sql "/> <option value="10023" text="Transparent Gateway for IBM DRDA "/> <option value="9320" text="Transportation (fte) "/> <option value="1086" text="Treasury (xtr) "/> <option value="9500" text="Trusted Oracle "/> <option value="9803" text="Tuning Pack "/> <option value="9700" text="Tutor (pro) "/> <option value="9941" text="Unified Messaging "/> <option value="10060" text="Universal Installer "/> <option value="1193" text="Universal Work Queue (ieu)"/> <option value="9260" text="University Curriculum (ouc) "/> <option value="9023" text="Value Based Management (evm) "/> <option value="9780" text="Warehouse Builder "/> <option value="1200" text="Warehouse Management System (wms)"/> <option value="10240" text="Web Applications Desktop Integrator (bne)"/> <option value="10420" text="Web Cache "/> <option value="9901" text="Wireless "/> <option value="123" text="Work in Process (wip)"/> <option value="9920" text="Workflow Client (wf)"/> <option value="10220" text="Workflow Standalone "/> <option value="10600" text="XML Developers Kit"/> <option value="1228" text="XML Gateway (ecx) "/> </contents> </choice> </contents> </rowLayout> </case> </switcher> <!-- Platform params: platform; opt_platform; txt_platform --> <switcher marlin:childName="platform@enableField"> <case name="true"> <rowLayout> <contents> <cellFormat wrappingDisabled="true" hAlign="right"> <contents> <styledText styleClass="OraPromptText" uix:text="OPT_PLATFORM@ResourceBundle"/> </contents> </cellFormat> <spacer width="10"/> <choice name="opt_platform"> <contents> <option value="is" uix:text="OPT_IS@ResourceBundle"/> <option value="isNot" uix:text="OPT_ISNOT@ResourceBundle"/> </contents> </choice> <spacer width="8"/> <choice name="txt_platform"> <contents> <option value="" text="select a platform"/> <option value="727" text="Bull DPX/20 AIX"/> <option value="87" text="Compaq Tru64 UNIX"/> <option value="601" text="DEC Alpha Windows NT"/> <option value="612" text="Data General AViiON Series [IX86] UNIX"/> <option value="89" text="Digital Alpha OpenVMS"/> <option value="1" text="Digital VAX OpenVMS "/> <option value="221" text="Fujitsu UXP/DS"/> <option value="2" text="HP 9000 Series HP-UX 10.20"/> <option value="59" text="HP 9000 Series HP-UX 64bit"/> <option value="999" text="HP-UX 11.0/32 bit"/> <option value="93" text="Hitachi 3050/R Risc UNIX "/> <option value="43" text="IBM AS/400 OS/400 "/> <option value="198" text="IBM NUMA-Q DYNIX/ptx"/> <option value="30" text="IBM OS/390 (MVS)"/> <option value="319" text="IBM RS/6000 AIX "/> <option value="38" text="IBM RS/6000 AIX 64-bit"/> <option value="3" text="IBM VM/CMS "/> <option value="46" text="LINUX Intel "/> <option value="110" text="Linux Intel 64-bit"/> <option value="176" text="MS Windows 95/98/NT/2K Client"/> <option value="912" text="MS Windows NT/2000 Server"/> <option value="358" text="NCR Unix SVR4 "/> <option value="476" text="NEC EWS4800/UP4800 Series Unix"/> <option value="21" text="Novell NetWare"/> <option value="168" text="SGI 32-bit UNIX"/> <option value="24" text="SGI 64-bit UNIX"/> <option value="611" text="Siemens MPP RM1000 Reliant Unix (DC/OSX)"/> <option value="724" text="Siemens RM200-RM600 "/> <option value="116" text="Siemens/Nile/MIServer DC/OSX "/> <option value="453" text="Sun SPARC Solaris"/> <option value="23" text="Sun SPARC Solaris 64-bit"/> <option value="173" text="Sun Solaris V2 Intel"/> <option value="501" text="UnixWare"/> </contents> </choice> </contents> </rowLayout> </case> </switcher> <!-- Language params: language; opt_language; txt_language --> <switcher marlin:childName="language@enableField"> <case name="true"> <rowLayout> <contents> <cellFormat wrappingDisabled="true" hAlign="right"> <contents> <styledText styleClass="OraPromptText" uix:text="OPT_LANGUAGE@ResourceBundle"/> </contents> </cellFormat> <spacer width="10"/> <choice name="opt_language"> <contents> <option value="is" uix:text="OPT_IS@ResourceBundle"/> <option value="isNot" uix:text="OPT_ISNOT@ResourceBundle"/> </contents> </choice> <spacer width="8"/> <choice name="txt_language"> <contents> <option value="8" text="AR - Arabic"/> <option value="30" text="CS - Czech"/> <option value="4" text="D - German"/> <option value="5" text="DK - Danish"/> <option value="11" text="E - Spanish"/> <option value="104" text="EL - Greek "/> <option value="29" text="ESA - Latin American Spanish"/> <option value="2" text="F - French"/> <option value="3" text="FRC - Canadian French"/> <option value="28" text="HU - Hungarian "/>"/> <option value="108" text="I - Italian"/> <option value="107" text="IW - Hebrew "/> <option value="15" text="JA - Japanese "/> <option value="16" text="KO - Korean"/> <option value="10" text="N - Norwegian"/> <option value="6" text="NL - Dutch "/> <option value="110" text="PL - Polish"/> <option value="18" text="PT - Portuguese"/> <option value="26" text="PTB - Brazilian Portuguese "/> <option value="111" text="RO - Romanian "/> <option value="112" text="RU - Russian "/> <option value="13" text="S - Swedish"/> <option value="7" text="SF - Finnish"/> <option value="113" text="SK - Slovak"/> <option value="115" text="TH - Thai"/> <option value="116" text="TR - Turkish"/> <option selected="true" value="0" text="US - American English "/> <option value="14" text="ZHS - Simplified Chinese "/> <option value="117" text="ZHT - Traditional Chinese"/> </contents> </choice> </contents> </rowLayout> </case> </switcher> <!-- Type params: patchType; opt_patchType; txt_patchType --> <switcher marlin:childName="patchType@enableField"> <case name="true"> <rowLayout> <contents> <cellFormat wrappingDisabled="true" hAlign="right"> <contents> <styledText styleClass="OraPromptText" uix:text="OPT_PATCHTYPE@ResourceBundle"/> </contents> </cellFormat> <spacer width="10"/> <choice name="opt_patchType"> <contents> <option value="is" uix:text="OPT_IS@ResourceBundle"/> <option value="isNot" uix:text="OPT_ISNOT@ResourceBundle"/> </contents> </choice> <spacer width="8"/> <choice name="txt_patchType"> <contents> <option value="patch" text="Patch"/> <option value="patchSet" text="PatchSet"/> </contents> </choice> </contents> </rowLayout> </case> </switcher> <!-- Bug Number params: bugNumber; opt_bugNumber; txt_bugNumber --> <switcher marlin:childName="bugNumber@enableField"> <case name="true"> <rowLayout> <contents> <cellFormat wrappingDisabled="true" hAlign="right"> <contents> <styledText styleClass="OraPromptText" uix:text="OPT_BUGNUMBER@ResourceBundle"/> </contents> </cellFormat> <spacer width="10"/> <choice name="opt_bugNumber"> <contents> <option value="contains" uix:text="OPT_CONTAINS@ResourceBundle"/> <option value="notContains" uix:text="OPT_NOTCONTAINS@ResourceBundle"/> </contents> </choice> <spacer width="8"/> <textInput name="txt_bugNumber" uix:text="search" columns="25"/> </contents> </rowLayout> </case> </switcher> <!-- Entry Date params: entryDate; opt_entryDate; txt_entryDate --> <switcher marlin:childName="entryDate@enableField"> <case name="true"> <rowLayout> <contents> <cellFormat wrappingDisabled="true" hAlign="right"> <contents> <styledText styleClass="OraPromptText" uix:text="OPT_ENTRYDATE@ResourceBundle"/> </contents> </cellFormat> <spacer width="10"/> <choice name="opt_entryDate"> <contents> <option value="is" uix:text="OPT_IS@ResourceBundle"/> <option value="isNot" uix:text="OPT_ISNOT@ResourceBundle"/> <option value="isBefore" uix:text="OPT_ISBEFORE@ResourceBundle"/> <option value="isAfter" uix:text="OPT_ISAFTER@ResourceBundle"/> </contents> </choice> <spacer width="8"/> <dateField name="txt_EntryDate" uix:value="entryDate" id="Entry Date" columns="10"> <onSubmitValidater> <date dateStyle="short" pattern="MM/dd/yyyy" /> </onSubmitValidater> </dateField> </contents> </rowLayout> </case> </switcher> <!-- Target Applied To params: applied; opt_applied; txt_applied --> <switcher marlin:childName="applied@enableField"> <case name="true"> <rowLayout> <contents> <cellFormat wrappingDisabled="true" hAlign="right"> <contents> <styledText styleClass="OraPromptText" uix:text="OPT_TARGETAPPLIEDTO@ResourceBundle"/> </contents> </cellFormat> <spacer width="10"/> <choice name="opt_applied"> <contents> <option value="contains" uix:text="OPT_CONTAINS@ResourceBundle"/> <option value="notContains" uix:text="OPT_NOTCONTAINS@ResourceBundle"/> </contents> </choice> <spacer width="8"/> <textInput name="txt_applied" uix:text="search" columns="25"/> </contents> </rowLayout> </case> </switcher> <!-- Approved params: approved; opt_approved; txt_approved --> <switcher marlin:childName="approved@enableField"> <case name="true"> <rowLayout> <contents> <cellFormat wrappingDisabled="true" hAlign="right"> <contents> <styledText styleClass="OraPromptText" uix:text="OPT_APPROVED@ResourceBundle"/> </contents> </cellFormat> <spacer width="10"/> <choice name="opt_approved"> <contents> <option value="is" uix:text="OPT_IS@ResourceBundle" /> </contents> </choice> <spacer width="8"/> <choice name="txt_approved"> <contents> <option value="yes" uix:text="OPT_YES@ResourceBundle"/> <option value="no" uix:text="OPT_NO@ResourceBundle"/> </contents> </choice> </contents> </rowLayout> </case> </switcher> <!-- Description params: description; opt_description; txt_description --> <switcher marlin:childName="description@enableField"> <case name="true"> <rowLayout> <contents> <cellFormat wrappingDisabled="true" hAlign="right"> <contents> <styledText styleClass="OraPromptText" uix:text="OPT_DESCRIPTION@ResourceBundle"/> </contents> </cellFormat> <spacer width="10"/> <choice name="opt_description"> <contents> <option value="contains" uix:text="OPT_CONTAINS@ResourceBundle"/> <option value="notContains" uix:text="OPT_NOTCONTAINS@ResourceBundle"/> </contents> </choice> <spacer width="8"/> <textInput name="txt_description" uix:text="search" columns="25"/> </contents> </rowLayout> </case> </switcher> <!-- Readme params: readme; opt_readme; txt_readme --> <switcher marlin:childName="readme@enableField"> <case name="true"> <rowLayout> <contents> <cellFormat wrappingDisabled="true" hAlign="right"> <contents> <styledText styleClass="OraPromptText" uix:text="OPT_README@ResourceBundle"/> </contents> </cellFormat> <spacer width="10"/> <choice name="opt_readme"> <contents> <option value="contains" uix:text="OPT_CONTAINS@ResourceBundle"/> <option value="notContains" uix:text="OPT_NOTCONTAINS@ResourceBundle"/> </contents> </choice> <spacer width="8"/> <textInput name="txt_readme" uix:text="search" columns="25"/> </contents> </rowLayout> </case> </switcher> <!-- </contents> </tableLayout> --> </contents> </dataScope>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de