27 lines
1.2 KiB
PHP
27 lines
1.2 KiB
PHP
<?php
|
|
$this->titre = "INTER-SANTE - Nouvelle Source de Donnée Requête Personnalisée";
|
|
?>
|
|
|
|
<legend> <?= _("Nouvelle Source de Donnée Requête Personnalisée") ?> </legend>
|
|
|
|
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
|
|
<tbody>
|
|
<tr>
|
|
<td width="12%" > <?= _("Doit commencer par") ?> </td>
|
|
<td><INPUT style="font-size:10pt;" class="form-control" TYPE="text" value="sp_perso_" readonly ></td>
|
|
|
|
<td width="15%" align="center" > <?= _("Source de données") ?> </td>
|
|
<td><INPUT style="font-size:10pt;" class="form-control" TYPE="text" id="sourceDonnees" NAME="sourceDonnees" required AUTOCOMPLETE="OFF" autofocus onChange="this.value=supprimer_espace_string(this.value);" value="sp_perso_" ></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> </td>
|
|
<td> <input id="btn_enreg" name="btn_enreg" class = "form-control btn btn-primary" type="button" value="<?= _("Enregistrer") ?>" onClick="javascript:creer_sourcedonneesrequeteperso();" style='font-size:10pt;' > </td>
|
|
|
|
<td> </td>
|
|
<td> <input class = "form-control btn btn-warning" type="button" value="<?= _("Annuler") ?>" onClick="javascript:param_sourcedonneesrequeteperso_liste();" style='font-size:10pt;' > </td>
|
|
</tr>
|
|
|
|
</tbody>
|
|
</table>
|