Subversion Repositories eFlore/Projets.eflore-projets

Rev

Rev 543 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 543 Rev 619
Line 1... Line -...
1
<?xml version="1.0" encoding="utf-8"?>
-
 
2
<svg version="1.1" id="graphique_climat" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
-
 
3
	 y="0px" width="500px" height="180px" viewBox="0 0 500 180" enable-background="new 0 0 500 180" xml:space="preserve">
-
 
4
<style id="cssGraphique" type="text/css">
-
 
5
		@CHARSET "UTF-8";
-
 
6
		.fond {
-
 
7
		    fill:#F8F8F8;
-
 
8
		    stroke:#F8F8F8;
-
 
9
		    stroke-width:3;
-
 
10
		}
-
 
11
		.cartouche {
-
 
12
			stroke:#000;
-
 
13
			fill:#F8F8F8;
-
 
14
			stroke-width:1.5;
-
 
15
		}
-
 
16
		.graduation {
-
 
17
			stroke:#000;
-
 
18
			stroke-width:1.5;
-
 
19
			stroke-dasharray:1,1;
-
 
20
			fill:none;
-
 
21
		}
-
 
22
		.median {
-
 
23
			stroke:#000;
-
 
24
			stroke-width:1.5;
-
 
25
			fill:none;
-
 
26
		}
-
 
27
		.ligne_grad {
-
 
28
			stroke:#000;
-
 
29
			stroke-width:1.5;
-
 
30
			stroke-dasharray:1,1;
-
 
31
			fill:none;
-
 
32
		}
-
 
33
		.cache {
-
 
34
			fill:#F8F8F8;
-
 
35
		}
-
 
36
		.titre {
-
 
37
			fill:#000;
-
 
38
			font-family:Arial;
-
 
39
			font-size:13px;
-
 
40
		}
-
 
41
		.min_max {
-
 
42
			fill:#000;
-
 
43
			font-family:Arial;
-
 
44
			font-size:10px;
-
 
45
		}
-
 
46
		/* pour faire apparaitre un curseur*/
-
 
47
		.curseur {
-
 
48
			fill:#EA6624; 
-
 
49
			stroke:#FFFFFF;
-
 
50
			stroke-width:3;
-
 
51
		}
-
 
52
		/* pour faire disparaitre un curseur*/
-
 
53
		.disparu {
-
 
54
			fill:none; 
-
 
55
			stroke:none;
-
 
56
			stroke-width:0;
-
 
57
		}
-
 
58
		</style>
-
 
59
<rect id="fond" x="0px" y="0px" class="fond"  width="500px" height="180px"/>
-
 
60
<line class="ligne_grad" x1="187.517" y1="31.48" x2="440.655" y2="31.48"/>
-
 
61
<line class="ligne_grad" x1="187.517" y1="65.363" x2="440.655" y2="65.363"/>
-
 
62
<line class="ligne_grad" x1="187.517" y1="102.063" x2="440.655" y2="102.063"/>
-
 
63
<line class="ligne_grad" x1="187.517" y1="140.738" x2="440.655" y2="140.738"/>
-
 
64
 
-
 
65
<line id="un" class="graduation" x1="187.897" y1="26.943" x2="187.897" y2="144.396"/>
-
 
66
<line id="deux" class="graduation" x1="219.095" y1="26.943" x2="219.095" y2="144.396"/>
-
 
67
<line id="trois" class="graduation" x1="249.902" y1="26.943" x2="249.902" y2="144.396"/>
-
 
68
<line id="quatre" class="graduation" x1="282.824" y1="26.943" x2="282.824" y2="144.396"/>
-
 
69
<line id="six" class="graduation" x1="348.273" y1="28.943" x2="348.273" y2="146.396"/>
-
 
70
<line id="sept" class="graduation" x1="378.273" y1="26.943" x2="378.273" y2="144.396"/>
-
 
71
<line id="huit" class="graduation" x1="409.395" y1="26.943" x2="409.395" y2="144.396"/>
-
 
72
<line id="neuf" class="graduation" x1="441.036" y1="26.943" x2="441.036" y2="144.396"/>
-
 
73
 
-
 
74
<rect x="160.794" y="36.552" class="cache" width="295.217" height="23.063"/>
-
 
75
<rect x="161.448" y="69.725" class="cache" width="285.583" height="26.316"/>
-
 
76
<rect x="157.52" y="107.477" class="cache" width="286.718" height="28.485"/>
-
 
77
 
-
 
78
<line id="cinq" class="median" x1="314.882" y1="133.699" x2="314.882" y2="148.777"/>
-
 
79
<line class="median" x1="314.882" y1="95.023" x2="314.882" y2="110.102"/>
-
 
80
<line class="median" x1="314.882" y1="58.323" x2="314.882" y2="73.402"/>
-
 
81
<line class="median" x1="314.882" y1="24.441" x2="314.882" y2="39.521"/>
-
 
82
 
-
 
83
<circle id="ve_lumiere" class="disparu"  cx="189.27" cy="32.431" r="11.505"/>
-
 
84
<circle id="ve_humidite_atmos" class="disparu"  cx="190.562" cy="67.112" r="11.504"/>
-
 
85
<circle id="ve_temperature" class="disparu"  cx="192.369" cy="103.3" r="11.505"/>
-
 
86
<circle id="ve_continentalite" class="disparu"  cx="192.88" cy="140.243" r="11.504"/>
-
 
87
 
-
 
88
<text transform="matrix(1 0 0 1 186.6028 53.9297)" class="min_max">sec </text>
-
 
89
<text transform="matrix(1 0 0 1 186.6028 90.8027)" class="min_max">froid</text>
-
 
90
<text transform="matrix(1 0 0 1 413.8196 90.8027)" class="min_max"> chaud</text>
-
 
91
<text transform="matrix(1 0 0 1 186.6028 126.4297)" class="min_max">marin</text>
-
 
92
<text transform="matrix(1 0 0 1 393.4202 129.0361)" class="min_max">continental</text>
-
 
93
<text transform="matrix(1 0 0 1 411.3401 55.5947)" class="min_max">humide</text>
-
 
94
<text transform="matrix(1 0 0 1 185.8494 21.5605)" class="min_max">ombre</text>
-
 
95
<text transform="matrix(1 0 0 1 411.3479 20.0527)" class="min_max">lumière</text>
-
 
96
 
-
 
97
<path class="cartouche"  d="M175.403,30.955c0,6.582-5.337,11.918-11.919,11.918H36.352
-
 
98
	c-6.582,0-11.919-5.336-11.919-11.918v-0.993c0-6.582,5.337-11.919,11.919-11.919h127.132c6.582,0,11.919,5.337,11.919,11.919
-
 
99
	V30.955L175.403,30.955z"/>
-
 
100
<path class="cartouche"  d="M175.403,66.71c0,6.582-5.337,11.919-11.919,11.919H36.352
-
 
101
	c-6.582,0-11.919-5.337-11.919-11.919v-0.993c0-6.582,5.337-11.918,11.919-11.918h127.132c6.582,0,11.919,5.336,11.919,11.918V66.71
-
 
102
	L175.403,66.71z"/>
-
 
103
<path class="cartouche"  d="M175.403,103.459c0,6.583-5.337,11.92-11.919,11.92H36.352
-
 
104
	c-6.582,0-11.919-5.337-11.919-11.92v-0.992c0-6.582,5.337-11.919,11.919-11.919h127.132c6.582,0,11.919,5.337,11.919,11.919
-
 
105
	V103.459L175.403,103.459z"/>
-
 
106
<path class="cartouche"  d="M175.403,140.209c0,6.582-5.337,11.918-11.919,11.918H36.352
-
 
107
	c-6.582,0-11.919-5.336-11.919-11.918v-0.993c0-6.582,5.337-11.919,11.919-11.919h127.132c6.582,0,11.919,5.337,11.919,11.919
-
 
108
	V140.209L175.403,140.209z"/>
-
 
109
	
-
 
110
<text transform="matrix(1 0 0 1 59.2634 144.0039)" class="titre">Continentalité</text>
-
 
111
<text transform="matrix(1 0 0 1 62.7498 106.7275)" class="titre">Temperature</text>
-
 
112
<text transform="matrix(1 0 0 1 37.365 71.374)" font-family="Arial" font-size="11px">Humidité Atmosphérique </text>
-
 
113
<text transform="matrix(1 0 0 1 76.6624 35.0635)" class="titre">Lumière</text>
-
 
114
</svg>
-
 
115
1
<?xml version="1.0" encoding="utf-8"?>
-
 
2
<svg version="1.1" id="graphique_sol" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
-
 
3
	 y="0px" width="500px" height="180px" viewBox="0 0 500 180" enable-background="new 0 0 500 180" xml:space="preserve">
-
 
4
<style id="cssGraphique" type="text/css">
-
 
5
		@CHARSET "UTF-8";
-
 
6
		.fond {
-
 
7
		    fill:#F8F8F8;
-
 
8
		    stroke:#F8F8F8;
-
 
9
		    stroke-width:3;
-
 
10
		}
-
 
11
		.cartouche {
-
 
12
			stroke:#000;
-
 
13
			fill:#F8F8F8;
-
 
14
			stroke-width:1.5;
-
 
15
		}
-
 
16
		.graduation {
-
 
17
			stroke:#000;
-
 
18
			stroke-width:1.5;
-
 
19
			stroke-dasharray:1,1;
-
 
20
			fill:none;
-
 
21
		}
-
 
22
		.median {
-
 
23
			stroke:#000;
-
 
24
			stroke-width:1.5;
-
 
25
			fill:none;
-
 
26
		}
-
 
27
		.ligne_grad {
-
 
28
			stroke:#000;
-
 
29
			stroke-width:1.5;
-
 
30
			stroke-dasharray:1,1;
-
 
31
			fill:none;
-
 
32
		}
-
 
33
		.cache {
-
 
34
			fill:#F8F8F8;
-
 
35
		}
-
 
36
		.titre {
-
 
37
			fill:#000;
-
 
38
			font-family:Arial;
-
 
39
			font-size:13px;
-
 
40
		}
-
 
41
		.min_max {
-
 
42
			fill:#000;
-
 
43
			font-family:Arial;
-
 
44
			font-size:11px;
-
 
45
		}
-
 
46
		/* pour faire apparaitre un curseur*/
-
 
47
		.curseur {
-
 
48
			fill:#EA6624; 
-
 
49
			stroke:#FFFFFF;
-
 
50
			stroke-width:3;
-
 
51
		}
-
 
52
		/* pour faire disparaitre un curseur*/
-
 
53
		.disparu {
-
 
54
			fill:none; 
-
 
55
			stroke:none;
-
 
56
			stroke-width:0;
-
 
57
		}
-
 
58
		</style>
-
 
59
<rect id="fond" x="0px" y="0px" class="fond"  width="510" height="180"/>
-
 
60
<line class="ligne_grad" x1="187.517" y1="31.48" x2="440.655" y2="31.48"/>
-
 
61
<line class="ligne_grad" x1="187.517" y1="65.363" x2="440.655" y2="65.363"/>
-
 
62
<line class="ligne_grad" x1="187.517" y1="102.063" x2="440.655" y2="102.063"/>
-
 
63
<line class="ligne_grad" x1="187.517" y1="140.738" x2="440.655" y2="140.738"/>
-
 
64
 
-
 
65
<line id="un" class="graduation" x1="187.897" y1="26.943" x2="187.897" y2="144.396"/>
-
 
66
<line id="deux" class="graduation" x1="219.095" y1="26.943" x2="219.095" y2="144.396"/>
-
 
67
<line id="trois" class="graduation" x1="249.902" y1="26.943" x2="249.902" y2="144.396"/>
-
 
68
<line id="quatre" class="graduation" x1="282.824" y1="26.943" x2="282.824" y2="144.396"/>
-
 
69
<line id="six" class="graduation" x1="348.273" y1="28.943" x2="348.273" y2="146.396"/>
-
 
70
<line id="sept" class="graduation" x1="378.273" y1="26.943" x2="378.273" y2="144.396"/>
-
 
71
<line id="huit" class="graduation" x1="409.395" y1="26.943" x2="409.395" y2="144.396"/>
-
 
72
<line id="neuf" class="graduation" x1="441.036" y1="26.943" x2="441.036" y2="144.396"/>
-
 
73
 
-
 
74
<rect x="160.794" y="36.552" class="cache" width="295.217" height="23.063"/>
-
 
75
<rect x="161.448" y="69.725" class="cache" width="285.583" height="26.316"/>
-
 
76
<rect x="157.52" y="107.477" class="cache" width="286.718" height="28.485"/>
-
 
77
 
-
 
78
<line id="cinq" class="median" x1="314.882" y1="133.699" x2="314.882" y2="148.777"/>
-
 
79
<line class="median" x1="314.882" y1="95.023" x2="314.882" y2="110.102"/>
-
 
80
<line class="median" x1="314.882" y1="58.323" x2="314.882" y2="73.402"/>
-
 
81
<line class="median" x1="314.882" y1="24.441" x2="314.882" y2="39.521"/>
-
 
82
 
-
 
83
<circle id="ve_lumiere" class="disparu"  cx="189.27" cy="32.431" r="11.505"/>
-
 
84
<circle id="ve_humidite_atmos" class="disparu"  cx="190.562" cy="67.112" r="11.504"/>
-
 
85
<circle id="ve_temperature" class="disparu"  cx="192.369" cy="103.3" r="11.505"/>
-
 
86
<circle id="ve_continentalite" class="disparu"  cx="192.88" cy="140.243" r="11.504"/>
-
 
87
 
-
 
88
<text transform="matrix(1 0 0 1 186.6028 53.9297)" class="min_max">sec </text>
-
 
89
<text transform="matrix(1 0 0 1 186.6028 90.8027)" class="min_max">froid</text>
-
 
90
<text transform="matrix(1 0 0 1 413.8196 90.8027)" class="min_max"> chaud</text>
-
 
91
<text transform="matrix(1 0 0 1 186.6028 126.4297)" class="min_max">marin</text>
-
 
92
<text transform="matrix(1 0 0 1 393.4202 129.0361)" class="min_max">continental</text>
-
 
93
<text transform="matrix(1 0 0 1 411.3401 55.5947)" class="min_max">humide</text>
-
 
94
<text transform="matrix(1 0 0 1 185.8494 21.5605)" class="min_max">ombre</text>
-
 
95
<text transform="matrix(1 0 0 1 411.3479 20.0527)" class="min_max">lumière</text>
-
 
96
 
-
 
97
<path class="cartouche"  d="M175.403,30.955c0,6.582-5.337,11.918-11.919,11.918H36.352
-
 
98
	c-6.582,0-11.919-5.336-11.919-11.918v-0.993c0-6.582,5.337-11.919,11.919-11.919h127.132c6.582,0,11.919,5.337,11.919,11.919
-
 
99
	V30.955L175.403,30.955z"/>
-
 
100
<path class="cartouche"  d="M175.403,66.71c0,6.582-5.337,11.919-11.919,11.919H36.352
-
 
101
	c-6.582,0-11.919-5.337-11.919-11.919v-0.993c0-6.582,5.337-11.918,11.919-11.918h127.132c6.582,0,11.919,5.336,11.919,11.918V66.71
-
 
102
	L175.403,66.71z"/>
-
 
103
<path class="cartouche"  d="M175.403,103.459c0,6.583-5.337,11.92-11.919,11.92H36.352
-
 
104
	c-6.582,0-11.919-5.337-11.919-11.92v-0.992c0-6.582,5.337-11.919,11.919-11.919h127.132c6.582,0,11.919,5.337,11.919,11.919
-
 
105
	V103.459L175.403,103.459z"/>
-
 
106
<path class="cartouche"  d="M175.403,140.209c0,6.582-5.337,11.918-11.919,11.918H36.352
-
 
107
	c-6.582,0-11.919-5.336-11.919-11.918v-0.993c0-6.582,5.337-11.919,11.919-11.919h127.132c6.582,0,11.919,5.337,11.919,11.919
-
 
108
	V140.209L175.403,140.209z"/>
-
 
109
	
-
 
110
<text transform="matrix(1 0 0 1 59.2634 144.0039)" class="titre">Continentalité</text>
-
 
111
<text transform="matrix(1 0 0 1 62.7498 106.7275)" class="titre">Temperature</text>
-
 
112
<text transform="matrix(1 0 0 1 33.365 71.374)" font-family="Arial" font-size="11px">Humidité Atmosphérique </text>
-
 
113
<text transform="matrix(1 0 0 1 76.6624 35.0635)" class="titre">Lumière</text>
-
 
114
</svg>
-
 
115