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

Last change on this file since 917 was 917, checked in by chrisaga, 19 years ago

bug 177 fixed: for Safari (was fixed for Konqueror only)

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.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<!-- BIG FIX ME BELOW (paths) -->
7<link rel="stylesheet" type="text/css" href="template/yoga/default-layout.css">
8<link rel="stylesheet" type="text/css" href="template/yoga/default-colors.css">
9<!-- the next css is used to fix khtml (Konqueror/Safari) issue
10the "text/nonsense" prevents geko based browsers to load it -->
11<link rel="stylesheet" type="text/nonsense" href="template/yoga/fix-khtml.css">
12<link rel="stylesheet" type="text/css" media="print" href="template/yoga/print.css">
13<!-- AN OTHER FIX ME -->
14<style type="text/css">
15.notDoneYet {
16        background: yellow;
17        color: red;
18}
19</style>
20<!-- BEGIN refresh -->
21<meta http-equiv="refresh" content="{REFRESH_TIME};url={U_REFRESH}">
22<!-- END refresh -->
23<title>{PAGE_TITLE}</title>
24<script type="text/javascript" src="include/scripts.js"></script>
25<!--[if gte IE 5.5000]>
26<script type="text/javascript" src="include/pngfix.js"></script>
27<![endif]-->
28</head>
29
30<body id="{BODY_ID}">
31<div id="the_page">
32
33<div id="theHeader">
34  <h1>{GALLERY_TITLE}</h1>
35  <p>{GALLERY_DESCRIPTION}</p>
36</div>
Note: See TracBrowser for help on using the repository browser.