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
New argument to FS search_stories().
[gruta.git]
/
templates
/
tt
/
ADMIN
blob
e3b5338b910b2143d18500bcfddd9f963ed6f216
1
[% FOREACH t = topics() %]
2
<option value='[% t.get("id") %]'>[% t.get("name") %]</option>
3
[% END %]
4
5
<ul>
6
[% FOREACH s = stories_by_date('rec', 10, 0) %]
7
<li>[% s.get('title') %]</li>
8
[% END %]
9
</ul>
10
11
[% t = topic(cgi.topic) %]
12
<h2>[% t.name %]</h2>