Stylisation de l'application.
This commit is contained in:
@@ -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/>
|
||||
|
Reference in New Issue
Block a user