====== Windows / Installation ====== **[[:start|Home]]** ==== Introduction ==== * **[[fr:installation:start|Installation]]** // // * **[[fr:notionsgenerales:start|Notions Générales]]** ==== Temps Réel ==== * **[[fr:tempsreel:start|Options Temps Réel]]** ==== Historique ==== * **[[fr:historique:start|Options Historique]]** ==== Rapport ==== * **[[fr:rapport:start|Options Rapport]]** ==== Configuration ==== * **[[fr:configuration:start|Options Configuration]]** ==== Entretien ==== * **[[fr:entretien:start|Options Entretien]]** function getQueryString(name) { name = name.replace(/[\[]/, "\\\[").replace(/[\]]/, "\\\]"); var regexS = "[\\?&]" + name + "=([^&#]*)"; var regex = new RegExp(regexS); var results = regex.exec(window.location.search); if (results == null) return null; return decodeURIComponent(results[1].replace(/\+/g, " ")); } jQuery("a[title='" + getQueryString("id") + "']").css({backgroundColor: '#eeeeee'})