| | 23 | <tal:recent metal:use-macro="here/simpleblog_portlet_macros/macros/portletRecent"/> |
|---|
| | 24 | <tal:categories metal:use-macro="here/simpleblog_portlet_macros/macros/portletCategories"/> |
|---|
| | 25 | </dl> |
|---|
| | 26 | </div> |
|---|
| | 27 | |
|---|
| | 28 | <div metal:define-macro="portlet_no_calendar" tal:omit-tag=""> |
|---|
| | 29 | <dl class="portlet" id="portlet-events" |
|---|
| | 30 | tal:define="startpoint python:here.simpleblog_tool.getStartpointForSearch(here); |
|---|
| | 31 | inBlog python:startpoint.portal_type=='Blog'; |
|---|
| | 32 | solo python:0"> |
|---|
| | 33 | <dt class="portletHeader" |
|---|
| | 34 | tal:condition="inBlog"> |
|---|
| | 35 | <a tal:attributes="href startpoint/absolute_url; |
|---|
| | 36 | title startpoint/title_or_id" |
|---|
| | 37 | tal:content="startpoint/title_or_id"/> |
|---|
| | 38 | </dt> |
|---|
| | 39 | <dt class="portletHeader" |
|---|
| | 40 | tal:condition="not: inBlog"> |
|---|
| | 41 | Blog |
|---|
| | 42 | </dt> |
|---|