source:
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/breadcrumbs.pt
@
7692
Last change on this file since 7692 was 7459, checked in by , 13 years ago | |
---|---|
File size: 246 bytes |
Line | |
---|---|
1 | <span tal:repeat="item viewlet/getEntries"> |
2 | <li> |
3 | <a href="#" tal:attributes="href item/url"> |
4 | <span tal:content="item/title">Entry</span> |
5 | </a> |
6 | <span tal:condition="not: repeat/item/end" class="divider">/</span> |
7 | </li> |
8 | </span> |
Note: See TracBrowser for help on using the repository browser.