1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
<html>
<head>
titre, stylesheet, .....
</head>
<body>
<div id="page">
<!-- ¤¤¤ BANNIERE ET IDENTIFICATION ¤¤¤ --->
<div id="banniere">
<div id="identifiant">
connecté en tant que <span class="rouge"> DUPOND Jean </span> <span class="deconnect"> <a href="deconnect.php?page=/anciens IG/fiche.php&noEtudiant=5" > [deconnexion] </a> </span>
</div>
<form method="post">
<div id="panelConnexion">
<div id="identifiants">
<label> Utilisateur : </label> <input type="text" name="nom" maxlength="15" size="11" /><br />
<label> Password : </label> <input type="password" name="pass" maxlength="15" size="11" />
</div>
<input class="valider" name="connect" type="image" value="connect" src="images/connexion.png" alt="connexion" title="connexion" />
<div id="btnsPanelConnexion">
<a href="nouveauCpte.php">nouveau compte</a> <a href="mdpOublie.php">mot de passe ?</a>
</div>
</div>
</form>
</div>
<!-- ¤¤¤ MENU ¤¤¤ --->
<div id="menu">
<a href="index.php"> Accueil </a>
<a href="tableauDeBord.php"> Tableau de bord </a>
<a href="offres.php"> Offres </a>
<a href="recherche.php"> Recherche </a>
<a href="forums.php"> Forum </a>
</div>
<!-- ¤¤¤ CORPS ¤¤¤ --->
<div id="corps">
<!-- ¤¤¤ AFFICHE PHOTO ¤¤¤ --->
<div id="cadreFiche">
<div id="photoFiche">
<img src="images/nc.png" width="298" height="298" alt="photo de MARTIN Jacques" title="photo de MARTIN Jacques" />
</div>
<a href="envoiMail.php?noEtud=127"> <img src="images/mail.ico" alt="mail" title="mail" /> Envoyer un Mail </a>
</div>
<!-- ¤¤¤ INFORMATIONS GENERALES ¤¤¤ --->
<div id="FicheInfoGene">
.............
</div>
</div>
</div>
</body>
</html> |
Partager