Module: website Branch: master Commit: c14c2289a3ea4050342716629c8314fb837840ee URL: http://source.winehq.org/git/website.git/?a=commit;h=c14c2289a3ea40503427166...
Author: Jeremy Newman jnewman@codeweavers.com Date: Wed May 14 15:13:44 2008 -0500
updating survey form for 2008 WineConf updates by Jeremy White jwhite@codeweavers.com
---
templates/en/wineconf/survey_form.template | 74 ++++++++++++++++++++++----- 1 files changed, 60 insertions(+), 14 deletions(-)
diff --git a/templates/en/wineconf/survey_form.template b/templates/en/wineconf/survey_form.template index ef9049f..5463d6a 100644 --- a/templates/en/wineconf/survey_form.template +++ b/templates/en/wineconf/survey_form.template @@ -4,33 +4,79 @@
<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> +The current plan is to host Wineconf in Saint Paul, Minnesota, over the +weekend of September 27 and 28, 2008. +</p> +<p> +This year we have some funding in the Wine Party Fund for travel costs. +The hope is that this will mitigate the pain for many Europeans that might not otherwise +come to Minnesota. It's not an infinite supply, so we will +have to prioritize to favor people with proven contribution histories. +</p> +<p> +Please fill out this survey to help me figure out how to manage that +funding and to help me plan the dates. +</p> + +<p>How does the location work for you:</p>
-<p>So, we're going to go with a vote. Please only vote if you seriously -intend to attend Wineconf this year.</p> +<ol> + <li> + <input type="radio" name="q[location]" value="good" checked="checked" /> + I am happy to come to the USA, it's the best choice for me. + </li> + + <li> + <input type="radio" name="q[location]" value="okay" /> + St. Paul is okay for this year, but in general, Europe is better. + </li>
-<p>The three choices we have are as follows:</p> + <li> + <input type="radio" name="q[location]" value="hateusa" /> + I will never travel to the USA under any circumstances. + </li> +</ol> + +<p>How does the date work:</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. + <input type="radio" name="q[date]" value="fine" checked="checked" /> + The weekend of September 27th works fine for me. </li>
<li> - <input type="radio" name="q[where]" value="Amsterdam" /> - Amsterdam or Utrech, Netherlands, hosted by Hans Leidekker. + <input type="radio" name="q[date]" value="move" /> + I could make it, but I need a different date (please specify below). </li>
<li> - <input type="radio" name="q[where]" value="Bratislava" /> - Bratislava, Slovakia, hosted by Martin Pilka. + <input type="radio" name="q[date]" value="no" /> + This fall is just bad for me; I can't come. </li> </ol>
+<p>Do you need travel sponsorship:</p> + +<ol> + + <li> + <input type="radio" name="q[money]" value="need" /> + I can't come without financial aid. + </li> + <li> + <input type="radio" name="q[money]" value="some" /> + I could come, but boy would it be nice to have some help. + </li> + + <li> + <input type="radio" name="q[money]" value="none" /> + I don't need any financial help for the travel. + </li> + +</ol> + <table>
<tr> @@ -52,6 +98,6 @@ intend to attend Wineconf this year.</p>
<p><input type="submit" name="submit" value=" Submit Survey " class="button" /></p>
-<input type="hidden" name="fields" value="where|name|email|comment" /> +<input type="hidden" name="fields" value="location|date|money|name|email|comment" />
</form>