Changed Content Cafe background to white.
authorGarry Collum <gcollum@gmail.com>
Tue, 19 Jul 2016 15:21:16 +0000 (11:21 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 10 Aug 2016 16:21:09 +0000 (12:21 -0400)
Open-ILS/src/kcpl_templates/opac/parts/record/summaryplus.tt2 [new file with mode: 0644]

diff --git a/Open-ILS/src/kcpl_templates/opac/parts/record/summaryplus.tt2 b/Open-ILS/src/kcpl_templates/opac/parts/record/summaryplus.tt2
new file mode 100644 (file)
index 0000000..57fe53c
--- /dev/null
@@ -0,0 +1,20 @@
+<div class='rdetail_extras_div'> 
+    [%- IF attrs.summary %]
+    <div class='rdetail-extras-summary'>
+        <strong>[% l('Summary: ') %]</strong>
+        [% FOR sum IN attrs.summaries %]
+            [% IF !loop.first; '<br/>'; END %]
+            <span>[% sum | html %] </span>
+        [% END %]
+    </div>
+    [%- END %]
+    [%- IF ENV.OILS_CONTENT_CAFE_USER %]
+    <!-- Embedded content cafe iframe -->
+    [% ident = attrs.isbn_clean || attrs.upc %]
+    <iframe width="100%" height="400" frameborder="0" 
+        src="[% ctx.ext_proto %]://contentcafe2.btol.com/ContentCafeClient/ContentCafe.aspx?UserID=[%- 
+            ENV.OILS_CONTENT_CAFE_USER %]&amp;Password=[% ENV.OILS_CONTENT_CAFE_PASS %]&amp;ItemKey=[% ident | uri %]&amp;Options=Y&amp;BGColor=ffffff" >
+    </iframe>
+    [%- END %]
+</div>
+