Last change
on this file since 15185 was
7738,
checked in by Henrik Bettermann, 13 years ago
|
Finalize internationalization of py and pt files. Javascript is still missing.
|
File size:
346 bytes
|
Line | |
---|
1 | <li tal:attributes="class viewlet/active" data-dropdown="dropdown" > |
---|
2 | <a href="#" class="dropdown-toggle" |
---|
3 | tal:content="viewlet/tab_title">Tab Title</a> |
---|
4 | <ul class="dropdown-menu"> |
---|
5 | <li tal:repeat="target viewlet/targets"> |
---|
6 | <a tal:attributes="href target/url" |
---|
7 | tal:content="target/title">LINKTITLE</a> |
---|
8 | </li> |
---|
9 | </ul> |
---|
10 | </li> |
---|
Note: See
TracBrowser for help on using the repository browser.