repo.or.cz
/
gruta.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
More template fixes.
[gruta.git]
/
templates
/
art5
/
SEARCH_BY_DATE
blob
86f1fc8469df9953921bae049740f98d1f9e8f3c
1
<{header}>
2
3
<{column1}>
4
5
<{column2}>
6
7
<div class = 'main'>
8
9
<{main_top}>
10
11
<h1><{@"Search by date"}> (<{date cfg_date_format %from}> -
12
<{date cfg_date_format %to}>)</h1>
13
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>
21
22
<{search_hits}>
23
24
<{main_bottom}>
25
26
</div>
27
28
<{footer}>