-
Notifications
You must be signed in to change notification settings - Fork 0
/
matiere.php
41 lines (39 loc) · 1.17 KB
/
matiere.php
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
<html>
<head>
<title>Plateforme ESSA</title>
<h1 class="v">VOUS ÊTES DANS LA PAGE D'INSCRIPTION DES ETUDIANTS</h1>
<meta charset="UTF-8"/>
<meta charset="UTF-8"/>
<link rel="stylesheet" href="bootstrap.min.css">
</head>
<body>
<img class="a" src="ESSA.PNG" height="110" width="180"/>
<img class="b" src="CAMES.PNG" height="110" width="180"/>
<link rel="stylesheet" href="essa.css"/>
<?php
try
{
?>
<link rel="stylesheet" href="bootstrap.min.css">
<div style="width:400px; margin:auto">
<section class="#">
<form action="traiter.php" method="post">
<h3>RENSEIGNER LES COORDONNEES DE L'ETUDIANT</h3>
<div class="row">
<div>
<div class="col">
<label class="grey" for="username">Entrez son Id:</label>
<input class="form-control" type="text" name="id" id="username" value="" size="100" />
</div>
<div>
<div class="col">
<button type="submit" class="btn btn-warning">Rechercher</button>
</div>
</div>
</form>
</section>
<?php
}catch (Exception $e){
die('Erreur : ' . $e->getMessage());
}?>
</div>