freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/index.fmt
changeset 146 0b889d9e4ee1
parent 139 85bbddead23e
child 147 37e67c923018
     1.1 --- a/freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/index.fmt	Mon Oct 26 16:33:16 2009 +0100
     1.2 +++ b/freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/index.fmt	Sun Nov 08 09:54:32 2009 +0100
     1.3 @@ -164,6 +164,21 @@
     1.4          </p>
     1.5        </#if>
     1.6  
     1.7 +      <h5>${bundle.OPTIONS}</h5>
     1.8 +      
     1.9 +      <form action="/options">
    1.10 +            ${bundle.EMAIL} <input type="text" name="email" value='${email!""}' />
    1.11 +            <input type="submit" value="${bundle.CHANGE_EMAIL}" />
    1.12 +      </form>
    1.13 +      <form action="/options">
    1.14 +            ${bundle.LANGUAGE}
    1.15 +              <select name="language" id="column">
    1.16 +                  <option value="en">${bundle.ENGLISH}</option>
    1.17 +                  <option value="cs">${bundle.CZECH}</option>
    1.18 +              </select>
    1.19 +            <input type="submit" value="${bundle.CHANGE_LANGUAGE}" />
    1.20 +      </form>
    1.21 +
    1.22        <hr/>
    1.23        ${bundle("copyright", version)}
    1.24    </body>