Using white background
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Thu, 19 Nov 2009 09:25:45 +0100
changeset 151b9e67a17bd10
parent 150 cbae8c1b80dc
child 152 07e3bcb65c1d
Using white background
freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/game.fmt
freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/index.fmt
freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/login.fmt
     1.1 --- a/freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/game.fmt	Tue Nov 17 14:06:21 2009 +0100
     1.2 +++ b/freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/game.fmt	Thu Nov 19 09:25:45 2009 +0100
     1.3 @@ -75,7 +75,7 @@
     1.4          };
     1.5      </script>
     1.6    </head>
     1.7 -  <body>
     1.8 +  <body bgcolor="white">
     1.9        <h3><a href="/">${bundle.TITLE_PLAIN}</a></h3>
    1.10  
    1.11        <#macro status who>
     2.1 --- a/freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/index.fmt	Tue Nov 17 14:06:21 2009 +0100
     2.2 +++ b/freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/index.fmt	Thu Nov 19 09:25:45 2009 +0100
     2.3 @@ -40,7 +40,7 @@
     2.4      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     2.5      <meta http-equiv="REFRESH" content="60;URL=/">
     2.6    </head>
     2.7 -  <body>
     2.8 +  <body bgcolor="white">
     2.9        <h1>${bundle.TITLE}</h1>
    2.10  
    2.11        <#macro before t>
     3.1 --- a/freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/login.fmt	Tue Nov 17 14:06:21 2009 +0100
     3.2 +++ b/freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/login.fmt	Thu Nov 19 09:25:45 2009 +0100
     3.3 @@ -12,7 +12,7 @@
     3.4              name.focus();
     3.5          }
     3.6      </script>  </head>
     3.7 -  <body onload="setFocus();">
     3.8 +  <body bgcolor="white" onload="setFocus();">
     3.9        <h1>${bundle.TITLE}</h1>
    3.10        <h2>${bundle.LOGIN}</h2>
    3.11