source: products/quintagroup.quills.extras/branches/wald/quintagroup/quills/extras/portlets/quillslinks.pt @ 1423

Last change on this file since 1423 was 736, checked in by crchemist, 17 years ago

New version added.

  • Property svn:eol-style set to native
File size: 1.5 KB
Line 
1<dl class="portlet portletQuillsLinks"
2    i18n:domain="quills.app"
3    tal:define="weblog         python:view.getWeblog();
4                weblog_content python:view.getWeblogContentObject();
5                portal_url            view/portal_url;">
6
7    <dt class="portletHeader">
8        <span class="portletTopLeft"></span>
9        <span class="tile"
10              tal:content="view/title">_title_</span>
11        <span class="portletTopRight"></span>
12    </dt>
13
14        <dd class="portletItem odd" id="quills-portlet-atom">
15          <a href="#"
16             tal:attributes="href string:${weblog_content/absolute_url}/atom.xml">
17            <img src=""
18                 height="15"
19                 width="80"
20                 alt="Atom"
21                 title="Atom Enabled"
22                 i18n:attributes="alt; title"
23                 tal:attributes="src string:$portal_url/atom_feed.gif" />
24          </a>
25        </dd>
26
27        <dd class="portletItem even" id="quills-portlet-rss">
28          <a href=""
29             tal:attributes="href string:${weblog_content/absolute_url}/rss.xml">
30            <img src=""
31                 height="15"
32                 width="80"
33                 alt="RSS 2.0"
34                 title="RSS 2.0 feed"
35                 i18n:attributes="alt; title"
36                 tal:attributes="src string:$portal_url/rss_feed.gif" />
37          </a>
38        </dd>
39
40        <dd class="portletFooter">
41          <span class="portletBottomLeft"></span>
42          <span class="portletBottomRight"></span>
43        </dd>
44
45</dl>
Note: See TracBrowser for help on using the repository browser.