Bug 3169 - Comply with new Google Book branding guidelines
authorFrédéric Demians <f.demians@tamil.fr>
Tue, 12 May 2009 12:28:27 +0000 (14:28 +0200)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 16 Sep 2009 21:19:34 +0000 (23:19 +0200)
It adds pretty huge image 'Google Preview' on google
book jacket.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
koha-tmpl/opac-tmpl/prog/en/js/google-jackets.js

index 40accdc..35b80cb 100644 (file)
@@ -48,7 +48,9 @@ KOHA.Google = {
                         '<div style="margin-bottom:5px; margin-top:-5px;font-size:9px">' +
                         '<a href="' + 
                         book.info_url + 
-                        '">Source Google</a></div>' 
+                        '"><img src="' +
+                        'http://books.google.com/intl/en/googlebooks/images/gbs_preview_sticker1.gif' +
+                        '"></a></div>' 
                         );
                                } else {
                                        var message = document.createElement("span");