1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
JEE_Project/build/web/WEB-INF/jsp/recherche.jsp
2022-06-27 21:14:35 +02:00

26 lines
699 B
Text

<%--
Document : recherche
Created on : 7 juin 2019, 11:52:07
Author : faycal
--%>
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Recherche</title>
</head>
<body>
<%@include file="header.jsp" %>
<form name="recherche" action="find.htm" method="POST">
<p>
<label for="nom">Nom de l'entreprise</label>
<input type="text" name="nom" size="30" id="nom" />
</p>
<input type="submit" value="rechercher" />
</form>
</body>
</html>