a
This commit is contained in:
parent
0b79687255
commit
5e551bc3a9
|
|
@ -33,16 +33,6 @@
|
|||
|
||||
$ententePrealable = $prescription['ententePrealable'];
|
||||
|
||||
/*
|
||||
var_dump(
|
||||
array(
|
||||
"nbMedicamentSaisie" => $nbMedicamentSaisie,
|
||||
"p_nbMedicamentMax" => $_SESSION['p_nbMedicamentMax'],
|
||||
"hospitalisation" => $hospitalisation,
|
||||
"miseEnObservation" => $miseEnObservation,
|
||||
)
|
||||
);
|
||||
*/
|
||||
?>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
|
@ -97,24 +87,6 @@
|
|||
|
||||
<table class="table table-responsive table-condensed" style='font-size:9pt;' >
|
||||
<tbody>
|
||||
<!--
|
||||
<tr>
|
||||
<td width="5%" > <?= _("Souscripteur") ?> </td>
|
||||
<td width="20%">
|
||||
<INPUT style='text-align:center; font-size:9pt;' class="form-control" TYPE="text" id="nomClient" name="nomClient"
|
||||
value="<?= $_SESSION['p_nomClient_C'] ?>" onChange="" readonly >
|
||||
</td>
|
||||
|
||||
<td width="7%" align="center" > <?= _("Adhérent") ?> </td>
|
||||
<td width="20%" > <INPUT class="form-control" TYPE="text" value="<?= $_SESSION['p_adherent_C']; ?>" readonly style="text-align: center; font-size:9pt;" > </td>
|
||||
|
||||
<td width="5%" align="center"> <?= _("Patient") ?> </td>
|
||||
<td width="25%"> <INPUT class="form-control" TYPE="text" value="<?= $_SESSION['p_beneficiaire_C']; ?>" readonly style='font-size:9pt;'> </td>
|
||||
|
||||
<td width="7%" align="center"> <?= _("Tél. Patient") ?> </td>
|
||||
<td width="13%"> <INPUT class="form-control" TYPE="text" value="<?= $_SESSION['p_telephonePortableBeneficiaire_C']; ?>" readonly style='font-size:9pt;'> </td>
|
||||
</tr>
|
||||
-->
|
||||
<tr>
|
||||
<td >
|
||||
<INPUT style='font-size:12pt; font-weight: bold; background-color:#f5deb3 !important; color:#a0522d; text-align:center;' class="form-control" TYPE="text" id="nomClient" name="nomClient"
|
||||
|
|
@ -147,30 +119,6 @@
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
<!--
|
||||
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="5%" > <?= _("Bons Dispo.") ?> </td>
|
||||
<td width="20%" > <input class="form-control" style="text-align: center; font-size:10pt;" Value="<?= $nbBonsOrd ?>" readonly > </td>
|
||||
|
||||
<td width="7%" align="center"> <?= _("No Bon") ?> </td>
|
||||
<td width="20%" > <input class="form-control" style="text-align: center; font-size:10pt; background-color:blue !important;color:white;" type="number" id="numeroBon" name="numeroBon" value="<?= $numeroBonOrdonnance ?>" readonly > </td>
|
||||
|
||||
|
||||
<td width="5%" align="center" > <?= _("Gestion") ?> </td>
|
||||
<td>
|
||||
<?php if($badcodeGestionBon=="1") : ?>
|
||||
<input class="form-control" style="text-align: center; font-size:10pt; background-color: red;color:white;" Value="<?= _("INCONNU") ?>" readonly >
|
||||
<?php else: ?>
|
||||
<input class="form-control" style="text-align: center; font-size:10pt;" Value="<?= $typeGestionbon ?>" readonly >
|
||||
<?php endif; ?>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
-->
|
||||
|
||||
<div id="div_messages">
|
||||
|
||||
</div>
|
||||
|
|
@ -327,7 +275,6 @@
|
|||
<div id="div_patienter">
|
||||
</div>
|
||||
<?php else: ?>
|
||||
<!--<input class="form-control btn btn-primary" type="button" value="<?= _("Ajouter Médicament...") ?>" disabled style='font-size:10pt;'> -->
|
||||
<SELECT id="codeMedicament" class="form-control selectpicker" data-live-search="true" NAME="codeMedicament" required AUTOCOMPLETE="OFF" onChange="" style='font-size:10pt;' disabled>
|
||||
<?php liste_options($medicaments,""); ?>
|
||||
</SELECT>
|
||||
|
|
@ -412,10 +359,6 @@
|
|||
<input class="sr-only" type="text" id="nbMedicamentSaisie" name="nbMedicamentSaisie" value="<?= $nbMedicamentSaisie ?>" >
|
||||
|
||||
<?php if ($nbMedicamentSaisie>"0") : ?>
|
||||
<marquee behavior="scroll" direction="left" scrollamount="15" style="color:red; font-size:14pt">
|
||||
<?= $v_msg ?>
|
||||
</marquee>
|
||||
|
||||
<table class="table table-condensed table-responsive" >
|
||||
<tbody >
|
||||
<tr >
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user