<!--
 * Copyright (c) 2001, 2003, Oracle Corporation.  All rights reserved.  
 *
 *      NAME
 *       simpleSearchContent.uix
 *
 *      NOTES
 *       include file for patchSearchTable
 *       contains all the possible search fields for the simple search
 *
 *       switcher values enabled in this form:
 *
 * MODIFIED (MM/DD/YY)  VERSION
 *  kchiasso 10/28/03 - bugfix 3211721 
 *  kchiasso 10/22/02 - bugfix 2635922
 *  kchiasso 07/01/02 - remove Release (need product to uniq. ident.)
 *  kchiasso 02/13/02 - target centric UI
 *  kchiasso 12/20/01 - wizard redo
 *
 *  @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="searchData">
      <method class="oracle.sysman.eml.ecm.patch.PatchSearchData"
       method="populateSearchAdvanced"/>
    </data>

  </provider>

  <contents>

<!-- Patch Name params: patchName; opt_patchName; txt_patchName -->

  <labeledFieldLayout labelWidth="25%"
                    fieldWidth="80%"
                    columns="1"
                    width="80%" >
  <contents>

        <messageTextInput
            name="bugNo"
            id="bugNo"
            uix:prompt="OPT_PATCHNAME@ResourceBundle"
            uix:text="bugNo@searchData"
            columns="24"
            required="yes"/>

        <messageChoice name="platform"
            id="platform"
            uix:tip="TIP_BITLENGTH@ResourceBundle"
            uix:prompt="OPT_PLATFORM@ResourceBundle"
            uix:selectedValue="platformIdSel@searchData">
            <contents uix:childData="platformList@searchData">
                <option uix:text="platformName" uix:value="platformValue" uix:selected="selected"/>
            </contents>
            </messageChoice>

        <messageChoice name="language"
            id="language"
            uix:prompt="OPT_LANGUAGE@ResourceBundle"
            uix:selectedValue="languageIdSel@searchData">
            <contents uix:childData="languageList@searchData">
                <option uix:text="languageName" uix:value="languageValue" uix:selected="selected"/>
            </contents>
            </messageChoice>

  </contents>
  </labeledFieldLayout>

  </contents>
</dataScope>
