Changeset 1333
- Timestamp:
- 21 Jan 2007, 00:20:02 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_student
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/getTransferInfo.py
r1332 r1333 51 51 break 52 52 53 # for testing of transfer forms54 info['payed'] = True55 info['pin'] = 'CLR-1-0123456789'56 53 57 54 #student = getattr(students_object, student_id) … … 69 66 taken.append(r) 70 67 info['taken'] = taken 68 69 # for testing of transfer forms 70 info['payed'] = True 71 info['pin'] = 'CLR-1-0123456789' 72 73 71 74 return info -
WAeUP_SRP/trunk/skins/waeup_student/inter_faculty_transfer_1.pt
r1331 r1333 53 53 54 54 <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"> 56 56 <input type="submit" 57 57 class="standalone" … … 60 60 </form> 61 61 <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"> 63 63 <input type="submit" 64 64 class="standalone" -
WAeUP_SRP/trunk/skins/waeup_student/inter_faculty_transfer_2.pt
r1331 r1333 103 103 104 104 <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"> 106 106 <input type="submit" 107 107 class="standalone" … … 110 110 </form> 111 111 <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"> 113 113 <input type="submit" 114 114 class="standalone" -
WAeUP_SRP/trunk/skins/waeup_student/inter_faculty_transfer_3.pt
r1331 r1333 108 108 109 109 <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"> 111 111 <input type="submit" 112 112 class="standalone" … … 115 115 </form> 116 116 <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"> 118 118 <input type="submit" 119 119 class="standalone"
Note: See TracChangeset for help on using the changeset viewer.