Changeset 598
- Timestamp:
- 10/23/06 13:28:20
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
SimpleBlog/branches/plone-2.5/skins/SimpleBlog/SimpleBlogDaySearch.pt
r597 r598 3 3 metal:use-macro="here/main_template/macros/master" 4 4 i18n:domain="SimpleBlog"> 5 6 5 <metal:block fill-slot="top_slot" 7 6 tal:define="dummy python:request.set('disable_border',1)" /> 8 9 7 <div metal:fill-slot="main" 10 8 tal:define="date python:request.get('startdate'); … … 14 12 b_start request/b_start | b_start; 15 13 Batch python:modules['Products.CMFPlone'].Batch;"> 16 14 <tal:block metal:use-macro="here/SimpleBlog_macros/macros/blogGlobals"/> 17 15 <h1>Search results</h1> 18 19 16 <div tal:condition="results" tal:define="batch python:Batch(results, b_size, int(b_start), orphan=1);"> 20 17 <tal:results tal:repeat="result batch"> … … 28 25 No Entries are found. 29 26 </p> 30 31 27 </div> 32 33 34 28 </html>
