lostwages/templates/en/wineconf survey06.templ ...

Jeremy Newman jnewman at wine.codeweavers.com
Fri Mar 3 10:44:36 CST 2006


ChangeSet ID:	23382
CVSROOT:	/opt/cvs-commit
Module name:	lostwages
Changes by:	jnewman at winehq.org	2006/03/03 10:44:36

Added files:
	templates/en/wineconf: survey06.template survey06_done.template 
	                       survey06_form.template 

Log message:
	adding survey for 2006 WineConf

Patch: http://cvs.winehq.org/patch.py?id=23382

Old revision  New revision  Changes     Path
 Added         1.1           +0 -0       lostwages/templates/en/wineconf/survey06.template
 Added         1.1           +0 -0       lostwages/templates/en/wineconf/survey06_done.template
 Added         1.1           +0 -0       lostwages/templates/en/wineconf/survey06_form.template

Index: lostwages/templates/en/wineconf/survey06.template
diff -u -p /dev/null lostwages/templates/en/wineconf/survey06.template:1.1
--- /dev/null	3 Mar 2006 16:44:36 -0000
+++ lostwages/templates/en/wineconf/survey06.template	3 Mar 2006 16:44:36 -0000
@@ -0,0 +1,11 @@
+<!--TITLE:[WineConf 2006 - Survey]-->
+
+<table width="100%"><tr><td><img src="{$root}/images/wineconf/wc06_logo.jpg" width="300" height="152" alt="-LOGO-"></td>
+<td align="right"><center><FONT size="+2"><b>Date: Undecided<br />
+Place: Undecided</b></font></center></td></tr></table>
+
+<hr />
+
+<!--EXEC:[register?form=wineconf/survey06;db=survey06]-->
+
+<p>&nbsp;</p>
Index: lostwages/templates/en/wineconf/survey06_done.template
diff -u -p /dev/null lostwages/templates/en/wineconf/survey06_done.template:1.1
--- /dev/null	3 Mar 2006 16:44:36 -0000
+++ lostwages/templates/en/wineconf/survey06_done.template	3 Mar 2006 16:44:36 -0000
@@ -0,0 +1,5 @@
+<h3>Thanks!</h3>
+
+<p>Your answers will help us decide where and when WineConf 2006 will happen.</p>
+
+<p>&nbsp;</p>
Index: lostwages/templates/en/wineconf/survey06_form.template
diff -u -p /dev/null lostwages/templates/en/wineconf/survey06_form.template:1.1
--- /dev/null	3 Mar 2006 16:44:36 -0000
+++ lostwages/templates/en/wineconf/survey06_form.template	3 Mar 2006 16:44:36 -0000
@@ -0,0 +1,63 @@
+{$error}
+
+<p>We'd like your input as we plan Wineconf this year.</p>
+
+<p>Please only answer this if you are planning to come
+(or would come if the answers you give here are
+respected).</p>
+
+<form name="survey06" action="{$self}" method="post">
+
+<table cellpadding="5">
+
+<tr valign="top">
+  <th>Name:</th>
+  <td><input type="text" name="q[name]" size="40" value="{$name}" /></td>
+</tr>
+
+<tr valign="top">
+  <th>Email:</th>
+  <td><input type="text" name="q[email]" size="40" value="{$email}" /></td>
+</tr>
+
+<tr valign="top">
+  <th>Day of Week:</th>
+  <td>
+    <input type="radio" name="q[day]" value="weekdays" />Weekdays<br />
+    <input type="radio" name="q[day]" value="fri-sat" />Friday - Saturday<br />
+    <input type="radio" name="q[day]" value="sat-sun" />Saturday - Sunday<br />
+  </td>
+</tr>
+
+<tr valign="top">
+  <th>Date:</th>
+  <td>
+    <input type="checkbox" name="q[date][]" value="05-13-2006" />May 13th, 2006<br />
+    <input type="checkbox" name="q[date][]" value="07-29-2006" />July 29th, 2006<br />
+    <input type="checkbox" name="q[date][]" value="09-16-2006" />September 16th, 2006<br />
+    <span class="small">(check all dates you can make)</span>
+  </td>
+</tr>
+
+<tr valign="top">
+  <th>Location:</th>
+  <td>
+    <input type="radio" name="q[place]" value="UK" />United Kingdom<br />
+    <input type="radio" name="q[place]" value="DE" />Try to see if Stuttgart would have us again<br />
+    <input type="radio" name="q[place]" value="MN" />Go back to St. Paul when it's warm<br />
+    <input type="radio" name="q[place]" value="OTHER" /> Other (put in comments)
+  </td>
+</tr>
+
+<tr valign="top">
+  <th>Comments:</th>
+  <td><textarea name="q[comment]" rows="5" cols="40">{$comment}</textarea></td>
+</tr>
+
+</table>
+
+<p><input type="submit" name="submit" value=" Submit Survey " class="button" /></p>
+
+<input type="hidden" name="fields" value="name|email|day|date|place|comment" />
+
+</form>



More information about the wine-cvs mailing list