Default Unsubscribe page HTML code

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Mailkit - Recipient Unsubscribe</title>
<link rel="shortcut icon" href="/images/mailkit_icon.gif" />
<link href="/images/mailkit.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="/js/mailkit.js"></script>
<script type="text/javascript" src="/js/help.cz.js"></script>
<script type="text/javascript" src="/js/import.js"></script>
</head>
<body>
<div class="outer">
  <div align="center">
    <div class="holder">
      <table class="header" cellpadding="0" cellspacing="0">
        <tr>
          <td class="userinfo">
                    <div>
                      <a class="white-b" href="/mailer.fcgi/lang,cs">Czech</a> | <a class="white-b" href="/mailer.fcgi/lang,en">English</a>
                    </div>
                  </td>
          <td class="logo"><a href="/"><img src="/images/mailkit-logo.gif" width="222" height="53" alt="mailkit v1.0" /></a></td>
        </tr>
      </table>
      <div id="mainBody">
        <table cellpadding="0" cellspacing="0" width="100%" style="height:400px;">
          <tr>
            <td id="Teaser"><h4>What is Mailkit?</h4>
              <p>It's the ultimate mass mailing tool for your everyday use. Comes with a sleek design, easy to use interface and fully packed with features for your everyday use.</p>
              <p>No matter if you are an individual who needs to send invitations to a private party or corporation that needs to manage thousands of recipients - Mailkit fits all.</p>
              <ul>
                <li>No Setup Fees</li>
                <li>No Monthly Fees</li>
                <li>Only $0.01/€0.01 per mail</li>
              </ul>
              <a href="/mailer.fcgi/action,registration"><img src="/images/buttons/signup_now.gif" alt="Sign Up" border="0" /></a>
                          <img src="/images/spacer.gif" alt="" width="150" height="5" />
              <div align="right"><a href="http://www.mailkit.info">More about Mailkit...</a></div></td>
            <td id="Content"><table width="100%" cellpadding="0" cellspacing="0" class="maintab">
                <tr>
                  <td class="svc-intro"></td>
                  <td class="svc-image">
                                    <img src="/images/headers/recipient_unsubscribe.gif" alt="Recipient Unsubscribe" border="0" />
                                  </td>
                </tr>
              </table>
              <div style="padding-top:20px; text-align:center;"> [% IF shared.UNSUBSCRIBE_CODE == 1 -%]
                <div class="red">Email address <b>[% shared.EMAIL -%]</b> has been removed from mailing list.</div>
                [% ELSIF shared.UNSUBSCRIBE_CODE == 4 -%]
                <div class="red">Invalid unsubscribe code!</div>
                [% ELSIF shared.UNSUBSCRIBE_CODE == 0 -%]
                <div class="red">Email address has not been found in the mailing list.</div>
                [% ELSIF shared.UNSUBSCRIBE_CODE == 2 -%]
                <div class="red">Email address <b>[% shared.EMAIL -%]</b> has been removed already!</div>
                [% END -%]
                
                [% IF shared.CODE == '' || (shared.UNSUBSCRIBE_CODE == '' && shared.AUTH) -%]
                <form action="/mailer.fcgi" method="post">
                  <div align="center">Enter verification code for <b>[% shared.EMAIL -%]</b> to unsubscribe:
                    <input type="text" name="code" size="30" value="">
                    <input class="submit" type="submit" value="OK">
                  </div>
                  <input type="hidden" name="action" value="unsubscribe">
                  <input type="hidden" name="dt" value="[% shared.DT -%]">
                  <input type="hidden" name="dsmd" value="[% shared.DSMD -%]">
                  <input type="hidden" name="email" value="[% shared.EMAIL -%]">
                </form>
                [% END -%] </div></td>
          </tr>
        </table>
      </div>
      <div class="footer">
            <span><a href="http://support.mailkit.info/trac/wiki">Documentation</a></span> • <span><a href="/mailer.fcgi/action,bugreport">Customer Support</a></span> • <span><a href="http://www.mailkit.info/terms">Terms & Conditions</a></span> <span class="copy">© 2006 Xland. CZ, All Rights Reserved</span>
          </div>
    </div>
  </div>
</div>
</body>
</html>