jauges dynamique sur page d'accueil de site (RESOLU)

Tout ce qui est relié aux jauges SteelSeries
Répondre
Avatar de l’utilisateur
Starbird
Membre
Messages : 49
Inscription : lun. nov. 25, 2013 4:49 pm

jauges dynamique sur page d'accueil de site (RESOLU)

Message par Starbird »

Merci encore pour votre aides...
Je viens de reinstaller les gauges et cela fonctionne trés bien a cette adresse maintenant : http://www.meteoplouasne.com/gauges_Ste ... -basic.htm

Quelqu'un pourrait' il me dire comment les mettre sur ma page d'accueil (celle de mon site) je veux dire sans doute quelque chose a rajouter dans le dossier " index.php" je pense???

Merci beaucoup.
Dernière modification par Starbird le jeu. nov. 27, 2014 8:32 am, modifié 1 fois.
Station Orégon WMR 200 + sonde U.V.+ sonde noir
Windows 7.
Xnet + Graphweather.
Avatar de l’utilisateur
paaubert
Membre
Messages : 2624
Inscription : dim. janv. 17, 2010 7:16 pm
Localisation : 1555 Villarzel - Switzerland
Contact :

Re: jauges dynamique sur page d'accueil de site

Message par paaubert »

tu peux les inclure avec un iframe à la place des graphiques en jpg.
http://www.debutant-info.com/news-70-la ... iframe.php
C'est sur la page index.php

A+
_________________________________________________________________________________________________________
Station Vantage Pro2+ avec station agricole - Weatherlink 6.0.3 - GraphWeather 3.0.15b - Cumulus 1.9.4 - Windows W10 ultimate x64
http://www.boock.ch/meteo-villarzel.php
Image
Avatar de l’utilisateur
Starbird
Membre
Messages : 49
Inscription : lun. nov. 25, 2013 4:49 pm

Re: jauges dynamique sur page d'accueil de site

Message par Starbird »

Merci de ta réponse,

Mais peux tu me donner un exemple s il te plait... je veux dire un exemple qui ce trouve déjà sur un index.php qui est déjà fait car n étant pas informaticien la vraiment je gallere de trop.
Je ne vois pas vraiment comment mettre l adresse http://www.meteoplouasne.com/gauges_Ste ... -basic.htm dans mon dossier index.php.
Je retrouve bien dans mon fichier index.php CECI: < p align="center"><br>
<p align="center"><img src="images_gw/jauges.jpg" width="902" height="614" usemap="#Map" border="0" name="gauges graphweather température humidité pression pluie vent UV radiations solaires météo actuelle pour Plouasne">
<br>
Je pense donc que je dois mettre l adresse des jauges dynamique a la place >images_gw/jauges.jpg<

Désole :oops:

Je vois bien que pour certains cela coule de sens :mrgreen:

Merci
Station Orégon WMR 200 + sonde U.V.+ sonde noir
Windows 7.
Xnet + Graphweather.
Avatar de l’utilisateur
paaubert
Membre
Messages : 2624
Inscription : dim. janv. 17, 2010 7:16 pm
Localisation : 1555 Villarzel - Switzerland
Contact :

Re: jauges dynamique sur page d'accueil de site

Message par paaubert »

simplement

<iframe src="/gauges-ss-basic.htm" width="715" height="1080" scrolling="no" frameborder="0"> </iframe>

a vérifier le chemin vers ton fichier et la hauteur / largeur de l'iframe en fonction de la grandeur de ta page gauges-ss-basic.htm, fait quelques essais.

A+
_________________________________________________________________________________________________________
Station Vantage Pro2+ avec station agricole - Weatherlink 6.0.3 - GraphWeather 3.0.15b - Cumulus 1.9.4 - Windows W10 ultimate x64
http://www.boock.ch/meteo-villarzel.php
Image
Avatar de l’utilisateur
Starbird
Membre
Messages : 49
Inscription : lun. nov. 25, 2013 4:49 pm

Re: jauges dynamique sur page d'accueil de site

Message par Starbird »

Bonjour....nouvelle journée :|

Je reviens encore une dernière fois vers toi pour te demander un dernier conseil car je cherche depuis 07h00 et rien...rien de rien.
Après promis j’arrête et me concentre sur la création de nouvelles feuilles de style (que je sais faire et j'ai déjà fait).

Peux tu me dire ou est mon erreur car je n'arrive pas a affiche mes jauges dynamique en page d'accueil, ci-joint voici mon fichier.
Je changerai après l'emplacement des mini-graphes ou c'est' il eux qui me pose le problème?

Pour info emplacement pour voir les gauges en direct: meteoplouasne.com/gauges_SteelSeries/gauges-ss-basic.htm
Emplacement du dossier des gauges dans le FTP du site: public_gw/gauges_SteelSeries/gauges-ss-basic.htm


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr"><head>
<title>Météo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<!-- Piwik -->
<script type="text/javascript">
var _paq = _paq || [];
_paq.push(["trackPageView"]);
_paq.push(["enableLinkTracking"]);

(function() {
var u=(("https:" == document.location.protocol) ? "https" : "http") + "://www.boock.ch/meteo/piwik/";
_paq.push(["setTrackerUrl", u+"piwik.php"]);
_paq.push(["setSiteId", "4"]);
var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript";
g.defer=true; g.async=true; g.src=u+"piwik.js"; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Piwik Code -->

</head>

<body bgcolor="#FFFFFF" text="#000000" style="background-image:url(images/fond.jpg);background-repeat:no-repeat; background-position:center top; " >

<table width="1100" border="0" align="center" style="border:1px solid black" bgcolor="#FFFFFF" height="1052">
<tr bgcolor="#2a6ecf">
<td colspan="2" valign="top" height="143">
<?php include 'header.php';
?>
</td>
</tr>
<tr>
<td width="162" height="1017" valign="top" align="left" bgcolor="#2a6ecf">
<script type="text/javascript">
initMenu();
</script>
<?php include 'menu.php';
?>
</td>
<td height="1017" width="928" align="left" valign="top">
<p align="center"><br>
<b><i> Bienvenue sur le site de meteo de Plouasne </b><br>

<p align="center"><br>
<p align="center"><img src="<iframe src="//meteoplouasne.com/gauges_SteelSeries/gauges-ss-basic.htm" width="715" height="1080"scrolling="no" frameborder="0"></iframe>
<br>
<map name="Map">
<area shape="circle" coords="284,334,64" href="javascript:void(0);" onMouseOver="return overlib('<b></b>', TEXTCOLOR, '#ffffff', TEXTSIZE, 2, WIDTH, 197, HEIGHT, 376, BACKGROUND, 'images_gw/mininuage.png', PADX, 20, 20, PADY, 20, 20, CENTER );" onMouseOut="return nd();">
<area shape="rect" coords="579,35,881,284" href="javascript:void(0);" onMouseOver="return overlib('<b></b>', TEXTCOLOR, '#ffffff', TEXTSIZE, 2, WIDTH, 450, HEIGHT, 250, BACKGROUND, 'images_gw/minirain.png', PADX, 20, 20, PADY, 20, 20, LEFT );" onMouseOut="return nd();">
<area shape="circle" coords="428,442,118" href="javascript:void(0);" onMouseOver="return overlib('<b></b>', TEXTCOLOR, '#ffffff', TEXTSIZE, 2, WIDTH, 450, HEIGHT, 250, BACKGROUND, 'images_gw/minivent.png', PADX, 20, 20, PADY, 20, 20, CENTER );" onMouseOut="return nd();">
<area shape="circle" coords="142,443,115" href="javascript:void(0);" onMouseOver="return overlib('<b></b>', TEXTCOLOR, '#ffffff', TEXTSIZE, 2, WIDTH, 450, HEIGHT, 250, BACKGROUND, 'images_gw/minipression.png', PADX, 20, 20, PADY, 20, 20, CENTER );" onMouseOut="return nd();">
<area shape="rect" coords="443,30,537,282" href="javascript:void(0);" onMouseOver="return overlib('<b></b>', TEXTCOLOR, '#ffffff', TEXTSIZE, 2, WIDTH, 450, HEIGHT, 250, BACKGROUND, 'images_gw/minirosee.png', PADX, 20, 20, PADY, 20, 20, CENTER );" onMouseOut="return nd();">
<area shape="circle" coords="286,157,118" href="javascript:void(0);" onMouseOver="return overlib('<b></b>', TEXTCOLOR, '#ffffff', TEXTSIZE, 2, WIDTH, 450, HEIGHT, 250, BACKGROUND, 'images_gw/minihumidite.png', PADX, 20, 20, PADY, 20, 20, CENTER );" onMouseOut="return nd();">
<area shape="rect" coords="29,33,121,284" href="javascript:void(0);" onMouseOver="return overlib('<b></b>', TEXTCOLOR, '#ffffff', TEXTSIZE, 2, WIDTH, 450, HEIGHT, 250, BACKGROUND, 'images_gw/minitemp.png', PADX, 20, 20, PADY, 20, 20, CENTER );" onMouseOut="return nd();">
</map>
<table width="900" border="0" align="center">
<tr>
<td height="20">
<div align="center"><img src="images_gw/stats_jours.jpg" width="530" height="500">
</div>
</td>
</tr>
<tr>
<td height="20"><div align="center"><iframe src="journalier_stats.php" width="900" height="530" scrolling="no" frameborder="0">
</iframe></div></td>
</tr>
</table>
<p align="center"> 
</td>
</tr>
<tr bgcolor="#2a6ecf">
<td colspan="2" valign="top" align="left" height="103"> 
<?php include 'foot.php';?>
</td>
</tr>
</table>
<p> 
<p> 
<p> 
<p> 
<p> 
<p> 
<p> 
<p> 
<p> 
<p> 
<p> 
<p> 
<p> 
<p> 
<p> 
<p> 
<p> 
<p> 
<p>

<p> 
<p align="center"><a href="http://www.boock.ch/meteo-villarzel.php" target="_blank"><font color="#99CCFF">création
de météo Villarzel</font></a>
</body>
</html>

Merci...
Station Orégon WMR 200 + sonde U.V.+ sonde noir
Windows 7.
Xnet + Graphweather.
Avatar de l’utilisateur
paaubert
Membre
Messages : 2624
Inscription : dim. janv. 17, 2010 7:16 pm
Localisation : 1555 Villarzel - Switzerland
Contact :

Re: jauges dynamique sur page d'accueil de site

Message par paaubert »

Salut
si tu n'est pas à l’aise avec les chemins relatifs, mets des chemins absolus

<p align="center"><iframe src="http://www.meteoplouasne.com/gauges_SteelSeries/gauges-ss-basic.htm" width="715" height="1080"scrolling="no" frameborder="0"></iframe>

il faut aussi virer le code Piwick, je ne sais pas pourquoi il traîne encore, c'est peux-être une erreur de ma part.
Supprimes ces lignes¨

<!-- Piwik -->
<script type="text/javascript">
var _paq = _paq || [];
_paq.push(["trackPageView"]);
_paq.push(["enableLinkTracking"]);

(function() {
var u=(("https:" == document.location.protocol) ? "https" : "http") + "://www.boock.ch/meteo/piwik/";
_paq.push(["setTrackerUrl", u+"piwik.php"]);
_paq.push(["setSiteId", "4"]);
var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript";
g.defer=true; g.async=true; g.src=u+"piwik.js"; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Piwik Code -->
_________________________________________________________________________________________________________
Station Vantage Pro2+ avec station agricole - Weatherlink 6.0.3 - GraphWeather 3.0.15b - Cumulus 1.9.4 - Windows W10 ultimate x64
http://www.boock.ch/meteo-villarzel.php
Image
Avatar de l’utilisateur
Starbird
Membre
Messages : 49
Inscription : lun. nov. 25, 2013 4:49 pm

Re: jauges dynamique sur page d'accueil de site

Message par Starbird »

Bonjour,

Merci pour les renseignements.

Effectivement j'ai retiré ce que tu m'as dis et maintenant cela fonctionne

Encore Merci.
Station Orégon WMR 200 + sonde U.V.+ sonde noir
Windows 7.
Xnet + Graphweather.
Répondre