Changeset 600

Show
Ignore:
Timestamp:
10/23/06 13:36:48
Author:
chervol
Message:

added globals to FullSearch?

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • SimpleBlog/branches/plone-2.5/skins/SimpleBlog/SimpleBlogFullSearch.pt

    r599 r600  
    33      metal:use-macro="here/main_template/macros/master" 
    44      i18n:domain="SimpleBlog"> 
    5  
    65  <metal:block fill-slot="top_slot" 
    76             tal:define="dummy python:request.set('disable_border',1)" /> 
    8  
    97<div metal:fill-slot="main" 
    108     tal:define="results python:here.simpleblog_tool.searchForEntries(here, maxResults=0); 
     
    1311                      b_start request/b_start | b_start; 
    1412                      Batch python:modules['Products.CMFPlone'].Batch;"> 
    15  
     13    <tal:block metal:use-macro="here/SimpleBlog_macros/macros/blogGlobals"/> 
    1614    <h1>Search results</h1> 
    17  
    1815    <div tal:condition="results" tal:define="batch python:Batch(results, b_size, int(b_start), orphan=1);"> 
    1916         <tal:results tal:repeat="result batch"> 
     
    2724        No Entries are found. 
    2825    </p> 
    29  
    3026  </div> 
    31  
    32  
    3327</html>