summaryrefslogtreecommitdiff
path: root/Template/Include/incl_index_search.php
diff options
context:
space:
mode:
Diffstat (limited to 'Template/Include/incl_index_search.php')
-rw-r--r--Template/Include/incl_index_search.php11
1 files changed, 5 insertions, 6 deletions
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('<!-- Separateur -->
-<div id="separator2" class="separator"></div>');
+<div id="separator2" class="separator"></div>'.PHP_EOL);
// ****************************************************************************
// DIV PRINCIPALE
@@ -26,7 +26,7 @@ echo('<!-- Separateur -->
echo('<!-- Division principale -->
<main id="mainSearch">'.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('<!-- Form de recherche -->
<h2>'.$text[basename(__FILE__, ".php")]["h2"].'</h2>
<div id="divSearch">
@@ -123,8 +123,8 @@ if (isset($_SESSION["search"])) {
</td>
</tr>');
}
- echo('</tbody>');
- echo('</table>');
+ echo('</tbody>
+ </table>');
} else {
echo('<p>'.$text[basename(__FILE__, ".php")]["noResult"].'</p>');
}
@@ -191,8 +191,7 @@ if (isset($_SESSION["search"])) {
<form id="formMandate" action="/Core/wrapper.php" method="post">
<input type="hidden" name="mandateProId" value="'.$_SESSION["search"]["result"][0]["userId"].'">
<input type="submit" value="'.$text[basename(__FILE__, ".php")]["mandate"].'">
- </form>
- </table>');
+ </form>');
}
}