]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/templates/staff/share/t_eframe.tt2
LP#1726568: expose circ lib and owning lib fields to spine/pocket labels
[Evergreen.git] / Open-ILS / src / templates / staff / share / t_eframe.tt2
1 <div class="eg-embed-frame">
2   <button type="button" class="btn btn-default btn-xs" ng-show="allowEscape &&  showIframe" ng-click="escapeEmbed()">[% l('Open in New Window') %]</button>
3   <button type="button" class="btn btn-default btn-xs" ng-show="allowEscape && !showIframe" ng-click="restoreEmbed()">[% l('Re-embed') %]</button>
4   <!--
5     'src' is replaced by the controller, after linking, and as soon as a
6     value is available.  height is calculated at render time.
7   -->
8   <iframe 
9     ng-show="showIframe"
10     ng-attr-style="{{ autoresize ? undefined : 'height:' + height + 'px' }}"
11     src="/eg/staff/loading">
12   </iframe>
13 </div>
14