freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/index.fmt
changeset 41 c94f68ddef59
child 42 c5726abc1218
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/index.fmt	Tue Aug 11 14:26:49 2009 +0200
     1.3 @@ -0,0 +1,16 @@
     1.4 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
     1.5 +<html>
     1.6 +  <head>
     1.7 +    <title></title>
     1.8 +    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     1.9 +  </head>
    1.10 +  <body>
    1.11 +      <h1>Quoridor Community Server</h1>
    1.12 +
    1.13 +      <ol>
    1.14 +      <#list model as item>
    1.15 +        <li>${item.white} vs. ${item.black} <a href="games/${item.id}">board</a></li>
    1.16 +      </#list>
    1.17 +      </ol>
    1.18 +  </body>
    1.19 +</html>
    1.20 \ No newline at end of file