From c5d3ed82442f332675d0a933356359d66296f666 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 8 Jan 2011 18:47:51 +0000 Subject: [PATCH] Fix: W3C --- htdocs/admin/delais.php | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/htdocs/admin/delais.php b/htdocs/admin/delais.php index eec7a8dcd01..a055294e4e7 100644 --- a/htdocs/admin/delais.php +++ b/htdocs/admin/delais.php @@ -342,23 +342,33 @@ $level2=$offset+2*$cursor; if (! empty($conf->global->MAIN_METEO_LEVEL2)) $level $level3=$offset+3*$cursor; if (! empty($conf->global->MAIN_METEO_LEVEL3)) $level3=$conf->global->MAIN_METEO_LEVEL3; $text=''; $options='height="60px"'; print ''; -print ''; +print ''; -print ''; +print ''; +print ''; -print ''; +print ''; +print ''; +print ''; +print ''; + print ''; -print ''; +print ''; +print ''; - +print ''; +print ''; +print ''; +print ''; +print ''; +print '
'; +print '
'; print img_picto_common($text,'weather/weather-clear.png',$options); -print '<= '.$level0.'
'; +print '<= '.$level0.'         '; print img_picto_common($text,'weather/weather-few-clouds.png',$options); -print '<= '.$level1.'
'; +print '<= '.$level1.'         '; print img_picto_common($text,'weather/weather-clouds.png',$options); -print '<= '.$level2.'
<= '.$level2.'
'; print img_picto_common($text,'weather/weather-many-clouds.png',$options); -print '<= '.$level3.'
'; +print '<= '.$level3.'         '; print img_picto_common($text,'weather/weather-storm.png',$options); -print '> '.$level3.'
'.$level3.'                        
'; $db->close();