prestation/Vue/Rechercheparcarte/index.php
2026-02-08 01:02:41 +00:00

8 lines
524 B
PHP
Executable File

<?php
$this->titre = "INTER-SANTE - "._("Recherche du patient par carte") ;
?>
<form id="frmrechercheparcarte" name="frmrechercheparcarte" method="post" action="Rechercheparcarte/index/">
<INPUT style='font-size:40pt;height: 50px;' class="form-control" TYPE="text" id="donneesCarte" name="donneesCarte" autofocus AUTOCOMPLETE="OFF" placeholder="<?= _("Veuillez scanner la carte NFC!")?>">
<input id="lancerrecherche" name="lancerrecherche" class="sr-only" type="submit" value="<?= _("Rechercher") ?>" >
</form>