base formulaire profil pompier
This commit is contained in:
parent
900424f337
commit
5f97d267c5
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/nbproject/private/
|
||||
/build/
|
||||
|
@ -1,5 +1,5 @@
|
||||
<%--
|
||||
Document : authentifJSP
|
||||
Document : authentifJSP, formulaire d'authentification
|
||||
Created on : 23 oct. 2021, 10:02:18
|
||||
Author : domin
|
||||
--%>
|
||||
|
@ -1,4 +1,7 @@
|
||||
<%@ page pageEncoding="UTF-8" %>
|
||||
Ici se trouvera le formulaire permettant de gérer les informations sur un pompier pour les afficher, les modifier ou les créer
|
||||
|
||||
|
||||
<form>
|
||||
<input type="text" id="ztNom" name="nom" readonly>
|
||||
<input type="text" id="ztPrenom" name="prenom" readonly><br>
|
||||
<input type="text" id="ztAdresse" name="adresse" readonly><br>
|
||||
<input type="text" id="ztGrade" name="grade" readonly>
|
||||
</form>
|
@ -1,21 +0,0 @@
|
||||
<%--
|
||||
Document : profilPompierVue
|
||||
Created on : 7 nov. 2024, 15:07:13
|
||||
Author : morgann.david
|
||||
--%>
|
||||
|
||||
<%@page contentType="text/html" pageEncoding="UTF-8"%>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>SDIS 29 - Profil</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Profil du pompier</h1>
|
||||
<form>
|
||||
<input type="text" id="ztnom" name="nom" readonly>
|
||||
<input type="text" id="ztprenom" name="prenom" readonly><br>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user