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

Last change on this file since 214 was 214, checked in by nanardon, 15 years ago
  • web and css improvements
  • Property svn:keywords set to Id Rev
File size: 669 bytes
Line 
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$ -->
14<div id="head" class="pmenu">
15    Gestion des Utilisateurs du LATMOS
16</div>
17<div id="mainmenu" class="pmenu">
18    [% mainmenu %]
19</div>
Note: See TracBrowser for help on using the repository browser.