source: products/SimpleBlog/trunk/skins/SimpleBlog/portlet_simpleblog_recent.pt @ 1

Last change on this file since 1 was 1, checked in by myroslav, 18 years ago

Building directory structure

  • Property svn:eol-style set to native
File size: 769 bytes
Line 
1<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
2      lang="en"
3      i18n:domain="plone">
4  <body>
5     <div metal:define-macro="portlet" tal:omit-tag="">
6        <dl class="portlet" id="portlet-blog"
7            tal:define="startpoint blog;
8                        inBlog python:1;
9                        solo python:1">
10            <dt class="portletHeader"
11                tal:condition="inBlog">
12                    <a tal:attributes="href startpoint/absolute_url;
13                                       title startpoint/title_or_id"
14                       tal:content="startpoint/title_or_id"/>
15            </dt>
16            <tal:recent metal:use-macro="here/simpleblog_portlet_macros/macros/portletRecent"/>
17        </dl>
18    </div>
19  </body>
20</html>
Note: See TracBrowser for help on using the repository browser.