Ignore:
Timestamp:
21 Jan 2007, 00:20:02 (18 years ago)
Author:
Henrik Bettermann
Message:

testing transfer forms enabled for Section Officers

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

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/getTransferInfo.py

    r1332 r1333  
    5151        break
    5252       
    53 # for testing of transfer forms
    54 info['payed'] = True
    55 info['pin'] = 'CLR-1-0123456789'     
    5653
    5754#student = getattr(students_object, student_id)
     
    6966        taken.append(r)
    7067info['taken'] = taken
     68
     69# for testing of transfer forms
     70info['payed'] = True
     71info['pin'] = 'CLR-1-0123456789'     
     72
     73
    7174return info
  • WAeUP_SRP/trunk/skins/waeup_student/inter_faculty_transfer_1.pt

    r1331 r1333  
    5353   
    5454    <form action="" method="post"
    55           tal:attributes="action string:${context/portal_url}/inter_faculty_transfer_2">
     55          tal:attributes="action string:inter_faculty_transfer_2">
    5656      <input type="submit"
    5757             class="standalone"
     
    6060    </form>   
    6161    <form action="" method="post"
    62           tal:attributes="action string:${context/portal_url}/inter_faculty_transfer_3">
     62          tal:attributes="action string:inter_faculty_transfer_3">
    6363      <input type="submit"
    6464             class="standalone"
  • WAeUP_SRP/trunk/skins/waeup_student/inter_faculty_transfer_2.pt

    r1331 r1333  
    103103   
    104104    <form action="" method="post"
    105           tal:attributes="action string:${context/portal_url}/inter_faculty_transfer_1">
     105          tal:attributes="action string:inter_faculty_transfer_1">
    106106      <input type="submit"
    107107             class="standalone"
     
    110110    </form>   
    111111    <form action="" method="post"
    112           tal:attributes="action string:${context/portal_url}/inter_faculty_transfer_3">
     112          tal:attributes="action string:inter_faculty_transfer_3">
    113113      <input type="submit"
    114114             class="standalone"
  • WAeUP_SRP/trunk/skins/waeup_student/inter_faculty_transfer_3.pt

    r1331 r1333  
    108108   
    109109    <form action="" method="post"
    110           tal:attributes="action string:${context/portal_url}/inter_faculty_transfer_1">
     110          tal:attributes="action string:inter_faculty_transfer_1">
    111111      <input type="submit"
    112112             class="standalone"
     
    115115    </form>   
    116116    <form action="" method="post"
    117           tal:attributes="action string:${context/portal_url}/inter_faculty_transfer_2">
     117          tal:attributes="action string:inter_faculty_transfer_2">
    118118      <input type="submit"
    119119             class="standalone"
Note: See TracChangeset for help on using the changeset viewer.