diff options
Diffstat (limited to 'lib/cpluff/doc/listconfirm/unsubscribed-announcement.en.php')
-rw-r--r-- | lib/cpluff/doc/listconfirm/unsubscribed-announcement.en.php | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/lib/cpluff/doc/listconfirm/unsubscribed-announcement.en.php b/lib/cpluff/doc/listconfirm/unsubscribed-announcement.en.php new file mode 100644 index 0000000000..5ac3d6eb77 --- /dev/null +++ b/lib/cpluff/doc/listconfirm/unsubscribed-announcement.en.php @@ -0,0 +1,36 @@ +<?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>Unsubscription completed</title> + <link rel="Stylesheet" type="text/css" href="../cpluff_style.css"/> + </head> + <body> + <div id="content"> + + <h1>Unsubscription completed</h1> + + <p> + You have successfully unsubscribed from the C-Pluff announcement mailing + list. Your e-mail address + <?php echo htmlspecialchars($_REQUEST['address']); ?> + has been removed from the mailing list. + </p> + <p> + Now you may return to <a href="../index.en">the main C-Pluff page</a> + or 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> |