14 lines
620 B
Text
Executable file
14 lines
620 B
Text
Executable file
channel
|
|
title=Longest Unseen Koha Items
|
|
link=http://www.koha.org
|
|
desc=The 15 least recently seen items
|
|
lang=en
|
|
image
|
|
title=Koha, the worlds best Open Source Library System
|
|
url=http://www.koha.org/images/foo.jpg
|
|
link=http://www.koha.org
|
|
config
|
|
tmpl=longestUnseen.tmpl
|
|
output=longestUnseen.xml
|
|
query=select biblioitems.isbn as isbn, biblio.title as title, biblio.author as author from biblio, biblioitems, items where biblioitems.biblionumber = items.biblionumber and biblio.biblionumber = items.biblionumber and items.datelastseen is not NULL and items.datelastseen != items.datelastborrowed order by items.datelastseen
|
|
|