Changeset 598

Show
Ignore:
Timestamp:
10/23/06 13:28:20
Author:
chervol
Message:

globals added to DaySearch?

Files:

Legend:

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

    r597 r598  
    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="date python:request.get('startdate'); 
     
    1412                      b_start request/b_start | b_start; 
    1513                      Batch python:modules['Products.CMFPlone'].Batch;"> 
    16  
     14    <tal:block metal:use-macro="here/SimpleBlog_macros/macros/blogGlobals"/> 
    1715    <h1>Search results</h1> 
    18  
    1916    <div tal:condition="results" tal:define="batch python:Batch(results, b_size, int(b_start), orphan=1);"> 
    2017         <tal:results tal:repeat="result batch"> 
     
    2825        No Entries are found. 
    2926    </p> 
    30  
    3127  </div> 
    32  
    33  
    3428</html>