Changeset 101


Ignore:
Timestamp:
05/13/09 03:27:38 (15 years ago)
Author:
nanardon
Message:
  • fill header and footer
Location:
LATMOS-Accounts-Web/root/html
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • LATMOS-Accounts-Web/root/html/default.tt

    • Property svn:keywords set to Id Rev
  • LATMOS-Accounts-Web/root/html/includes/footer.tt

    • Property svn:keywords set to Id Rev
    r97 r101  
     1<!-- $Id$ --> 
     2</body> 
     3</html> 
  • LATMOS-Accounts-Web/root/html/includes/header.tt

    • Property svn:keywords set to Id Rev
    r97 r101  
     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 TracChangeset for help on using the changeset viewer.