36 lines
1.2 KiB
PHP
36 lines
1.2 KiB
PHP
<? /*
|
|
Copyright (C) 2004 by Duane Groth <duane_at_CAcert_dot_org>
|
|
|
|
This file is part of CAcert.
|
|
|
|
CAcert has been released under the CAcert Source License
|
|
which can be found included with these source files or can
|
|
be downloaded from the internet from the following address:
|
|
http://www.cacert.org/src-lic.php
|
|
|
|
CAcert is distributed WITHOUT ANY WARRANTY; without even
|
|
the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
PARTICULAR PURPOSE. See the License for more details.
|
|
*/ ?>
|
|
<H3><?=_("Contact Us")?></H3>
|
|
|
|
<p><form method="post" action="<?=$_SERVER['PHP_SELF']?>">
|
|
<input type="hidden" name="oldid" value="<?=$id?>">
|
|
<?=_("Your Name")?>: <input type="text" name="who"><br>
|
|
<?=_("Your Email")?>: <input type="text" name="email"><br>
|
|
<?=_("Subject")?>: <input type="text" name="subject"><br>
|
|
<textarea name="message" cols="40" rows="10"></textarea><br>
|
|
<input type="submit" name="process" value="<?=_("Send")?>">
|
|
</form></p>
|
|
|
|
<p><?=_("Alternatively you can get in contact with us via the following methods:")?></p>
|
|
|
|
<p><?=_("Postal Address:")?><br>
|
|
CAcert Inc.<br>
|
|
P.O. Box 75<br>
|
|
Banksia NSW 2216<br>
|
|
Australia</p>
|
|
|
|
<p>IRC<br>
|
|
<a href="irc://irc.CAcert.org/#CAcert">irc://irc.CAcert.org/#CAcert</a></p>
|
|
|