;;; 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> ;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; 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"> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> </head> <body bgcolor="#ffffff"> <!-- header --> {#banner#} {#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" ;;; 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" ;;; alt="Valid CSS!" height="31" width="88" align="left"></a> <small>Last modification : <:= &isotime(time()) :></small> <td> <a href='mailto:Emmanuel.Agullo@ens-lyon.fr' class="white">Emmanuel.Agullo@ens-lyon.fr</a> <td align=right> <small>View <a href="<sources-dir><mainfile>.wml.html" class="white">source</a>.</small> </table> </center> </body> </html> {#BODY#: