]> git.evergreen-ils.org Git - working/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...
[working/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         [% INCLUDE "default/opac/parts/footer.tt2" %]
20     </body>
21 </html>