</div>
</div>
[% END %]
+ <!-- link to add to b4 book log -->
+ <div class="item_icon_wrapper">
+ <div class="item_icon">
+ <script type="text/javascript">
+ var a = escape("[% attrs.title %]");
+ var b = escape("[% attrs.author %]");
+ var b4link = "http://b4.georgialibraries.org/cat_add.php?title=" + a + "&author=" + b;
+ document.write("<a href='" + b4link + "'>");
+ </script>
+ <img src="[% ctx.media_prefix %]/images/kpac/b4only.png" alt="Add to B4 Book Log" /><br/>
+ Add to B4<br/>Book Log</a>
+ </div>
+ </div>
<div class="clear"> </div>
[% END %]
WRAPPER "kpac/parts/subpage.tt2";
attrs = {marc_xml => ctx.marc_xml};
PROCESS get_marc_attrs args=attrs;
- ctx.page_title = attrs.title | html
+ ctx.page_title = attrs.title | html
%]
<div class="item_detail_header">
</div>
[% END %]
[% END %]
+ <!-- link to add to b4 book log -->
+ <div class="item_icon_wrapper">
+ <div class="item_icon">
+ <script type="text/javascript">
+ var a = escape("[% attrs.title %]");
+ var b = escape("[% attrs.author %]");
+ var b4link = "http://b4.georgialibraries.org/cat_add.php?title=" + a + "&author=" + b;
+ document.write("<a href='" + b4link + "'>");
+ </script>
+ <img src="[% ctx.media_prefix %]/images/kpac/b4only.png" alt="Add to B4 Book Log" /><br/>
+ Add to B4<br/>Book Log</a>
+ </div>
+ </div>
</div>
</div>
</div>