]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/templates/default/opac/parts/base.tt2
Merge branch 'master' of git+ssh://yeti.esilibrary.com/home/evergreen/evergreen-equin...
[Evergreen.git] / Open-ILS / web / templates / default / opac / parts / base.tt2
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns='http://www.w3.org/1999/xhtml' lang='[% ctx.locale %]' xml:lang='[% ctx.locale %]'>
3     <head>
4         <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
5         [% IF ctx.authtime %]
6         <meta http-equiv="refresh" content="[% ctx.authtime %];[% ctx.logout_page %]">
7         [% END %]
8         <link rel="stylesheet" type="text/css"
9             href="[% ctx.media_prefix %]/css/skin/default/opac/semiauto.css" />
10         <link rel="stylesheet" type="text/css"
11             href="[% ctx.media_prefix %]/css/skin/default/opac/style.css" />
12         <title>[% l('Catalog - King County Library - [_1]', ctx.page_title) %]</title>
13         <link rel="unapi-server" type="application/xml" title="unAPI" href="/opac/extras/unapi" />
14         [% BLOCK html_head; END; # provide a default that can be overridden -%]
15         [%- PROCESS html_head -%]
16     </head>
17     <body>
18         [% content %] 
19         <div id="footer">
20             <a href="http://www.kcls.org/usingthelibrary/request/">[% l('Request a Purchase') %]</a> &nbsp;|&nbsp;
21             <a href="http://www.kcls.org/usingthelibrary/request/">[% l('Interlibrary Loan') %]</a> &nbsp;|&nbsp;
22             <a href="http://www.kcls.org/about/contact/">[% l('Contact Us') %]</a> &nbsp;|&nbsp;
23             <a href="http://www.kcls.org/usingthelibrary/catalog_help/">[% l('Site Help') %]</a> &nbsp;|&nbsp;
24             <a href="http://www.kcls.org/usingthelibrary/policies/privacy.cfm">[% l('Privacy Statement') %]</a> &nbsp;|&nbsp;
25             <a href="http://www.kcls.org/about/support/">[% l('Support KCLS') %]</a> &nbsp;|&nbsp;
26             <a href="http://www.kcls.org/employment/">[% l('Employment') %]</a> 
27         </div>
28         <script type="text/javascript"
29             src="[% ctx.media_prefix %]/js/ui/default/opac/simple.js"></script>
30         <!-- Google Analytics -->
31         <script type="text/javascript">
32         /* uncomment when ready */ /*
33           var _gaq = _gaq || [];
34           _gaq.push(['_setAccount', 'UA-3018520-10']);
35           _gaq.push(['_trackPageview']);
36
37           (function() {
38             var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
39             ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
40             var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
41           })();
42         */
43         </script>
44         <!-- End Google Analytics -->
45     </body>
46 </html>