Integration in OPAC
Required extensions of OPAC detailed view
- div tags to store values for internal id, isbn and shorttitle
- script tag with BibTip JavaScript URL as source attribute
- Additional div tag to determine place for inserting recommendation list or link to recommendation list
Example of detailed view html-sourecode
<body>
Content Volltitel
<div id="bibtip_isxn" style="display:none">3-8266-1762-2,978-3-8266-1762-1</div>
<div id="bibtip_shorttitle" style="display:none">Ajax ge-packt / Seeboerger-Weichselbaum, Michael; 2007</div>
<div id="bibtip_id" style="display:none">26214927</div>
Content Volltitel
<script src="http://recommender.ubka.uni-karlsruhe.de/js/bibtip_xxx.js" type="text/javascript"></script>
Content Volltitel
<div style="display:none" id="bibtip_reclist"></div>
Content Volltitel
</body>