]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/templates/default/opac/parts/base.tt2
when authenticated, force the page to redirect the home page after the auth time...
[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.home_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         [%# <!-- is this needed? --><link rel="unapi-server"
14             type="application/xml" title="unAPI" href="/opac/extras/unapi" />%]
15         [% BLOCK html_head; END; # provide a default that can be overridden -%]
16         [%- PROCESS html_head -%]
17     </head>
18     <body>
19         [% content %] 
20         [% INCLUDE "default/opac/parts/footer.tt2" %]
21     </body>
22 </html>