freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/email.fmt
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Thu, 04 Mar 2010 19:37:58 +0100
changeset 233 ecddc9f373bb
permissions -rw-r--r--
Changing an email needs to be confirmed by receiving an email and responding to an URL send inside it
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
     2 <html>
     3   <head>
     4     <title>${bundle.EMAIL_SENT}</title>
     5     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     6   </head>
     7   <body bgcolor="white">
     8       <h3><a href="/">${bundle("EMAIL_SENT_TO", user)}</a></h3>
     9 
    10       <a href="/">${bundle.EMAIL_BACK}</a>
    11 
    12       <hr/>
    13       ${bundle("copyright", version)}
    14 
    15   </body>
    16 </html>