source: products/quintagroup.plonetabs/branches/nokss/quintagroup/plonetabs/browser/templates/sections.pt @ 3682

Last change on this file since 3682 was 135, checked in by mylan, 18 years ago

Now Discussion items create with user's Full name if exist, if not - use login.

  • Property svn:eol-style set to native
File size: 596 bytes
Line 
1<metal:header_macro use-macro="here/@@plonetabs-header-macro/macros/header" />
2
3<tal:tabs i18n:domain="plone">
4
5    <ul id="portal-globalnav">
6        <tal:tabs tal:repeat="tab view/portal_tabs"><li tal:attributes="id string:portaltab-${tab/id};
7                            class python:view.selected_portal_tab==tab['id'] and 'selected' or 'plain'">
8            <a href=""
9               tal:content="tab/name"
10               tal:attributes="href tab/url;
11                               title tab/description|nothing">
12            Tab Name
13            </a></li></tal:tabs>
14    </ul>
15</tal:tabs>
Note: See TracBrowser for help on using the repository browser.