source: tags/build-Alligator02/template/yoga/header.tpl @ 19090

Last change on this file since 19090 was 1707, checked in by vdigital, 17 years ago

Fix for IE 7 bug on thumbnail borders

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.5 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2"http://www.w3.org/TR/html4/strict.dtd">
3<html lang="{LANG}" dir="{DIR}">
4<head>
5<meta http-equiv="Content-Type" content="text/html; charset={CONTENT_ENCODING}">
6<meta name="generator" content="PhpWebGallery (aka PWG), see www.phpwebgallery.net">
7<!-- BEGIN header_meta -->
8<meta name="author" content="{header_meta.INFO_AUTHOR}">
9<meta name="keywords" content="{header_meta.INFO_TAGS}">
10<meta name="description" content="{header_meta.COMMENT}">
11<!-- END header_meta -->
12<title>{GALLERY_TITLE} :: {PAGE_TITLE}</title>
13<link rel="shortcut icon" type="image/x-icon" href="{pwg_root}template-common/favicon.ico">
14<link rel="start" title="{lang:home}" href="{U_HOME}" >
15<link rel="search" title="{lang:search}" href="{pwg_root}search.php" >
16<!-- BEGIN first -->
17<link rel="first" title="{lang:first_page}" href="{first.U_IMG}" >
18<link rel="up" title="{lang:thumbnails}" href="{U_UP}" >
19<!-- END first -->
20<!-- BEGIN previous -->
21<link rel="prev" title="{lang:previous_page}" href="{previous.U_IMG}" >
22<!-- END previous -->
23<!-- BEGIN next -->
24<link rel="next" title="{lang:next_page}" href="{next.U_IMG}" >
25<!-- END next -->
26<!-- BEGIN last -->
27<link rel="last" title="{lang:last_page}" href="{last.U_IMG}" >
28<link rel="up" title="{lang:thumbnails}" href="{U_UP}" >
29<!-- END last -->
30<link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/layout.css">
31<!-- the next css is used to fix khtml (Konqueror/Safari) issue
32the "text/nonsense" prevents gecko based browsers to load it -->
33<link rel="stylesheet" type="text/nonsense" href="{pwg_root}template/{themeconf:template}/fix-khtml.css">
34<!--[if lt IE 7]>
35  <link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/fix-ie5-ie6.css">
36<![endif]-->
37<!--[if gt IE 6]>
38  <link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/fix-ie7.css">
39<![endif]-->
40<link rel="stylesheet" type="text/css" media="print" href="{pwg_root}template/{themeconf:template}/print.css">
41<link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/default-colors.css">
42<link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/theme/{themeconf:theme}/theme.css">
43{themeconf:local_head}
44<!-- BEGIN prefetch -->
45<link rel="prefetch" href="{prefetch.URL}">
46<!-- END prefetch -->
47<!-- BEGIN refresh -->
48<meta http-equiv="refresh" content="{REFRESH_TIME};url={U_REFRESH}">
49<!-- END refresh -->
50<script type="text/javascript" src="{pwg_root}template-common/scripts.js"></script>
51<!--[if lt IE 7]>
52  <style>
53    /* only because we need \{pwg_root\} otherwise use fix-ie5-ie6.css */
54    BODY { behavior:url("{pwg_root}template-common/csshover.htc"); }
55    A IMG, .button, .icon {
56      behavior:url("{pwg_root}template-common/tooltipfix.htc");
57    }
58    FORM { behavior: url("{pwg_root}template-common/inputfix.htc"); }
59  </style>
60  <script type="text/javascript" src="{pwg_root}template-common/pngfix.js"></script>
61<![endif]-->
62<!-- BEGIN head_element -->
63{head_element.CONTENT}
64<!-- END head_element -->
65</head>
66
67<body id="{BODY_ID}">
68<div id="the_page">
69<!-- BEGIN header_msgs -->
70<div class="header_msgs">
71  <!-- BEGIN header_msg -->
72  <P>{header_msgs.header_msg.HEADER_MSG}</p>
73  <!-- END header_msg -->
74</div>
75<!-- END header_msgs -->
76<div id="theHeader">{PAGE_BANNER}</div>
77<!-- BEGIN header_notes -->
78<div class="header_notes">
79  <!-- BEGIN header_note -->
80  <P>{header_notes.header_note.HEADER_NOTE}</p>
81  <!-- END header_note -->
82</div>
83<!-- END header_notes -->
Note: See TracBrowser for help on using the repository browser.