Changeset 942 for WAeUP_SRP/trunk/skins
- Timestamp:
- 25 Nov 2006, 21:09:18 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_student
- Files:
-
- 1 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/clearance_edit.py
r902 r942 48 48 if cpsdocument_edit_button: 49 49 psm = "Content changed!" 50 if context.isStudent(): 51 action = "/clearance_edit_form" 50 52 elif cpsdocument_edit_and_view_button: 51 53 if acknowledge: -
WAeUP_SRP/trunk/skins/waeup_student/clearance_edit_lib.pt
r937 r942 4 4 <metal:block define-macro="header"> 5 5 <!-- Administration --> 6 <tal:block condition="python: not(is_staff or is_s mor is_student)">6 <tal:block condition="python: not(is_staff or is_so or is_student)"> 7 7 <metal:block use-macro="here/error_not_found/macros/not_found" /> 8 8 </tal:block> -
WAeUP_SRP/trunk/skins/waeup_student/contact_student_form.pt
r911 r942 11 11 <h3>Contact Student</h3> 12 12 <br /> 13 <span tal:condition="info/app_doc/app_email">14 13 <span tal:condition="not:info/app_doc/app_email"> 15 14 Sorry, the student did not provide an email address. 16 15 </span> 16 <span tal:condition="info/app_doc/app_email"> 17 17 <form id="form1" name="form1" method="post" action="mail2student"> 18 18 -
WAeUP_SRP/trunk/skins/waeup_student/reserve_accommodation.py
r892 r942 21 21 student = info['student'] 22 22 mode = 'create' 23 24 if info['review_state'] != 'cleared_and_validated': 25 return context.REQUEST.RESPONSE.redirect("%s/no_booking_allowed" % info['student'].absolute_url()) 26 23 27 if info.has_key('acco') and info['acco']: 24 28 validate = REQUEST.has_key("cpsdocument_edit_button") -
WAeUP_SRP/trunk/skins/waeup_student/support_form.pt
r911 r942 3 3 <metal:body use-macro="here/main_template/macros/master"> 4 4 <metal:main fill-slot="main"> 5 <h3>Support Form</h3>5 <h3>Support/Enquiries Form</h3> 6 6 <br />If you are having problems using the system please fill the form below with your correct details.<br /> <br /> 7 7 <form id="form1" name="form1" method="post" action="mail2admin">
Note: See TracChangeset for help on using the changeset viewer.