freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/login.fmt
changeset 104 e37b229e238b
parent 88 a3be2be0112f
child 116 5263ee1916e5
     1.1 --- a/freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/login.fmt	Tue Sep 15 07:32:17 2009 +0200
     1.2 +++ b/freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/login.fmt	Sun Sep 20 11:00:36 2009 +0200
     1.3 @@ -1,8 +1,11 @@
     1.4  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
     1.5  <html>
     1.6    <head>
     1.7 -    <title></title>
     1.8 +    <title>${bundle.TITLE_PLAIN}</title>
     1.9      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    1.10 +    <#if user?? >
    1.11 +      <meta http-equiv="REFRESH" content="1;URL=/">
    1.12 +    </#if>
    1.13    </head>
    1.14    <body>
    1.15        <h1>${bundle.TITLE}</h1>