<?xml version="1.0" encoding="UTF-8"?>
<logon>
  <!-- static part, unchanged from a request - response cicle -->
  <static>
    <accessKey>logon</accessKey>
    <transformation dependingOnArea="no">logon</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/>
  <greeting>
    <text id="logon.greeting">
      SAP Knowledge Warehouse - IKS
    </text>
  </greeting>
  <logonForm>
    <action>logon.sap</action>
    <initialURL></initialURL>
    <username name="j_user" type="text">
      <text id="logon.user">
        User
      </text>
    </username>
    <password name="j_password" type="password">
      <text id="logon.password">
        Password
      </text>
    </password>
    <submit name="logon_submit" type="submit">
      <text id="logon.button.submit">
        Logon
      </text>
    </submit>
  </logonForm>
</logon>
