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">
</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"
usemap="#map_licence" border="0" height="20" width="200"> <map
name="map_licence">
<area shape="rect" coords="15,0,87,18" alt="Licence"
target="contenu" href="licence.html">
</map>
<ul>
<li><img alt="Premiere" src="../images/premiere.png"
usemap="#map_1" border="0" height="20" width="150"><map name="map_1">
<area shape="rect" coords="6,0,120,16" target="contenu"
href="licence1.html" alt="Licence1">
</map>
</li>
<li><img alt="Deuxieme" src="../images/deuxieme.png"
usemap="#map_2" border="0" height="20" width="150"><map name="map_2">
<area shape="rect" coords="6,0,124,18" target="contenu"
href="licence2.html" alt="Licence2">
</map>
</li>
<li><img alt="Troisieme" src="../images/troisieme.png"
usemap="#map_3" border="0" height="20" width="150"><map name="map_3">
<area shape="rect" coords="7,1,125,17" target="contenu"
href="licence3.html" alt="Licence 3">
</map>
</li>
</ul>
</li>
<li><img alt="Master" src="../images/master.png" usemap="#map_master"
border="0" height="20" width="200"> <map name="map_master">
<area shape="rect" coords="13,0,77,18" target="contenu"
href="master.html" alt="Master">
</map>
<ul>
<li><img alt="GL" src="../images/gl.png" usemap="#gl" border="0"
height="20" width="150"><map name="gl">
<area shape="rect" coords="7,1,109,19" alt="Génie Logiciel"
target="contenu" href="gl.html">
</map>
</li>
<li><img alt="SD" src="../images/sd.png" usemap="#sd" border="0"
height="20" width="150"><map name="sd">
<area shape="rect" coords="8,3,112,19" alt="Systèmes Distribués"
target="contenu" href="sd.html">
</map>
</li>
<li><img alt="Imagerie" src="../images/imagerie.png"
usemap="#imagerie" border="0" height="20" width="150"><map
name="imagerie">
<area shape="rect" coords="8,3,72,19" alt="Imagerie"
target="contenu" href="imagerie.html">
</map>
</li>
</ul>
</li>
<li> <img alt="Plan du site" src="../images/plandusite.png"
usemap="#map_plan" border="0" height="20" width="150"> <map
name="map_plan">
<area shape="rect" coords="19,0,121,18" target="contenu"
href="plandusite.html" alt="Plan du site">
</map>
</li>
<li> <img alt="Contacts" src="../images/contacts.png"
usemap="#map_contacts" border="0" height="20" width="125"> <map
name="map_contacts">
<area shape="rect" coords="17,2,103,18" target="contenu"
href="contacts.html" alt="Contacts">
</map>
</li>
</ul>
</div>
</body>
</html>