document.write('');function NoError() {return true;} window.onerror=NoError;
var comm = '';
var sortby = '';
var id_cat = '';
var mots = '';
var sortbyconf = '';
var id_catconf = '';
var id_catconf = '21';
// --- capture url page ---
page_url = document.location.href;
div_url = page_url.split('?');
if(div_url[1] > '') {
url_fixe = div_url[0]+'?';
// Récupération des paires paramètre=valeur
dbl = div_url[1].split('&');
aPrm = new Array();
aVal = new Array();
for (i=0;i < dbl.length;i++) {
aPrm[i] = dbl[i].substring(0,dbl[i].indexOf('='));
aVal[i] = unescape(dbl[i].substring(dbl[i].indexOf('=')+1,dbl[i].length));
// --- pour la navigation ---
if (aPrm[i] == 'comm') {
comm = aVal[i];
}
// --- pour le classement ---
else if (aPrm[i] == 'sortby') {
sortby = aVal[i];
}
// --- pour la categorie ---
else if (aPrm[i] == 'id_cat') {
id_cat = aVal[i];
}
// --- pour la recherche ---
else if (aPrm[i] == 'mots') {
mots = aVal[i];
}
// --- sinon ... ---
else {
url_fixe = url_fixe+''+aPrm[i]+'='+aVal[i]+'&';
}
}
}
else {
url_fixe = page_url+'?';
}
if(comm == '') { comm = '0'; }
// on découpe le lien pour le script
var lien_script = '';
if(id_cat != '') { lien_script = '&id_cat='+id_cat+''; }
else if(sortby == 'nb_clics' || sortby == 'date') { lien_script = '&sortby='+sortby+''; }
else if(mots != '') { lien_script = '&mots='+mots+''; }
else if(sortbyconf != '') { lien_script = '&sortby='+sortbyconf+''; var sortby = sortbyconf; }
else if(id_catconf != '') { lien_script = '&id_cat='+id_catconf+''; var id_cat = id_catconf; }
var widthtable = 628;
// Création ouverture des tableaux
function OpenTable(){
document.write('
| ');
}
// Création fermeture des tableaux
function CloseTable() {
document.write(' |
');
}
// Création ouverture des tableaux 2 --- titre en plus
function OpenTable2(titre){
document.write('');
document.write('');
document.write('');
document.write('| '+titre+' | ');
document.write(' ');
document.write(' | ');
document.write('
');
document.write('| ');
}
// Création fermeture des tableaux 2
function CloseTable2() {
document.write(' |
');
}
// Création ouverture des tableaux 3
function OpenTable3() {
document.write('| ');
}
// Création fermeture des tableaux 3
function CloseTable3() {
document.write(' |
');
}
function affich_video(id, id_w, UrlHote, UrlSite, id_cat, id_vid, poids, duree, format, descrip_affich, commentaire, cat_name, date){document.write('');document.write('');document.write('');document.write('');document.write('');document.write('| Taille : '+poids+' | ');document.write(' Duree : '+duree+' | ');document.write(' Format : '+format+' | ');document.write(' ');document.write(' | ');document.write('
');document.write('');if(descrip_affich == 1) {document.write('');document.write('| ');document.write(' '+commentaire+' ');document.write(' | ');document.write(' ');}document.write(' | ');document.write('
');document.write('| ');document.write('');document.write('');document.write('');document.write(' | ');document.write('
');document.write('');document.write('');document.write('| Ajoutee par '+cat_name+' | ');document.write(' | ');document.write('le '+date+' | ');document.write(' ');}document.write('');document.write('');
|