Listing du fichier gen.txt
00001 <?
00002
00003 function debutPage($titre) {
00004
00005 echo "<?xml version=\"1.0\" encoding=\"ISO-8859-1\" ?>\n" ;
00006 echo "<!DOCTYPE html \n" ;
00007 echo " PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \n" ;
00008 echo " \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\"> \n" ;
00009 echo "<html xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"fr\" xml:lang=\"fr\"> \n" ;
00010 echo "<head> \n" ;
00011 echo "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" /> \n" ;
00012 echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"std.css\" title=\"standard (gH)\" /> \n" ;
00013 echo "<title> \n" ;
00014 echo "$titre \n" ;
00015 echo "</title> \n" ;
00016 echo "</head> \n" ;
00017 echo "<body background=\"beige.jpg\"> \n" ;
00018 echo "<p> </p> \n" ;
00019 echo "<p align=\"right\"> \n" ;
00020 echo "<a href=\"http://validator.w3.org/check/referer\"> \n" ;
00021 echo "<img src=\"valid.png\" height=\"31\" width=\"88\" alt=\"Valid XHTML 1.0!\" /> \n" ;
00022 echo "</a>\n" ;
00023 echo " " ;
00024 echo "</p>\n" ;
00025
00026 } ; # fin de fonction debutPage
00027
00028 #######################################################################################
00029
00030 function finPage() {
00031
00032 echo "<p> </p> \n" ;
00033 echo "<a href=\"http://www.info.univ-angers.fr/pub/gh/\"> \n" ;
00034 echo "<img src=\"return.gif\" alt=\"retour gH\" /></a> \n" ;
00035 echo " Retour à la page principale de \n" ;
00036 echo "<font color=\"#008800\">(gH)</font> \n" ;
00037 echo "<p> </p> \n" ;
00038 echo "</body> \n" ;
00039 echo "</html> \n" ;
00040
00041 } ; # fin de fonction finPage
00042
00043 #######################################################################################
00044 #######################################################################################
00045
00046 function debutSection() {
00047
00048 echo "<table cellpadding=\"50\" bgcolor=\"white\" width=\"65%\"><tr><td bgcolor=\"white\"> \n" ;
00049
00050 } ; # fin de fonction debutSection
00051
00052 #######################################################################################
00053
00054 function finSection() {
00055
00056 echo "</td></tr></table> \n" ;
00057 echo "<p> </p> \n" ;
00058
00059 } ; # fin de fonction finSection
00060
00061 #######################################################################################
00062 #######################################################################################
00063
00064 function ghRouge ($chen) {
00065 return("<span class=\"grouge\">$chen</span>") ;
00066 } ; # fin de fonction ghRouge
00067
00068 function ghBleu ($chen) {
00069 return("<span class=\"gbleu\">$chen</span>") ;
00070 } ; # fin de fonction ghBleu
00071
00072 ?>
Retour à la page principale de (gH)