repo.or.cz
/
ppolls.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
write a proper schema.sql
[ppolls.git]
/
views
/
show-asc.tt
blob
03ac8069887413d192e504fa0832912bdb29eb54
1
<ul class=entries>
2
<% IF entries.size %>
3
<% FOREACH entry IN entries %>
4
<li><% entry.item(3) %> <b><a href="show/<% entry.item(0) %>"><% entry.item(1) %></a></b> - <% entry.item(2) %>
5
<% END %>
6
<% ELSE %>
7
<li><em>Unbelievable. No entries here so far.</em>
8
<% END %>
9
</ul>