Ignore:
Timestamp:
21 Oct 2006, 10:52:05 (18 years ago)
Author:
Henrik Bettermann
Message:

academics_document_view.pt with student's name in title

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_academics/academics_document_view.pt

    r556 r735  
    11<metal:html tal:define="info context/getDocumentInfo;
    2             is_manager info/is_manager|nothing;"
     2                        infos context/getStudentInfo;
     3                        is_manager info/is_manager|nothing;"
    34            >
    45  <metal:body use-macro="here/waeup_content_master/macros/master">
     
    910        Up one level
    1011      </a>
    11       <h3 tal:content="here/title_or_id" />
     12      <h3>
     13         <span tal:condition="python:is_manager and infos">
     14           <span tal:content="infos/student/Title" />:
     15         </span>
     16         <span tal:content="here/title_or_id" />
     17      </h3>
    1218    </metal:block>
    1319    <metal:main fill-slot="main">
Note: See TracChangeset for help on using the changeset viewer.