source:
main/waeup.ikoba/trunk/src/waeup/ikoba/customers/browser_templates/mydatadropdowntabs.pt
Last change on this file was 11975, checked in by , 11 years ago | |
---|---|
File size: 392 bytes |
Line | |
---|---|
1 | <li tal:attributes="class viewlet/active"> |
2 | <a href="#" class="dropdown-toggle" |
3 | data-toggle="dropdown"> |
4 | <span tal:replace="viewlet/tab_title">My Data</span> |
5 | <b class="caret"></b> |
6 | </a> |
7 | <ul class="dropdown-menu"> |
8 | <li tal:repeat="target viewlet/targets"> |
9 | <a tal:attributes="href target/url" |
10 | tal:content="target/title">LINKTITLE</a> |
11 | </li> |
12 | </ul> |
13 | </li> |
Note: See TracBrowser for help on using the repository browser.