source: main/waeup.sirp/branches/henrik-bootstrap/src/waeup/sirp/students/browser_templates/mydatadropdowntabs.pt @ 7450

Last change on this file since 7450 was 7450, checked in by Henrik Bettermann, 13 years ago

Backup today's work (mainly student navigation).

File size: 343 bytes
Line 
1<li tal:attributes="class viewlet/active" data-dropdown="dropdown" >
2  <a href="#" class="dropdown-toggle" tal:content="viewlet/tab_title">Tab Title</a>
3  <ul class="dropdown-menu">
4    <li tal:repeat="target viewlet/targets">
5      <a tal:attributes="href target/url"
6         tal:content="target/title">Link Title</a>
7    </li>
8  </ul>
9</li>
Note: See TracBrowser for help on using the repository browser.