]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/opac/parts/footer.tt2
lp1481844 Change Available Copies Display
[working/Evergreen.git] / Open-ILS / src / templates / opac / parts / footer.tt2
1 <div id="footer-wrap">
2 <div id="footer">
3     [% IF ctx.get_org_setting(
4         ctx.physical_loc || ctx.aou_tree.id, 'opac.allow_pending_user') %]
5     <a href="[% mkurl(ctx.opac_root _ '/register') %]">[% 
6         l('Request Library Card') %]</a> &nbsp;|&nbsp;
7     [% ELSE %]
8     <a href="http://example.com">[% l('Bottom Link 2') %]</a> &nbsp;|&nbsp;
9     [% END %]
10     <a href="http://example.com">[% l('Bottom Link 3') %]</a> &nbsp;|&nbsp;
11     <a href="http://example.com">[% l('Bottom Link 4') %]</a> &nbsp;|&nbsp;
12     <a href="http://example.com">[% l('Bottom Link 5') %]</a>
13     [% IF ctx.timing %]
14     <div id="timing">
15         [% FOR event IN ctx.timing %]
16         At <span class="timing-time">[% event.0 | format("%0.4f") %]</span>:
17         <span class="timing-event">[% event.1 %]</span><br />
18         [% END %]
19     </div>
20     [% END %]
21     <div id="copyright_text" style="margin-top: 2em;">
22         [% l('Copyright &copy; 2006-[_1] Georgia Public Library Service, and others', date.format(date.now, '%Y')) %]
23     </div>
24     <div id="footer_logo">
25         [% l('Powered by') %]
26         <a href="http://evergreen-ils.org">
27             <img src="[% ctx.media_prefix %]/opac/images/eg_tiny_logo.png"
28                 style="border:none; width: 94px; height: 16px;"
29                 alt="[% l('Evergreen') %]"
30             />
31         </a>
32     </div>
33 </div>
34 </div>