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

Last change on this file since 101 was 101, checked in by nanardon, 15 years ago
  • fill header and footer
  • Property svn:keywords set to Id Rev
File size: 542 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<!--
10<script language="JavaScript" src="[% c.uri_for('/static', 'js', 'CalendarPopup.js') %]"></SCRIPT>
11-->
12
13</head>
14<body>
15<!-- $Id$ -->
Note: See TracBrowser for help on using the repository browser.