Old stuff/ecole_etude_fac_de_pau/licence_2/projet_html/include/menu.html~
(Deskargatu)
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>Menu du site</title>
<link rel="stylesheet" type="text/css" href="../style.css">
<script language="javascript">
function dessus_on(element)
{
var elt = document.getElementById(element);
elt.style.border="1px inset black";
}
function dessus_off(element)
{
var elt = document.getElementById(element);
elt.style.border="1px outset black";
}
</script>
</head>
<body>
<div class="entete">
<h1><a href="accueil.html" title="UPPA" target="contenu">UPPA</a></h1>
<h3>Université de Pau et des Pays de l' Adour</h3>
<ul>
<li><img alt="Licence" src="../images/licence.png" width="200" height="20" border="0" usemap="#map_licence" />
<map name="map_licence"><area shape="rect" coords="15,0,87,18" alt="Licence" target="contenu" href="include/licence.html" /></map>
<ul>
<li><img src="../images/premiere.png" width="150" height="20" border="0" usemap="#map_1" /><map name="map_1"><area shape="rect" coords="6,0,120,16" target="contenu" href="include/licence1.html" /></map>
</li>
<li><img src="../images/deuxieme.png" width="150" height="20" border="0" usemap="#map_2" /><map name="map_2"><area shape="rect" coords="6,0,124,18" target="contenu" href="include/licence2.html" /> </map>
</li>
<li><img src="../images/troisieme.png" width="150" height="20" border="0" usemap="#map_3" /><map name="map_3"><area shape="rect" coords="7,1,125,17" target="contenu" href="include/licence3.html" /></map>
</li>
</ul>
</li>
<li><img alt="Master" src="../images/master.png" width="200" height="20" border="0" usemap="#map_master" />
<map name="map_master">
<area shape="rect" coords="13,0,77,18" target="contenu" href="include/master.html" />
</map>
<ul >
<li>
</map>
</li>
<li><img src="../images/deuxieme.png" width="150" height="20" border="0" usemap="#map_2" /><map name="map_"><area shape="rect" coords="6,0,124,18" target="contenu" href="include/master2.html" /> </map>
</li>
</ul>
</li>
<li>
<img alt="Plan du site" src="../images/plandusite.png" width="150" height="20" border="0" usemap="#map_plan" />
<map name="map_plan">
<area shape="rect" coords="17,2,127,18" target="contenu" href="include/plandusite.html" />
</map>
</li>
<li>
<img src="../images/contacts.png" width="125" height="20" border="0" usemap="#map_contacts" />
<map name="map_contacts">
<area shape="rect" coords="17,2,103,18" target="contenu" href="include/contacts.html" />
</map>
</li>
</ul>
</div>
</body>
</html>