]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/templates/default/opac/parts/record/summaryplus.tt2
Merge branch 'master' of git.evergreen-ils.org:Evergreen into template-toolkit-opac
[working/Evergreen.git] / Open-ILS / web / templates / default / opac / parts / record / summaryplus.tt2
1 <div class='rdetail_extras_div'> 
2     [%  IF attrs.summary %]
3     <div class='rdetail-extras-summary'>
4         <strong>[% l('Summary: ') %]</strong>[% attrs.summary %]
5     </div>
6     [% END %]
7
8     <!-- Embedded content cafe iframe -->
9     [% ident = attrs.isbn_clean || attrs.upc %]
10     <iframe width="100%" height="400" frameborder="0" 
11         src="http[% CGI.https ? 's' : '' %]://contentcafe2.btol.com/ContentCafeClient/ContentCafe.aspx?UserID=[%- 
12             ENV.OILS_CONTENT_CAFE_USER %]&Password=[% ENV.OILS_CONTENT_CAFE_PASS %]&ItemKey=[% ident %]&Options=Y" >
13     </iframe>
14 </div>
15