source: branches/1.6/template/yoga/header.tpl @ 8204

Last change on this file since 8204 was 1712, checked in by vdigital, 17 years ago

Summary reported bug 616: IE 7 Display : thumbnail border is top truncated

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.2 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<link rel="shortcut icon" type="image/x-icon" href="{pwg_root}template-common/favicon.ico">
7<link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/layout.css">
8<!-- the next css is used to fix khtml (Konqueror/Safari) issue
9the "text/nonsense" prevents gecko based browsers to load it -->
10<link rel="stylesheet" type="text/nonsense" href="{pwg_root}template/{themeconf:template}/fix-khtml.css">
11<!--[if lt IE 7]>
12  <link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/fix-ie5-ie6.css">
13<![endif]-->
14<!--[if gt IE 6]>
15  <link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/fix-ie7.css">
16<![endif]-->
17<link rel="stylesheet" type="text/css" media="print" href="{pwg_root}template/{themeconf:template}/print.css">
18<link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/default-colors.css">
19<link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/theme/{themeconf:theme}/theme.css">
20{themeconf:local_head}
21<!-- BEGIN next -->
22<link rel="prefetch" href="{next.U_IMG_SRC}">
23<!-- END next -->
24<!-- BEGIN refresh -->
25<meta http-equiv="refresh" content="{REFRESH_TIME};url={U_REFRESH}">
26<!-- END refresh -->
27<title>{GALLERY_TITLE}:{PAGE_TITLE}</title>
28<script type="text/javascript" src="{pwg_root}include/scripts.js"></script>
29<!--[if lt IE 7]>
30  <style>
31    /* only because we need \{pwg_root\} otherwise use fix-ie5-ie6.css */
32    BODY { behavior:url("{pwg_root}template-common/csshover.htc"); }
33    A IMG, .button, .icon {
34      behavior:url("{pwg_root}template-common/tooltipfix.htc");
35    }
36    FORM { behavior: url("{pwg_root}template-common/inputfix.htc"); }
37  </style>
38  <script type="text/javascript" src="{pwg_root}include/pngfix.js"></script>
39<![endif]-->
40</head>
41
42<body id="{BODY_ID}">
43<div id="the_page">
44<!-- BEGIN header_msgs -->
45<div class="header_msgs">
46  <!-- BEGIN header_msg -->
47  <P>{header_msgs.header_msg.HEADER_MSG}</p>
48  <!-- END header_msg -->
49</div>
50<!-- END header_msgs -->
51<div id="theHeader">{PAGE_BANNER}</div>
Note: See TracBrowser for help on using the repository browser.