changed the registration page to make it static and incorporate doattend 2011
authorParth buch <parth.buch.115@gmail.com>
Fri, 30 Sep 2011 18:52:10 +0530
branch2011
changeset 417 4dd4f6d77e10
parent 416 ddbb94b8bb22
child 418 eac3723864c1
changed the registration page to make it static and incorporate doattend
project/templates/registration/submit-registration.html
--- a/project/templates/registration/submit-registration.html	Fri Sep 30 18:51:39 2011 +0530
+++ b/project/templates/registration/submit-registration.html	Fri Sep 30 18:52:10 2011 +0530
@@ -1,196 +1,94 @@
 {% extends "base.html" %}
+{% block content %}
+<h1>Submit Registration</h1>
+<div class="entry">
+<iframe id='ifrm' name='ifrm' src='http://doattend.com/embed_ticket/8396' scrolling='auto' width='80%' height='600'>Oops!! Sorry you will have to <a href = 'http://scipyindia.doattend.com'>register here</a></iframe>
+
+<h2 id="sec-2">Note: </h2>
+
+<h3 id="sec-2_1">Accommodation </h3>
 
-{% block title %}Submit Registration{% endblock %}
+<ul>
+<li>
+Accommodation will be provided at a subsidized rate of Rs.100 per day for outstation teachers and students alone. 
+</li>
+<li>
+If you are sending us a DD, it should reach us on or before 20th of November, 2011.
+</li>
+<li>
+Accommodation will be confirmed at the venue only for participants with valid identity cards from their respective institutions.
+</li>
+</ul>
 
-{% block addscripts %}
-  <script type="text/javascript">
+<h3 id="sec-2_2">Registration Fees </h3>
+
+<h4 id="sec-2_2_1">Online Transfer</h4>
+<ul>
+	<li>The prefered way of paying is through DoAttend. If you face any problems with online transfer please contact <a href="support@doattend.com">DoAttend Support</a></li>
+</ul>
+
+<h4 id="sec-2_2_2">Demand Draft </h4>
 
-  $(document).ready(function(){
-    if (!$('#id_accommodation_required').is(':checked')) {
-      $('#id_sex').attr('disabled', 'disabled');
-      $('#id_accommodation_on_1st').attr('disabled', 'disabled');
-      $('#id_accommodation_on_2nd').attr('disabled', 'disabled');
-      $('#id_accommodation_on_3rd').attr('disabled', 'disabled');
-      $('#id_accommodation_on_4th').attr('disabled', 'disabled');
-    }
-    $('#id_accommodation_required').change(function() {
-      if (!$('#id_accommodation_required').is(':checked')) {
-        $('#id_sex').attr('disabled', 'disabled');
-        $('#id_accommodation_on_1st').attr('disabled', 'disabled');
-        $('#id_accommodation_on_2nd').attr('disabled', 'disabled');
-        $('#id_accommodation_on_3rd').attr('disabled', 'disabled');
-        $('#id_accommodation_on_4th').attr('disabled', 'disabled');
-      } else {
-      $('#id_accommodation_days').removeAttr('disabled');
-      $('#id_sex').removeAttr('disabled');
-      $('#id_accommodation_on_1st').removeAttr('disabled', 'disabled');
-      $('#id_accommodation_on_2nd').removeAttr('disabled', 'disabled');
-      $('#id_accommodation_on_3rd').removeAttr('disabled', 'disabled');
-      $('#id_accommodation_on_4th').removeAttr('disabled', 'disabled');
-      }
-    });
+<ul>
+<li>
+An email should be sent to <i>info@scipy.in</i> with the name of the
+participant, institution, and the
+transaction details(reference no. and account no.)
+</li>
+<li>
+Registered participants whose talks have been accepted will be
+exempt from the registration fees.
+</li>
+<li>
+The demand draft may be obtained in favour of <b>FOSSEE</b> payable at
+<b>Mumbai</b>.
+</li>
+<li>
+The Demand Drafts may be sent to
+<pre class="example">
+Prof. Prabhu Ramachandran,
+Department of Aerospace Engineering,
+IIT Bombay,Powai,
+Mumbai, Maharastra,
+India 400 076
+</pre>
+
+</li>
+</ul>
+
+<h4 id="sec-2_2_3">Electronic transfer (NEFT) </h4>
 
-    if (!$('#id_paid').is(':checked')) {
-        $('#id_type').attr('disabled', 'disabled');
-        $('#id_details').attr('disabled', 'disabled');
-      }
-      $('#id_paid').change(function() {
-        if (!$('#id_paid').is(':checked')) {
-          $('#id_type').attr('disabled', 'disabled');
-          $('#id_details').attr('disabled', 'disabled');
-        } else {
-          $('#id_type').removeAttr('disabled');
-          $('#id_details').removeAttr('disabled');
-        }
-      });
-  });
+<ul>
+<li>
+An email should be sent to <i>info@scipy.in</i> with the name of the
+participant, institution, and the
+transaction details(reference no. and account no., account holder
+name from which the transfer was made.)
+</li>
+<li>
+Registered participants whose talks have been accepted will be
+exempt from the registration fees.
+</li>
+<li>
+The total amount for fees and accommodation (if applicable) may be
+transfered to,
+<pre class="example">
+Account Number - 2724101100988
+Account Name - FOSSEE
+IFSC code - CNRB0002724
+Bank - Canara Bank
+Branch - IIT Powai, Mumbai - 400076
+</pre>
+
+</li>
+<li>
+While transferring the amount, ensure that the remark of transaction
+contain the Full name with email
+address registered with us.
+
+</li>
+</ul>
+</div>
 
 
-  </script>
-{% endblock addscripts %}
-
-{% block content %}
-    {% block formheading %}
-      <h1>Submit Registration</h1>
-    {% endblock formheading %}
-
-    {% block overreg %}
-    {% if over_reg %}
-    <div class="notice">
-      We have already reached the total number of registrations for the
-      conference. If you would like to be put on a waiting list in the event that
-      someone can't make it to the conference, please register below and we
-      will be in contact if a registration spot comes available. <strong>N.B. Do not
-      pay the admission fee.</strong>
-    </div>
-    {% endif %}
-    {% endblock overreg %}
-
-    <form action=
-    {% block url_select_login %}
-      "{% url scipycon_submit_registration params.scope %}"
-    {% endblock url_select_login %}
-        method="post">
-    {% if not user.is_authenticated %}
-      <fieldset>
-        <legend>Have you already registered for the conference?</legend>
-        <table class="scipycon-default">
-          {{ login_form }}
-        </table>
-
-        <input type="hidden" name="action" value="login" />
-
-        <button class="button left" type="submit">Login</button>
-      </fieldset>
-
-    </form>
-    {% endif %}
-
-    <p></p>
-
-    {% if not user.is_authenticated %}
-    <br />
-    <form action=
-    {% block url_select_reg %}
-      "{% url scipycon_submit_registration params.scope %}"
-    {% endblock url_select_reg %}
-        enctype="multipart/form-data" method="post">
-      <fieldset>
-        <legend>Registrant Details</legend>
-        <table class="scipycon-default required">
-          {{ registrant_form }}
-        </table>
-
-        <input type="hidden" name="action" value="register" />
-      </fieldset>
-    {% endif %}
-    <br />
-
-    {% if registration_form.errors %}
-      <div class="errors">Please correct the errors below</div>
-    {% endif %}
-
-      <fieldset>
-        <legend>Details</legend>
-        <strong>SciPy.in has a registration fee and nominal charges for
-        accommodation of out station students and teachers. Please
-        make sure you read the details before you register.
-        <a href="{% url scipycon_fees params.scope %}">Click here</a>
-        for details.</strong>
-        <table class="scipycon-default required">
-          {% for field in registration_form.personal_fields %}
-            <tr class="{% cycle odd,even %}">
-              <th>{{ field.label_tag }}</th>
-              <td>{{ field.errors }}{{ field }}<br />{{ field.help_text }}</td>
-            </tr>
-          {% endfor %}
-
-          {% for field in registration_form.other_fields %}
-            <tr class="{% cycle odd,even %}">
-              <th>{{ field.label_tag }}</th>
-              <td>{{ field.errors }}{{ field }}<br />{{ field.help_text }}</td>
-            </tr>
-          {% endfor %}
-        </table>
-      </fieldset>
-      <br />
-
-      <fieldset>
-        <legend>Occupation</legend>
-        <table class="scipycon-default required">
-          {% for field in registration_form.occupation_fields %}
-            <tr class="{% cycle odd,even %}">
-              <th>{{ field.label_tag }}</th>
-              <td>
-                {{ field.errors }}{{ field }}<br />{{ field.help_text }}
-              </td>
-            </tr>
-          {% endfor %}
-        </table>
-      </fieldset>
-
-      <fieldset>
-        <legend>Demographics</legend>
-        <table class="scipycon-default">
-          {% for field in registration_form.demographic_fields %}
-            <tr class="{% cycle odd,even %}">
-              <th>{{ field.label_tag }}</th>
-              <td>
-                {{ field.errors }}{{ field }}<br />{{ field.help_text }}
-              </td>
-            </tr>
-          {% endfor %}
-        </table>
-      </fieldset>
-
-      <fieldset>
-        <legend>Accommodation</legend>
-        <table class="scipycon-default">
-          {{ acco_form }}
-        </table>
-      </fieldset>
-
-      <fieldset>
-        <legend>Payment</legend>
-        <table class="scipycon-default">
-          {{ payment_form }}
-        </table>
-      </fieldset>
-
-      <fieldset>
-        <legend>Others</legend>
-        <table class="scipycon-default">
-          {{ wifi_form }}
-        </table>
-
-        <button class="button left" type="submit">Submit Registration</button>
-      </fieldset>
-
-      {% block formextras %}{% endblock formextras %}
-    </form>
-    {% if message %}
-    <script type="text/javascript">
-        $.jGrowl("{{ message }}");
-    </script>
-    {% endif %}
 {% endblock content %}