Changeset 600
- Timestamp:
- 10/23/06 13:36:48
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
SimpleBlog/branches/plone-2.5/skins/SimpleBlog/SimpleBlogFullSearch.pt
r599 r600 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="results python:here.simpleblog_tool.searchForEntries(here, maxResults=0); … … 13 11 b_start request/b_start | b_start; 14 12 Batch python:modules['Products.CMFPlone'].Batch;"> 15 13 <tal:block metal:use-macro="here/SimpleBlog_macros/macros/blogGlobals"/> 16 14 <h1>Search results</h1> 17 18 15 <div tal:condition="results" tal:define="batch python:Batch(results, b_size, int(b_start), orphan=1);"> 19 16 <tal:results tal:repeat="result batch"> … … 27 24 No Entries are found. 28 25 </p> 29 30 26 </div> 31 32 33 27 </html>
