source:
main/waeup.sirp/branches/ulif-paster/src/waeup/sirp/jambtables/browser_templates/applicationspage.pt
@
10009
Last change on this file since 10009 was 5328, checked in by , 14 years ago | |
---|---|
File size: 179 bytes |
Line | |
---|---|
1 | <div> |
2 | <div tal:repeat="entry view/getApplications"> |
3 | <a href="" |
4 | tal:attributes="href entry/url" |
5 | tal:content="entry/name" |
6 | >Some Entry</a> |
7 | </div> |
8 | </div> |
Note: See TracBrowser for help on using the repository browser.