Changeset 1582 for WAeUP_SRP/trunk/skins/waeup_student
- Timestamp:
- 19 Mar 2007, 10:58:13 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_student
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/search_students.py
r1571 r1582 208 208 query = Eq('review_state',state) 209 209 review_res = evalAdvancedQuery(query) 210 210 211 211 logger.info('%s searches for students in review_state %s' % (member,state)) 212 212 213 213 if with_timer: 214 214 end = DateTime().timeTime() … … 298 298 allowed = allowed, 299 299 co_view = co_view, 300 ca_view = ca_view 300 301 ) 301 302 return context.search_students_form(rendered = rend, -
WAeUP_SRP/trunk/skins/waeup_student/search_students_form.pt
r1572 r1582 1 1 <metal:body use-macro="here/main_template/macros/master"> 2 <metal:block fill-slot="header"3 tal:define="creation creation|nothing;4 edition edition|nothing;5 metadata metadata|nothing"6 >7 </metal:block>8 9 2 <metal:main fill-slot="main" 10 3 tal:define="rendered options/rendered; … … 12 5 students options/students; 13 6 info options/info|nothing; 14 is_so context/isSectionOfficer; 7 is_so context/isSectionOfficer; 15 8 allowed options/allowed|nothing" 16 9 > … … 96 89 onclick="javascript:window.open('','edit','width=600, height=700, directories=no, toolbar=no, location=no, menubar=no, scrollbars=yes, status=no, resizable=no, dependent=no')" 97 90 >[view and change state]</a></td> 98 <td tal:condition="options/co_view|nothing"><span tal:replace="student/review_state|nothing" /></td> 91 <td tal:condition="options/ca_view|nothing"> 92 <a href="id" 93 tal:attributes="href string:${context/portal_url}/campus/students/${student/id}/study_course/study_course/${student/level}/external_study_level_view" 94 target="edit" 95 onclick="javascript:window.open('','edit','width=600, height=700, directories=no, toolbar=no, location=no, menubar=no, scrollbars=yes, status=no, resizable=no, dependent=no')" 96 >[view and validate course list]</a></td> 99 97 </tr> 100 98 </span> -
WAeUP_SRP/trunk/skins/waeup_student/set_access_data.py
r1571 r1582 12 12 13 13 if matric_no is None: 14 logger.info(' "No matric_no in request"')14 logger.info('No matric_no in request') 15 15 return REQUEST.RESPONSE.redirect("%s" % context.portal_url()) 16 16 lt = context.portal_layouts
Note: See TracChangeset for help on using the changeset viewer.