-
Notifications
You must be signed in to change notification settings - Fork 0
/
chpro.php
42 lines (39 loc) · 1.2 KB
/
chpro.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
42
<html>
<head>
<title>Plateforme ESSA</title>
<h1 class="v">VOUS ÊTES DANS LA PAGE D'INSCRIPTION DES ETUDIANTS DE E.S.S.A</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">
<form action="traiter.php" method="post">
<h3> MERCI RENSEIGNER L'ANNEE DE VOTRE PROMO</h3>
<div class="row">
</div>
<div class="col">
<label class="grey" for="username">Merci De Saisir L'année De Votre Promo:</label>
<input class="form-control" type="année" name="Année" id="username" value="" size="23" />
</div>
<div>
<br>
<div>
<div class="col">
<button type="submit" class="btn btn-warning">VALIDER</button>
</div>
</div>
</form>
<?php
}catch (Exception $e){
die('Erreur : ' . $e->getMessage());
}?>
</div>