source: LATMOS-Accounts-Web/root/html/includes/header.tt @ 225

Last change on this file since 225 was 214, checked in by nanardon, 15 years ago
  • web and css improvements
  • Property svn:keywords set to Id Rev
File size: 669 bytes
RevLine 
[101]1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<html>
3<head>
4<title>[% page.title %]</title>
5<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
6<link rel="stylesheet" href="[% c.uri_for('/static', 'style.css') %]" type="text/css">
7<link rel="icon" href="[%- c.uri_for('/static', 'images', 'favicon.ico') -%]" type="image/x-icon">
8
9<script language="JavaScript" src="[% c.uri_for('/static', 'js', 'CalendarPopup.js') %]"></SCRIPT>
10
11</head>
12<body>
13<!-- $Id$ -->
[123]14<div id="head" class="pmenu">
[204]15    Gestion des Utilisateurs du LATMOS
[123]16</div>
[214]17<div id="mainmenu" class="pmenu">
18    [% mainmenu %]
[123]19</div>
Note: See TracBrowser for help on using the repository browser.