From 6ee8ad125692175ddfb705080a4bc54b76c5a4f6 Mon Sep 17 00:00:00 2001 From: Debulois Date: Wed, 6 Apr 2022 21:37:53 +0200 Subject: Finalisation, affinage du css et ajout d'un système de vérification pour les mdp pour qu'ils soient forts. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Template/Include/incl_index_search.php | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'Template/Include/incl_index_search.php') diff --git a/Template/Include/incl_index_search.php b/Template/Include/incl_index_search.php index 13d581e..f285c2e 100644 --- a/Template/Include/incl_index_search.php +++ b/Template/Include/incl_index_search.php @@ -18,7 +18,7 @@ $dbsearch = new DbSearch; // SEPARATEUR // **************************************************************************** echo(' -
'); +
'.PHP_EOL); // **************************************************************************** // DIV PRINCIPALE @@ -26,7 +26,7 @@ echo(' echo('
'.PHP_EOL); -// Form pour la recherche par nom et envoi au wrappeur. +// Form pour la recherche par nom ou type d'emploi et envoi au wrappeur. echo('

'.$text[basename(__FILE__, ".php")]["h2"].'

@@ -123,8 +123,8 @@ if (isset($_SESSION["search"])) { '); } - echo(''); - echo(''); + echo(' + '); } else { echo('

'.$text[basename(__FILE__, ".php")]["noResult"].'

'); } @@ -191,8 +191,7 @@ if (isset($_SESSION["search"])) {
-
- '); + '); } } -- cgit v1.2.3