]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/opac/parts/footer.tt2
Merge branch 'master' of git.evergreen-ils.org:Evergreen-DocBook into doc_consolidati...
[working/Evergreen.git] / Open-ILS / src / templates / opac / parts / footer.tt2
1 [%- 
2     USE CGI = CGI_utf8;
3     hostname = CGI.url({'-base' => 1});
4 -%]
5 <div id="footer-wrap">
6 <div id="footer">
7     <a href="[% hostname %]">[% l('Dynamic catalog') %]</a> &nbsp;|&nbsp;
8     <a href="http://example.com">[% l('Bottom Link 2') %]</a> &nbsp;|&nbsp;
9     <a href="http://example.com">[% l('Bottom Link 3') %]</a> &nbsp;|&nbsp;
10     <a href="http://example.com">[% l('Bottom Link 4') %]</a> &nbsp;|&nbsp;
11     <a href="http://example.com">[% l('Bottom Link 5') %]</a>
12     [% IF ctx.timing %]
13     <div id="timing">
14         [% FOR event IN ctx.timing %]
15         At <span class="timing-time">[% event.0 | format("%0.4f") %]</span>:
16         <span class="timing-event">[% event.1 %]</span><br />
17         [% END %]
18     </div>
19     [% END %]
20     <div id="copyright_text" style="margin-top: 2em;">
21         [% l('Copyright &copy; 2006-[_1] Georgia Public Library Service, and others', date.format(date.now, '%Y')) %]
22     </div>
23     <div id="footer_logo">
24         [% l('Powered by') %]
25         <a href="http://evergreen-ils.org">
26             <img src="[% ctx.media_prefix %]/opac/images/eg_tiny_logo.png"
27                 style="border:none; width: 94px; height: 16px;"
28                 alt="[% l('Evergreen') %]"
29             />
30         </a>
31     </div>
32 </div>
33 </div>