diff options
-rw-r--r-- | aloha/template/allotter/apply.html | 11 | ||||
-rw-r--r-- | aloha/template/allotter/complete.html | 16 |
2 files changed, 20 insertions, 7 deletions
diff --git a/aloha/template/allotter/apply.html b/aloha/template/allotter/apply.html index 637594a..3f820be 100644 --- a/aloha/template/allotter/apply.html +++ b/aloha/template/allotter/apply.html @@ -83,7 +83,9 @@ and <b>{{second_paper}} ({{second_paper_code}})</b> qualified in JAM 2012. If you have qualified in more than one paper you are eligible for programmes covered by both papers. Mention the order of preference (1, 2, 3, etc) in the last column. In the 'Order of Preference' column, mark <b>None</b> against the programmes -that you are NOT interested in. <br/> <b>Please note:</b> The order of Preference plays an important role in +that you are NOT interested in. </p> + +<p><b>Please note:</b> The order of Preference plays an important role in the admission process.</p> <p> @@ -92,6 +94,13 @@ under both the papers, the order of preferences should be combined. For example: qualifying both BT and CY can have an order of preference such as 1 under BT, 2 under CY, 3 under BT and so on. </p> + +<p> +<b>Candidates should ensure that the choices specified by them +are distinct for each programme of their interest and are in the +ascending order of their preference - i.e. their most preferred +programme is selected as 1, etc.</b> +</p> diff --git a/aloha/template/allotter/complete.html b/aloha/template/allotter/complete.html index 19aa102..cc8e4e5 100644 --- a/aloha/template/allotter/complete.html +++ b/aloha/template/allotter/complete.html @@ -17,9 +17,10 @@ $(document).ready(function(){ {% block content %} -<h2> The following options have been saved. Please verify them before logging out.</h2> - -<h3> Please keep in mind that, the next time you login you will be redirected to this page straightaway.</h3> +<h3>Please ensure that the choices listed below are those that you +intend to submit finally and only then go ahead to the rest of the +procedure. If there is an error, please use the edit button to go back +and re-do your choices</h3> {% if options_chosen %} <table class="table table-bordered table-striped"> @@ -50,8 +51,8 @@ An email with the list of options has been sent to {{ email }} for reference. {% else %} -<h3> No Options were chosen, click <b>Edit Options</b> to go back and select -options otherwise click <b>Quit Allotment</b> to exit the allotment process </h3> +<p><h4> No Options were chosen, click <b>Edit Options</b> to go back and select +options otherwise click <b>Quit Allotment</b> to exit the allotment process </h4></p> {% endif %} @@ -84,7 +85,10 @@ your completed application form to the Organizing chairman </p> <p><input type="checkbox" name="check" id="check"/><label for="check">I have downloaded 2 PDF's that together consitute my application.</label> </p> -<input type="submit" name="logout" value="Log out" class="btn" id="checkButton" disabled="disabled" /> +<input type="submit" name="logout" value="Quit Admission Application" class="btn" id="checkButton" disabled="disabled" /> +<p>This will finish the application procedure and the choices +you have given will be taken as final after that.</p> + </div> </form> |