Changeset 1797

Show
Ignore:
Timestamp:
04/08/08 03:17:19 (8 months ago)
Author:
fumiakiy
Message:

SetVarTemplate block is required to support Ajax-based background retrieval. BugId:78923

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/release-34/default_templates/search_results.mtml

    r1729 r1797  
    100100                        <div id="alpha-inner"> 
    101101 
    102  
    103 <mt:ignore><!-- Display search results --></mt:ignore> 
     102<mt:ignore><!-- 
     103    Below is the block to show search results. 
     104    This makes an independent block to support 
     105    Ajax-based background retrieval of the next search results. 
     106--></mt:ignore> 
     107<MTSetVarTemplate id="search_results" name="search_results">   
    104108<MTSearchResults> 
    105109    <MTBlogResultHeader> 
     
    127131    </MTBlogResultFooter> 
    128132</MTSearchResults> 
     133</MTSetVarTemplate> 
     134<mt:ignore><!-- Display search results constructed in the block above --></mt:ignore> 
     135<mt:var name="search_results"> 
    129136 
    130137