Changeset 896
- Timestamp:
- 06/25/07 07:36:07
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
SimpleBlog/branches/optimizations/skins/SimpleBlog/simpleblog_portlet_macros.pt
r823 r896 24 24 25 25 <!-- macro used by the portlets to compile a list of recent additions --> 26 <div metal:define-macro="portletRecent" ><tal:block26 <div metal:define-macro="portletRecent" tal:omit-tag=""><tal:block 27 27 tal:define="maxResults here/simpleblog_tool/getMaxItemsInPortlet; 28 28 recent python:startpoint.getEntries(maxResults=maxResults,skipOnTop=1, join=1)[0]; … … 53 53 className python:test(solo,'portletFooter', 'portletItem')" 54 54 tal:condition="repeat/entry/end" 55 tal:attributes="class python:test(toggle, className + ' even ', className + ' odd')">55 tal:attributes="class python:test(toggle, className + ' even details', className + ' odd details')"> 56 56 <a href="#" tal:attributes="href string:${startpoint/absolute_url}" 57 57 title="more..."
