[newpage=home] ------------------------------------------------------------------------- titre=[ To do list ] [frame=1] $ globalnavig(-1, 'Outils~index.php?page=tools', 'Gestion Orthongel~index.php?page=../gestion/tools', 'self');

Liste des choses à faire !


$ if ((usertype=='mgoujon') || (usertype=='secr')) {

Michel

$ showtodolist('mgoujon');

Elodie

$ showtodolist('ecostiou');

Alexandra

$ showtodolist('amaufroy'); $ } else { $ showtodolist(usertype); $ }
$ if ((usertype=='mgoujon') || (usertype=='secr')) {

Armements


Modifier la liste des choses à faire


$ } $ center_page_end(); $ function switchicon() { $ if (document.getElementById('dev').src.indexOf('images/t_ouvre.png')>0) { document.getElementById('dev').src='images/t_ferme.png' } else { document.getElementById('dev').src='images/t_ouvre.png' } $ } $ function showtodolist(u) { $ var urgimg=new Array(); urgimg['warning']=""; urgimg['urgent']=""; $ urgimg['reminder']=""; urgimg['redevance']=""; $ urgimg['marins']=""; $ document.write(""); $ document.write(""); $ for (i=0;i-1) && (warnings[i]['type']!='stt')) { $ document.write(""); $ document.write(""); $ if (warnings[i]['type']=='redevance') { var tm='Redevances captures '+ warnings[i]['zee']+' année '+warnings[i]['annee']+' de '+txtInt(warnings[i]['montant'])+' € à payer'; $ } else if (warnings[i]['type']=='marins') { var tm='Pénalités marins '+ warnings[i]['zee']+' année '+warnings[i]['annee']+' de '+txtInt(warnings[i]['montant'])+' € à payer'; $ } else { var tm=warnings[i]['message']; } $ document.write(""); $ } $ } $ document.write("
Urgence
Date
A faire
"+urgimg[warnings[i]['type']]+"
"); $ }