test gabarit new
29
Bootstrap_new/css/style_moderne.css
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
:root {
|
||||
--is-primary: #08C5D1;
|
||||
--is-sidebar: #2c3e50;
|
||||
--is-light-bg: #f8f9fa;
|
||||
}
|
||||
body { font-family: 'Inter', sans-serif; font-size: 0.88rem; color: #334155; }
|
||||
|
||||
/* Sidebar moderne */
|
||||
.sidebar { width: 260px; background: var(--is-sidebar); transition: all 0.3s; z-index: 1000; border-right: 1px solid rgba(255,255,255,0.1); }
|
||||
.sidebar .nav-link { color: rgba(255,255,255,0.7); font-weight: 500; border-radius: 8px; margin-bottom: 5px; }
|
||||
.sidebar .nav-link:hover, .sidebar .nav-link.active-main { background: rgba(255,255,255,0.1); color: #fff; }
|
||||
.sidebar .nav-link i { font-size: 1.1rem; margin-right: 12px; }
|
||||
|
||||
/* Header épuré */
|
||||
.header { height: 60px; background: #fff; box-shadow: 0 1px 10px rgba(0,0,0,0.05); }
|
||||
|
||||
/* Utilitaires de cartes */
|
||||
.card { border: none; border-radius: 12px; box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.04); }
|
||||
|
||||
/* Transition douce pour AJAX */
|
||||
.transition { transition: all 0.3s ease; }
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
body.toggle-sidebar .sidebar { left: -260px; }
|
||||
body.toggle-sidebar .main, body.toggle-sidebar #header { margin-left: 0; }
|
||||
}
|
||||
|
||||
.cursor-pointer { cursor: pointer; }
|
||||
.shadow-xs { box-shadow: 0 2px 4px rgba(0,0,0,0.02); }
|
||||
|
|
@ -418,6 +418,7 @@ require_once 'Modele/Societeusercentral.php';
|
|||
$this->requete->getSession()->setAttribut("timezone_identifier", $utilisateur['timezone_identifier']);
|
||||
date_default_timezone_set($_SESSION['timezone_identifier']);
|
||||
|
||||
//
|
||||
|
||||
// On va déclarer les variable de session context
|
||||
$this->requete->getSession()->setAttribut("idClient_C", "");
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ require_once 'Framework/Controleur.php';
|
|||
require_once 'Modele/Emission.php';
|
||||
require_once 'Modele/Quittance.php';
|
||||
require_once 'Modele/Menuvueutilisateur.php';
|
||||
|
||||
//
|
||||
|
||||
class ControleurEmission extends Controleur {
|
||||
private $menuvue;
|
||||
|
|
|
|||
|
|
@ -58,6 +58,7 @@ class ControleurFicheadherent extends Controleur {
|
|||
|
||||
$tarifActe = $this->tarif->getTarifActeByType($codeTypeTarifActe);
|
||||
|
||||
//
|
||||
|
||||
$prestationsParMois = $this->adherent->getPrestationsmensuelles($idAdherent);
|
||||
$prestationsParliens = $this->adherent->getPrestationsLiensParente($idAdherent);
|
||||
|
|
|
|||
|
|
@ -182,7 +182,7 @@ class ControleurFichebeneficiaire extends Controleur
|
|||
{
|
||||
$message = 'Veuillez sélectionner un fichier SVP !';
|
||||
}
|
||||
} //
|
||||
}
|
||||
|
||||
$beneficiaire = $this->beneficiaire->getBeneficiaireId($id);
|
||||
|
||||
|
|
@ -195,7 +195,7 @@ class ControleurFichebeneficiaire extends Controleur
|
|||
|
||||
$codeTypeTarifActe = "TBEN";
|
||||
$tarifActe = $this->tarif->getTarifActeByType($codeTypeTarifActe);
|
||||
|
||||
//
|
||||
$prestationsParMois = $this->beneficiaire->getPrestationsmensuelles($idBeneficiaire);
|
||||
|
||||
$tabConsoParMois = [
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ class ControleurFicheusergc extends Controleur {
|
|||
$user_actVisible = $this->oui_non->getListe();
|
||||
$langue = $this->langue->getListe();
|
||||
$user_AffectionVisible = $this->oui_non->getListe();
|
||||
|
||||
//
|
||||
$user_gc = $this->gc->getunusergc($idUtilisateur);
|
||||
$chemin = $this->menuvue->getChemin('Ficheusergc');
|
||||
|
||||
|
|
|
|||
163
Js/fonctions.js
|
|
@ -40730,7 +40730,7 @@ function enregistrer_new_repos_medical()
|
|||
});
|
||||
|
||||
}
|
||||
|
||||
//
|
||||
function charger_detail_stat_police_anomalies()
|
||||
{
|
||||
$('#div_export_b').html("");
|
||||
|
|
@ -48852,81 +48852,74 @@ function appliquerDataTable(){
|
|||
}
|
||||
|
||||
|
||||
function dataTableSpeciale(){
|
||||
const oTable = $('.tabspeciale');
|
||||
var codeLangue = $("#codeLangue").val();
|
||||
|
||||
// Détruire l'instance existante si elle existe
|
||||
if ($.fn.DataTable.isDataTable(oTable)) {
|
||||
table.DataTable().destroy();
|
||||
table.empty(); // Optionnel : vider le contenu si nécessaire
|
||||
function dataTableSpeciale() {
|
||||
const $table = $('.tabspeciale');
|
||||
const codeLangue = $("#codeLangue").val() || "fr_FR";
|
||||
|
||||
// Détruire l'instance existante si elle existe
|
||||
if ($.fn.DataTable.isDataTable($table)) {
|
||||
$table.DataTable().clear().destroy();
|
||||
$table.empty(); // Optionnel : vider le contenu si nécessaire
|
||||
}
|
||||
|
||||
// Définition des traductions
|
||||
const langOptions = {
|
||||
en_US: {
|
||||
lengthMenu: "Display _MENU_ records per page",
|
||||
zeroRecords: "Nothing found - sorry",
|
||||
info: "Showing page _PAGE_ of _PAGES_",
|
||||
infoEmpty: "No records available",
|
||||
search: "Search:",
|
||||
paginate: {
|
||||
next: "►",
|
||||
previous: "◄",
|
||||
first: "|◄",
|
||||
last: "►|"
|
||||
},
|
||||
infoFiltered: "(filtered from _MAX_ total records)"
|
||||
},
|
||||
fr_FR: {
|
||||
lengthMenu: "Affiche _MENU_ par page",
|
||||
zeroRecords: "Désolé - Aucune donnée trouvée",
|
||||
info: "_PAGE_ sur _PAGES_ pages",
|
||||
infoEmpty: "Pas d'enregistrement",
|
||||
search: "Recherche:",
|
||||
paginate: {
|
||||
next: "►",
|
||||
previous: "◄",
|
||||
first: "|◄",
|
||||
last: "►|"
|
||||
},
|
||||
infoFiltered: "(filtré de _MAX_ total enregistrements)"
|
||||
}
|
||||
};
|
||||
|
||||
// Définition des lengthMenu selon la langue
|
||||
const lengthMenuOptions = (codeLangue === "en_US") ? [50, 100, 150] : [20, 50, 100];
|
||||
|
||||
try {
|
||||
$table.DataTable({
|
||||
destroy: true,
|
||||
responsive: true,
|
||||
lengthMenu: lengthMenuOptions,
|
||||
scrollX: true,
|
||||
scrollY: "75vh",
|
||||
pagingType: "full_numbers",
|
||||
autoWidth: false,
|
||||
searching: false, // équivalent moderne de bFilter:false
|
||||
ordering: false,
|
||||
lengthChange: false, // équivalent moderne de bLengthChange:false
|
||||
orderMulti: true,
|
||||
language: langOptions[codeLangue] || langOptions.fr_FR
|
||||
});
|
||||
|
||||
// Ajuster les colonnes après init
|
||||
$table.DataTable().columns.adjust().draw();
|
||||
|
||||
} catch (err) {
|
||||
console.error("Erreur DataTable:", err);
|
||||
return false;
|
||||
}
|
||||
|
||||
try{
|
||||
if(codeLangue=="en_US")
|
||||
{
|
||||
oTable.DataTable({
|
||||
destroy: true,
|
||||
responsive: true,
|
||||
"lengthMenu": [ 50, 100, 150],
|
||||
"scrollX": true,
|
||||
"scrollY": "75vh",
|
||||
"pagingType": "full_numbers",
|
||||
"autoWidth": false,
|
||||
"bFilter": false,
|
||||
"ordering": false,
|
||||
"bLengthChange": false,
|
||||
"orderMulti": true,
|
||||
"language": {
|
||||
"lengthMenu":"Display _MENU_ records per page",
|
||||
"zeroRecords": "Nothing found - sorry",
|
||||
"info": "Showing page _PAGE_ of _PAGES_",
|
||||
"infoEmpty": "No records available",
|
||||
"search": "Search:",
|
||||
"paginate": {
|
||||
"next": "►",
|
||||
"previous": "◄",
|
||||
"first": "|◄",
|
||||
"last": "►|"
|
||||
},
|
||||
"infoFiltered": "(filtered from _MAX_ total records)"
|
||||
}
|
||||
});
|
||||
}else{
|
||||
oTable.DataTable({
|
||||
destroy: true,
|
||||
responsive: true,
|
||||
"lengthMenu": [ 50, 100, 150],
|
||||
"scrollX": true,
|
||||
"scrollY": "75vh",
|
||||
"pagingType": "full_numbers",
|
||||
"autoWidth": false,
|
||||
"bFilter": false,
|
||||
"ordering": false,
|
||||
"bLengthChange": false,
|
||||
"orderMulti": true,
|
||||
"language": {
|
||||
"lengthMenu":"Affiche _MENU_ par page",
|
||||
"zeroRecords": "Désolé - Aucune donnée trouvée",
|
||||
"info": "_PAGE_ sur _PAGES_ pages",
|
||||
"infoEmpty": "Pas d'enregistrement",
|
||||
"search": "Recherche:",
|
||||
"paginate": {
|
||||
"next": "►",
|
||||
"previous": "◄",
|
||||
"first": "|◄",
|
||||
"last": "►|"
|
||||
},
|
||||
"infoFiltered": "(filtré de _MAX_ total enregistrements)"
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
//$('.tabspeciale').columns.adjust().draw();
|
||||
}
|
||||
catch(err){
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
function dataTableSpecialeMini(){
|
||||
|
|
@ -91895,4 +91888,24 @@ function afficher_ordonnance_beneficiaire()
|
|||
$("#div_medicament").html(donnees_retour);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
// Fonction globale pour tes notifications AJAX (Wahoo Effect)
|
||||
function notification(type, message) {
|
||||
const Toast = Swal.mixin({
|
||||
toast: true,
|
||||
position: 'top-end',
|
||||
showConfirmButton: false,
|
||||
timer: 3000,
|
||||
timerProgressBar: true,
|
||||
didOpen: (toast) => {
|
||||
toast.addEventListener('mouseenter', Swal.stopTimer)
|
||||
toast.addEventListener('mouseleave', Swal.resumeTimer)
|
||||
}
|
||||
});
|
||||
|
||||
Toast.fire({
|
||||
icon: type, // 'success', 'error', 'warning', 'info'
|
||||
title: message
|
||||
});
|
||||
}
|
||||
|
|
@ -1204,6 +1204,7 @@ class Adherent extends Modele {
|
|||
|
||||
return $resultat->fetchAll(PDO::FETCH_ASSOC);
|
||||
}
|
||||
//
|
||||
|
||||
public function getPrestationsLiensParente($idAdherent){
|
||||
|
||||
|
|
|
|||
|
|
@ -41,6 +41,7 @@ class Emission extends Modele {
|
|||
$this->executerRequete($sql, array($numeroEmission, $_SESSION['codeSociete']));
|
||||
}
|
||||
|
||||
//
|
||||
public function getEmissionId($idEmission)
|
||||
{
|
||||
$sql = 'CALL sp_get_emission_id(?);';
|
||||
|
|
|
|||
|
|
@ -1010,6 +1010,7 @@ class Facture extends Modele {
|
|||
return $resultat->fetchAll(PDO::FETCH_ASSOC);
|
||||
}
|
||||
|
||||
//
|
||||
public function getbordereauxrbcl($idPolice, $d1, $d2)
|
||||
{
|
||||
$sql = 'call sp_r_get_bordereaux_rbcl(?, ?, ?)';
|
||||
|
|
|
|||
|
|
@ -1151,7 +1151,7 @@ class Gestionconfiee extends Modele {
|
|||
{
|
||||
$codeSociete = $_SESSION['codeSociete'];
|
||||
$user = $_SESSION['login'];
|
||||
|
||||
|
||||
$passAutoGen = "";
|
||||
|
||||
switch ($codeModeGenerationPass)
|
||||
|
|
|
|||
|
|
@ -1942,6 +1942,7 @@ class Police extends Modele {
|
|||
$sql = 'call sp_init_ajustement_prime(?, ?, ?, ?, ?, ?);';
|
||||
$this->executerRequete($sql, array($codeSociete, $idPolice, $dateAvenant, $user, $motifAvenant, $idSaisie));
|
||||
}
|
||||
//
|
||||
|
||||
public function fn_primes_non_facturees_police($idPolice)
|
||||
{
|
||||
|
|
@ -1950,7 +1951,7 @@ class Police extends Modele {
|
|||
$ligne = $resultat->fetch(PDO::FETCH_ASSOC);
|
||||
return $ligne['nb_non_facturees'];
|
||||
}
|
||||
|
||||
//
|
||||
public function getNomGarant($codeGcAssureur)
|
||||
{
|
||||
$sql = 'SELECT fn_garant(?) as libelle;';
|
||||
|
|
|
|||
BIN
Societes/radiant/Photos/0010000202_563643.jpeg
Executable file
|
After Width: | Height: | Size: 10 KiB |
BIN
Societes/radiant/Photos/0010000301_874870.jpeg
Executable file
|
After Width: | Height: | Size: 8.1 KiB |
BIN
Societes/radiant/Photos/0010000601_68181.jpeg
Executable file
|
After Width: | Height: | Size: 9.0 KiB |
BIN
Societes/radiant/Photos/0010000604_439957.jpeg
Executable file
|
After Width: | Height: | Size: 7.9 KiB |
BIN
Societes/radiant/Photos/0010000605_172155.jpeg
Executable file
|
After Width: | Height: | Size: 9.2 KiB |
BIN
Societes/radiant/Photos/0010000801_363661.jpeg
Executable file
|
After Width: | Height: | Size: 11 KiB |
BIN
Societes/radiant/Photos/0010000803_700760.jpeg
Executable file
|
After Width: | Height: | Size: 5.8 KiB |
BIN
Societes/radiant/Photos/0010000804_586248.jpeg
Executable file
|
After Width: | Height: | Size: 8.1 KiB |
BIN
Societes/radiant/Photos/0010000805_489473.jpeg
Executable file
|
After Width: | Height: | Size: 6.2 KiB |
BIN
Societes/radiant/Photos/0010000806_321382.jpeg
Executable file
|
After Width: | Height: | Size: 8.1 KiB |
BIN
Societes/radiant/Photos/0010001501_61589.jpeg
Executable file
|
After Width: | Height: | Size: 5.3 KiB |
BIN
Societes/radiant/Photos/0010001502_578758.jpeg
Executable file
|
After Width: | Height: | Size: 8.8 KiB |
BIN
Societes/radiant/Photos/0010001502_693016.jpeg
Executable file
|
After Width: | Height: | Size: 8.8 KiB |
BIN
Societes/radiant/Photos/0010001701_633733.jpeg
Executable file
|
After Width: | Height: | Size: 7.6 KiB |
BIN
Societes/radiant/Photos/0010001702_401911.jpeg
Executable file
|
After Width: | Height: | Size: 7.6 KiB |
BIN
Societes/radiant/Photos/0010001703_807332.jpeg
Executable file
|
After Width: | Height: | Size: 5.8 KiB |
BIN
Societes/radiant/Photos/0010001902_134902.jpeg
Executable file
|
After Width: | Height: | Size: 8.6 KiB |
BIN
Societes/radiant/Photos/0010001903_29581.jpeg
Executable file
|
After Width: | Height: | Size: 9.5 KiB |
BIN
Societes/radiant/Photos/0010002502_419441.jpeg
Executable file
|
After Width: | Height: | Size: 8.1 KiB |
BIN
Societes/radiant/Photos/0010002504_718477.jpeg
Executable file
|
After Width: | Height: | Size: 7.9 KiB |
BIN
Societes/radiant/Photos/0010002505_190250.jpeg
Executable file
|
After Width: | Height: | Size: 7.5 KiB |
BIN
Societes/radiant/Photos/0010002506_95813.jpeg
Executable file
|
After Width: | Height: | Size: 8.3 KiB |
BIN
Societes/radiant/Photos/0010003204_870624.jpeg
Executable file
|
After Width: | Height: | Size: 9.4 KiB |
BIN
Societes/radiant/Photos/0010003401_923867.jpeg
Executable file
|
After Width: | Height: | Size: 8.9 KiB |
BIN
Societes/radiant/Photos/0010003902_531132.jpeg
Executable file
|
After Width: | Height: | Size: 8.6 KiB |
BIN
Societes/radiant/Photos/0010003905_460604.jpeg
Executable file
|
After Width: | Height: | Size: 13 KiB |
BIN
Societes/radiant/Photos/0010004003_402497.jpeg
Executable file
|
After Width: | Height: | Size: 5.0 KiB |
BIN
Societes/radiant/Photos/0010004004_120702.jpeg
Executable file
|
After Width: | Height: | Size: 12 KiB |
BIN
Societes/radiant/Photos/0010004004_84820.jpeg
Executable file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
Societes/radiant/Photos/0010004101_216299.jpeg
Executable file
|
After Width: | Height: | Size: 5.4 KiB |
BIN
Societes/radiant/Photos/0010004103_763435.jpeg
Executable file
|
After Width: | Height: | Size: 10 KiB |
BIN
Societes/radiant/Photos/0010004104_460322.jpeg
Executable file
|
After Width: | Height: | Size: 9.9 KiB |
BIN
Societes/radiant/Photos/0010005901_554735.jpeg
Executable file
|
After Width: | Height: | Size: 9.6 KiB |
BIN
Societes/radiant/Photos/0010005902_388933.jpeg
Executable file
|
After Width: | Height: | Size: 9.8 KiB |
BIN
Societes/radiant/Photos/0010005904_492415.jpeg
Executable file
|
After Width: | Height: | Size: 10 KiB |
BIN
Societes/radiant/Photos/0010006103_258871.jpeg
Executable file
|
After Width: | Height: | Size: 8.1 KiB |
BIN
Societes/radiant/Photos/0010006701_553951.jpeg
Executable file
|
After Width: | Height: | Size: 7.3 KiB |
BIN
Societes/radiant/Photos/0010006702_378612.jpeg
Executable file
|
After Width: | Height: | Size: 10 KiB |
BIN
Societes/radiant/Photos/0010006901_19855.jpeg
Executable file
|
After Width: | Height: | Size: 7.8 KiB |
BIN
Societes/radiant/Photos/0010006901_21284.jpeg
Executable file
|
After Width: | Height: | Size: 8.2 KiB |
BIN
Societes/radiant/Photos/0010006901_381696.jpeg
Executable file
|
After Width: | Height: | Size: 7.7 KiB |
BIN
Societes/radiant/Photos/0010007603_123684.jpeg
Executable file
|
After Width: | Height: | Size: 8.7 KiB |
BIN
Societes/radiant/Photos/0010007604_633299.jpeg
Executable file
|
After Width: | Height: | Size: 8.3 KiB |
BIN
Societes/radiant/Photos/0010007803_812348.jpeg
Executable file
|
After Width: | Height: | Size: 7.3 KiB |
BIN
Societes/radiant/Photos/0011000401_718922.jpeg
Executable file
|
After Width: | Height: | Size: 5.7 KiB |
BIN
Societes/radiant/Photos/0012000802_457096.jpeg
Executable file
|
After Width: | Height: | Size: 14 KiB |
BIN
Societes/radiant/Photos/0012000904_288540.jpeg
Executable file
|
After Width: | Height: | Size: 7.2 KiB |
BIN
Societes/radiant/Photos/0012000905_396989.jpeg
Executable file
|
After Width: | Height: | Size: 8.3 KiB |
BIN
Societes/radiant/Photos/0012000906_325330.jpeg
Executable file
|
After Width: | Height: | Size: 7.4 KiB |
BIN
Societes/radiant/Photos/0012000906_967870.jpeg
Executable file
|
After Width: | Height: | Size: 7.6 KiB |
BIN
Societes/radiant/Photos/0012001204_23460.jpeg
Executable file
|
After Width: | Height: | Size: 9.3 KiB |
BIN
Societes/radiant/Photos/0012002501_930816.jpeg
Executable file
|
After Width: | Height: | Size: 11 KiB |
BIN
Societes/radiant/Photos/0012004901_980910.jpeg
Executable file
|
After Width: | Height: | Size: 9.1 KiB |
BIN
Societes/radiant/Photos/0012005101_976293.jpeg
Executable file
|
After Width: | Height: | Size: 8.1 KiB |
BIN
Societes/radiant/Photos/0012005102_749928.jpeg
Executable file
|
After Width: | Height: | Size: 8.0 KiB |
BIN
Societes/radiant/Photos/0012005103_156335.jpeg
Executable file
|
After Width: | Height: | Size: 7.9 KiB |
BIN
Societes/radiant/Photos/0012005104_508889.jpeg
Executable file
|
After Width: | Height: | Size: 7.9 KiB |
BIN
Societes/radiant/Photos/0012008501_640976.jpeg
Executable file
|
After Width: | Height: | Size: 10 KiB |
BIN
Societes/radiant/Photos/0017000301_785996.jpeg
Executable file
|
After Width: | Height: | Size: 7.8 KiB |
BIN
Societes/radiant/Photos/0017000702_88910.jpeg
Executable file
|
After Width: | Height: | Size: 7.4 KiB |
BIN
Societes/radiant/Photos/0017000901_249630.jpeg
Executable file
|
After Width: | Height: | Size: 13 KiB |
BIN
Societes/radiant/Photos/0017000901_794399.jpeg
Executable file
|
After Width: | Height: | Size: 5.9 KiB |
BIN
Societes/radiant/Photos/0017001306_304185.jpeg
Executable file
|
After Width: | Height: | Size: 13 KiB |
BIN
Societes/radiant/Photos/0017002301_582877.jpeg
Executable file
|
After Width: | Height: | Size: 13 KiB |
BIN
Societes/radiant/Photos/0017002303_485970.jpeg
Executable file
|
After Width: | Height: | Size: 10 KiB |
BIN
Societes/radiant/Photos/0017002304_919880.jpeg
Executable file
|
After Width: | Height: | Size: 13 KiB |
BIN
Societes/radiant/Photos/0017002305_339155.jpeg
Executable file
|
After Width: | Height: | Size: 11 KiB |
BIN
Societes/radiant/Photos/0017002401_39870.jpeg
Executable file
|
After Width: | Height: | Size: 8.4 KiB |
BIN
Societes/radiant/Photos/0017002402_890227.jpeg
Executable file
|
After Width: | Height: | Size: 7.7 KiB |
BIN
Societes/radiant/Photos/0017002903_970057.jpeg
Executable file
|
After Width: | Height: | Size: 6.8 KiB |
BIN
Societes/radiant/Photos/0017005001_976747.jpeg
Executable file
|
After Width: | Height: | Size: 7.7 KiB |
BIN
Societes/radiant/Photos/0017005004_536998.jpeg
Executable file
|
After Width: | Height: | Size: 9.5 KiB |
BIN
Societes/radiant/Photos/0017005005_146691.jpeg
Executable file
|
After Width: | Height: | Size: 8.9 KiB |
BIN
Societes/radiant/Photos/0017006101_740660.jpeg
Executable file
|
After Width: | Height: | Size: 7.3 KiB |
BIN
Societes/radiant/Photos/0017006105_704886.jpeg
Executable file
|
After Width: | Height: | Size: 8.1 KiB |
BIN
Societes/radiant/Photos/0017006303_457784.jpeg
Executable file
|
After Width: | Height: | Size: 7.6 KiB |
BIN
Societes/radiant/Photos/0017006501_431198.jpeg
Executable file
|
After Width: | Height: | Size: 8.2 KiB |
BIN
Societes/radiant/Photos/0017006501_625886.jpeg
Executable file
|
After Width: | Height: | Size: 9.1 KiB |
BIN
Societes/radiant/Photos/0017006502_755756.jpeg
Executable file
|
After Width: | Height: | Size: 10 KiB |
BIN
Societes/radiant/Photos/0017006503_334446.jpeg
Executable file
|
After Width: | Height: | Size: 11 KiB |
BIN
Societes/radiant/Photos/0017006504_998440.jpeg
Executable file
|
After Width: | Height: | Size: 15 KiB |
BIN
Societes/radiant/Photos/0017006505_735917.jpeg
Executable file
|
After Width: | Height: | Size: 12 KiB |
BIN
Societes/radiant/Photos/0017007102_408022.jpeg
Executable file
|
After Width: | Height: | Size: 9.7 KiB |
BIN
Societes/radiant/Photos/0017007601_786984.jpeg
Executable file
|
After Width: | Height: | Size: 11 KiB |
BIN
Societes/radiant/Photos/0017007801_141103.jpeg
Executable file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
Societes/radiant/Photos/0017007801_701482.jpeg
Executable file
|
After Width: | Height: | Size: 13 KiB |
BIN
Societes/radiant/Photos/0017007802_781579.jpeg
Executable file
|
After Width: | Height: | Size: 6.1 KiB |