freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/email.fmt
changeset 233 ecddc9f373bb
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/email.fmt	Thu Mar 04 19:37:58 2010 +0100
     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>${bundle.EMAIL_SENT}</title>
     1.8 +    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     1.9 +  </head>
    1.10 +  <body bgcolor="white">
    1.11 +      <h3><a href="/">${bundle("EMAIL_SENT_TO", user)}</a></h3>
    1.12 +
    1.13 +      <a href="/">${bundle.EMAIL_BACK}</a>
    1.14 +
    1.15 +      <hr/>
    1.16 +      ${bundle("copyright", version)}
    1.17 +
    1.18 +  </body>
    1.19 +</html>
    1.20 \ No newline at end of file