Ignore:
Timestamp:
15 Oct 2008, 05:04:28 (16 years ago)
Author:
Henrik Bettermann
Message:
  • more customizations for OIS
  • fetch all student object titles from getStudentObjectTitles.py
Location:
WAeUP_SRP/trunk/skins/waeup_student
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/application_slip.pt

    r2575 r3727  
    11<metal:body use-macro="here/slip_template/macros/master">
    22    <metal:main fill-slot="main"
    3                 tal:define="info context/getApplicationInfo">
     3                tal:define="info context/getApplicationInfo;
     4                            titles here/getStudentObjectTitles;">
    45      <span tal:condition="not: info">
    56        <span tal:content="here/illegal_view" />
     
    78      <span tal:condition="info">
    89           
    9         <h3>Application Slip</h3>
     10        <h3><span tal:content="titles/StudentApplication" /> Slip</h3>
    1011        <br />
    1112        <span tal:omit-tag=""
  • WAeUP_SRP/trunk/skins/waeup_student/application_view.pt

    r2670 r3727  
    11<metal:body use-macro="here/main_template/macros/master">
    22   <metal:main fill-slot="main"
    3                  tal:define="info context/getApplicationInfo">
     3                 tal:define="info context/getApplicationInfo;
     4                             titles here/getStudentObjectTitles;">
    45      <span tal:condition="not: info">
    56        <span tal:content="here/illegal_view" />
     
    1314          Up one level
    1415        </a>
    15         <h3>My Application Record</h3>
     16        <h3>My <span tal:content="titles/StudentApplication" /></h3>
    1617        <br />
    1718        <span tal:omit-tag=""
  • WAeUP_SRP/trunk/skins/waeup_student/clearance_slip.pt

    r3452 r3727  
    11<metal:body use-macro="here/slip_template/macros/master">
    22    <metal:main fill-slot="main"
    3                  tal:define="info context/getClearanceInfo">
     3                 tal:define="info context/getClearanceInfo;
     4                             titles here/getStudentObjectTitles;">
    45      <span tal:condition="not: info">
    56        <span tal:content="here/illegal_view" />
     
    910      <strong>Late Clearance!</strong></div>
    1011           
    11         <h3>Clearance/Eligibility Slip</h3>
     12        <h3><span tal:content="titles/StudentClearance" /> Slip</h3>
    1213        <br />
    1314        <span tal:omit-tag=""
  • WAeUP_SRP/trunk/skins/waeup_student/clearance_view.pt

    r3473 r3727  
    11<metal:body use-macro="here/main_template/macros/master">
    22  <metal:main fill-slot="main"
    3               tal:define="info context/getClearanceInfo">
     3              tal:define="info context/getClearanceInfo;
     4                          titles here/getStudentObjectTitles;">
    45    <span tal:condition="not: info">
    56      <span tal:content="here/illegal_view" />
     
    1213           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')">
    1314          <img tal:attributes="src string:${here/portal_url}/actionicon_print.png" />
    14           Clearance/Eligibility Slip
     15          <span tal:content="titles/StudentClearance" /> Slip
    1516        </a>
    1617      </div>
     
    2930          My
    3031        </span>
    31         Clearance/Elegibility Record
     32        <span tal:content="titles/StudentClearance" />
    3233      </h3>       
    3334     
  • WAeUP_SRP/trunk/skins/waeup_student/lecturer_course_edit_form.pt

    r3617 r3727  
    2121                 value="Save"
    2222                 id="edit"/>
     23          <input type="submit" name="external_close_button"
     24                 class="standalone" value="Close"
     25                 onclick="window.opener.location.reload();window.close()"
     26                 id="external_close_button"
     27                 i18n:attributes="value" />                   
    2328        </form>
    2429      </metal:block>
  • WAeUP_SRP/trunk/skins/waeup_student/personal_view.pt

    r1783 r3727  
    11<metal:body use-macro="here/main_template/macros/master">
    22    <metal:main fill-slot="main"
    3                 tal:define="info context/getPersonalInfo">
     3                tal:define="info context/getPersonalInfo;
     4                            titles here/getStudentObjectTitles;">
    45      <span tal:condition="not: info">
    56        <span tal:content="here/illegal_view" />
     
    1112          Up one level
    1213        </a>           
    13         <h3>My Personal Record</h3>
     14        <h3>My <span tal:content="titles/StudentPersonal" /></h3>
    1415        <br />
    1516        <span tal:omit-tag=""
  • WAeUP_SRP/trunk/skins/waeup_student/study_course_view.pt

    r3473 r3727  
    77    <span tal:condition="info">
    88    <span tal:define="create_level info/create_level|nothing;
    9                       is_so info/is_so;">               
     9                      is_so info/is_so;
     10                      titles here/getStudentObjectTitles;">               
    1011    <a href=""
    1112       tal:attributes="href string:${here/academicsParent}">
     
    1718         <span tal:content="info/student/name" />:
    1819       </span>
    19         Study Course
     20       My <span tal:content="titles/StudentStudyCourse" />
    2021    </h3>
    2122    <br /> 
Note: See TracChangeset for help on using the changeset viewer.