source: products/ploneorg.kudobounty/trunk/ploneorg/kudobounty/browser/bounty_viewlet.pt @ 3129

Last change on this file since 3129 was 3129, checked in by mylan, 13 years ago

Initial import of the package

  • Property svn:eol-style set to native
File size: 464 bytes
RevLine 
[3129]1<div id="portal-bounty-program"
2     i18n:domain="plone"
3     tal:condition="view/available">
4  <ul>
5    <li tal:repeat="item view/bounty_submissions">
6      <a href="http://submission.url"
7         title="Title of the submission"
8         tal:attributes="href item/url;
9                         title item/title;">
10        <img src="http://"
11             alt="Alternate text for the image"
12             tal:attributes="src item/img_url;
13                             alt item/alt;"/></a>
14    </li>
15  </ul>
16</div>
Note: See TracBrowser for help on using the repository browser.