aboutsummaryrefslogtreecommitdiff
path: root/html/feedback.php
diff options
context:
space:
mode:
authorDavid Aspinall2002-07-14 11:56:15 +0000
committerDavid Aspinall2002-07-14 11:56:15 +0000
commitd9eb3172ea75d861acb4373774ced9f954643c80 (patch)
treedb7f9c709cbaae86545d30c892776518b685f628 /html/feedback.php
parent5f29ae4b30a2fb4600877a11286da7f1ba766f0a (diff)
Improve layout.
Diffstat (limited to 'html/feedback.php')
-rw-r--r--html/feedback.php22
1 files changed, 12 insertions, 10 deletions
diff --git a/html/feedback.php b/html/feedback.php
index 4b01ce80..e599bfcd 100644
--- a/html/feedback.php
+++ b/html/feedback.php
@@ -17,9 +17,8 @@
<p>
Please use the form below to send us comments, suggestions,
-or offers to help with Proof Generl development.
-<br>
-Or send email directly to
+or offers to help with Proof General development.
+Or simply send an email directly to
the <?php mlinktxt($project_feedback, "Proof General maintainer &lt;$project_feedback&gt."); ?>
</p>
<p>
@@ -29,7 +28,7 @@ be more helpful to do this from within Emacs, using the
</p>
<form method=post action="<?php print $PHP_SELF . "?submit"; ?>">
-<table width="300" border="0" cellspacing="2" cellpadding="0">
+<table width="450" border="0" cellspacing="2" cellpadding="0">
<tr>
<td width="20%">From:</td>
<td width="80%"><input type=text name="from" size="40"></td>
@@ -39,16 +38,19 @@ be more helpful to do this from within Emacs, using the
<td><input type=text name="subject" size="40"></td>
</tr>
<tr><td colspan="2">
-<textarea rows="12" cols="60" wrap="physical" name="feedback">
+<textarea rows="15" cols="70" wrap="physical" name="feedback">
Dear Proof General developers,
-
-
</textarea>
+(For us to reply, please include a proper email
+ address in the From box).
</td></tr>
-</table>
-<br>
-<input type=submit value="Send feedback">
+<tr><td></td><td>
+<p align=right>
<input type=reset value="Clear">
+<input type=submit value="Send feedback">
+</p>
+</td></tr>
+</table>
</form>
<?php