Import initial du projet Production
This commit is contained in:
24
Vue/Accessoirescomplementaire/index.php
Executable file
24
Vue/Accessoirescomplementaire/index.php
Executable file
@@ -0,0 +1,24 @@
|
||||
<?php $this->titre = "INTER SANTE - Accessoires étendu territoire"; ?>
|
||||
|
||||
|
||||
|
||||
<legend> <?= _("Accessoires étendu territoire") ?> </legend>
|
||||
|
||||
<table class="table table-responsive table-condensed" style="font-size:10pt;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="10%" align="center" class="required"> <?= _("Territoire") ?> </td>
|
||||
<td >
|
||||
<SELECT style="font-size:9pt;" class="form-control selectpicker" data-live-search="true" id="codeTerritoire" NAME="codeTerritoire"
|
||||
onChange="javascript:affiche_garants_territoire();" required AUTOCOMPLETE="OFF">
|
||||
<?php liste_options($etendueterritoire,"", false); ?>
|
||||
</SELECT>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<div id="div_garant">
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user