]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/default/opac/parts/record/summaryplus.tt2
Merge esi/template-toolkit-opac and repaired some conflicts
[working/Evergreen.git] / Open-ILS / src / 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>
5         [% FOR sum IN attrs.summary %]
6             [% IF !loop.first; '<br/>'; END %]
7             <span>[% sum %] </span>
8         [% END %]
9     </div>
10     [% END %]
11
12     <!-- Embedded content cafe iframe -->
13     [% ident = attrs.isbn_clean || attrs.upc %]
14     <iframe width="100%" height="400" frameborder="0" 
15         src="http[% CGI.https ? 's' : '' %]://contentcafe2.btol.com/ContentCafeClient/ContentCafe.aspx?UserID=[%- 
16             ENV.OILS_CONTENT_CAFE_USER %]&Password=[% ENV.OILS_CONTENT_CAFE_PASS %]&ItemKey=[% ident %]&Options=Y" >
17     </iframe>
18 </div>
19