source: trunk/template/cclear/header.tpl @ 843

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

Let's begin the new customizable clear template :-)

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 862 bytes
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/cclear/default-layout.css">
8<link rel="stylesheet" type="text/css" href="template/cclear/default-colors.css">
9<link rel="stylesheet" type="text/css" media="print" href="template/cclear/print.css">
10<!-- AN OTHER FIX ME -->
11<style type="text/css">
12.notDoneYet {
13        background: yellow;
14        color: red;
15}
16</style>
17<!-- BEGIN refresh -->
18<meta http-equiv="refresh" content="{REFRESH_TIME};url={U_REFRESH}">
19<!-- END refresh -->
20<title>{PAGE_TITLE}</title>
21<script type="text/javascript" src="include/scripts.js"></script>
22</head>
23
24<body>
25<div id="the_page">
Note: See TracBrowser for help on using the repository browser.