base formulaire profil pompier

This commit is contained in:
sio 2024-11-14 09:22:08 +01:00
parent 900424f337
commit 5f97d267c5
4 changed files with 8 additions and 25 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/nbproject/private/ /nbproject/private/
/build/

View File

@ -1,5 +1,5 @@
<%-- <%--
Document : authentifJSP Document : authentifJSP, formulaire d'authentification
Created on : 23 oct. 2021, 10:02:18 Created on : 23 oct. 2021, 10:02:18
Author : domin Author : domin
--%> --%>

View File

@ -1,4 +1,7 @@
<%@ page pageEncoding="UTF-8" %> <%@ 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>

View File

@ -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>