Example #1
0
<?php

include 'main.inc.php';
Top("Subscribed!");
?>

<p>
Your email address has been confirmed, and you are now on the
Audacity-Announce mailing list!
</p>

<p>
The Audacity developers take your privacy very seriously.  We will
only send you short emails when we release new versions of Audacity or
have other important news - typically about one email per month.
We will never sell or share your email address with anyone else.
</p>

<p>
It's easy to remove your email address from our list:
just type it in the box on the left side of the Audacity home page,
and click "Remove".
</p>

<p>
<a href="http://audacityteam.org/">Click here to return to the Audacity home page</a>
</p>

<?php 
Bottom();
Example #2
0
<?php

include 'main.inc.php';
Top("Not on our list...");
?>

<p>
Sorry, the email address you entered is not on our mailing list.
</p>

<p>
<a href="http://audacityteam.org/">Click here to return to the Audacity home page</a>
</p>

<?php 
Bottom();
Example #3
0
<?php

include 'main.inc.php';
Top("Thank You");
?>

<p>
Thank you for signing up for our announcement list.  You will be
receiving a confirmation email shortly.  You must respond to this
email in order to be subscribed.
</p>

<p>
<a href="http://audacityteam.org/">Click here to return to the Audacity home page</a>
</p>

<?php 
Bottom();
Example #4
0
<?php

include 'main.inc.php';
Top("Unsubscribed!");
?>

<p>
You have been unsubscribed from our mailing list.
</p>

<p>
<a href="http://audacityteam.org/">Click here to return to the Audacity home page</a>
</p>

<?php 
Bottom();
Example #5
0
<?php

include 'main.inc.php';
Top("Invalid");
?>

<p>
The email address you entered was invalid.
</p>

<p>
<a href="http://audacityteam.org/">Click here to return to the Audacity home page</a>
</p>

<?php 
Bottom();
Example #6
0
<?php

include 'main.inc.php';
Top("Already On Our Mailing List");
?>

<p>
The email address you entered is already on our mailing list!
</p>

<p>
<a href="http://audacityteam.org/">Click here to return to the Audacity home page</a>
</p>

<?php 
Bottom();