(bug #1578) Add the (quasi)full COinS(Zotero) support
authorNahuel ANGELINETTI <nahuel.angelinetti@biblibre.com>
Thu, 8 Jan 2009 10:41:57 +0000 (11:41 +0100)
committerGalen Charlton <galen.charlton@liblime.com>
Tue, 12 May 2009 00:05:32 +0000 (19:05 -0500)
commit6b8992ef0fba87e5e7f81a3e0cf984d97dbc07a1
tree8cbd074d2a05f4c4194229125aaeb522fa2d960e
parent8695b7e84f22f0047e6d2204bc6248e6089c21f7
(bug #1578) Add the (quasi)full COinS(Zotero) support

this patch do a lot of things :
 * Add the function GetCOinSBiblio in C4::Biblio, return the COinS value that must be put in a span title
   This will be usefull for OpenURL support.

 * Replace the span in opac-detail, and put the var get from GetCOinSBiblio
 * Fix an <img> tag that wasn't autoclosed
 * Add the COinS in search result
 * Full COinS support of UNIMARC, the MARC21 support should be improved to provide all kind of document types

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
C4/Biblio.pm
koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl
koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl
opac/opac-detail.pl
opac/opac-search.pl