Changeset 801 for WAeUP_SRP/trunk/skins/waeup_student
- Timestamp:
- 9 Nov 2006, 08:07:26 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_student
- Files:
-
- 1 added
- 1 deleted
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/clearance_edit.py
r789 r801 7 7 ##parameters=REQUEST,proceed=None, cpsdocument_edit_button=None, action=None 8 8 ##title= 9 # $Id: student_edit.py 770 2006-10-29 05:24:04Z henrik $9 # $Id: clearance_edit.py 770 2006-10-29 05:24:04Z henrik $ 10 10 """ 11 11 """ … … 33 33 clear_doc = info['clear_doc'] 34 34 state = context.getStudentInfo()['review_state'] 35 is_valid, ds = clear_doc.validate(request=REQUEST, 35 is_valid, ds = clear_doc.validate(request=REQUEST, 36 36 schema_id = 'student_clearance', 37 37 layout_id = 'student_clearance_fe', -
WAeUP_SRP/trunk/skins/waeup_student/defer_admission.py
r790 r801 8 8 ##title= 9 9 ## 10 # $Id: student_edit.py 486 2006-09-06 10:09:39Z joachim $10 # $Id:defer_admission.py 486 2006-09-06 10:09:39Z joachim $ 11 11 """ 12 12 defer student and print Info. -
WAeUP_SRP/trunk/skins/waeup_student/getMaintenancePrefix.py
r744 r801 8 8 ##title= 9 9 ## 10 # $Id: student_edit.py 486 2006-09-06 10:09:39Z joachim $10 # $Id:getMaintenancePrefix.py 486 2006-09-06 10:09:39Z joachim $ 11 11 """ 12 12 return the Prefix for hostel maintenance scratchcards -
WAeUP_SRP/trunk/skins/waeup_student/getStudentInfo.py
r796 r801 8 8 ##title= 9 9 ## 10 # $Id: student_edit.py 486 2006-09-06 10:09:39Z joachim $10 # $Id: getStudentInfo.py 486 2006-09-06 10:09:39Z joachim $ 11 11 """ 12 12 return Info about the current Student -
WAeUP_SRP/trunk/skins/waeup_student/getStudyCourseInfo.py
r723 r801 8 8 ##title= 9 9 ## 10 # $Id: student_edit.py 486 2006-09-06 10:09:39Z joachim $10 # $Id: getStudyCourseInfo.py 486 2006-09-06 10:09:39Z joachim $ 11 11 """ 12 12 return Info about the Students StudyCourse -
WAeUP_SRP/trunk/skins/waeup_student/getStudyLevelInfo.py
r727 r801 8 8 ##title= 9 9 ## 10 # $Id: student_edit.py 486 2006-09-06 10:09:39Z joachim $10 # $Id: getStudyLevelInfo.py 486 2006-09-06 10:09:39Z joachim $ 11 11 """ 12 12 return Info about the Studylevel -
WAeUP_SRP/trunk/skins/waeup_student/layout_application_create.pt
r701 r801 8 8 ds options/datastructure; 9 9 dm ds/getDataModel; 10 formaction options/formaction |string:student_edit;10 formaction options/formaction; 11 11 creation creation|nothing; 12 12 metadata metadata|nothing; -
WAeUP_SRP/trunk/skins/waeup_student/layout_enter_access_code.pt
r701 r801 8 8 ds options/datastructure; 9 9 dm ds/getDataModel; 10 formaction options/formaction |string:student_edit;10 formaction options/formaction; 11 11 creation creation|nothing; 12 12 metadata metadata|nothing; -
WAeUP_SRP/trunk/skins/waeup_student/layout_search_pume_create.pt
r777 r801 8 8 ds options/datastructure; 9 9 dm ds/getDataModel; 10 formaction options/formaction |string:student_edit;10 formaction options/formaction; 11 11 creation creation|nothing; 12 12 metadata metadata|nothing; -
WAeUP_SRP/trunk/skins/waeup_student/layout_student_acco_create.pt
r742 r801 8 8 ds options/datastructure; 9 9 dm ds/getDataModel; 10 formaction options/formaction |string:student_edit;10 formaction options/formaction; 11 11 creation creation|nothing; 12 12 metadata metadata|nothing; -
WAeUP_SRP/trunk/skins/waeup_student/layout_student_acco_edit.pt
r742 r801 8 8 ds options/datastructure; 9 9 dm ds/getDataModel; 10 formaction options/formaction |string:student_edit;10 formaction options/formaction; 11 11 creation creation|nothing; 12 12 metadata metadata|nothing; -
WAeUP_SRP/trunk/skins/waeup_student/portlet_student_workflow_display.pt
r800 r801 15 15 <span tal:condition="python:path('info/review_state')=='application_pin_entered'"> 16 16 <tr><td class="active"> 17 <a href="" tal:attributes="href string:${info/url}/ student_edit">17 <a href="" tal:attributes="href string:${info/url}/application_edit"> 18 18 Admission started 19 19 </a> -
WAeUP_SRP/trunk/skins/waeup_student/searchStudents.py
r765 r801 8 8 ##title= 9 9 ## 10 # $Id: s tudent_edit.py 486 2006-09-06 10:09:39Z joachim $10 # $Id: searchStudents.py 486 2006-09-06 10:09:39Z joachim $ 11 11 """ 12 12 return Info about the current Student -
WAeUP_SRP/trunk/skins/waeup_student/student_index.py
r792 r801 8 8 ##title= 9 9 ## 10 # $Id: student_ edit.py 486 2006-09-06 10:09:39Z joachim $10 # $Id: student_index.py 486 2006-09-06 10:09:39Z joachim $ 11 11 """ 12 12 return the current student_index_html -
WAeUP_SRP/trunk/skins/waeup_student/students_index.py
r681 r801 8 8 ##title= 9 9 ## 10 # $Id: student _edit.py 486 2006-09-06 10:09:39Z joachim $10 # $Id: students_index.py 486 2006-09-06 10:09:39Z joachim $ 11 11 """ 12 12 return the current students_index_html
Note: See TracChangeset for help on using the changeset viewer.