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

Last change on this file since 850 was 850, checked in by plg, 19 years ago
  • new : HTML BODY identifier to let CSS stylesheets manage specific behaviour.
  • deletion : admin/search useless
  • improvement : in admin/user_list, special behaviour for true/false fields (expand, show_comments)
  • new : gallery_title and gallery_description are displayed at the top of each page.
  • improvement : simplification in HTML for categories menu.
  • improvement : standardization of presentation in all public pages (identification, registration, search, profile, notification, comments, etc.)

(not in ChangeLog, below this line)

  • add forgotten notification.php (should have been added in a previous commit)
  • [template cclear] deletion of useless class .bouton
  • [template cclear] for test purpose, new presentation of register page (using FORM.filter)
  • [template cclear] adaptation of admin/group_list from template default
  • [template cclear] deletion of obsolete admin/infos_images
  • [template cclear] deletion of obsolete admin/search_username
  • [template cclear] new icon register.png
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 964 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 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.