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

Last change on this file since 874 was 859, checked in by plg, 19 years ago
  • new : template yoga, made by yoDan, helped by chrisaga for integration becomes the official template.
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 958 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/yoga/default-layout.css">
8<link rel="stylesheet" type="text/css" href="template/yoga/default-colors.css">
9<link rel="stylesheet" type="text/css" media="print" href="template/yoga/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 id="{BODY_ID}">
25<div id="the_page">
26
27<div id="theHeader">
28  <h1>{GALLERY_TITLE}</h1>
29  <p>{GALLERY_DESCRIPTION}</p>
30</div>
Note: See TracBrowser for help on using the repository browser.