Default Subscribe 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 - Subscribe</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"> </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_subscribe.gif" alt="Recipient subscribe" border="0" /></td> </tr> </table> <div style="padding-top:20px;"> [% IF shared.SUBSCRIBE_CODE == 0 -%] <div class="red">Email address <b>[% shared.EMAIL -%]</b> has been added to mailing list.</div> [% ELSIF shared.SUBSCRIBE_CODE == 1 -%] <div class="red">Email address has already subscribed to this list.</div> [% ELSIF shared.SUBSCRIBE_CODE == 2 -%] <div class="red">Mailing list doesn't exist.</div> [% ELSIF shared.SUBSCRIBE_CODE == 4 -%] <div class="red">Incorrect authorization code entered.</div> [% END -%] [% IF shared.CODE == '' || (shared.SUBSCRIBE_CODE == '' && shared.AUTH) -%] [% IF shared.TYPE == '' -%] <p>An email containing a subscription link has been sent to <b>[% shared.EMAIL -%]</b>. You can complete your subscription by following the link in the email or you can type in the authorization code found in the email. <form action="/mailer.fcgi" method="post"> <div>Enter code: <input type="text" name="kod" size="30" value=""> <input class="submit" type="submit" value="OK"> </div> <input type="hidden" name="action" value="subscribe"> <input type="hidden" name="dml" value="[% shared.DML -%]"> <input type="hidden" name="email" value="[% shared.EMAIL -%]"> </form> [% ELSE -%] <form action="/mailer.fcgi" method="post"> <fieldset> <legend>New subscriber</legend> <table cellpadding="0" cellspacing="3" border="0" width="100%"> <tr> <td width="150">Enter email address:</td> <td><input type="text" name="email" size="30" value="[% shared.EMAIL -%]"></td> </tr> <tr> <td>Mailing List ID:</td> <td><input type="text" name="dml" size="5" value="[% shared.DML -%]"></td> </tr> <tr> <td>Authorization code:</td> <td colspan="3"> <input type="hidden" name="action" value="subscribe"> <input type="text" name="kod" size="20" value=""> </td> </tr> </table> </fieldset> <div class="toolbar"> <input class="submit" type="image" name="submit" value="submit" src="/images/buttons/s-subscribe.gif"> </div> </form> [% END -%] [% 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>