;;; This file contains the main canevas of each pages.
;;; License GPL.
;;; Authors: Arnaud Legrand, Martin Quinson
;;; You should define the tag <my-email> somewhere, because it's used here.
;;; For example, I've put the following in my customization.wml:
;;; <define-tag my-email>Martin.Quinson@ens-lyon.fr</define-tag>
;;; You don't even have to load this file using a #include line, because
;;; banner do it for you.
;;; It defines the canevas of the file, saying we should put the html headers
;;; at the begining, then the <body> tag, then the header of the page, then
;;; the menu, then the real content, then.... You've got it. It's at the very
;;; end of this file.
#include <frame.wml>
#include <mailto.wml>
;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; Canevas of a HTML page.
;;; See the introduction to this file at the begining
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>{#PAGETITLE#}</title>
<link rel="stylesheet" href="stylesheet.css" type="text/css">
<link rel="shortcut icon" href="Icons/favicon.png" type="image/png">
<link rel="icon" type="image/png" href="Icons/favicon.png"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script type="JavaScript"><!--
var lastitem;
function openHelp(the_id) {
var item = document.getElementById(the_id);
item.style.display = "inline";
if (lastitem)
lastitem.style.display = "hidden";
lastitem = item;
}
--></script>
</head>
<body bgcolor="#ffffff">
<!-- header -->
{#banner#}
;;;<div>
;;;<!-- Online demo FFII -->
;;;<a href="http://demo.ffii.org/">
;;;<img src="http://demo.ffii.org/banner.php?i=7" border="0" alt="NO to software patents - come to brussels on 14 april" height="60" width="468" />
;;;<img src="http://gibuskro.lautre.net/informatology/ffii/strike/banners/may_fr.jpg" border="0" alt="NO to software patents" height="100" width="864" />
;;;</a>
;;;</div>
{#BODY#}
<protect pass=2><p></protect><center>
<hr>
<table border=0 width=100%>
<tr><td align=left>
<a href="http://validator.w3.org/check/referer"><img border="0"
src="Icons/valid-html401.png"
alt="Valid HTML 4.01!" height="31" width="88" align="left"></a>
<a href="http://jigsaw.w3.org/css-validator/check/referer"><img border="0"
src="Icons/vcss.png"
alt="Valid CSS!" height="31" width="88" align="left"></a>
<small>Last modification : <:= &isotime(time()) :></small>
<td>
<mailto class="white" email="<my-email>">
;;;<a href="mailto:<my-email>" class="white"><my-email></a>
<td align=right>
<small>View <a href="<sources-dir><mainfile>.wml.html" class="white">source</a>.</small>
</table>
</center>
</body>
</html>
{#BODY#: