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

Last change on this file since 2231 was 2224, checked in by rub, 16 years ago

Resolved issue 0000807: New slideshow features

Fix bad <link rel="up"> in the header

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