repo.or.cz
/
xapian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Avoid unused static function warning on non-mingw!
[xapian.git]
/
xapian-applications
/
omega
/
templates
/
emptydocs
blob
b4b0602b644dbd71b8b252330d611cec40ddacee
1
<!DOCTYPE html>
2
<html lang="en">
3
<head>
4
<title>Documents with no text</title>
5
</head>
6
<body>
7
<h1>Documents with no text</h1>
8
<ul>
9
$map{$emptydocs{$cgi{TERM}},
10
<li> <a href="$html{$field{url,$_}}">$html{$or{$field{title,$_},$prettyurl{$field{url,$_}}}}</a>
11
}
12
</ul>
13
</body>
14
</html>