Line | |
---|
1 | <html xmlns:tal="http://xml.zope.org/namespaces/tal" |
---|
2 | xmlns:metal="http://xml.zope.org/namespaces/metal" |
---|
3 | i18n:domain="plone"> |
---|
4 | |
---|
5 | <body> |
---|
6 | |
---|
7 | <!-- The personal bar box by HB--> |
---|
8 | |
---|
9 | <div metal:define-macro="portlet"> |
---|
10 | |
---|
11 | <dl class="portlet" id="portlet-name"> |
---|
12 | |
---|
13 | <dt class="portletHeader" tal:content="member/fullname | user/getUserName"></dt> |
---|
14 | |
---|
15 | <dd class="portletItemLast"> |
---|
16 | |
---|
17 | <ul> |
---|
18 | <tal:actions tal:repeat="action python:here.getOrderedUserActions(keyed_actions=keyed_actions, |
---|
19 | ordering = {'pre' : ['preferences', 'mystuff', 'webmail', 'usermanagement', 'orgmail', 'svnrepos', 'svninter', 'ldap', 'undo'], |
---|
20 | 'post' : ['plone_setup', 'logout']})"> |
---|
21 | |
---|
22 | <li> |
---|
23 | <a href="" |
---|
24 | tal:attributes="href action/url" |
---|
25 | accesskey="accesskeys-personalbar" |
---|
26 | i18n:attributes="accesskey"> |
---|
27 | <tal:actionname i18n:translate="" tal:content="action/name">dummy</tal:actionname> |
---|
28 | </a> |
---|
29 | </li> |
---|
30 | </tal:actions> |
---|
31 | </ul> |
---|
32 | |
---|
33 | </dd> |
---|
34 | </dl> |
---|
35 | </div> |
---|
36 | </body> |
---|
37 | </html> |
---|
Note: See
TracBrowser for help on using the repository browser.