- Timestamp:
- 21 Sep 2012, 08:19:35 (12 years ago)
- Location:
- main/waeup.kofa/branches/uli-zc-async
- Files:
-
- 8 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/uli-zc-async
- Property svn:mergeinfo changed
/main/waeup.kofa/branches/uli-async-update removed /main/waeup.kofa/branches/uli-autoinclude-less removed /main/waeup.kofa/trunk removed
- Property svn:mergeinfo changed
-
main/waeup.kofa/branches/uli-zc-async/src/waeup/kofa/students/browser_templates/basepage.pt
r9209 r9211 18 18 <tal:password replace="view/hasPassword" /> 19 19 </td> 20 < /tr>20 <tr> 21 21 <tal:files content="structure provider:files" /> 22 22 </tbody> -
main/waeup.kofa/branches/uli-zc-async/src/waeup/kofa/students/browser_templates/requestpw.pt
r9209 r9211 17 17 </table> 18 18 <p i18n:translate=""> 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! 19 Your student record will be looked up and an email with your login 20 credentials will be sent to the address provided. 22 21 </p> 23 22 <div tal:condition="view/availableActions"> -
main/waeup.kofa/branches/uli-zc-async/src/waeup/kofa/students/browser_templates/requestpwmailsent.pt
r9209 r9211 29 29 <tr> 30 30 </table> 31 <p >32 <span i18n:translate="">Print this page and proceed to the</span>31 <p i18n:translate=""> 32 Print this page and proceed to the 33 33 <a tal:attributes="href python: view.url(layout.site, 'login')">login form</a>. 34 <span i18n:translate="">Please note that passwords are case-sensitive,34 Please note that passwords are case-sensitive, 35 35 <br />when entering your credentials, and keep your password secret! 36 </span>37 36 </p> 38 37 <p tal:condition = "view/email"> -
main/waeup.kofa/branches/uli-zc-async/src/waeup/kofa/students/browser_templates/studycoursepage.pt
r9209 r9211 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 FACULTY57 </a>58 </span>59 </td>60 </tr>61 49 </tbody> 62 50 </table> -
main/waeup.kofa/branches/uli-zc-async/src/waeup/kofa/students/browser_templates/studyleveleditpage.pt
r9209 r9211 22 22 </thead> 23 23 <tbody> 24 <tr tal:repeat="value view/translated_values" class="gradeC">24 <tr tal:repeat="value context/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 _bool" />28 tal:condition="not: value/mandatory" /> 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 |nothing">SCORE</td>38 <td tal:content="value/score">SCORE</td> 39 39 <td tal:content="value/carry_over">CO</td> 40 40 </tr> -
main/waeup.kofa/branches/uli-zc-async/src/waeup/kofa/students/browser_templates/studylevelmanagepage.pt
r9209 r9211 46 46 </thead> 47 47 <tbody> 48 <tr tal:repeat="value view/translated_values" class="gradeC">48 <tr tal:repeat="value context/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 |nothing">SCORE</td>62 <td tal:content="value/score">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-zc-async/src/waeup/kofa/students/browser_templates/studylevelpage.pt
r9209 r9211 34 34 <th i18n:translate="">Code</th> 35 35 <th i18n:translate="">Title</th> 36 <th i18n:translate="">Dep .</th>37 <th i18n:translate="">Fac .</th>36 <th i18n:translate="">Dept.</th> 37 <th i18n:translate="">Fact.</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.