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

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

Resolved Issue ID 0000474 (Step 2):

o Add .htaccess files

=>

  • admin
    • .htaccess = deny from all
  • doc
    • no .htaccess
  • galleries
    • .htaccess = Options -Indexes
  • include
    • .htaccess = deny from all => move 2 .js in template-common
  • install
    • .htaccess = deny from all
  • language
    • .htaccess = deny from all
  • template
    • .htaccess = Options -Indexes
  • template-common
    • .htaccess = Options -Indexes
  • template-extension
    • .htaccess = Options -Indexes
  • tools
    • no .htaccess
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.1 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}template-common/scripts.js"></script>
26<!--[if lt IE 7]>
27  <style>
28    /* only because we need \{pwg_root\} otherwise use fix-ie5-ie6.css */
29    BODY { behavior:url("{pwg_root}template-common/csshover.htc"); }
30    A IMG, .button, .icon {
31      behavior:url("{pwg_root}template-common/tooltipfix.htc");
32    }
33    FORM { behavior: url("{pwg_root}template-common/inputfix.htc"); }
34  </style>
35  <script type="text/javascript" src="{pwg_root}template-common/pngfix.js"></script>
36<![endif]-->
37</head>
38
39<body id="{BODY_ID}">
40<div id="the_page">
41<!-- BEGIN header_msgs -->
42<div class="header_msgs">
43  <!-- BEGIN header_msg -->
44  <P>{header_msgs.header_msg.HEADER_MSG}</p>
45  <!-- END header_msg -->
46</div>
47<!-- END header_msgs -->
48<div id="theHeader">{PAGE_BANNER}</div>
Note: See TracBrowser for help on using the repository browser.