source: main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/breadcrumbs.pt @ 5388

Last change on this file since 5388 was 5388, checked in by Henrik Bettermann, 14 years ago

Move breadcrumbs upwards and change its layout slightly. Do not show breadcrumbs anonymous users.

Change body class from yui-t2 to yui-t1 to slightly reduce width of left column.

Remove 'Profile' and 'Settings'.

Edit copyright information in footer.

File size: 328 bytes
Line 
1<div style="background-color: #fff; padding: 0.3em; margin-bottom: 0.8em">
2  <span tal:repeat="item viewlet/getEntries">
3    <a href="#"
4       tal:attributes="href item/url">
5      <span tal:content="item/title">
6        Entry
7      </span>
8    </a>
9    <span tal:condition="not: repeat/item/end">
10      >
11    </span>
12  </span>
13</div>
Note: See TracBrowser for help on using the repository browser.