Ignore:
Timestamp:
9 Nov 2006, 21:37:29 (18 years ago)
Author:
joachim
Message:

make hostel allocation work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/accommodation_pin_form.pt

    r805 r821  
    22                   portal_status_message options/psm;
    33                   data_storage options/ds;
    4                    jamb options/jamb/getContent|nothing;
     4                   mode options/mode;
    55                   edition python:1;"
    66                   >
     
    1414    </metal:block>
    1515      <metal:block fill-slot="main">
    16         <h3>Book Your Accommodation! </h3>
     16        <h3 tal:condition="python: mode == 'create'">Book Your Accommodation! </h3>
     17        <h3 tal:condition="python: mode == 'edit'">Pay Your Accommodation Maintainance Fee! </h3>
    1718        <br />
    1819        <div tal:replace="structure rendered_main" />
    1920          <p>Instructions :</p>
    20           <ul>
     21          <ul tal:condition="python: mode == 'create'">
    2122            <li>Buy a Hostel Application Scratch Card.</li>
     23            <li>Enter the PIN above.</li>
     24            <li>Print the Hostel Allocation Slip.</li>
     25          </ul>
     26          <ul tal:condition="python: mode == 'edit'">
     27            <li>Buy a Hostel Maintainance Scratch Card.</li>
    2228            <li>Enter the PIN above.</li>
    2329            <li>Print the Hostel Allocation Slip.</li>
Note: See TracChangeset for help on using the changeset viewer.