Last change
on this file since 17936 was
1071,
checked in by joachim, 18 years ago
|
speed improvements for waeup_edit and portlet_session_info
|
-
Property svn:keywords set to
Id
|
File size:
569 bytes
|
Line | |
---|
1 | <tal:block define="mtool here/portal_membership; |
---|
2 | member mtool/getAuthenticatedMember; |
---|
3 | isAnon mtool/isAnonymousUser; |
---|
4 | name context/getStudentName;" |
---|
5 | > |
---|
6 | <tal:block condition="name"> |
---|
7 | <strong> |
---|
8 | <span tal:content="name" /> |
---|
9 | </strong> |
---|
10 | </tal:block> |
---|
11 | <tal:block condition="not:name"> |
---|
12 | <strong> |
---|
13 | <span tal:content="python:member.getProperty('fullname',None)" /> |
---|
14 | </strong> |
---|
15 | </tal:block> |
---|
16 | <tal:block condition="isAnon"> |
---|
17 | <strong>Anonymous User</strong> |
---|
18 | </tal:block> |
---|
19 | </tal:block> |
---|
Note: See
TracBrowser for help on using the repository browser.