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

Last change on this file since 165 was 165, checked in by nanardon, 15 years ago
  • majority of administrative structure will be groups
  • Property svn:keywords set to Id Rev
File size: 921 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 Utilisateur du LATMOS
16</div>
17
18<div style="float: left" id="mainmenu" class="pmenu">
19    <p><a href="[% c.uri_for('/users') %]">Utilisateurs</a></p>
20    <p><a href="[% c.uri_for('/groups') %]">Groupes</a></p>
21    <p><a href="[% c.uri_for('/departments') %]">Département</a></p>
22    <p><a href="[% c.uri_for('/sites') %]">Sites</a></p>
23</div>
Note: See TracBrowser for help on using the repository browser.