(bug #1578) Add the (quasi)full COinS(Zotero) support
authorNahuel ANGELINETTI <nahuel.angelinetti@biblibre.com>
Fri, 2 Jan 2009 14:39:35 +0000 (15:39 +0100)
committerHenri-Damien LAURENT <henridamien@koha-fr.org>
Tue, 27 Jan 2009 11:19:46 +0000 (12:19 +0100)
commita4fecfbefab041d924f07db5e49b791388eaa2db
treed582e3b4452eb6335aceaa304c1c3a1d81870069
parentbb038e19d92b84aeb238110e5785dbab0b46fb93
(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: Henri-Damien LAURENT <henridamien@koha-fr.org>
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