> All you have to get from database is ISBN.

In other words, the ISBN is the only part that Koha "knows." The rest
of the path to the cover image is hard-coded in the template:

<img border="0" src="http://images.amazon.com/images/P/[%
normalized_isbn %].01.MZZZZZZZ.jpg" alt="Cover Image" />

[% normalized_isbn %] is the placeholder in the template where Koha
puts the ISBN it retrieves from the database.

See also: http://www.majordojo.com/projects/javascript/amazon-image-hacks.php

  -- Owen

-- 
Web Developer
Athens County Public Libraries
http://www.myacpl.org
_______________________________________________
Koha mailing list  http://koha-community.org
[email protected]
http://lists.katipo.co.nz/mailman/listinfo/koha

Reply via email to