Ignore:
Timestamp:
19 Sep 2006, 07:53:21 (18 years ago)
Author:
joachim
Message:

student apply admission should work now
the default_view for campus is now home_index.py
for students and student student_index.py
these script redirect to the appropriate PT

Location:
WAeUP_SRP/trunk/skins/waeup_default
Files:
3 added
1 edited

Legend:

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

    r486 r535  
    44           roles member/getRoles;
    55           backend python:'Manager' in roles or 'SectionManager' in roles;
    6            frontend python:'Student' in roles or isAnon;"
     6           frontend python:'Student' in roles or isAnon;
     7           info context/getStudentInfo;"
    78           >
    89  <tal:block condition="not:isAnon">
    9        <strong> <span tal:content="python:member.getProperty('fullname',None)" />
     10       <strong> <span tal:condition="info" tal:content="python:info['per_doc'].lastname" />
     11       <span tal:condition="not: info" tal:content="python:member.getProperty('fullname',None)" />
    1012       </strong>
    1113  </tal:block>
Note: See TracChangeset for help on using the changeset viewer.