30 lines
504 B
HTML
30 lines
504 B
HTML
|
<html>
|
||
|
|
||
|
<head>
|
||
|
<title>
|
||
|
AGECEM | Bottin
|
||
|
</title>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<h2>
|
||
|
Bottin de numéros d'étudiantEs
|
||
|
</h2>
|
||
|
|
||
|
<h4>
|
||
|
Scannez la carte étudiante d'unE membre<br>
|
||
|
-ou-<br>
|
||
|
Entrez manuellement le code à 7 chiffres
|
||
|
</h4>
|
||
|
|
||
|
<form action="/membre/">
|
||
|
<label>#
|
||
|
<input type="text" name="num_etud" id="num_etud" autofocus>
|
||
|
</label>
|
||
|
<button formmethod="get" type="submit">Valider</button>
|
||
|
</form>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|