]> git.donarmstrong.com Git - neurodebian.git/commitdiff
Merge branch 'master' of alioth:/git/pkg-exppsy/neurodebian
authorMichael Hanke <michael.hanke@gmail.com>
Mon, 16 May 2011 15:34:31 +0000 (11:34 -0400)
committerMichael Hanke <michael.hanke@gmail.com>
Mon, 16 May 2011 15:34:31 +0000 (11:34 -0400)
* 'master' of alioth:/git/pkg-exppsy/neurodebian:
  Added an hlist into virt section as well
  BF for previous commit -- makedirs only if necessary
  minor fixes to get stats build from "clean page"

1  2 
survey/survey.rst

diff --combined survey/survey.rst
index 9b0bf507df0eb3c0754d778bc0c074979cd92796,8118f00147ca4a2fad85d6eacf43dec2bd49b871..65ec1b8b86b5cc748187cb01c1cbf9e38e07b1f0
@@@ -5,7 -5,7 +5,7 @@@ Scientific software usage in neuroscien
  This survey should take about five minutes. Immediately after submission you
  will be presented with some statistics on previous responses. Please try to
  answer as many questions as you can, but don't worry if you cannot answer all
 -of them.
 +of them. For feedback email team@neuro.debian.net
  
  .. raw:: html
  
@@@ -43,9 -43,9 +43,9 @@@
     function showResponse(data, statusText, xhr, $form)  {
         // reset form if server reports success
         if (data.success == true) {
 -           $('#nss_survey').resetForm();
 -           $('#submit_button').hide();
 -           $('#server_response').html(data.results);
 +           //$('#nss_survey').resetForm();
 +           //$('#submit_button').hide();
 +           $('#server_response').html("<p><em>Thanks for participating in this survey.</em></p>" + data.results)
         } else {
             $('#server_response').html("");
             alert(data.message);
@@@ -544,14 -544,17 +544,17 @@@ What **host operating system** are the 
  .. raw:: html
  
     </select>
-    </td></tr><tr><td colspan="2">
+    </td></tr></table>
+ ---------------------------------------------------------------
  
  What are your reasons for employing virtualization in you research?
  Please indicate how much you agree to the following statements
  
  .. raw:: html
  
-    </td></tr><tr class="oddrow"><td class="task">
+    <table>
+    <tr class="oddrow"><td class="task">
  
  I can run software that is otherwise incompatible with my system
  
@@@ -932,6 -935,9 +935,6 @@@ Othe
  
  ---------------------------------------------------------------
  
 -Thanks for filling out the questionaire. Upon successful submission you will
 -be presented with some statistics computed from all previous participants.
 -
  .. raw:: html
  
     <input id="submit_button" value="Submit survey" type="submit">