source: trunk/template/yoga/header.tpl @ 1380

Last change on this file since 1380 was 1380, checked in by nikrou, 18 years ago

fix bug 375: html bug; warnings are displayed outside from the html tree.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.8 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<link rel="stylesheet" type="text/css" media="print" href="{pwg_root}template/{themeconf:template}/print.css">
15<link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/default-colors.css">
16<link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/theme/{themeconf:theme}/theme.css">
17{themeconf:local_head}
18<!-- BEGIN next -->
19<link rel="prefetch" href="{next.U_IMG_SRC}">
20<!-- END next -->
21<!-- BEGIN refresh -->
22<meta http-equiv="refresh" content="{REFRESH_TIME};url={U_REFRESH}">
23<!-- END refresh -->
24<title>{GALLERY_TITLE}:{PAGE_TITLE}</title>
25<script type="text/javascript" src="{pwg_root}include/scripts.js"></script>
26<!--[if lt IE 7]>
27  <script type="text/javascript" src="{pwg_root}include/pngfix.js"></script>
28<![endif]-->
29</head>
30
31<body id="{BODY_ID}">
32<div id="the_page">
33{PAGE_BANNER}
34<!-- BEGIN warnings -->
35<div class="infos">
36  <ul>
37    <!-- BEGIN warning -->
38    <li>{warnings.warning.WARNING}</li>
39    <!-- END warning -->
40  </ul>
41</div>
42<!-- END warnings -->
Note: See TracBrowser for help on using the repository browser.