Changeset 5870 for main/waeup.plonetheme/trunk/waeup/plonetheme/skins/waeup_plonetheme_custom_templates
- Timestamp:
- 17 Mar 2011, 12:24:55 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.plonetheme/trunk/waeup/plonetheme/skins/waeup_plonetheme_custom_templates/member_search_form.pt
r5719 r5870 54 54 author python:pm.getMemberInfo(id) or {}; 55 55 portrait python:pm.getPersonalPortrait(id); 56 position python:result.getProperty('position'); 56 57 home_base python:pm.getHomeUrl(id, verifyPermission=1);" 57 58 tal:condition="python:Group[0] in result.getGroupNames() and not id.endswith('1') and (author['fullname'] or not is_anonymous)"> 58 59 59 <td >60 <td style="width: 8%; vertical-align:top;"> 60 61 <a href="#" tal:attributes="href portrait/absolute_url"> 61 <img src="" alt="" class="portraitPhoto" width="25" height="33"62 <img src="" alt="" class="portraitPhoto" height="80" 62 63 style="float: left; margin: 0em;" 63 64 tal:attributes="src portrait/absolute_url" /> … … 65 66 </td> 66 67 67 68 <td> 69 <span tal:condition="python: is_manager"> 70 <a href="#" tal:attributes="href string:${portal_url}/portal_memberdata/prefs_user_details?userid=${id}"> 71 <span tal:content="id">id</span> 72 </a> 73 </span> 74 </td> 75 76 <td> 68 <td style="width: 17%; vertical-align:top;"> 77 69 <span tal:condition="python: author['fullname']"> 78 70 <span tal:content="python: author['fullname']">name</span> … … 81 73 XXXXX 82 74 </span> 83 </td> 84 85 <td> 86 <span tal:content="author/location|nothing">Location</span> 87 </td> 88 89 <td> 90 <span tal:condition="python: author['fullname'] and not is_anonymous"> 91 <a href="#" tal:attributes="href string:${portal_url}/author/${id}" 92 i18n:translate="send_feedback"> 93 send feedback 94 </a> 95 </span> 96 </td> 97 98 <td> 99 <span tal:condition="python: author['fullname']"> 100 <a href="#" tal:attributes="href string:${portal_url}/Members/${id}" 101 i18n:translate="author_homepage"> 102 members's homepage 103 </a> 104 </span> 105 </td> 106 107 <td> 108 <span tal:condition="python: id == pm.getAuthenticatedMember().id"> 109 <a href="#" tal:attributes="href string:${portal_url}/personalize_form" 110 i18n:translate="personal_preferences"> 111 personal preferences 75 <span tal:condition="python: is_manager"> 76 <a href="#" tal:attributes="href string:${portal_url}/user-information?userid=${id}"> 77 (<span tal:content="id">id</span>) 112 78 </a> 113 79 </span> 114 80 </td> 81 82 <td style="width: 57%; padding: 0em 2em 0em 0em; vertical-align:top;"> 83 <span tal:content="author/description|nothing">Biography</span> 84 </td> 85 86 <td style="width: 18%; vertical-align:top;"> 87 <span i18n:translate="location">Location</span>: <span tal:content="author/location|nothing">Location</span> 88 <br /> 89 <span i18n:translate="position">Position</span>: <span tal:content="position">Position</span> 90 <div tal:condition="python: author['fullname'] and not is_anonymous"> 91 <a href="#" tal:attributes="href string:${portal_url}/author/${id}" 92 i18n:translate="send_feedback"> 93 Send Feedback 94 </a> 95 </div> 96 <div tal:condition="python: author['fullname']"> 97 <a href="#" tal:attributes="href string:${portal_url}/Members/${id}" 98 i18n:translate="author_homepage"> 99 Homepage 100 </a> 101 </div> 102 <div tal:condition="python: id == pm.getAuthenticatedMember().id"> 103 <a href="#" tal:attributes="href string:${portal_url}/personalize_form" 104 i18n:translate="personal_preferences"> 105 Personal Preferences 106 </a> 107 </div> 108 </td> 109 115 110 </tr> 116 111
Note: See TracChangeset for help on using the changeset viewer.