Ignore:
Timestamp:
31 Dec 2006, 07:50:50 (18 years ago)
Author:
Henrik Bettermann
Message:

getStudentInfo replaced (not yet thoroughly tested!)

Location:
WAeUP_SRP/trunk/skins/waeup_default
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_default/campus_anonymous_view.pt

    r805 r1161  
    1 <metal:html tal:define="info context/getStudentInfo">
     1<metal:html>
    22  <metal:body use-macro="here/main_template/macros/master">
    33    <metal:main fill-slot="main">
  • WAeUP_SRP/trunk/skins/waeup_default/campus_view.pt

    r903 r1161  
    1 <metal:html tal:define="info context/getStudentInfo">
     1<metal:html>
    22  <metal:body use-macro="here/main_template/macros/master">
    33    <metal:main fill-slot="main">
  • WAeUP_SRP/trunk/skins/waeup_default/srp_view.pt

    r903 r1161  
    1 <metal:html tal:define="info context/getStudentInfo">
     1<metal:html>
    22  <metal:body use-macro="here/main_template/macros/master">
    33    <metal:main fill-slot="main">
  • WAeUP_SRP/trunk/skins/waeup_default/waeup_document_view.pt

    r913 r1161  
    11<metal:html tal:define="info context/getDocumentInfo;
    2                         s_info context/getStudentInfo;
     2                        s_id context/getStudentId;
     3                        s_name context/getStudentName
    34                        is_so context/isSectionOfficer;"
    45            >
     
    1112      </a>
    1213      <h3>
    13          <span tal:condition="python:is_so and s_info">
    14            <span tal:content="s_info/student/Title" />:
     14         <span tal:condition="python:is_so and s_id">
     15           <span tal:content="s_name" />:
    1516         </span>
    1617         <span tal:content="here/title_or_id" />
Note: See TracChangeset for help on using the changeset viewer.