source: main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates/mydatadropdowntabs.pt

Last change on this file was 11254, checked in by uli, 11 years ago

Merge changes from uli-diazo-themed back into trunk. If this works, then a miracle happened.

File size: 392 bytes
RevLine 
[11254]1<li  tal:attributes="class viewlet/active">
[7738]2  <a href="#" class="dropdown-toggle"
[11254]3     data-toggle="dropdown">
4     <span tal:replace="viewlet/tab_title">My Data</span>
5     <b class="caret"></b>
6  </a>
[7450]7  <ul class="dropdown-menu">
8    <li tal:repeat="target viewlet/targets">
9      <a tal:attributes="href target/url"
[7738]10         tal:content="target/title">LINKTITLE</a>
[7450]11    </li>
12  </ul>
13</li>
Note: See TracBrowser for help on using the repository browser.