芝麻web文件管理V1.00
编辑当前文件:/home/a/s/m/asmplong/www/sdfoiuhzufgh/js/script_gen.js
if (document.querySelector('.selectPresentation a') != null) { // MIS EN ROUGE TITRES PRESENTATION var selectPresentation = document.querySelector('.selectPresentation a'); selectPresentation.style.color = "#E14938"; selectPresentation.style.fontWeight = "bold"; } if (document.getElementById('policeTitre') != null) { document.getElementById('policeTitre').addEventListener('change', function(e){ var policeTitre = document.getElementById('policeTitre').value; document.getElementById('nav_sec').style.fontFamily = policeTitre; }); } if (document.getElementById('policePres') != null) { document.getElementById('policePres').addEventListener('change', function(e){ var policePres = document.getElementById('policePres').value; document.getElementById('presentation').style.fontFamily = policePres; }); } if (document.getElementById('bouttonAnnuler') != null) { document.getElementById('bouttonAnnuler').addEventListener('click', function(e){ e.preventDefault(); document.location.href="connexion.php"; }); }