source: products/quintagroup.quills.extras/branches/wald/quintagroup/quills/extras/browser/actions.pt @ 1423

Last change on this file since 1423 was 760, checked in by chervol, 17 years ago

Initialized merge tracking via "svnmerge" with revisions "1-753" from
http://svn.quintagroup.com/products/qSEOptimizer/branches/js-statistics

  • Property svn:eol-style set to native
File size: 689 bytes
Line 
1<tal:actions define="purl here/@@plone_portal_state/portal_url;
2                     here_url here/@@plone_context_state/object_url">
3<div class="belowentryItem"
4     i18n:domain="plone">
5    <a href="sendto_form"
6        tal:attributes="href string:${here_url}/sendto_form;">
7        <img src="mail_icon.gif" alt="Send this"
8            tal:attributes="src string:${purl}/mail_icon.gif" />
9        Send To
10    </a>
11</div>
12<div class="belowentryItem"
13        i18n:domain="plone">
14    <a href="javascript:this.print();">
15        <img src="mail_icon.gif" alt="Print this"
16                tal:attributes="src string:${purl}/print_icon.gif" />
17        Print page
18    </a>
19</div>
20</tal:actions>
Note: See TracBrowser for help on using the repository browser.