Subversion Repositories wimsdev

Rev

Rev 16997 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 16997 Rev 17173
Line 175... Line 175...
175
</style>\
175
</style>\
176
 <svg id="cram" width="$largeur" height="$hauteur" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" >\
176
 <svg id="cram" width="$largeur" height="$hauteur" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" >\
177
  <defs>\
177
  <defs>\
178
   <pattern id="motifhachureH" patternUnits="userSpaceOnUse"\
178
   <pattern id="motifhachureH" patternUnits="userSpaceOnUse"\
179
     x="0" y="0" width="100" height="$hachureH_haut">\
179
     x="0" y="0" width="100" height="$hachureH_haut">\
180
     <line style="stroke:white;stroke-width:1$px; "  x1="0" y1="0" x2="100" y2="0" />\
180
     <line style="stroke:white;stroke-width:1$px; "  x1="0" y1="0" x2="100" y2="0">\
181
     <line style="stroke:black;stroke-width:$hachureH_larg$px;"\
181
     <line style="stroke:black;stroke-width:$hachureH_larg$px;"\
182
          x1="0" y1="$hachureH_haut2" x2="100" y2="$hachureH_haut2" />\
182
          x1="0" y1="$hachureH_haut2" x2="100" y2="$hachureH_haut2">\
183
   </pattern> \
183
   </pattern> \
184
   <line id="inplane" x1="$tri_taille2" y1="1" x2="$tri_taille2" y2="$tri_bas"/>\
184
   <line id="inplane" x1="$tri_taille2" y1="1" x2="$tri_taille2" y2="$tri_bas">\
185
   <polygon id="tri" points="$tri_taille2,1,$tri_gauche,$tri_bas,$tri_droite,$tri_bas"/>\
185
   <polygon id="tri" points="$tri_taille2,1,$tri_gauche,$tri_bas,$tri_droite,$tri_bas">\
186
   <use id="devbc" xlink:href="#tri"/>\
186
   <use id="devbc" xlink:href="#tri">\
187
   <use id="derbc" xlink:href="#tri"/>\
187
   <use id="derbc" xlink:href="#tri">\
188
\
188
\
189
   <use id="devbd" xlink:href="#tri" transform="rotate($ang_dev_bd,$tri_taille2,1)" class="plein" />\
189
   <use id="devbd" xlink:href="#tri" transform="rotate($ang_dev_bd,$tri_taille2,1)" class="plein">\
190
   <use id="devhd" xlink:href="#tri" transform="rotate($ang_dev_hd,$tri_taille2,1)" class="plein" />\
190
   <use id="devhd" xlink:href="#tri" transform="rotate($ang_dev_hd,$tri_taille2,1)" class="plein">\
191
   <use id="derbd" xlink:href="#tri" transform="rotate($ang_der_bd,$tri_taille2,1)" class="hachure" />\
191
   <use id="derbd" xlink:href="#tri" transform="rotate($ang_der_bd,$tri_taille2,1)" class="hachure">\
192
   <use id="derhd" xlink:href="#tri" transform="rotate($ang_der_hd,$tri_taille2,1)" class="hachure" />\
192
   <use id="derhd" xlink:href="#tri" transform="rotate($ang_der_hd,$tri_taille2,1)" class="hachure">\
193
\
193
\
194
   <use id="devbg" xlink:href="#tri" transform="rotate($ang_dev_bg,$tri_taille2,1)" class="plein" />\
194
   <use id="devbg" xlink:href="#tri" transform="rotate($ang_dev_bg,$tri_taille2,1)" class="plein">\
195
   <use id="devhg" xlink:href="#tri" transform="rotate($ang_dev_hg,$tri_taille2,1)" class="plein" />\
195
   <use id="devhg" xlink:href="#tri" transform="rotate($ang_dev_hg,$tri_taille2,1)" class="plein">\
196
   <use id="derbg" xlink:href="#tri" transform="rotate($ang_der_bg,$tri_taille2,1)" class="hachure" />\
196
   <use id="derbg" xlink:href="#tri" transform="rotate($ang_der_bg,$tri_taille2,1)" class="hachure">\
197
   <use id="derhg" xlink:href="#tri" transform="rotate($ang_der_hg,$tri_taille2,1)" class="hachure" />\
197
   <use id="derhg" xlink:href="#tri" transform="rotate($ang_der_hg,$tri_taille2,1)" class="hachure">\
198
\
198
\
199
   <use id="inbd" xlink:href="#inplane" transform="rotate($ang_in_bd,$tri_taille2,1)" class="liaison" />\
199
   <use id="inbd" xlink:href="#inplane" transform="rotate($ang_in_bd,$tri_taille2,1)" class="liaison">\
200
   <use id="inbg" xlink:href="#inplane" transform="rotate($ang_in_bg,$tri_taille2,1)" class="liaison" />\
200
   <use id="inbg" xlink:href="#inplane" transform="rotate($ang_in_bg,$tri_taille2,1)" class="liaison">\
201
   <use id="inhd" xlink:href="#inplane" transform="rotate($ang_in_hd,$tri_taille2,1)" class="liaison" />\
201
   <use id="inhd" xlink:href="#inplane" transform="rotate($ang_in_hd,$tri_taille2,1)" class="liaison">\
202
   <use id="inhg" xlink:href="#inplane" transform="rotate($ang_in_hg,$tri_taille2,1)" class="liaison" />\
202
   <use id="inhg" xlink:href="#inplane" transform="rotate($ang_in_hg,$tri_taille2,1)" class="liaison">\
203
  </defs>\
203
  </defs>\
204
\
204
\
205
<g id="cram_tot" transform="translate(-$tri_taille2,0)">\
205
<g id="cram_tot" transform="translate(-$tri_taille2,0)">\
206
   <use xlink:href="#derhd" x="$centre_d_x" y="$centre_d_y" />\
206
   <use xlink:href="#derhd" x="$centre_d_x" y="$centre_d_y">\
207
   <use xlink:href="#devhd" x="$centre_d_x" y="$centre_d_y" />\
207
   <use xlink:href="#devhd" x="$centre_d_x" y="$centre_d_y">\
208
   <use xlink:href="#inbd" x="$centre_d_x" y="$centre_d_y" />\
208
   <use xlink:href="#inbd" x="$centre_d_x" y="$centre_d_y">\
209
   <use xlink:href="#derbg" x="$centre_g_x" y="$centre_g_y" />\
209
   <use xlink:href="#derbg" x="$centre_g_x" y="$centre_g_y">\
210
   <use xlink:href="#devbg" x="$centre_g_x" y="$centre_g_y" />\
210
   <use xlink:href="#devbg" x="$centre_g_x" y="$centre_g_y">\
211
   <use xlink:href="#inhg" x="$centre_g_x" y="$centre_g_y" />\
211
   <use xlink:href="#inhg" x="$centre_g_x" y="$centre_g_y">\
212
<!--\
212
<!--\
213
   <use xlink:href="#derbd" x="$centre_d_x" y="$centre_d_y" />\
213
   <use xlink:href="#derbd" x="$centre_d_x" y="$centre_d_y">\
214
   <use xlink:href="#devbd" x="$centre_d_x" y="$centre_d_y" />\
214
   <use xlink:href="#devbd" x="$centre_d_x" y="$centre_d_y">\
215
   <use xlink:href="#derhg" x="$centre_g_x" y="$centre_g_y" />\
215
   <use xlink:href="#derhg" x="$centre_g_x" y="$centre_g_y">\
216
   <use xlink:href="#devhg" x="$centre_g_x" y="$centre_g_y" />\
216
   <use xlink:href="#devhg" x="$centre_g_x" y="$centre_g_y">\
217
   <use xlink:href="#inhd" x="$centre_d_x" y="$centre_d_y" />\
217
   <use xlink:href="#inhd" x="$centre_d_x" y="$centre_d_y">\
218
   <use xlink:href="#inbg" x="$centre_g_x" y="$centre_g_y" />\
218
   <use xlink:href="#inbg" x="$centre_g_x" y="$centre_g_y">\
219
-->\
219
-->\
220
   <line x1="$centre_g_x2" y1="$centre_g_y" x2="$centre_d_x2" y2="$centre_d_y" class="liaison"/>\
220
   <line x1="$centre_g_x2" y1="$centre_g_y" x2="$centre_d_x2" y2="$centre_d_y" class="liaison">\
221
 \
221
 \
222
   <foreignObject class="node" x="$in_hg_x" y="$in_hg_y" width="$tlarg$px" height="$thaut$px">\
222
   <foreignObject class="node" x="$in_hg_x" y="$in_hg_y" width="$tlarg$px" height="$thaut$px">\
223
    <body xmlns="http://www.w3.org/1999/xhtml">\
223
    <body xmlns="http://www.w3.org/1999/xhtml">\
224
     <div id="tc1" class="gauche">$slib_text4</div>\
224
     <div id="tc1" class="gauche">$slib_text4</div>\
225
    </body>\
225
    </body>\