<?xml version="1.0" encoding="UTF-8"?>
<chgCtxt>
  <!-- static part, unchanged from a request - response cicle --> 
  <static>
    <accessKey>chgCtxt</accessKey>
    <transformation dependingOnArea="no">logon</transformation>
  </static> 
  <!-- action independent part, will be set automatically -->
  <base/>
  <messages/>
  <context LANGUAGE="DE"/>

  <!-- action specific part -->

  <greeting>
    <text id="chgCtxt.greeting">
    </text>
  </greeting>
  
  <chgCtxtForm>
    <action>saveCtxt.sap</action>
    
    <select name="LANGUAGE">
      <text id="chgCtxt.language">
        Language
      </text>
      <options>
        <option>
          <value>AF</value>
          <text>Afrikaans</text>
        </option>
        <option selected="yes">
          <value>EN</value>
          <text>English</text>
        </option>
      </options>
    </select>  

    <select name="TMP_IWB_IND_REL">
      <text id="chgCtxt.extension">
        Change your SAP Knowledge Warehouse context
      </text>
      <options>
        <option>
          <value>          40B</value>
          <text>40B</text>
        </option>
        <option selected="yes">
          <value>BANK-ALYZE30</value>
          <text>BANK-ALYZE - Bank Analyzer 30</text>
        </option>
      </options>
    </select>  

    <radio name="TMP_IWB_TASK">
      <text id="chgCtxt.objectStatus">
        Change your SAP Knowledge Warehouse context
      </text>
      <options>
        <option>
          <value>DISPLAY</value>
          <text id="chgCtxt.display">only released objects</text>
        </option>
        <option>
          <value>PREVIEW</value>
          <text id="chgCtxt.preview">all objects, without language switch</text>
        </option>
        <option selected="yes">
          <value>PREVIEW2</value>
          <text id="chgCtxt.preview2">all objects, with language switch</text>
        </option>
      </options>
    </radio>  

    <submit name="chgCtxt.submit" type="submit">
      <text id="chgCtxt.submit">
        Change
      </text>
    </submit>  
  </chgCtxtForm>
</chgCtxt>
  