Changeset 748
- Timestamp:
- 25 Oct 2006, 08:11:53 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_default/portlet_waeup_status_display.pt
r744 r748 14 14 'content_addable', 15 15 'bed_reserved', 16 'maintenance_fee_paid' 17 ];"> 16 'maintenance_fee_paid'];"> 18 17 19 18 <span tal:condition="python:path('info/review_state') in status_list "> -
WAeUP_SRP/trunk/skins/waeup_student/getStudentInfo.py
r742 r748 29 29 student_id = path_info[path_info.index('students')+1] 30 30 else: 31 student_id = member_id 31 student_id = member_id 32 32 else: 33 33 student_id = student.getId() … … 56 56 info['acco'] = acco 57 57 info['acco_doc'] = acco.getContent() 58 info['acco_review_state'] = wf.getInfoFor(acco,'review_state',None) 58 info['acco_review_state'] = wf.getInfoFor(acco,'review_state',None) 59 59 else: 60 60 info['acco'] = None … … 66 66 } 67 67 s_view_links = {'StudentApplication': None, 68 'StudentAccommodation': None,68 'StudentAccommodation': 'accommodation_view', 69 69 'StudentPersonal': None, 70 'StudentApplication': 'application_view', 70 71 'StudentStudyCourse': 'study_course_view', 71 72 } -
WAeUP_SRP/trunk/skins/waeup_student/student_view.pt
r723 r748 23 23 <tr tal:repeat="row rows" 24 24 tal:attributes="class python:test(repeat['row'].even(), 'even ajaxtd', 'odd ajaxtd')"> 25 <td><a href="view" tal:attributes="href string:${row/ s_view_link}">25 <td><a href="view" tal:attributes="href string:${row/url}"> 26 26 <strong tal:content="row/title" /></a> </td> 27 27 <td>
Note: See TracChangeset for help on using the changeset viewer.