]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/templates/default/opac/parts/base.tt2
Merge branch 'master' of git://git.evergreen-ils.org/Evergreen into ttopac
[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" href="[% ctx.media_prefix %]/css/skin/default/opac/semiauto.css" />
9         <link rel="stylesheet" type="text/css" href="[% ctx.media_prefix %]/css/skin/default/opac/style.css" />
10         <title>[% l('Catalog - [_1]', ctx.page_title) %]</title>
11         <link rel="unapi-server" type="application/xml" title="unAPI" href="/opac/extras/unapi" />
12     </head>
13     <body>
14         [% content %] 
15         [% INCLUDE 'default/opac/parts/footer.tt2' %]
16         [% INCLUDE 'default/opac/parts/js.tt2' %]
17         [% INCLUDE 'default/opac/parts/chilifresh.tt2' %]
18     </body>
19 </html>