<?xml version="1.0" encoding="UTF-8"?>
<config>
  <!-- static part, unchanged from a request - response cicle --> 
  <static>
    <accessKey>config</accessKey>
    <transformation dependingOnArea="no">config</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="logout.sap">
      <text id="action.logout">
        Logout
      </text>
    </action>
  </actions>

  
  <greeting>
    <text id="configuration.greeting">
      SAP Knowledge Warehouse - IKS - Configuration
    </text>
  </greeting>
  <internalStatus>
    readOnly
  </internalStatus>
  
  <submitButton>
    login
  </submitButton>
  
  <confForm>
    <action>doAdminLogon.sap</action>

    <radio name="helpMode">
      <text id="conf.kwSources">
        Select, where your help is located
      </text>
      <options>
        <option selected="yes">
          <value>connection</value>
          <text id="conf.inKw">in a SAP Knowledge Warehouse system (please add the connection parameters below)</text>
        </option>
        <option selected="no">
          <value>plainHtmlhttp</value>
          <text id="conf.viaHttp">help is accesible using HTTP (please enter the URL below)</text>
        </option>
      </options>
    </radio>  
    
    <connection selected="yes">
      <text id="conf.connection">
        Connection parameter
      </text>    
      <!-- technical user for accessing the KW Backend System -->
      <techUser>
        <text id="conf.techUser">
          Technical user
        </text>  
        <input name="user" type="text" size="10" maxlength="20" value="">
          <text id="logon.user">
            User
          </text>
        </input>
        <input name="passwd" type="password" size="10" maxlength="20" value="">
          <text id="logon.password">
            Password
          </text>
        </input>
      </techUser>
      <generell>
        <text id="conf.text.generell">
          Generell connection parameters, always required
        </text>    
        <input name="client" type="text" size="3" maxlength="3" value="">
          <text id="config.client">
            Client
          </text>
        </input>
        <input name="sysnr" type="text" size="3" maxlength="3" value="">
          <text id="config.sysnr">
            System
          </text>
        </input>
        <input name="lang" type="text" size="2" maxlength="2" value="">
          <text id="config.language">
            Language
          </text>
        </input>
      </generell>
      <ashost>
        <text id="conf.text.ashost">
          Generell connection parameters, always required
        </text>    
        <input name="ashost" type="text" size="20" maxlength="100" value="">
          <text id="config.ashost">
            application server
          </text>
        </input>
      </ashost>
      <mshost>
        <text id="conf.text.mshost">
          Generell connection parameters, always required
        </text>    
        <input name="r3name" type="text" size="3" maxlength="3" value="">
          <text id="config.r3name">
            Group
          </text>
        </input>
        <input name="mshost" type="text" size="20" maxlength="100" value="">
          <text id="config.mshost">
            message server
          </text>
        </input>
        <input name="group" type="text" size="10" maxlength="20" value="">
          <text id="config.group">
            message server
          </text>
        </input>
      </mshost>

      <languages>
        <text id="conf.text.lanuages">
          From KW supported languages
        </text>    
        <input name="unicodesystem" type="checkbox" size="1" maxlength="1" value="">
          <text id="config.unicode">
            Unicode 
          </text>
        </input>
        <input name="supportedLangs" type="text" size="10" maxlength="100" value="en;de">
          <text id="config.supLangs">
            Sprachen (iso 639 codes, mit ; getrennt)
          </text>
        </input>
      </languages>  
      
    </connection>

    <plainHtmlhttp selected="no">	  
      <text id="conf.plainHtmlhttp">
        Using HTTP for accessing help
      </text>    
      <input name="variant" type="text" size="10" maxlength="20" value="">
        <text id="shconfig.variant">Variant</text>
      </input>
      <input name="svrname" type="text" size="10" maxlength="40" value="">
        <text id="config.svrname">Server Name including port (myhost:1080)</text>
      </input>
      <input name="path" type="text" size="10" maxlength="40" value="">
        <text id="config.path">URL path</text>
      </input>
      <input name="language" type="text" size="10" maxlength="2" value="EN">
        <text id="config.defaultLanguage">default langauge</text>
      </input>
    </plainHtmlhttp>

    <destinationService>    
      <input name="destServ" type="text" size="10" maxlength="100" value="KW_IKS2">
        <text id="config.group">
          Name of destination 
        </text>
      </input>
    </destinationService>    
    
    
    <submit name="continue" type="submit">
      <text id="config.button.continue">
        Continue
      </text>
    </submit>  

    <submit name="test" type="submit">
      <text id="config.button.test">
        Test
      </text>
    </submit>  
    
    <submit name="login" type="submit">
      <text id="logon.button.submit">
        logon
      </text>
    </submit>  

    <submit name="change" type="submit">
      <text id="config.button.submit">
        submit
      </text>
    </submit>  


  </confForm>
      
</config>
