]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/templates/default/kcls-wire/parts/base.tt2
advanced page getting there
[Evergreen.git] / Open-ILS / web / templates / default / kcls-wire / 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         <link rel="stylesheet" type="text/css" href="/opac/skin/kcls-wire/css/style.css" />
6         <link rel="stylesheet" type="text/css" href="/opac/skin/kcls-wire/css/contentslider.css" />
7         <title>Catalog - King County Library - [% ctx.page_title %]</title>
8         <link rel="unapi-server" type="application/xml" title="unAPI"
9             href="/opac/extras/unapi" />
10         [% BLOCK html_head; END; # provide a default that can be overridden %]
11         [% PROCESS html_head %]
12     </head>
13     <body>
14         [% content %] 
15         [% INCLUDE "default/kcls-wire/parts/footer.tt2" %]
16     </body>
17 </html>