|
From: <sv...@va...> - 2005-03-14 04:33:13
|
Author: njn
Date: 2005-03-14 04:33:09 +0000 (Mon, 14 Mar 2005)
New Revision: 76
Modified:
trunk/gallery/survey_current/submitted.php
trunk/gallery/survey_current/survey.html
Log:
More survey streamlining.
Modified: trunk/gallery/survey_current/submitted.php
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/gallery/survey_current/submitted.php 2005-03-14 04:28:08 UTC (r=
ev 75)
+++ trunk/gallery/survey_current/submitted.php 2005-03-14 04:33:09 UTC (r=
ev 76)
@@ -85,10 +85,6 @@
if ( !empty( $post['txt6'] ) )
$results .=3D $post['txt6']. "\n";
}
-if ( !empty( $post['txt7'] ) ) {
- $results .=3D $post['cmt']. "\n";
- $results .=3D $post['txt7']. "\n\n";
-}
$post =3D $_POST['Q11'];
if ( !empty( $post['txt'] ) ) {
$results .=3D $post['q']. "\n";
@@ -179,10 +175,6 @@
$results .=3D $post['q']. "\n";
$results .=3D $post['rb']. "\n\n";
}
-if ( !empty( $post['txt'] ) ) {
- $results .=3D $post['cmt']. "\n";
- $results .=3D $post['txt']. "\n\n";
-}
=20
/*------ surveys ------*/
$post =3D $_POST['Q29'];
Modified: trunk/gallery/survey_current/survey.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/gallery/survey_current/survey.html 2005-03-14 04:28:08 UTC (rev=
75)
+++ trunk/gallery/survey_current/survey.html 2005-03-14 04:33:09 UTC (rev=
76)
@@ -147,9 +147,6 @@
<td><input name=3D"Q10[txt6]" size=3D"30" type=3D"text" value=3D""/>=
</td>
</tr>
</table>
- <p><b>Comments:</b><br />
- <input type=3D"hidden" name=3D"Q10[cmt]" value=3D"10. Comments:"/>
- <textarea name=3D"Q10[txt7]" rows=3D"2" cols=3D"56"></textarea></p>
</td></tr>
<tr><td>
<input type=3D"hidden" name=3D"Q11[q]"=20
@@ -303,9 +300,6 @@
website, and a brief description.<br />
<input name=3D"Q25[rb]" type=3D"radio" value=3D"yes"/> Yes<br/>
<input name=3D"Q25[rb]" type=3D"radio" value=3D"no"/> No<br/>
- <b>Comments:</b><br />
- <input type=3D"hidden" name=3D"Q25[cmt]" value=3D"25. Comments:"/>
- <textarea name=3D"Q25[txt]" rows=3D"2" cols=3D"56"></textarea>
</td></tr>
</table>
<p> </p>
@@ -324,6 +318,9 @@
<!-- contact details -->
<table class=3D"form" width=3D"100%" cellspacing=3D"8" cellpadding=3D"0"=
border=3D"0">
<tr><th colspan=3D"2">Your Contact Details</th></tr>
+<tr><td>
+ Please provide your contact details if you wish.<br />
+</td></tr>
<tr>
<td>Name:</td>
<td><input name=3D"name" size=3D"60" type=3D"text" value=3D""/></td>
|