source: WAeUP_SRP/trunk_not_used/skins/waeup_student/study_level_view.pt @ 2348

Last change on this file since 2348 was 2054, checked in by Henrik Bettermann, 17 years ago

warning message extended

  • Property svn:keywords set to Id
File size: 12.6 KB
Line 
1<metal:body use-macro="here/main_template/macros/master">
2  <metal:main fill-slot="main"
3          tal:define="info context/getStudyLevelInfo;">
4             
5    <span tal:condition="not: info">
6      <span tal:content="here/illegal_view" />
7    </span>
8    <span tal:condition="info">
9    <span tal:define= "is_so context/isSectionOfficer;
10                       is_ca info/is_ca;
11                       show_check_boxes info/show_check_boxes;
12                       is_student info/is_student;
13                       status_info info/status_info;
14                       review_state info/review_state;
15                       view_only info/view_only">       
16    <div style="text-align: right"
17         tal:condition="python:review_state in ('courses_registered','courses_validated',)">
18    <a href="" target="slip" tal:attributes="href string:course_registration_slip"
19        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')">
20        <img tal:attributes="src string:${here/portal_url}/actionicon_print.png" />
21        Course Registration Slip
22    </a>
23    </div>
24
25         
26    <a href=""
27       tal:attributes="href string:${here/academicsParent}">
28      <img tal:attributes="src string:${here/portal_url}/arrow_up.gif"/>
29      Up one level
30    </a>
31
32    <h3>
33      <span tal:condition="python: is_so or is_ca">
34        <span tal:content="info/student/name" />:
35      </span>
36      <span tal:condition="is_student">My </span>
37     
38      Course Registration Form for <span tal:content="here/title_or_id" />
39    </h3>
40             
41    <form action="." method="post" class="group" onsubmit="return submit_once()">
42      <span tal:condition="info/carry_overs" tal:omit-tag="">
43      <h4>Carryover Courses</h4>
44      <br />
45      <table tal:condition="python: 1" class="contentListing" width="100%" summary="content layout" id="folder_content">
46        <tr tal:repeat="row info/carry_overs"
47            tal:attributes="class python:test(repeat['row'].even(), 'even ajaxtd', 'odd ajaxtd')">
48          <td align="left" valign="middle" style="width: 5px;"
49              tal:condition="show_check_boxes">
50            <input type="checkbox" name="ids:list" value="" id="" class="noborder"
51                   tal:define="id row/id"
52                   tal:attributes="value id;
53                   id python:'cb_' + id;
54                   checked python:id in info['choosen_ids'];"
55                   />
56          </td>
57          <td width="78%" tal:content="row/title"></td>
58          <td align="center" width="10%" tal:content="row/code"></td>
59          <td align="center" width="2%">S<span tal:content="row/semester" /></td>
60          <td align="center" width="2%" tal:content="row/credits"></td>
61          <td align="center" width="8%" tal:content="row/grade|string:"></td>
62        </tr>
63      </table>
64      </span>
65      <br />
66      <h4>Session Courses</h4>
67      <br />
68    <div class="" tal:condition="not: info/normal">
69      <font color="red">Your faculty has not yet provided the list of courses for your certificate. Please contact your faculty!</font>
70      <br /><br />
71    </div>
72      <table class="contentListing" width="100%" id="folder_content"
73             tal:condition="info/normal">     
74        <tr tal:repeat="row info/normal"
75            tal:attributes="class python:test(repeat['row'].even(), 'even ajaxtd', 'odd ajaxtd')">
76          <td align="left" valign="middle" style="width: 5px;"
77             tal:condition="show_check_boxes">
78            <input type="checkbox" name="ids:list" value="" id="" class="noborder"
79                   tal:define="id row/id"
80                   tal:attributes="value id;
81                   id python:'cb_' + id;
82                   checked python:id in info['choosen_ids'];"
83                   />
84          </td>
85          <td width="78%" tal:content="row/title"></td>
86          <td align="center" width="10%" tal:content="row/code"></td>
87          <td align="center" width="2%">S<span tal:content="row/semester" /></td>
88          <td align="center" width="2%" tal:content="row/credits"></td>
89          <td align="center" width="8%" tal:content="row/coe|nothing"></td>
90         
91         
92
93
94          <td>
95          <a tal:condition="python:review_state == 'school_fee_paid'" href="edit" tal:attributes="href string:${row/code}/course_edit_form"
96          target="edit"
97          onclick="javascript:window.open('','edit','width=600, height=350, directories=no, toolbar=no, location=no, menubar=no, scrollbars=yes, status=no, resizable=no, dependent=no')">
98          [edit]
99          </a>
100          </td>         
101         
102         
103        </tr>
104        <tr>
105          <td tal:condition="show_check_boxes" colspan="1"></td>
106          <td colspan="1"></td>
107          <th colspan="2">Total Credits:</th>
108          <td align="center" width="2%" tal:content="info/credits_total"></td>
109        </tr>
110      </table>
111
112     
113   
114     
115      <table tal:condition="python: is_student and review_state == 'school_fee_paid'" width="100%" cellspacing="0" cellpadding="2"
116             class="folderButtons">
117        <tr>
118          <td align="left" valign="top" rowspan="3"></td>
119          <td align="left" valign="top">
120              <input type="submit" name="delete_course_result:method" value="Delete selected"
121                     class="destructive" i18n:attributes="value"
122                     tal:attributes="onclick python:'return window.confirm(\'%s\')' %
123                     ('Do you really want to delete selected courses?', )"
124                     />
125              <input tal:condition="python: 1" type="submit" name="refresh_level:method"
126                     class="context" value="Update"
127                     />
128                   
129                     
130              <br /><br />
131              <input tal:condition="info/submission_allowed"
132                     type="submit" name="register_courses:method"
133                     class="context" value="Submit to Course Adviser"
134                     tal:attributes="onclick python:'return window.confirm(\'%s\')' %
135                     ('Do you really want to submit the course list? You will not be able to edit your data after submission.', )" />
136              <span tal:condition="info/credits_exceeded">
137                  <font color="red"> <strong>Your total credits exceed 50!</strong></font>
138              </span>
139                     
140              <input type="hidden" name="action_after_validate" type="text" id="action_after_validate"
141                     tal:attributes="value string:study_level_view"/> 
142                     
143              <br /><br />
144             
145              <span tal:condition="python: 1">
146              <strong>Note:</strong> 'Update' checks for all courses in your certificate and will add them to your course list irrespective of
147              prior deletion, i.e. already deleted courses will show up again.
148              Please use this function only if you are sure that your faculty has added courses which are not yet on your course list.                               
149              </span>
150              <span tal:condition="python: 0">
151              <strong>Note:</strong> The 'Update' function has been temporarily disabled.                                 
152              </span>             
153                     
154          </td>
155        </tr>
156      </table>
157      <table tal:condition="python:is_so" width="100%" cellspacing="0" cellpadding="2"
158             class="folderButtons">
159        <tr>
160          <td align="left" valign="top" rowspan="3"></td>
161          <td align="left" valign="top">
162              <input type="button" value="Select all" class="context"
163                     onclick="someJavaScriptFunctionThatWillBeReplaced"
164                     i18n:attributes="value"
165                     tal:attributes="onclick python:'toggleSelect(this, \'%s\', \'%s\')'
166                     % (cpsmcat('button_select_all'), cpsmcat('button_deselect_all'))"
167                     />
168              <input type="submit" name="delete_course_result:method" value="Delete selected"
169                     class="destructive" i18n:attributes="value"
170                     tal:attributes="onclick python:'return window.confirm(\'%s\')' %
171                     ('Do you really want to delete the courses selected?', )"
172                     />
173              <input
174                     type="submit" name="refresh_level:method"
175                     class="context" value="Update"
176                     />
177              <input tal:condition="python: review_state == 'school_fee_paid'" type="submit" name="register_courses:method"
178                     class="context" value="Submit" /> 
179              <input tal:condition="python: review_state == 'courses_registered'" type="submit" name="validate_courses:method"
180                     class="context" value="Validate" />
181              <input tal:condition="python: review_state in ('courses_registered', 'courses_validated',)" type="submit" name="reject_courses:method"
182                     class="context" value="Reject" />
183                     
184              <input type="hidden" name="action_after_validate" type="text" id="action_after_validate"
185                     tal:attributes="value string:study_level_view"/>                         
186              <input type="hidden" name="action_after_reject" type="text" id="action_after_reject"
187                     tal:attributes="value string:contact_student_form"/>                         
188
189          </td>
190        </tr>
191      </table>
192      <table tal:condition="python:is_ca" width="100%" cellspacing="0" cellpadding="2"
193             class="folderButtons">
194        <tr>
195          <td align="left" valign="top" rowspan="3"></td>
196          <td align="left" valign="top">
197              <input tal:condition="python: review_state == 'school_fee_paid'"
198                     type="button" value="Select all" class="context"
199                     onclick="someJavaScriptFunctionThatWillBeReplaced"
200                     i18n:attributes="value"
201                     tal:attributes="onclick python:'toggleSelect(this, \'%s\', \'%s\')'
202                     % (cpsmcat('button_select_all'), cpsmcat('button_deselect_all'))"
203                     />
204              <input tal:condition="python: review_state == 'school_fee_paid'"
205                     type="submit" name="delete_course_result:method" value="Delete selected"
206                     class="destructive" i18n:attributes="value"
207                     tal:attributes="onclick python:'return window.confirm(\'%s\')' %
208                     ('Do you really want to delete the courses selected?', )"
209                     />
210              <input tal:condition="python: review_state == 'school_fee_paid'"
211                     type="submit" name="refresh_level:method"
212                     class="context" value="Update"
213                     />
214              <input tal:condition="python: review_state == 'school_fee_paid'" type="submit" name="register_courses:method"
215                     class="context" value="Submit" /> 
216              <input tal:condition="python: review_state == 'courses_registered'" type="submit" name="validate_courses:method"
217                     class="context" value="Validate" />
218              <input tal:condition="python: review_state in ('courses_registered', 'courses_validated',)" type="submit" name="reject_courses:method"
219                     class="context" value="Reject" />
220                     
221              <input type="hidden" name="action_after_validate" type="text" id="action_after_validate"
222                     tal:attributes="value string:study_level_view"/>                         
223              <input type="hidden" name="action_after_reject" type="text" id="action_after_reject"
224                     tal:attributes="value string:contact_student_form"/>   
225                                           
226
227          </td>
228        </tr>
229      </table>
230
231    </form>
232    <br />
233      <form action="add_course_result" method="post" class="group" onsubmit="return submit_once()"
234          tal:condition="show_check_boxes">
235      <table>
236        <tr>
237          <th>Course Id</th>
238          <td><input type="text" name="course_id"
239                     tal:attributes="value request/course_id|nothing"/></td>
240          <td colspan="2">
241            <input type="submit" name="add"
242                   class="context" value="Add Course"
243                   />
244            <input type="hidden" name="action_after_validate" type="text" id="action_after_validate"
245                     tal:attributes="value string:study_level_view"/>                       
246          </td>               
247      </table>
248      </form>   
249  </span>
250  </span>         
251  </metal:main>
252</metal:body>
253
Note: See TracBrowser for help on using the repository browser.