]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/html/header
removing old opac images and css
[working/Evergreen.git] / Open-ILS / src / templates / html / header
1 [%# NOTE: this may soon be deprecated in favour of the new 
2   # separate html/html, html/head and html/body templates
3   # 
4   # html/header: standard header for HTML pages  
5   # ARGS:
6   #     bgcol       # background colour (default: #ffffff)
7   #     title       # page title
8   #     headers     # additional HTML headers
9 -%]
10 [% DEFAULT bgcol = '#ffffff' -%]
11
12 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
13 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
14
15 <html>
16 <head>
17 <title>[% title %]</title>
18 [% headers -%]
19 </head>
20
21 <body bgcolor="[% bgcol %]">