Files
2026-05-27 11:44:10 -04:00

129 lines
4.3 KiB
PHP

<?php ?>
<div id="content">
<div class="row">
<div class="col-xs-12 col-sm-7 col-md-7 col-lg-4">
<h1 class="page-title txt-color-blueDark">
<i class="fa fa-table fa-fw "></i>
Infos
<span>>
Fournisseurs / Projets
</span>
</h1>
</div>
<div class="col-xs-12 col-sm-5 col-md-5 col-lg-8">
<ul id="sparks" class="">
<li class="sparks-info">
<h5> Fournisseur actif <span class="txt-color-blue" id="Fournisseurs_actif"> </span></h5>
</li>
<li class="sparks-info">
</li>
<li class="sparks-info">
</li>
</ul>
</div>
</div>
<!-- widget grid -->
<section id="widget-grid" class="">
<!-- row -->
<div class="row">
<!-- NEW WIDGET START -->
<article class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<!-- Widget ID (each widget will need unique ID)-->
<div class="jarviswidget jarviswidget-color-orange" id="wid-id-0" data-widget-editbutton="false" data-widget-colorbutton="true" data-widget-deletebutton="false" >
<!-- widget options:
usage: <div class="jarviswidget" id="wid-id-0" data-widget-editbutton="false">
data-widget-colorbutton="false"
data-widget-editbutton="false"
data-widget-togglebutton="false"
data-widget-deletebutton="false"
data-widget-fullscreenbutton="false"
data-widget-custombutton="false"
data-widget-collapsed="true"
data-widget-sortable="false"
-->
<header>
<span class="widget-icon"> <i class="fa fa-table"></i></span>
<h2>Fournisseurs</h2>
<h2>
<div class="onoffswitch-align-right">
<?php
$mem_check="";
if ($this->Config_model->conf_getFiltreData($this->session->id,'list_fournisseur_projets','mem_listactive',1,0,1)==0)
$mem_check="checked";
?>
<span class="onoffswitch-title"> Non actif</span>
<span class="onoffswitch">
<input type="checkbox" class="onoffswitch-checkbox" id="inline" <?php echo($mem_check)?>>
<label class="onoffswitch-label" for="inline">
<span class="onoffswitch-inner" data-swchon-text="ON" data-swchoff-text="OFF"></span>
<span class="onoffswitch-switch"></span>
</label>
</span>
</div> </h2> </header>
<!-- widget div-->
<div>
<!-- widget edit box -->
<div class="jarviswidget-editbox">
<!-- This area used as dropdown edit box -->
</div>
<!-- end widget edit box -->
<!-- widget content -->
<div class="widget-body no-padding">
<div id='fournisseurs_List'>
</div>
<div id='pagination_fournisseurs' >
</div>
</div>
<!-- end widget content -->
</div>
<!-- end widget div -->
</div>
</article>
<!-- WIDGET END -->
</div>
<!-- end row -->
<!-- end row -->
</section>
<!-- end widget grid -->
</div>
<!-- END MAIN PANEL -->
<!-- ==========================CONTENT ENDS HERE ========================== -->
<script>
$(document).ready(function() {
<?php
$model_de_fournisseur="liste";
include('application/views/fournisseursprojets/fournisseurs_filtre.php')
?>
});
</script>