Changeset 869
- Timestamp:
- 15 Nov 2006, 13:46:49 (18 years ago)
- Location:
- WAeUP_SRP/trunk
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/PatchBasicWidgetsCPSStringWidget.py
r867 r869 1 1 #-*- mode: python; mode: fold -*- 2 2 from Products.CPSSchemas.BasicWidgets import CPSStringWidget 3 CPSStringWidget.display_width = 40 3 from Products.CPSSchemas.BasicWidgets import CPSEmailWidget 4 CPSStringWidget.display_width = 30 5 CPSEmailWidgetdisplay_width = 30 -
WAeUP_SRP/trunk/profiles/default/workflows/waeup_student_wf/definition.xml
r868 r869 46 46 <exit-transition transition_id="defer"/> 47 47 <exit-transition transition_id="reject_clearance"/> 48 <exit-transition transition_id="create_content"/> 48 49 <permission-map name="Modify portal content" 49 50 acquired="True"> … … 99 100 new_state="admitted" trigger="USER" 100 101 before_script="" after_script=""> 101 102 102 103 <guard> 103 104 <guard-expression>python: context.student_wf_guard(transition,state_change)</guard-expression> … … 107 108 new_state="admission_applied" trigger="USER" 108 109 before_script="" after_script=""> 109 110 110 111 <guard> 111 112 <guard-expression>python: context.student_wf_guard(transition,state_change)</guard-expression> … … 115 116 new_state="cleared_and_validated" 116 117 trigger="USER" before_script="" after_script=""> 117 118 118 119 <guard> 119 120 <guard-expression>python: context.student_wf_guard(transition,state_change)</guard-expression> … … 123 124 new_state="student_created" trigger="USER" 124 125 before_script="" after_script=""> 125 126 126 127 <guard> 127 128 </guard> … … 132 133 new_state="" trigger="USER" before_script="" 133 134 after_script=""> 134 135 135 136 <guard> 136 137 <guard-expression>python: context.student_wf_guard(transition,state_change)</guard-expression> … … 141 142 new_state="deferred" trigger="USER" 142 143 before_script="" after_script=""> 143 144 144 145 <guard> 145 146 <guard-expression>python: context.student_wf_guard(transition,state_change)</guard-expression> … … 149 150 new_state="application_pin_entered" 150 151 trigger="USER" before_script="" after_script=""> 151 152 152 153 <guard> 153 154 <guard-expression>python: context.student_wf_guard(transition,state_change)</guard-expression> … … 157 158 new_state="clearance_pin_entered" 158 159 trigger="USER" before_script="" after_script=""> 159 160 160 161 <guard> 161 162 <guard-expression>python: context.student_wf_guard(transition,state_change)</guard-expression> … … 165 166 new_state="finally_rejected" trigger="USER" 166 167 before_script="" after_script=""> 167 168 168 169 <guard> 169 170 <guard-expression>python: context.student_wf_guard(transition,state_change)</guard-expression> … … 173 174 new_state="pume_failed" trigger="USER" 174 175 before_script="" after_script=""> 175 176 176 177 <guard> 177 178 <guard-expression>python: context.student_wf_guard(transition,state_change)</guard-expression> … … 181 182 new_state="pume_passed" trigger="USER" 182 183 before_script="" after_script=""> 183 184 184 185 <guard> 185 186 <guard-expression>python: context.student_wf_guard(transition,state_change)</guard-expression> … … 189 190 new_state="objection_raised" trigger="USER" 190 191 before_script="" after_script=""> 191 192 192 193 <guard> 193 194 <guard-expression>python: context.student_wf_guard(transition,state_change)</guard-expression> … … 197 198 new_state="admission_rejected" trigger="USER" 198 199 before_script="" after_script=""> 199 200 200 201 <guard> 201 202 <guard-expression>python: context.student_wf_guard(transition,state_change)</guard-expression> … … 205 206 new_state="clearance_pin_entered" 206 207 trigger="USER" before_script="" after_script=""> 207 208 208 209 <guard> 209 210 <guard-expression>python: context.student_wf_guard(transition,state_change)</guard-expression> … … 213 214 new_state="clearance_requested" trigger="USER" 214 215 before_script="" after_script=""> 215 216 216 217 <guard> 217 218 <guard-expression>python: context.student_wf_guard(transition,state_change)</guard-expression> … … 222 223 <description>Time of the last transition</description> 223 224 <default> 224 225 225 226 <expression>state_change/getDateTime</expression> 226 227 </default> -
WAeUP_SRP/trunk/skins/waeup_default/mail2admin.py
r864 r869 26 26 Problem Type: %s 27 27 Description: %s 28 Comment: %s29 28 """ 30 29 … … 43 42 probtype, 44 43 descr, 45 commt,46 44 ) 47 45 mhost.send(msg) -
WAeUP_SRP/trunk/skins/waeup_student/admission_form.pt
r866 r869 10 10 11 11 <div style="text-align: right" 12 tal:condition="python:review_state in ('admitted', 'clearance_pin_entered', 'clearance_requested', 'cleared', )">12 tal:condition="python:review_state in ('admitted', 'clearance_pin_entered', 'clearance_requested', 'cleared', 'objection_raised',)"> 13 13 <a href="" target="slip" tal:attributes="href string:admission_slip" 14 14 onclick="javascript:window.open('','slip','width=600, height=700, directories=no, toolbar=no, location=no, menubar=yes, scrollbars=yes, status=no, resizable=no, dependent=no')"> -
WAeUP_SRP/trunk/skins/waeup_student/contact_student.pt
r831 r869 52 52 </td> 53 53 </tr> 54 <tr>55 <td valign="top">56 <strong>Comments: </strong>57 </td>58 <td>59 <textarea name="commt" rows="10" cols="60" id="commt"></textarea>60 </td>61 </tr>62 54 63 55 <tr> -
WAeUP_SRP/trunk/skins/waeup_student/objection_raised_view.pt
r864 r869 1 <metal:html tal:define="info options/info|context/getStudentInfo"> 1 <metal:html tal:define="info options/info|context/getStudentInfo; 2 review_state info/review_state"> 2 3 <metal:body use-macro="here/waeup_content_master/macros/master"> 3 4 <metal:main fill-slot="main"> 5 6 <div style="text-align: right" 7 tal:condition="python:review_state in ('admitted', 'clearance_pin_entered', 'clearance_requested', 'cleared', 'objection_raised',)"> 8 <a href="" target="slip" tal:attributes="href string:admission_slip" 9 onclick="javascript:window.open('','slip','width=600, height=700, directories=no, toolbar=no, location=no, menubar=yes, scrollbars=yes, status=no, resizable=no, dependent=no')"> 10 <img tal:attributes="src string:${here/portal_url}/actionicon_print.png" /> 11 Admission Slip 12 </a> 13 </div> 14 4 15 <h3>You raised an objection, please explain why!</h3> 5 16 … … 17 28 </td> 18 29 <td> 19 <input name="fullname" type="text" id="fullname" 30 <input name="fullname" type="text" id="fullname" size="30" 20 31 tal:attributes="value info/student/Title"/> 21 32 </td> … … 26 37 </td> 27 38 <td> 28 <input name="email" type="text" id="email" 39 <input name="email" type="text" id="email" size="30" 29 40 tal:attributes="value info/app_doc/app_email"/> 30 41 </td>
Note: See TracChangeset for help on using the changeset viewer.