diff options
Diffstat (limited to 'lib/cpluff/doc/listconfirm/noton.en.php')
-rw-r--r-- | lib/cpluff/doc/listconfirm/noton.en.php | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/lib/cpluff/doc/listconfirm/noton.en.php b/lib/cpluff/doc/listconfirm/noton.en.php new file mode 100644 index 0000000000..836dca1d1e --- /dev/null +++ b/lib/cpluff/doc/listconfirm/noton.en.php @@ -0,0 +1,38 @@ +<?php echo '<?xml version="1.0" encoding="UTF-8"?>'; ?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> + <head> + <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/> + <meta name="author" content="Johannes Lehtinen"/> + <meta name="copyright" content="Copyright 2007 Johannes Lehtinen"/> + <title>Not subscribed</title> + <link rel="Stylesheet" type="text/css" href="../cpluff_style.css"/> + </head> + <body> + <div id="content"> + + <h1>Not subscribed</h1> + + <p> + Your e-mail address <?php echo htmlspecialchars($_REQUEST['address']); ?> + is not subscribed to the mailing list. Please check that you specified + a correct address and try again. If you have any problems + with C-Pluff mailing lists, you may contact the mailing list + administrator at + <a href="mailto:listmaster@c-pluff.org">listmaster@c-pluff.org</a>. + </p> + <p> + Return to + <a href="../lists.en">the C-Pluff mailing list page</a>. + </p> + + <p class="footer"> + Copyright 2007 <a href="http://www.jlehtinen.net/">Johannes Lehtinen</a><br/> + Validation: + <a href="http://validator.w3.org/check?uri=referer">XHTML Basic 1.0</a>, + <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> + </p> + + </div> + </body> +</html> |