source: main/waeup.sirp/trunk/src/waeup/sirp/jambtables/browser_templates/applicationspage.pt @ 5328

Last change on this file since 5328 was 5328, checked in by uli, 14 years ago

Merge changes from ulif-fasttables back into trunk.

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.