Ma première création : un résumé

Stylesheet XML créés par nos membres
Répondre
guilhem
Nouveau membre
Messages : 7
Inscription : mer. nov. 03, 2010 4:00 pm

Ma première création : un résumé

Message par guilhem »

Code : Tout sélectionner

<?xml version="1.0" encoding="iso-8859-1" ?>

<stylesheet>

	<image width="820" height="790" />



	<!-- ================= Frame ================= -->

	<frame width="820" height="790" position-x="0" position-y="0">

		<title text="" alignement="left|top" angle="0">

			<font color="FF000000" facename="Arial" size="14" weight="400" italic="0" />

		</title>

		<background color1="FFDDDDFF" color2="FFFFFFFF" gradient="0" gradient-direction="135" stretch="1" />

		<border cornerradius="0" color="55555555" thick="1" />

	</frame>



	<!-- ================= Textbox =================  -->

	<textbox width="400" height="30" shadow="0" position-x="480" position-y="0" margin="4" >

		<text alignement="center|top">

			<line text="Rapport du $StartDate[%d/%m/%Y à %Hh%M] à $StopDate[%d/%m/%Y à %Hh%M]"/>

		</text>

	</textbox>

	<textbox width="420" height="150" position-x="390" position-y="630" margin="20">

		<border cornerradius="0" color="55555555" thick="1" />

		<background color1="FFBBBBFF" color2="FFFFFFFF" gradient="1" gradient-direction="90"/>

	</textbox>



	<!-- ================= First Lineplot ================= -->

	<lineplot width="800" height="190" position-x="10" position-y="30" margin-top="15" margin-right="125" margin-bottom="45" margin-left="65">

		<title text="" alignement="vcenter|hcenter" angle="0">

			<font color="FF000000" facename="Arial" size="18" weight="400" italic="1" />

		</title>

		<border cornerradius="0" color="55555555" thick="1" />

		<background color1="FFBBBBFF" color2="FFFFFFFF" gradient="1" gradient-direction="90"/>

		<graphbackground color="FFFFFFFF" />

		<xaxis color="FF000000" grid="1" autoscale="0" min="0" max="0">

			<title text="" alignement="vcenter|hcenter" angle="0">

				<font color="FF000000" facename="Arial" size="14" weight="400" italic="0" />

			</title>

			<labels labelinterval="1" angle="0" format="%H:%M\n%d/%m" side="left" hide="0">

				<font color="FF000000" facename="Arial" size="14" weight="400" italic="0" />

			</labels>

			<ticks majorticks="10" minorticks="4" side="bottom" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />

		</xaxis>

		<y1axis color="FFFF0000" grid="1" autoscale="1" min="0" max="0" titleside="left" titlemargin="20">

			<title text="Température ($Unit[Temperature])" alignement="vcenter|hcenter" angle="0">

				<font color="FFFF0000" facename="Arial" size="14" weight="400" italic="1" />

			</title>

			<labels labelinterval="1" angle="0" format=".0" side="left" hide="0">

				<font color="FFFF0000" facename="Arial" size="14" weight="400" italic="0" />

			</labels>

			<ticks majorticks="5" minorticks="4" side="left" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />

		</y1axis>

		<y2axis side="right" color="FF009000" grid="0" autoscale="1" titleside="right" titlemargin="38">

			<title text="Pression ($Unit[Pressure])" alignement="vcenter|hcenter" angle="0">

				<font color="FF009000" facename="Arial" size="14" weight="400" italic="1" />

			</title>

			<labels labelinterval="1" angle="0" format=".0" side="right" hide="0">

				<font color="FF009000" facename="Arial" size="14" weight="400" italic="0" />

			</labels>

			<ticks majorticks="5" minorticks="4" side="right" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />

		</y2axis>

		<y3axis ydelta="70" side="right" color="660000FF" grid="0" autoscale="0" min="0" max="100" titleside="right" titlemargin="35">

			<title text="Humidité (%)" alignement="vcenter|hcenter" angle="0">

				<font color="660000FF" facename="Arial" size="14" weight="400" italic="1" />

			</title>

			<labels labelinterval="1" angle="0" format=".0" side="right" hide="0">

				<font color="660000FF" facename="Arial" size="14" weight="400" italic="0" />

			</labels>

			<ticks autoticks="0" majorticks="5" minorticks="4" side="right" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />

		</y3axis>

		<y4axis color="FF000000" grid="1" autoscale="0" min="0" max="12" ydelta="39" titleside="1" titlemargin="12">

			<title text="Indice UV" alignement="20" angle="0">

				<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />

			</title>

			<labels labelinterval="1" angle="0" format="" side="2" hide="0" >

				<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />

			</labels>

			<ticks majorticks="5" minorticks="2" side="2" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />

		</y4axis>

		<legend position-x="400" position-y="630" hide="0" shadow="0">

			<font color="FF000000" facename="Arial" size="14" weight="400" italic="0" />

			<border cornerradius="0" color="FF000000" thick="0" />

			<background color="00000000" />

		</legend>

		<data>

			<outdoor_temperature axisbind="y1axis" legend="Temperature ext." color1="FFFF0000" color2="FF0000FF" antialiasing="1" filled="0" hide="0" thick="1.2"/>

			<relative_pressure axisbind="y2axis" legend="Pression rel." color1="FF009000" color2="FF00FF00" antialiasing="1" filled="0" hide="0" thick="1.2"/>

			<outdoor_humidity axisbind="y3axis" legend="Humidité extérieure" color1="3000FF00" color2="300000FF" antialiasing="1" filled="1" hide="0" />

			<outdoor_humidity axisbind="y3axis" legend="Humidité extérieure" color1="300000FF" antialiasing="1" hidelegend="1" thick="1.2"/>

			<wind_chill axisbind="y1axis" legend="Facteur vent" color1="FF0099FF" color2="FF0099FF" antialiasing="1" filled="0" hide="0" thick="1.2"/>

			<dew_point axisbind="y1axis" legend="Point de rosée" color1="FF0000FF" color2="FF0000FF" antialiasing="1" filled="0" hide="0" thick="1.2"/>

			<uv_index axisbind="y4axis" legend="Indice UV" color1="44FFFF00" color2="44FF0000" antialiasing="1" filled="1" hide="0" thick="1.2"/>

		</data>

	</lineplot>



	<!-- ================= Second Lineplot ================= -->

	<lineplot width="800" height="190" position-x="10" position-y="230" margin-top="15" margin-right="125" margin-bottom="45" margin-left="65">

		<title text="" alignement="vcenter|hcenter" angle="0">

			<font color="FF000000" facename="Arial" size="18" weight="400" italic="1" />

		</title>

		<border cornerradius="0" color="55555555" thick="1" />

		<background color1="FFBBBBFF" color2="FFFFFFFF" gradient="1" gradient-direction="90"/>

		<graphbackground color="FFFFFFFF" />

		<xaxis color="FF000000" grid="1" autoscale="0" min="0" max="0">

			<title text="" alignement="vcenter|hcenter" angle="0">

				<font color="FF000000" facename="Arial" size="14" weight="400" italic="0" />

			</title>

			<labels labelinterval="1" angle="0" format="%H:%M\n%d/%m" side="left" hide="0">

				<font color="FF000000" facename="Arial" size="14" weight="400" italic="0" />

			</labels>

			<ticks majorticks="10" minorticks="4" side="bottom" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />

		</xaxis>

		<y1axis color="FFFF0000" grid="1" autoscale="1" min="0" max="0" titleside="left" titlemargin="35">

			<title text="Vitesse du vent ($Unit[Speed])" alignement="hcenter|vcenter" angle="0">

				<font color="FFFF0000" facename="Arial" size="14" weight="400" italic="1" />

			</title>

			<labels labelinterval="1" angle="0" format=".0" side="left" hide="0" >

				<font color="FFFF0000" facename="Arial" size="14" weight="400" italic="1" />

			</labels>

			<ticks majorticks="5" minorticks="4" side="left" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />

		</y1axis>

		<y2axis side="right" color="FFFF0000" grid="0" autoscale="0" min="0" max="360" titleside="right" titlemargin="35" ydelta="65">

			<title text="Direction du vent (°)" alignement="vcenter|hcenter" angle="0">

				<font color="FFFF0000" facename="Arial" size="14" weight="400" italic="1" />

			</title>

			<labels labelinterval="1" angle="0" side="right" hide="0">

				<font color="FFFF0000" facename="Arial" size="14" weight="400" italic="1" />

			</labels>

			<ticks majorticks="5" minorticks="4" side="right" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />

		</y2axis>

		<legend position-x="540" position-y="630" hide="0" shadow="0">

			<font color="FF000000" facename="Arial" size="14" weight="400" italic="0" />

			<border cornerradius="0" color="FF000000" thick="0" />

			<background color="00000000" />

		</legend>

		<data>

			<wind_speed axisbind="y1axis" legend="Vitesse du vent" color1="66FF0000" color2="33FF0000" antialiasing="1" filled="1" />

			<wind_speed axisbind="y1axis" legend="Vitesse du vent" color1="66FF0000" antialiasing="1" filled="0" hidelegend="1" thick="1.2"/>

			<wind_gust axisbind="y1axis" legend="Rafales" color1="66FF0000" antialiasing="1" filled="0" hidelegend="0" thick="0.8"/>

			<wind_direction axisbind="y2axis" legend="Direction du vent" color1="FFFF0000" antialiasing="1" filled="0" hidelegend="0" thick="2" pattern="00000000"/>

		</data>

	</lineplot>



	<!-- ================= Third Lineplot ================= -->

	<lineplot width="800" height="190" position-x="10" position-y="430" margin-top="15" margin-right="125" margin-bottom="45" margin-left="65">

		<title text="" alignement="vcenter|hcenter" angle="0">

			<font color="FF000000" facename="Arial" size="18" weight="400" italic="1" />

		</title>

		<border cornerradius="0" color="55555555" thick="1" />

		<background color1="FFBBBBFF" color2="FFFFFFFF" gradient="1" gradient-direction="90"/>

		<graphbackground color="FFFFFFFF" />

		<xaxis color="FF000000" grid="1" autoscale="0" min="0" max="0">

			<title text="" alignement="vcenter|hcenter" angle="0">

				<font color="FF000000" facename="Arial" size="14" weight="400" italic="0" />

			</title>

			<labels labelinterval="1" angle="0" format="%H:%M\n%d/%m" side="left" hide="0">

				<font color="FF000000" facename="Arial" size="14" weight="400" italic="0" />

			</labels>

			<ticks majorticks="10" minorticks="4" side="bottom" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />

		</xaxis>

		<y1axis color="660000FF" grid="1" autoscale="1" min="0" max="0" titleside="top" titlemargin="35">

			<title text="Précipitations ($Unit[Rainfall])" alignement="vcenter|hcenter" angle="0">

				<font color="660000FF" facename="Arial" size="12" weight="400" italic="1" />

			</title>

			<labels labelinterval="1" angle="0" format=".2" side="left" hide="0" >

				<font color="660000FF" facename="Arial" size="12" weight="400" italic="1" />

			</labels>

			<ticks majorticks="5" minorticks="4" side="left" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />

		</y1axis>

		<y2axis side="right" color="660000FF" grid="0" autoscale="1" min="0" max="0" titleside="right" titlemargin="35">

			<title text="Précipitations 1h ($Unit[Rainfall])" alignement="vcenter|hcenter" angle="0">

				<font color="660000FF" facename="Arial" size="12" weight="400" italic="1" />

			</title>

			<labels labelinterval="1" angle="0" format=".2" side="right" hide="0">

				<font color="660000FF" facename="Arial" size="12" weight="400" italic="1" />

			</labels>

			<ticks majorticks="5" minorticks="4" side="right" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />

		</y2axis>

		<y3axis side="right" color="660000FF" grid="0" autoscale="1" min="0" max="0" titleside="right" titlemargin="35" ydelta="65">

			<title text="Précipitations 24h ($Unit[Rainfall])" alignement="vcenter|hcenter" angle="0">

				<font color="660000FF" facename="Arial" size="12" weight="400" italic="1" />

			</title>

			<labels labelinterval="1" angle="0" format=".2" side="right" hide="0" >

				<font color="660000FF" facename="Arial" size="12" weight="400" italic="1" />

			</labels>

			<ticks majorticks="5" minorticks="4" side="right" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />

		</y3axis>

		<legend position-x="670" position-y="630" hide="0" shadow="0">

			<font color="FF000000" facename="Arial" size="14" weight="400" italic="0" />

			<border cornerradius="0" color="FF000000" thick="0" />

			<background color="00000000" />

		</legend>

		<data>

			<relative_rainfall axisbind="y1axis" legend="Précipitations" color1="660000FF" color2="330000FF" antialiasing="1" filled="1" />

			<relative_rainfall axisbind="y1axis" legend="Précipitations" color1="660000FF" antialiasing="1" filled="0" hidelegend="1" thick="1.2" />

			<rainfall_1h axisbind="y2axis" legend="Précipitations 1h" color1="660000FF" color2="500000FF" antialiasing="1" filled="0" hidelegend="0" thick="1.2" pattern="CCCCCCCC"/>

			<rainfall_24h axisbind="y3axis" legend="Précipitations 24h" color1="660000FF" color2="500000FF" antialiasing="1" filled="0" hidelegend="0" thick="1.2" pattern="F0F0F0F0"/>

		</data>

	</lineplot>



	<!-- ================= Radarplot ================= -->

	<radarplot width="150" height="150" position-x="10" position-y="630" margin-top="20" margin-right="20" margin-bottom="20" margin-left="20">

		<border cornerradius="0" color="55555555" thick="1" />

		<background color1="FFBBBBFF" color2="FFFFFFFF" gradient="1" gradient-direction="90"/>

		<axis color="FF505050" grid="1" autoscale="1" min="0" max="0">

			<text text="" alignement="left|top" angle="0">

				<font color="FF000000" facename="Arial" size="14" weight="400" italic="0" />

			</text>

			<titles text="E;ENE;NE;NNE;N;NN0;N0;0N0;0;0S0;S0;SS0;S;SSE;SE;ESE">

				<font color="FFFF0000" facename="Arial" size="10" weight="400" italic="0" />

			</titles>

			<labels labelinterval="1" angle="0" formatstring="0" side="left" hide="1">

				<font color="FF000000" facename="Arial" size="14" weight="400" italic="0" />

			</labels>

			<ticks autoticks="0" majorticks="5" minorticks="2" side="bottom" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />

		</axis>

		<legend position-x="0" position-y="0" hide="1" shadow="1">

			<font color="FF000000" facename="Arial" size="14" weight="400" italic="0" />

			<border cornerradius="0" color="FF000000" thick="1" />

			<background color="FFFFFFFF" texture="" />

		</legend>

		<data>

			<wind_direction legend="" color1="60FF0000" color2="60FF0000" antialiasing="1" filled="1" />

			<wind_direction legend="" color1="60FF0000" antialiasing="1" hidelegend="1" thick="1.2"/>

		</data>

	</radarplot>



	<!-- ================= Statistics ================= -->

	<textbox width="210" height="150" position-x="170" position-y="630" margin="12">

		<border cornerradius="0" color="55555555" thick="1" />

		<background color1="FFBBBBFF" color2="FFFFFFFF" gradient="1" gradient-direction="90"/>

			<graphbackground color="FFFFFFFF" />

			<text alignement="left|top">

				<line text="Température ext. min. : $Min[outdoor_temperature] $Unit[Temperature]"/>

				<line text="Température ext. moyenne. : $Mean[outdoor_temperature] $Unit[Temperature]"/>

				<line text="Température ext. max. : $Max[outdoor_temperature] $Unit[Temperature]"/>

				<line text="UV max. : $Max[uv_index]" />

				<line text="Vent maximal : $Max[wind_speed] $Unit[Speed]"/>

				<line text="Rafale maximale : $Max[wind_gust] $Unit[Speed]"/>

				<line text="Vitesse du vent moyenne : $Mean[wind_speed] $Unit[Speed]"/>

				<line text="Direction moyenne du vent : $Mean[wind_direction,f1]"/>

				<line text="Cumul sur la période : $Cumul[relative_rainfall] $Unit[Rainfall]"/>

			</text>

		<background color="00000000" texture="tex_greengrad.png" stretch="1" />

	</textbox>

</stylesheet>
Pour la communauté.
Bonne journée.
Guilhem.
Micharnaud
Membre
Messages : 787
Inscription : mer. déc. 22, 2010 1:36 pm
Localisation : Ariege
Contact :

Re: Ma première création : un résumé

Message par Micharnaud »

on pourais avoir un appercu
Merci
guilhem
Nouveau membre
Messages : 7
Inscription : mer. nov. 03, 2010 4:00 pm

Re: Ma première création : un résumé

Message par guilhem »

Oui bien sûr, c'est même mieux !
Image
Micharnaud
Membre
Messages : 787
Inscription : mer. déc. 22, 2010 1:36 pm
Localisation : Ariege
Contact :

Re: Ma première création : un résumé

Message par Micharnaud »

voila tres bien et merci
Répondre