Changeset 9169 for main/waeup.kofa/branches/uli-async-update/src/waeup/kofa/students/browser_templates
- Timestamp:
- 10 Sep 2012, 11:05:07 (12 years ago)
- Location:
- main/waeup.kofa/branches/uli-async-update
- Files:
-
- 1 deleted
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/uli-async-update
- Property svn:mergeinfo changed
-
main/waeup.kofa/branches/uli-async-update/src/waeup/kofa/students/browser_templates/requestpw.pt
r8782 r9169 17 17 </table> 18 18 <p i18n:translate=""> 19 Your student record will be looked up and an email with your login 20 credentials will be sent to the address provided. 19 Your student record will be looked up and 20 your login credentials will be sent to the email address given above. 21 To be able to proceed you must provide a valid email address! 21 22 </p> 22 23 <div tal:condition="view/availableActions"> -
main/waeup.kofa/branches/uli-async-update/src/waeup/kofa/students/browser_templates/requestpwmailsent.pt
r8782 r9169 29 29 <tr> 30 30 </table> 31 <p i18n:translate="">32 Print this page and proceed to the31 <p> 32 <span i18n:translate="">Print this page and proceed to the</span> 33 33 <a tal:attributes="href python: view.url(layout.site, 'login')">login form</a>. 34 Please note that passwords are case-sensitive,34 <span i18n:translate="">Please note that passwords are case-sensitive, 35 35 <br />when entering your credentials, and keep your password secret! 36 </span> 36 37 </p> 37 38 <p tal:condition = "view/email"> -
main/waeup.kofa/branches/uli-async-update/src/waeup/kofa/students/browser_templates/studycoursepage.pt
r7876 r9169 47 47 </td> 48 48 </tr> 49 <tr tal:condition="view/prev_studycourses"> 50 <td i18n:translate=""> 51 Previous Study Courses: 52 </td> 53 <td> 54 <span tal:repeat="value view/prev_studycourses"> 55 <a tal:attributes="href value/href" tal:content="value/title"> 56 FACULTY 57 </a> 58 </span> 59 </td> 60 </tr> 49 61 </tbody> 50 62 </table> -
main/waeup.kofa/branches/uli-async-update/src/waeup/kofa/students/browser_templates/studyleveleditpage.pt
r8553 r9169 22 22 </thead> 23 23 <tbody> 24 <tr tal:repeat="value context/values" class="gradeC">24 <tr tal:repeat="value view/translated_values" class="gradeC"> 25 25 <td> 26 26 <input type="checkbox" name="val_id" 27 27 tal:attributes="value value/__name__" 28 tal:condition="not: value/mandatory " />28 tal:condition="not: value/mandatory_bool" /> 29 29 </td> 30 30 <td tal:content="value/semester">SEMESTER</td> … … 36 36 <td tal:content="value/fcode">FACULTY</td> 37 37 <td tal:content="value/credits">CREDITS</td> 38 <td tal:content="value/score ">SCORE</td>38 <td tal:content="value/score|nothing">SCORE</td> 39 39 <td tal:content="value/carry_over">CO</td> 40 40 </tr> -
main/waeup.kofa/branches/uli-async-update/src/waeup/kofa/students/browser_templates/studylevelmanagepage.pt
r7811 r9169 46 46 </thead> 47 47 <tbody> 48 <tr tal:repeat="value context/values" class="gradeC">48 <tr tal:repeat="value view/translated_values" class="gradeC"> 49 49 <td> 50 50 <input type="checkbox" name="val_id" … … 60 60 <td tal:content="value/credits">CREDITS</td> 61 61 <td tal:content="value/mandatory">MANDATORY</td> 62 <td tal:content="value/score ">SCORE</td>62 <td tal:content="value/score|nothing">SCORE</td> 63 63 <td tal:content="value/carry_over">CO</td> 64 64 <td tal:content="value/automatic">AUTO</td> -
main/waeup.kofa/branches/uli-async-update/src/waeup/kofa/students/browser_templates/studylevelpage.pt
r8141 r9169 34 34 <th i18n:translate="">Code</th> 35 35 <th i18n:translate="">Title</th> 36 <th i18n:translate="">Dep t.</th>37 <th i18n:translate="">Fac t.</th>36 <th i18n:translate="">Dep.</th> 37 <th i18n:translate="">Fac.</th> 38 38 <th i18n:translate="">Cred.</th> 39 39 <th i18n:translate="">Mand.</th>
Note: See TracChangeset for help on using the changeset viewer.