|
Server IP : 10.128.40.6 / Your IP : 216.73.216.233 Web Server : Apache System : Linux webd006.cluster128.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : logmcpe ( 111175) PHP Version : 7.3.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/logmcpe/www/TMCPRO/pages/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php
// echo "yassin <br/>" ;
include 'includes/config_tmcpro.php' ;
include 'includes/stable_functions_tmcpro.php' ;
// echo "<pre>" ;
// print_r($_POST) ;
// echo "</pre>" ;
// exit() ;
if($_POST['rowid']>0)
{
$id_relance_programee =$_POST['rowid'] ;
}
// echo "==> ".$_GET['chantier_ID']."<br/>"
// $qm = dbi_query('scddelect * from contact where contact_id='.$contact_id.'') ;
// $tabmod = dbi_fetch_row($qm);
// $contact_nom=$tabmod['contact_nom'];
// $contact_pnom=$tabmod['contact_pnom'];
// $contact_fonction=$tabmod['contact_fonction'];
// $contact_tele1=$tabmod['contact_tele1'];
// $contact_tele2=$tabmod['contact_tele2'];
// $contact_email=$tabmod['contact_email'];
$chaine = 'Modifier Date de Relance' ;
list($date_relance_programee)=dbi_fetch_row(dbi_query(" SELECT date_relance_programee FROM `relance_programee` WHERE `id_relance_programee` = $id_relance_programee ")) ;
?>
<div class="modal-header task-single-header" data-task-single-id="5" data-status="4">
<h4 class="modal-title"><?php echo $chaine ;?></h4>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<form action="" method="POST">
<div class="form-row">
<div class="form-group col-md-4">
<label>Date de Relance</label>
<div class="input-group">
<div class="input-group-prepend">
<span class="input-group-text"><i class="far fa-calendar-alt"></i></span>
</div>
<?php $date_relance_programee = int2date_autre_format($date_relance_programee) ; ?>
<input type="date" class="form-control" id="date_relance_programee" name="date_relance_programee" value='<?php echo $date_relance_programee ; ?>' placeholder="jj/mm/aaaa"/>
<input type="hidden" name="id_relance_programee" value="<?=$id_relance_programee ?>">
</div>
</div>
</div>
<div class="modal-footer justify-content-between">
<button type="submit" name="Enregistrer" value="Enregistrer" class="btn btn-primary">Enregistrer</button>
<button style="width=10px;" type="button" class="btn btn-danger" data-dismiss="modal">Fermer</button>
</div>
</form>
<script src="../../plugins/bs-custom-file-input/bs-custom-file-input.min.js"></script>
<script src="../../plugins/summernote/summernote-bs4.min.js"></script>
<script type="text/javascript">
$(document).ready(function () {
bsCustomFileInput.init();
});
$(function () {
// Summernote
$('.textarea').summernote()
})
</script>
<script type="text/javascript">
$( document ).ready(function() {
$("#travailleur_handicape").click(function () {
val=$(this).val();
if(val==1){
$("#chantier_fin").prop('disabled', false);
$("#salarie_motif_mutuelle").prop('disabled', false);
}else{
$("#chantier_fin").prop('disabled', true);
$("#salarie_motif_mutuelle").prop('disabled', true);
}
});
});
</script>
