\n'+
'\';
document.FORMPERSO.CODE.value = TheCode;
}
function TxtChange(VALEUR, PARAM) {
if (PARAM == 'BKGCOLOR') {
document.FORMPERSO.FONDCOLOR.value = VALEUR;
} else if (PARAM == 'CITCOLOR') {
document.FORMPERSO.CITATIONCOLOR.value = VALEUR;
} else if (PARAM == 'AUTCOLOR') {
document.FORMPERSO.AUTEURCOLOR.value = VALEUR;
}
var BGCOLFOND = '#'+document.FORMPERSO.FONDCOLOR.value;
var BGCOLCIT = '#'+document.FORMPERSO.CITATIONCOLOR.value;
var BGCOLAUT = '#'+document.FORMPERSO.AUTEURCOLOR.value;
document.getElementById('CITATION1').style.color=BGCOLCIT;
document.getElementById('AUTEUR1').style.color=BGCOLAUT;
document.getElementById('CITATION1').style.fontFamily=document.FORMPERSO.FONTFAM.value;
document.getElementById('AUTEUR1').style.fontFamily=document.FORMPERSO.FONTFAM.value;
document.getElementById('CITATION1').style.fontSize=document.FORMPERSO.FONTSIZE.value+"pt";
document.getElementById('AUTEUR1').style.fontSize=document.FORMPERSO.FONTSIZE.value+"pt";
document.getElementById('CITATION2').style.color=BGCOLCIT;
document.getElementById('AUTEUR2').style.color=BGCOLAUT;
document.getElementById('CITATION2').style.fontFamily=document.FORMPERSO.FONTFAM.value;
document.getElementById('AUTEUR2').style.fontFamily=document.FORMPERSO.FONTFAM.value;
document.getElementById('CITATION2').style.fontSize=document.FORMPERSO.FONTSIZE.value+"pt";
document.getElementById('AUTEUR2').style.fontSize=document.FORMPERSO.FONTSIZE.value+"pt";
if (VALEUR == 'aucune' || document.FORMPERSO.FONDCOLOR.value == 'aucune') {
document.getElementById('FOND1').style.display='none';
document.getElementById('FOND2').style.display='';
} else {
document.getElementById('FOND1').style.backgroundColor=BGCOLFOND;
document.getElementById('FOND2').style.display='none';
document.getElementById('FOND1').style.display='';
}
SetCode();
}
function ResetToDefault() {
document.FORMPERSO.FONDCOLOR.value = 'aucune';
document.FORMPERSO.CITATIONCOLOR.value = '000000';
document.FORMPERSO.AUTEURCOLOR.value = '000000';
document.FORMPERSO.FONTSIZE.value = 12;
document.FORMPERSO.FONTFAM.value = 'arial';
TxtChange();
}
Pour insérez la citation du jour sur votre site web, c'est trés simple :
- Choisissez l'apparence.
- Copiez-collez le code à l'endroit de votre choix.
|
Qui a dit ?
La politesse est à lesprit ce que la grâce est au visage.
voir la réponse
|
Lumière sur...
Jean AJALBERT
(1863 - 1947)
(1 citation)
En savoir plus
|
|