Changeset 1516 for WAeUP_SRP/trunk/skins


Ignore:
Timestamp:
3 Mar 2007, 22:46:25 (18 years ago)
Author:
Henrik Bettermann
Message:

course registration slip added

Location:
WAeUP_SRP/trunk/skins/waeup_student
Files:
1 added
1 deleted
2 edited

Legend:

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

    r1435 r1516  
    33<metal:block define-macro="default_view"
    44  tal:define="layout options/layout;
     5              info context/getStudentBaseInfo;
    56              dm options/datastructure/getDataModel;
    67              widgets python:context.getRenderedWidgets(layout);
     
    2930            </td>
    3031            <td>
    31               <span tal:content="python:context.getStudentBaseInfo()['student']['name']" />
     32              <span tal:content="info/student/name" />
    3233            </td>     
    3334          </tr>
     
    3637            </td>
    3738            <td>
    38               <span tal:content="python:context.getStudentBaseInfo()['student']['sex']" />
     39              <span tal:content="info/student/sex" />
    3940            </td>     
    4041          </tr>         
     
    4344            </td>
    4445            <td>
    45               <span tal:content="python:context.getStudentBaseInfo()['id']" />
     46              <span tal:content="info/student/id" />
    4647            </td>     
    4748          </tr>
  • WAeUP_SRP/trunk/skins/waeup_student/study_level_view.pt

    r1515 r1516  
    1717              <div style="text-align: right"
    1818             tal:condition="python:review_state == 'courses_validated'">
    19         <a href="" target="slip" tal:attributes="href string:courses_validated_slip"
     19        <a href="" target="slip" tal:attributes="href string:course_registration_slip"
    2020            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')">
    2121            <img tal:attributes="src string:${here/portal_url}/actionicon_print.png" />
    22             Validated Courses Slip
     22            Course Registration Slip
    2323        </a>
    2424       
Note: See TracChangeset for help on using the changeset viewer.