More template fixes.
[gruta.git] / templates / art5 / SEARCH_BY_DATE
blob86f1fc8469df9953921bae049740f98d1f9e8f3c
1 <{header}>
3 <{column1}>
5 <{column2}>
7 <div class = 'main'>
9         <{main_top}>
11         <h1><{@"Search by date"}> (<{date cfg_date_format %from}> - 
12                 <{date cfg_date_format %to}>)</h1>
14         <ul>
15                 <{foreach {stories_by_date '' 0 0
16                         {or %from {date '%y%m%d000000'}}
17                         {or %to date} is_admin}
18                         {li {link_to_story_with_edit $0 $1}}
19                 }>
20         </ul>
22         <{search_hits}>
24         <{main_bottom}>
26 </div>
28 <{footer}>