Ignore:
Timestamp:
29 Oct 2005, 10:45:10 (19 years ago)
Author:
Henrik Bettermann
Message:

bug fixes

Location:
waeup_product/trunk/skins/waeup_student
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • waeup_product/trunk/skins/waeup_student/admission_status_form.pt

    r69 r124  
    1414    </metal:block>
    1515    <metal:block fill-slot="main">
    16         <center><h1>Admission Status!</h1></center>
     16        <h1>List admitted students!</h1>
    1717        <p>
    1818          You may be seeing a long list of names or just the name of the person of your interest below.
  • waeup_product/trunk/skins/waeup_student/book_accommodation.py

    r118 r124  
    3434elif psm == 'valid':
    3535    sf = context.getContent()
    36     halls = getattr(context,'Accommodation').contentValues()
     36    halls = getattr(context,'accommodation').contentValues()
    3737    beds = []
    3838    student = context.PERSONAL.getContent()
     
    4343        bal = getattr(h,'beds_assigned_list',[])
    4444        nr_of_beds = int(h.nr_of_blocks) * int(h.nr_of_floors) * int(h.rooms_per_floor) * int(h.beds_per_room)
    45         if h.which_sex == student.sex and nr_of_beds > len(bal): 
     45        if h.which_sex == student.sex and nr_of_beds > len(bal):
    4646            break
    4747    dict = {'heading': h.heading,
  • waeup_product/trunk/skins/waeup_student/booked_accommodation.pt

    r114 r124  
    77               tal:define="acco options/v"
    88               >
    9     you have successfully booked bed nr <span tal:content="acco/beds_assigned" /> in <span tal:content="acco/heading" />
    10     of <span tal:content="acco/nr_of_free" /> now <span tal:content="acco/beds_assigned" /> assigned.
     9    You have successfully booked bed nr <span tal:content="acco/beds_assigned" /> in <span tal:content="acco/heading" />.
    1110  </metal:block>
    1211  <metal:block fill-slot="sub">
  • waeup_product/trunk/skins/waeup_student/check_admission_form.pt

    r48 r124  
    1515
    1616    <metal:block fill-slot="main">
    17         <h1>check your admission to the UniDemo !</h1>
     17        <h1>Check your admission status!</h1>
    1818      <div tal:replace="structure rendered_main" />
    1919    </metal:block>
Note: See TracChangeset for help on using the changeset viewer.