</div>
</td>
<td nowrap='nowrap' class='rdetail_desc'>&common.title;</td>
+ <!-- *** Example of how to use the openils.BibTemplate infrastructure to augment the stock
+ *** summary screen with more and/or different information. In this case, the raw MARC 245. -->
+ <!-- <td type='opac/slot-data' query='datafield[tag=245]' class='rdetail_item' id='rdetail_title'> </td> -->
<td class='rdetail_item' id='rdetail_title'> </td>
</tr>
config.ids.rdetail.abstr = 'rdetail_abstract';
config.ids.rdetail.image = 'rdetail_image';
config.ids.rdetail.tor_pic = 'rdetail_tor_pic';
+
+ dojo.addOnLoad( function () {
+ dojo.require('openils.BibTemplate');
+ new openils.BibTemplate({ record : new CGI().param('r')}).render();
+ });
</script>
</div> <!-- details_body -->