alpha_full/admin/agencement/preview/objets/barreRechercheModif.php
2026-04-06 22:58:51 +02:00

13 lines
741 B
PHP
Executable File

<?php
echo '<div id="rechBarre-container" class="flexToColumn" >';
$action='document.location.href=\'../../../../index.php?affPageSite=20&typeDeRecherche=6&nomPrd=\'+this.value+\'&afficheRes=oui\';';
echo '<input type="text" name="recherche" id="rechInput" placeHolder="' .$catalogMsg[11]. '" onChange= "' .$action. '" onKeyPress="if (event.keyCode == 13) {\'"' .$action. '"\'};" onClick ="this.value=\'\';" >';
dynamiqItemImage (0, 0, '#rechBtn', 'span', 'onClick="' .$action. '";', 'bouton', 15, '-', '-textClass-', '-varStyle-');
echo '</div>';
if ($_SESSION['affImgFonds']==1)
echo '<div id="bodyImg" style="background-attachment: fixed; margin:auto; text-align:center;">';
else
echo '<div id="body" >';
echo '</div>';
?>