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 
CFTO
$ showtodolist('CFTO');
IAT
$ showtodolist('IAT');
SAPMER
$ showtodolist('SAPMER');
VIA OCEAN
$ showtodolist('VIA OCEAN');
$ }
$ 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("Urgence
 | Date
 | A faire
 | ");
$ for (i=0;i-1) && (warnings[i]['type']!='stt')) {
$ document.write("| "+urgimg[warnings[i]['type']]+" | ");
$ 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(" ");
$ } |