129 lines
2.1 KiB
PHP
Executable File
129 lines
2.1 KiB
PHP
Executable File
<?php
|
|
// ---------------------------------------------------
|
|
// Catalogue
|
|
// ---------------------------------------------------
|
|
$queryprd ='';
|
|
$libUniteLarg ='';
|
|
$libUniteHaut ='';
|
|
$libUniteLong ='';
|
|
|
|
global $idPrd;
|
|
global $nomPrd;
|
|
|
|
$ref ='';
|
|
$enSavoirPlus ='';
|
|
$prixRemis ='';
|
|
$qte ='';
|
|
$legende ='';
|
|
$x ='';
|
|
$borne1='';
|
|
$statusPrd='';
|
|
|
|
$tableIdPrd =array();
|
|
$tableLibNomPrd =array();
|
|
$libDynNom =array();
|
|
|
|
$refPrd='';
|
|
$idFam='';
|
|
$idCat='';
|
|
$lienImagePt='';
|
|
$lienImageGd='';
|
|
$promo='';
|
|
$prixHt='';
|
|
$prixTtc='';
|
|
$idEtat='';
|
|
$delais='';
|
|
$uniteDelais='';
|
|
$poids='';
|
|
$unitePoids='';
|
|
$annee='';
|
|
$stock='';
|
|
$idPaysPrd='';
|
|
|
|
// ---------------------------------------------------
|
|
// Caracteristiques secondaires
|
|
// ---------------------------------------------------
|
|
$idCoul1='';
|
|
$idCoul2='';
|
|
$idCoul3='';
|
|
// ---------------------------------------------------
|
|
// Dimensions
|
|
// ---------------------------------------------------
|
|
$idLargeur='';
|
|
$uniteLarg='';
|
|
$idHauteur='';
|
|
$uniteHaut='';
|
|
$idLongueur='';
|
|
$uniteLong='';
|
|
$idDates='';
|
|
|
|
$lienImgGauche='';
|
|
$lienImgDroite='';
|
|
$lienImgDessus='';
|
|
$lienImgDessous='';
|
|
$lienVideo='';
|
|
$lienNotice='';
|
|
|
|
$idType5='';
|
|
$idType4='';
|
|
$idType3='';
|
|
$idType2='';
|
|
$idType1='';
|
|
$idType6 ='';
|
|
$idType7 ='';
|
|
$idType8 ='';
|
|
$idType9 ='';
|
|
$idType10 ='';
|
|
$idType11 ='';
|
|
$idType10 ='';
|
|
$idType12 ='';
|
|
$idType13 ='';
|
|
$idType14 ='';
|
|
$idType15 ='';
|
|
$idType16 ='';
|
|
$idType17 ='';
|
|
$idType18 ='';
|
|
$idType19 ='';
|
|
$idType20 ='';
|
|
$idType21 ='';
|
|
$idType22 ='';
|
|
$idType23 ='';
|
|
|
|
$libelleFam='';
|
|
$libelleCat='';
|
|
$descCourt='';
|
|
$descLong='';
|
|
$libelleEtat='';
|
|
$libelleDelais='';
|
|
$libUnitePoids='';
|
|
$paysLib='';
|
|
$libCoul1='';
|
|
$libCoul2='';
|
|
$libCoul3='';
|
|
$libUniteLarg='';
|
|
$libUniteHaut='';
|
|
$libUniteLong='';
|
|
$dateDebut='';
|
|
$dateFin='';
|
|
$dateDuree='';
|
|
|
|
$nomType1='';
|
|
$code1Type1='';
|
|
$code2Type1='';
|
|
|
|
$nomType2='';
|
|
$code1Type2='';
|
|
$code2Type2='';
|
|
|
|
$nomType3='';
|
|
$code1Type3='';
|
|
$code2Type3='';
|
|
|
|
$nomType4='';
|
|
$code1Type4='';
|
|
$code2Type4='';
|
|
|
|
$nomType5='';
|
|
$code1Type5='';
|
|
$code2Type25='';
|
|
?>
|