Changeset 773


Ignore:
Timestamp:
29 Oct 2006, 06:38:52 (18 years ago)
Author:
Henrik Bettermann
Message:

portlet_session_info fixed

File:
1 edited

Legend:

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

    r538 r773  
    77           info context/getStudentInfo;"
    88           >
    9   <tal:block condition="not:isAnon">
    10        <strong> <span tal:condition="info" tal:content="python:info['student_doc'].Title()" />
    11        <span tal:condition="not: info" tal:content="python:member.getProperty('fullname',None)" />
     9  <tal:block condition="info">
     10       <strong>
     11         <span tal:condition="info/is_student" tal:content="python:info['student_doc'].Title()" />
     12         <span tal:condition="not:info/is_student" tal:content="python:member.getProperty('fullname',None)" />
    1213       </strong>
    1314  </tal:block>
    14 
     15  <tal:block condition="not:info">
     16       <strong>
     17         <span tal:content="python:member.getProperty('fullname',None)" />
     18       </strong>
     19  </tal:block> 
    1520  <tal:block condition="isAnon">
    1621    <strong>Anonymous User</strong>
Note: See TracChangeset for help on using the changeset viewer.