source: branches/branch-1_6/template/yoga/header.tpl @ 1419

Last change on this file since 1419 was 1419, checked in by rub, 18 years ago

Issue ID 0000375:

o Line too long
o Use paragraph

Merge BSF r1417:1418 into branch-1_6

  • 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<!-- BEGIN header_msgs -->
34<div class="header_msgs">
35  <!-- BEGIN header_msg -->
36  <P>{header_msgs.header_msg.HEADER_MSG}</p>
37  <!-- END header_msg -->
38</div>
39<!-- END header_msgs -->
40<div id="theHeader">{PAGE_BANNER}</div>
Note: See TracBrowser for help on using the repository browser.