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