diff --git a/.gitignore b/.gitignore index f53fb92..e35ea9e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /nbproject/private/ +/build/ diff --git a/web/WEB-INF/authentifJSP.jsp b/web/WEB-INF/authentifJSP.jsp index e2e951e..9d0bd07 100644 --- a/web/WEB-INF/authentifJSP.jsp +++ b/web/WEB-INF/authentifJSP.jsp @@ -1,5 +1,5 @@ <%-- - Document : authentifJSP + Document : authentifJSP, formulaire d'authentification Created on : 23 oct. 2021, 10:02:18 Author : domin --%> diff --git a/web/WEB-INF/jspf/formulairePompier.jspf b/web/WEB-INF/jspf/formulairePompier.jspf index febff0e..8854c11 100644 --- a/web/WEB-INF/jspf/formulairePompier.jspf +++ b/web/WEB-INF/jspf/formulairePompier.jspf @@ -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> \ No newline at end of file diff --git a/web/WEB-INF/profilPompierVue.jsp b/web/WEB-INF/profilPompierVue.jsp deleted file mode 100644 index 2be6777..0000000 --- a/web/WEB-INF/profilPompierVue.jsp +++ /dev/null @@ -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>