lostwages/templates/en/wineconf survey.templat ...

Jeremy Newman jnewman at wine.codeweavers.com
Mon Apr 30 12:55:47 CDT 2007


ChangeSet ID:	31118
CVSROOT:	/opt/cvs-commit
Module name:	lostwages
Changes by:	jnewman at winehq.org	2007/04/30 12:55:47

Added files:
	templates/en/wineconf: survey.template survey_done.template 
	                       survey_form.template 

Log message:
	adding a survey for wineconf 2007

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

Old revision  New revision  Changes     Path
 Added         1.1           +0 -0       lostwages/templates/en/wineconf/survey.template
 Added         1.1           +0 -0       lostwages/templates/en/wineconf/survey_done.template
 Added         1.1           +0 -0       lostwages/templates/en/wineconf/survey_form.template

Index: lostwages/templates/en/wineconf/survey.template
diff -u -p /dev/null lostwages/templates/en/wineconf/survey.template:1.1
--- /dev/null	30 Apr 2007 17:55:47 -0000
+++ lostwages/templates/en/wineconf/survey.template	30 Apr 2007 17:55:47 -0000
@@ -0,0 +1,14 @@
+<!--TITLE:[WineConf 2007 - Survey]-->
+
+<table width="100%">
+<tr>
+  <td><img src="{$root}/images/wineconf/wineconf_logo.jpg" width="295" height="108" alt="-LOGO-"></td>
+  <td align="right"></td>
+</tr>
+</table>
+
+<hr />
+
+<!--EXEC:[register?form=wineconf/survey;db=survey]-->
+
+<p>&nbsp;</p>
Index: lostwages/templates/en/wineconf/survey_done.template
diff -u -p /dev/null lostwages/templates/en/wineconf/survey_done.template:1.1
--- /dev/null	30 Apr 2007 17:55:47 -0000
+++ lostwages/templates/en/wineconf/survey_done.template	30 Apr 2007 17:55:47 -0000
@@ -0,0 +1,5 @@
+<h3>Thanks!</h3>
+
+<p>This well help us decide on the next WineConf.</p>
+
+<p>&nbsp;</p>
Index: lostwages/templates/en/wineconf/survey_form.template
diff -u -p /dev/null lostwages/templates/en/wineconf/survey_form.template:1.1
--- /dev/null	30 Apr 2007 17:55:47 -0000
+++ lostwages/templates/en/wineconf/survey_form.template	30 Apr 2007 17:55:47 -0000
@@ -0,0 +1,57 @@
+{$error}
+
+<p></p>
+
+<form name="survey" action="{$self}" method="post">
+
+<p>We have had 3 generous offers to host Wineconf 2007.
+However, we don't have a clear consenus of which of these three offers
+to proceed with.</p>
+
+<p>So, we're going to go with a vote.  Please only vote if you seriously
+intend to attend Wineconf this year.</p>
+
+<p>The three choices we have are as follows:</p>
+
+<ol>
+  <li>
+      <input type="radio" name="q[where]" value="Zurich" checked="checked" />
+      Zurich, Switzerland, hosted by Mike Hearn, with the possibility 
+      of a satellite site near Los Angeles.
+  </li>
+
+  <li>
+      <input type="radio" name="q[where]" value="Amsterdam" />
+      Amsterdam or Utrech, Netherlands, hosted by Hans Leidekker.
+  </li>
+
+  <li>
+      <input type="radio" name="q[where]" value="Bratislava" />
+      Bratislava, Slovakia, hosted by Martin Pilka.
+  </li>
+</ol>
+
+<table>
+
+<tr>
+  <th>Name:</th>
+  <td><input type="text" name="q[name]" size="40" value="{$name}" /></td>
+</tr>
+
+<tr>
+  <th>Email:</th>
+  <td><input type="text" name="q[email]" size="40" value="{$email}" /></td>
+</tr>
+
+<tr>
+  <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="where|name|email|comment" />
+
+</form>



More information about the wine-cvs mailing list