Last change
on this file since 4989 was
4789,
checked in by uli, 15 years ago
|
Merge changes from ulif-layout back into trunk (finally).
|
File size:
311 bytes
|
Line | |
---|
1 | <div style="background-color: #fff; padding: 3px "> |
---|
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> |
---|
14 | <p /> |
---|
Note: See
TracBrowser for help on using the repository browser.