Bonjour,
BOITE ALERTES (AJOUTS)
http://oron.com/azak8tluwbwwPRESSION (en baisse) :
-------------------------------------------------------------
<lineargauge width="20" height="450" shadow="0" orientation="1" position-x="1575" position-y="-75" margin-top="0" margin-right="0" margin-bottom="0" margin-left="0" >
<axis color="00222222" min="-0.001" max="0" autoscale="0" side="left" titlemargin="30" titleside="left" thick="1.5">
<labels labelinterval="1" side="left" hide="1">
<font color="FF000000" facename="Arial" size="14" weight="400" italic="0" />
</labels>
<ticks majorticks="10" minorticks="0" side="right" hidefirst="0" hidelast="0" hideminorticks="0" hide="1" minorticksize="0" majorticksize="10"/>
</axis>
<index>
<current_rate_relative_pressure color1="00FF0000" color2="0000FF00" filled="0" texture="img_info_pression_decroit.png" side="left" thick="9" axisdelta="0"/>
</index>
</lineargauge>
---------------------------------------------------------------
1. Mets, dans le dossier Stylesheets, l'image (80x80) de ton choix pour représenter "pression en baisse"
2. N'oublie pas de remplacer texture="img_info_pression_decroit.png" par le nom de l'image que tu auras choisis par exemple texture="img_info_pression_baisse.png"
---------------------------------------------------------------
VENT MOYEN (par exemple >10 km/h) :
---------------------------------------------------------------
<lineargauge width="20" height="600" shadow="0" orientation="1" position-x="1575" position-y="375" margin-top="0" margin-right="0" margin-bottom="0" margin-left="0" >
<axis color="00222222" min="9.999" max="10" autoscale="0" side="left" titlemargin="30" titleside="left" thick="1.5">
<labels labelinterval="1" side="left" hide="1">
<font color="FF000000" facename="Arial" size="14" weight="400" italic="0" />
</labels>
<ticks majorticks="10" minorticks="0" side="right" hidefirst="0" hidelast="0" hideminorticks="0" hide="1" minorticksize="0" majorticksize="10"/>
</axis>
<index>
<stats_day_truemean_wind_speed color="00000000" texture="img_info_danger_rafale.png" filled="1" side="left" thick="0" axisdelta="0"/>
</index>
</lineargauge>
---------------------------------------------------------------
1. Mets la vitesse de ton choix : si tu veux par exemple 15km/h alors remplace min="9.999" max="10" par min="14.999" max="15"
2. Mets, dans le dossier Stylesheets, l'image (80x80) de ton choix pour représenter "vent moyen"
3. N'oublie pas de remplacer texture="img_info_danger_rafale.png" par le nom de l'image que tu auras choisis par exemple texture="img_info_danger_vent_moyen.png"
---------------------------------------------------------------
PS1 : Voir le fichier joint avec les 2 modifications
PS2 : J'ai utilisé 2 images existantes