<?xml version="1.0" encoding="UTF-8"?>
<search>
  <!-- static part, unchanged from a request - response cicle --> 
  <static>
    <accessKey>search</accessKey>
    <transformation dependingOnArea="no">search</transformation>
  </static> 
  <!-- dynamic part, will be changed from an action -->
  <!-- the base url is inserted in every html page, hence links are relativ from servlet path -->
  <base/>
  <messages/>
  
  <actions>
    <action url="topNavigation.sap">
      <text id="action.home">
        Home
      </text>
    </action>
    <action url="resetSearch.sap">
      <text id="action.resetSearch">
        Search
      </text>
    </action>   
    <action url="search.sap">
      <text id="action.search">
        Search
      </text>
    </action>    
    <action url="chngCtxt.sap">
      <text id="action.chngCtxt">
        Context
      </text>
    </action>
    <action url="logout.sap">
      <text id="action.logout">
        Logout
      </text>
    </action>
  </actions>

  <greeting>
    <text id="srch.greeting">
      SAP Knowledge Warehouse
    </text>
  </greeting>
  
  <context LANGUAGE="DE">
    <text id="ctxt.info"/>
  </context>
  
  <lastSel>
    <lastSelArea/>
    <lastSearch/>
  </lastSel>
  
  <srchFormSimple>
    <greeting>
      <text id="srch.greeting.fulltext">
        SAP Knowledge Warehouse
      </text>
    </greeting>
    <action>searchFulltext.sap</action>

    <select name="AREA">
      <text id="srch.inArea">
        Area
      </text>
      <options>
        <option>
          <value>IWBTRAIN</value>
          <text>Training</text>
        </option>
        <option selected="yes">
          <value>DOKU</value>
          <text>Documentation</text>
        </option>
      </options>
    </select>  

    <input name="NOOFHITS" type="text" size="3" maxlength="10" value="10">
      <text id="srch.noOfHits">
        Number of hits per page
      </text>
    </input>  

    <input name="SRCHSTRING" type="text" size="80" maxlength="240">
      <text id="srch.srchFor">
        Search for
      </text>
    </input>
    
    <input name="withAttr" type="checkbox" size="1" selected="no" maxlength="1" value="X">
      <text id="srch.withAttr">
        Search with attributes 
      </text>
    </input>
       
    <area name=""/>
    
    <checkbox name="FEATURELIST">
      <text id="srch.featListShow">
        Show feature list
      </text>
    </checkbox>

    <submit name="srch.submit" type="submit">
      <text id="srch.submit">
        Change
      </text>
    </submit>  
        
  </srchFormSimple>
  
  <searchErrors/>


  <searchResults>
    <header>
      <text id="srch.header.no">
        No.
      </text>
      <text id="srch.header.seealso">
        No.
      </text>
      <text id="srch.header.title">
        No.
      </text>
      <text id="srch.header.ranking">
        No.
      </text>
    </header>
    <moreSrchPrev>
      no
      <text id="action.previous">
        prev
      </text>
    </moreSrchPrev>
    <moreSrchNext>
      no
      <text id="action.next">
        next
      </text>
    </moreSrchNext>
  </searchResults>
  
</search>
  