Stylisation de l'application.

This commit is contained in:
Chouchen
2010-09-17 13:38:57 +00:00
parent e5415117a1
commit f6aae7e077
18 changed files with 53 additions and 238 deletions

View File

@@ -10,11 +10,12 @@ class weather {
public function __construct($params){
//$this->setParams($params);
$city = $params['city'];
$ville = $params['city'];
include 'GoogleMeteo.php';
echo '<script type="text/javascript" src="js/jquery.weather.js"></script>
<link rel="stylesheet" type="text/css" href="css/weather.css">';
echo '<div id="weather" style="left:'.$params['x'].'; top:'.$params['y'].';">
'.$city.'<br/>
<div class="weatherpic"></div>
<strong>'.$present_weather.'</strong><br/>
'.$future_weather1.'<br/>