From: miker Date: Wed, 29 Apr 2009 01:08:21 +0000 (+0000) Subject: experiment-turned-feature: openils.BibTemplate dojo module, with an example in result... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5a79ef6eab165e5c46dfba7710f96dca952d7ce9;p=Evergreen.git experiment-turned-feature: openils.BibTemplate dojo module, with an example in result_summary.xml git-svn-id: svn://svn.open-ils.org/ILS/trunk@13012 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_summary.xml b/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_summary.xml index 3852339716..554c0d6044 100644 --- a/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_summary.xml +++ b/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_summary.xml @@ -21,6 +21,9 @@ &common.title; + + @@ -95,6 +98,11 @@ 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(); + });