Canalblog
Editer l'article Suivre ce blog Administration + Créer mon blog
Publicité
projet licence 3
27 novembre 2006

page d'acceuil des etudiants

acceuil

<html>
<head>
<title>Bienvenue sur le site de selection de projet du departement informatique de Limoges</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<table width="100%" border="0">
  <tr>
    <td width="25%"></td>
    <td width="75%">&nbsp;</td>
  </tr>
  <tr>
    <td><a href="inscription.php">Inscription</a><br><br><br>
<form method="post" action="auth.php">
Groupe &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="text" name="nomG" /><br><br>
Mot de passe <input type="password" name="mdp" /><br>
<input type="submit" name="Valider" /><br>
</form></td>
    <td><?php   
$base="projet";
$req="SELECT * FROM sujetp ORDER BY ID";                                    
include ('cobase.php');
$nblignes=mysql_num_rows($resultat);
$nbcolonnes=mysql_num_fields($resultat);
?>
      <table width=100% border=1 cellspacing="0">
        <tr>
        <td width="3%">N°</td>
        <td width="25%">Titre</td>
        <td width="50%">Descriptif</td>
        <td width="12%">Nb de groupe</td>
        <td width="10%">Encadrants</td>
    </tr>
<?php
for ($i=0; $i<$nblignes; $i++)
{
    echo "<tr>";
    for ($j=0; $j<$nbcolonnes; $j++)
    {   
        echo "<td>". mysql_result($resultat,$i,$j) ."</td>";}
    echo "</tr>";}
?>
</table>

</tr>
</table>

</body>
</html>

cette page permet aux étudiants d'accéder à la création d'un groupe ou l'intégration dans un groupe, ou encore de s'authentifier. Elle affiche egalement la liste des projets disponibles.

 

Publicité
Publicité
Commentaires
Publicité
Publicité