MAJ V4.5.0

This commit is contained in:
pablo rodriguez 2024-04-14 18:19:37 +02:00
parent 08b7d4af56
commit 833f47c2f5
44 changed files with 1224 additions and 253 deletions

View File

@ -5,7 +5,6 @@ import javax.swing.JMenu;
import action.actAllContent;
import action.actEvalInitialCreator;
import action.actEvalTabDefautStyleLeader;
import action.actevalNameCreator;
import cXML.node;
import fenetres.create;
@ -41,6 +40,7 @@ import sousmenuEvaluation.mnEvalPiedPagePasActive;
import sousmenuEvaluation.mnEvalPlacementParagraphe;
import sousmenuEvaluation.mnEvalSautPageColonne;
import sousmenuEvaluation.mnEvalTabAlignementGauche;
import sousmenuEvaluation.mnEvalTabDefautStyleLeader;
import sousmenuEvaluation.mnEvalTextUserDefined;
import sousmenuEvaluation.mnEvaluerATraversAnalyseStyle;
import sousmenuEvaluation.mnEvaluerDernierEnfant;
@ -171,13 +171,13 @@ public class MnGroupeMethodeEvaluer {
}
if(listeDesNodesTabStop.isStyleTab(nod)) {
if(listeDesNodesTabStop.AlignementDefaut(nod)) {
mnGroupeMethodeEvaluer.addSeparator();
mnGroupeMethodeEvaluer.add(mnEvalTabAlignementGauche.menu());
if(nod.getAttributs().get("style:leader-text")==null) {
}
if(listeDesNodesTabStop.RemplissageDefaut(nod)) {
mnGroupeMethodeEvaluer.addSeparator();
mnGroupeMethodeEvaluer.add(new actEvalTabDefautStyleLeader());
}
mnGroupeMethodeEvaluer.add(mnEvalTabDefautStyleLeader.menu());
}
return mnGroupeMethodeEvaluer;

View File

@ -0,0 +1,20 @@
package sousmenuEvaluation;
import javax.swing.ImageIcon;
import javax.swing.JMenu;
import action.actEvalTabAlignementGaucheNon;
import action.actEvalTabAlignementGaucheOui;
import action.actEvalTabDefautStyleLeaderNon;
import action.actEvalTabDefautStyleLeaderOui;
import fenetres.create;
public class mnEvalTabDefautStyleLeader {
public static JMenu menu(){
JMenu mnEvalTabAlignementGauche= new JMenu("Evaluer les caractères par défaut de remplissage d'une tab.");
mnEvalTabAlignementGauche.setIcon(new ImageIcon(create.class.getResource("/resources/evaltabstyleleadermini.png")));
mnEvalTabAlignementGauche.add(new actEvalTabDefautStyleLeaderOui());
mnEvalTabAlignementGauche.add(new actEvalTabDefautStyleLeaderNon());
return mnEvalTabAlignementGauche;
}
}

File diff suppressed because one or more lines are too long

56
bin/.gitignore vendored
View File

@ -1,8 +1,36 @@
/MEPTL/
/OnLineVersions/
/action/
/auteurcreateurmini.png
/auteurediteur.png
/auteurediteur.svg
/auteurediteurmini.png
/baseEvaluations/
/biblio.png
/biblio.svg
/calcul/
/chargehistoriqueevaluation.png
/chargehistoriqueevaluationmini.png
/collapseAll.svg
/collapseNode.svg
/collapseallmini.png
/collapsenodemini.png
/configuration.png
/configuration.svg
/content.png
/content.svg
/copy.png
/couleur.png
/couleur.svg
/couleurmini.png
/csvstudent.png
/csvstudent.svg
/csvstudentmini.png
/cut.png
/defautBaseEvaluation.png
/defautBaseEvaluation.svg
/dernierenfant.png
/dernierenfant.svg
/dernierenfantmini.png
/dessin.svgparamètres évaluation et feedback.svg
/detailfeedback.png
@ -36,6 +64,16 @@
/evalLastChildfalsemini.png
/evalLastChildtrue.png
/evalLastChildtruemini.png
/evalPiedPageActivefalse.png
/evalPiedPageActivefalsemini.png
/evalPiedPageActiveoui.png
/evalPiedPageActiveouimini.png
/evalPiedPageActivetrue.png
/evalPiedPageActivetruemini.png
/evalPiedPagePasActivefalse.png
/evalPiedPagePasActivefalsemini.png
/evalPiedPagePasActivetrue.png
/evalPiedPagePasActivetruemini.png
/evalcalc.png
/evalformatagedirect.png
/evalformatagedirect.svg
@ -98,7 +136,11 @@
/evalplacementparagraphetrue.png
/evalplacementparagraphetruemini.png
/evaltabalgngauche.png
/evaltabalgngauchefalse.png
/evaltabalgngauchefalsemini.png
/evaltabalgngauchemini.png
/evaltabalgngauchetrue.png
/evaltabalgngauchetruemini.png
/evaltabaligngauche.svg
/evaltabstyleleader.png
/evaltabstyleleader.svg
@ -487,17 +529,3 @@
/zipstudent.svg
/zipstudentmini.png
/resources/
/evalPiedPageActivefalse.png
/evalPiedPageActivefalsemini.png
/evalPiedPageActiveoui.png
/evalPiedPageActiveouimini.png
/evalPiedPageActivetrue.png
/evalPiedPageActivetruemini.png
/evalPiedPagePasActivefalse.png
/evalPiedPagePasActivefalsemini.png
/evalPiedPagePasActivetrue.png
/evalPiedPagePasActivetruemini.png
/evaltabalgngauchefalse.png
/evaltabalgngauchefalsemini.png
/evaltabalgngauchetrue.png
/evaltabalgngauchetruemini.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 942 B

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -9,9 +9,9 @@
id="svg5"
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
sodipodi:docname="evaltabstyleleader.svg"
inkscape:export-filename="evaltabstyleleadermini.png"
inkscape:export-xdpi="51.200001"
inkscape:export-ydpi="51.200001"
inkscape:export-filename="EvalTabDefautStyleLeaderfalse.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
@ -27,9 +27,9 @@
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="14.50748"
inkscape:cx="21.299357"
inkscape:cy="19.920758"
inkscape:zoom="9.3690509"
inkscape:cx="23.374833"
inkscape:cy="29.992365"
inkscape:window-width="1920"
inkscape:window-height="1009"
inkscape:window-x="-8"
@ -52,6 +52,16 @@
orientation="0,-1"
id="guide4"
inkscape:locked="false" />
<sodipodi:guide
position="11.423881,7.7279219"
orientation="1,0"
id="guide3"
inkscape:locked="false" />
<sodipodi:guide
position="11.423881,0.61019302"
orientation="0,-1"
id="guide5"
inkscape:locked="false" />
</sodipodi:namedview>
<defs
id="defs2" />
@ -60,34 +70,453 @@
inkscape:groupmode="layer"
id="layer1">
<g
id="g4"
transform="matrix(1.0719416,0,0,1.0719416,0.00853295,-0.68407101)">
id="g1051"
transform="matrix(0.09802321,0,0,0.09802321,-19.381284,-1.8848661)">
<path
id="path2-7"
d="m 211.27066,94.952011 c -0.74933,-0.08533 -1.54533,-0.28 -2.36133,-0.592 -3.84134,-1.469333 -6.7,-4.988 -6.388,-7.857333 l 0.956,-81.275998 c 0.21733,-2.02 1.948,-3.1813333 4.29066,-3.1813333 0.988,0 2.084,0.2066667 3.22267,0.6413333 0.74133,0.284 1.44667,0.644 2.1,1.0613333 -0.0253,0.1186667 -0.044,0.24 -0.0573,0.364 l -0.0547,73.1266647 -8.08667,10.84 c -1.51333,2.032 0.37867,4.841333 4.22934,6.276 0.70666,0.262666 1.42933,0.461333 2.14933,0.597333"
style="fill:#fff3b8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path3-1"
d="m 222.57866,98.998678 c -0.988,0 -2.084,-0.206667 -3.22133,-0.642667 -1.844,-0.704 -3.46134,-1.882667 -4.61067,-3.233333 0.18533,-0.01867 0.36933,-0.04267 0.54933,-0.07067 0.70534,1.242667 2.21734,2.425333 4.30667,3.201333 1.02267,0.381334 2.08133,0.626667 3.112,0.744 -0.0453,0.0013 -0.0907,0.0013 -0.136,0.0013 m -9.6,-21.76 0.0547,-73.1266647 c 0.0133,-0.124 0.032,-0.2453333 0.0573,-0.364 0.376,-1.7933333 2.03467,-2.81599989 4.23333,-2.81599989 0.988,0 2.08534,0.20666669 3.224,0.64266669 1.29467,0.4946666 2.47734,1.2226666 3.46534,2.0799999 l -0.39067,59.311999 -10.644,14.271999"
style="fill:#fff3b8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path4-1"
d="m 233.02533,102.99468 c -0.98667,0 -2.08267,-0.20534 -3.22134,-0.64134 -1.88266,-0.72 -3.53066,-1.93333 -4.684,-3.321329 0.224,-0.02 0.44267,-0.04667 0.656,-0.08 0.70534,1.242669 2.21734,2.423999 4.30534,3.201329 1.224,0.456 2.5,0.71734 3.71733,0.79734 -0.24933,0.0293 -0.50667,0.044 -0.77333,0.044 m -9.40267,-40.028001 0.39067,-59.311999 0.003,-0.4786666 c 0.21867,-2.02 1.948,-3.1813333 4.28934,-3.1813333 0.988,0 2.08533,0.20666666 3.224,0.64266665 1.34266,0.51333335 2.56666,1.27866665 3.576,2.17866665 C 234.95866,3.13868 234.85999,3.49468 234.81866,3.88268 l -0.45067,44.677332 -4.72133,6.329333 c -0.0133,0.01867 -0.0267,0.036 -0.04,0.05467 l -5.984,8.022667"
style="fill:#fff3b8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path5"
d="m 243.47466,106.99201 c -0.98667,0 -2.084,-0.20667 -3.22267,-0.64267 -1.92266,-0.73466 -3.6,-1.984 -4.756,-3.408 0.26,-0.0213 0.51334,-0.0507 0.76,-0.0893 0.70534,1.24267 2.21734,2.424 4.30534,3.20133 1.37333,0.512 2.81066,0.77867 4.16,0.81734 -0.38934,0.08 -0.80667,0.12133 -1.24667,0.12133 M 234.36799,48.560012 234.81866,3.88268 c 0.0413,-0.388 0.14,-0.744 0.28667,-1.0666666 0.62,-1.356 2.112,-2.11333332 4.00533,-2.11333332 0.98667,0 2.084,0.20533333 3.22133,0.64133332 3.84,1.4693333 6.7,4.9866665 6.38934,7.8573331 l -0.0213,2.0773335 c -2.26933,0.04667 -3.932,1.202666 -4.14666,3.18 l -0.028,9.851999 c -1.36534,1.302667 -3.02,3.992 -4.364,7.282667 -2.05067,5.02 -2.60267,9.542666 -1.236,10.101333 l 0.432,0.176 -4.98934,6.689333"
style="fill:#fff3b8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path6"
d="m 253.92133,110.98934 c -0.068,0 -0.13734,-0.001 -0.208,-0.004 l 0.128,-0.32933 c 0.57866,0.0813 1.15066,0.12 1.70533,0.12 -0.49333,0.14 -1.04,0.21333 -1.62533,0.21333 m -7.812,-3.852 c -0.0813,-0.096 -0.16,-0.192 -0.23734,-0.288 0.12667,-0.009 0.252,-0.0213 0.37734,-0.0333 l -0.14,0.32133 m 9.24133,-79.945327 -9.00133,-3.676 c -0.0933,-0.03867 -0.19334,-0.05733 -0.3,-0.05733 -0.42667,0 -0.94934,0.304 -1.524,0.851999 l 0.028,-9.851999 c 0.21466,-1.977334 1.87733,-3.133334 4.14666,-3.18 0.048,-0.0013 0.096,-0.0013 0.14534,-0.0013 0.98666,0 2.084,0.206667 3.22266,0.642667 1.28134,0.490667 2.45467,1.209333 3.43734,2.056 -0.0253,0.118667 -0.0453,0.241333 -0.0587,0.366667 l -0.096,12.849333"
style="fill:#fff3b8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path7"
d="m 264.36933,114.98534 c -0.98667,0 -2.08267,-0.20666 -3.22134,-0.64133 -2.00266,-0.76667 -3.74,-2.09067 -4.89866,-3.588 0.33066,-0.0213 0.65333,-0.056 0.96533,-0.10533 0.70533,1.244 2.21867,2.42533 4.308,3.20266 1.49333,0.556 3.06267,0.82267 4.512,0.82267 0.0907,0 0.18133,-0.001 0.272,-0.003 -0.572,0.20534 -1.22667,0.312 -1.93733,0.312 m 4.88133,-82.117327 -13.9,-5.676 0.096,-12.849333 c 0.0133,-0.125334 0.0333,-0.248 0.0587,-0.366667 0.37866,-1.792 2.03466,-2.813333 4.232,-2.813333 0.988,0 2.08533,0.206666 3.22533,0.642666 3.83867,1.468 6.69733,4.985334 6.388,7.856 l -0.1,13.206667"
style="fill:#fff3b8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path8"
d="m 213.63466,95.177344 c -0.764,0 -1.56267,-0.07333 -2.364,-0.225333 0.29467,0.03333 0.58133,0.04933 0.86,0.04933 0.81867,0 1.56267,-0.141333 2.19333,-0.412 0.132,0.181334 0.27334,0.358667 0.42267,0.533334 -0.36,0.036 -0.732,0.05467 -1.112,0.05467"
style="fill:#fff0a5;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path9"
d="m 212.13066,95.001344 c -0.27867,0 -0.56533,-0.016 -0.86,-0.04933 -0.72,-0.136 -1.44267,-0.334667 -2.14933,-0.597333 -3.85067,-1.434667 -5.74267,-4.244 -4.22934,-6.276 l 8.08667,-10.84 -0.009,13.261333 c -0.14267,1.314667 0.37866,2.762667 1.35466,4.089333 -0.63066,0.270667 -1.37466,0.412 -2.19333,0.412"
style="fill:#ffec8b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path10"
d="m 214.74666,95.122678 c -0.14933,-0.174667 -0.29067,-0.352 -0.42267,-0.533334 -0.976,-1.326666 -1.49733,-2.774666 -1.35466,-4.089333 l 0.009,-13.261333 10.644,-14.271999 -0.11867,18.110666 -8.13066,10.901333 c -0.69467,0.930666 -0.67334,2.024 -0.0773,3.073333 -0.18,0.028 -0.364,0.052 -0.54933,0.07067"
style="fill:#ffec8b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path11"
d="m 223.50399,81.077345 0.11867,-18.110666 5.984,-8.022667 c -1.44267,2.028 0.452,4.8 4.268,6.221333 0.12133,0.044 0.24267,0.088 0.364,0.129334 l -0.0547,5.462666 -10.68,14.32"
style="fill:#ffec8b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path12"
d="m 234.18399,66.757345 0.0547,-5.462666 c 1.16667,0.393333 2.368,0.616 3.51467,0.676 l -3.56934,4.786666"
style="fill:#ffec8b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path13"
d="m 224.11466,99.077344 c -0.45733,0 -0.92533,-0.02667 -1.4,-0.08 0.76533,-0.01467 1.46133,-0.156 2.056,-0.410666 0.11067,0.150666 0.228,0.298666 0.34933,0.445333 -0.32666,0.03067 -0.66266,0.04533 -1.00533,0.04533"
style="fill:#fff6cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path14"
d="m 222.71466,98.997344 c -1.03067,-0.117333 -2.08933,-0.362666 -3.112,-0.744 -2.08933,-0.776 -3.60133,-1.958666 -4.30667,-3.201333 1.56134,-0.246667 2.84934,-0.853333 3.54267,-1.782667 l 4.62667,-6.202666 -0.0493,7.429333 c -0.14266,1.314667 0.37867,2.764 1.35467,4.090667 -0.59467,0.254666 -1.29067,0.396 -2.056,0.410666"
style="fill:#ffef9d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path15"
d="m 225.11999,99.032011 c -0.12133,-0.146667 -0.23866,-0.294667 -0.34933,-0.445333 -0.976,-1.326667 -1.49733,-2.776 -1.35467,-4.090667 l 0.0493,-7.429333 10.65866,-14.292 -0.124,12.181333 -8.14533,10.922667 c -0.69467,0.930666 -0.67467,2.024 -0.0787,3.073333 -0.21333,0.03333 -0.432,0.06 -0.656,0.08"
style="fill:#ffef9d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path16"
d="m 233.99999,84.956011 0.124,-12.181333 5.792,-7.768 c 0.79467,0.701334 1.85734,1.328 3.13734,1.804 0.44666,0.166667 0.89866,0.306667 1.35466,0.422667 l -0.0107,3.782667 -10.39734,13.939999"
style="fill:#ffef9d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path17"
d="m 244.39733,71.016012 0.0107,-3.782667 c 0.84667,0.213333 1.7,0.341333 2.524,0.384 l -2.53466,3.398667"
style="fill:#ffef9d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path18"
d="m 215.29599,95.052011 c -0.596,-1.049333 -0.61733,-2.142667 0.0773,-3.073333 l 8.13066,-10.901333 -0.0387,5.989333 -4.62667,6.202666 c -0.69333,0.929334 -1.98133,1.536 -3.54267,1.782667"
style="fill:#ffeb88;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path19"
d="m 223.46533,87.066678 0.0387,-5.989333 10.68,-14.32 -0.06,6.017333 -10.65866,14.292"
style="fill:#ffeb88;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path20"
d="m 234.12399,72.774678 0.06,-6.017333 3.56934,-4.786666 c 0.18533,0.0093 0.368,0.016 0.54933,0.016 -0.0307,1.012 0.55067,2.081333 1.61333,3.019999 l -5.792,7.768"
style="fill:#ffeb88;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path21"
d="m 234.59599,102.97734 c -0.26133,0 -0.528,-0.009 -0.79733,-0.0267 0.51733,-0.0613 0.99467,-0.18534 1.42,-0.368 0.0893,0.12133 0.18133,0.24 0.27733,0.35866 -0.29333,0.024 -0.59333,0.036 -0.9,0.036"
style="fill:#fff0a5;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path22"
d="m 233.79866,102.95068 c -1.21733,-0.08 -2.49333,-0.34134 -3.71733,-0.79734 -2.088,-0.77733 -3.6,-1.95866 -4.30534,-3.201329 1.56134,-0.246667 2.84934,-0.853333 3.54267,-1.784 l 4.62133,-6.194667 -0.076,7.52 c -0.14266,1.313334 0.37867,2.762666 1.35467,4.089336 -0.42533,0.18266 -0.90267,0.30666 -1.42,0.368"
style="fill:#ffec8b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path23"
d="m 235.49599,102.94134 c -0.096,-0.11866 -0.188,-0.23733 -0.27733,-0.35866 -0.976,-1.32667 -1.49733,-2.776002 -1.35467,-4.089336 l 0.076,-7.52 10.44134,-13.999999 -0.0333,12.06 -8.01466,10.745333 c -0.69334,0.930662 -0.67334,2.024002 -0.0773,3.073332 -0.24666,0.0387 -0.5,0.068 -0.76,0.0893"
style="fill:#ffec8b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path24"
d="m 244.34799,89.033345 0.0333,-12.06 8.62133,-11.56 c 0.55733,0.493333 1.248,0.949333 2.05333,1.341333 l -0.06,8.001334 -10.648,14.277333"
style="fill:#ffec8b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path25"
d="m 254.99599,74.756012 0.06,-8.001334 c 0.34,0.166667 0.70134,0.321334 1.08267,0.464 1.27867,0.474667 2.612,0.738667 3.87867,0.805334 l -1.97067,2.641333 c -0.007,0.008 -0.012,0.01733 -0.0187,0.02533 l -3.032,4.065334"
style="fill:#ffec8b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path26"
d="m 225.77599,98.952011 c -0.596,-1.049333 -0.616,-2.142667 0.0787,-3.073333 l 8.14533,-10.922667 -0.06,6.017333 -4.62133,6.194667 c -0.69333,0.930667 -1.98133,1.537333 -3.54267,1.784"
style="fill:#ffeb88;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path27"
d="m 233.93999,90.973344 0.06,-6.017333 10.39734,-13.939999 -0.016,5.957333 -10.44134,13.999999"
style="fill:#ffeb88;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path28"
d="m 244.38133,76.973345 0.016,-5.957333 2.53466,-3.398667 c 0.21334,0.01067 0.42534,0.01733 0.63334,0.01733 2.28666,0 4.27733,-0.665333 5.204,-1.909333 l 0.23333,-0.312 v 0 l -8.62133,11.56"
style="fill:#ffeb88;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path29"
d="m 245.07333,106.87601 c -0.116,0 -0.23334,-10e-4 -0.352,-0.005 0.33733,-0.068 0.65333,-0.16534 0.94533,-0.29067 0.0667,0.0907 0.13467,0.18 0.20533,0.26933 -0.26133,0.0173 -0.528,0.0267 -0.79866,0.0267"
style="fill:#fff6cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path30"
d="m 244.72133,106.87068 c -1.34934,-0.0387 -2.78667,-0.30534 -4.16,-0.81734 -2.088,-0.77733 -3.6,-1.95866 -4.30534,-3.20133 1.56134,-0.24667 2.84934,-0.85333 3.544,-1.784 l 4.53067,-6.074666 -0.02,7.495996 c -0.14267,1.31467 0.38,2.764 1.356,4.09067 -0.292,0.12533 -0.608,0.22267 -0.94533,0.29067"
style="fill:#ffef9d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path31"
d="m 245.87199,106.84934 c -0.0707,-0.0893 -0.13866,-0.17866 -0.20533,-0.26933 -0.976,-1.32667 -1.49867,-2.776 -1.356,-4.09067 l 0.02,-7.495996 10.62,-14.239999 -0.068,9.186666 -1.032,-0.421333 c -0.172,-0.06933 -0.35733,-0.104 -0.54133,-0.104 -0.544,0 -1.07467,0.297333 -1.19067,0.834667 -0.17467,0.794666 0.0173,2.450666 -0.132,3.250666 l -3.30933,7.678669 -1.864,2.49866 c -0.58267,0.78267 -0.66134,1.67867 -0.31867,2.568 l -0.24533,0.57067 c -0.12534,0.012 -0.25067,0.024 -0.37734,0.0333"
style="fill:#ffef9d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path32"
d="m 255.70133,90.274678 -0.81867,-0.334667 0.068,-9.186666 4.18933,-5.617333 c 0.58534,0.517333 1.316,0.993333 2.17334,1.398666 l -5.612,13.74 m 7.12666,-8.069333 1.88534,-4.617334 c 0.48533,0.08133 0.968,0.133334 1.44133,0.158667 l -3.32667,4.458667"
style="fill:#ffef9d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path33"
d="m 236.25599,102.85201 c -0.596,-1.04933 -0.616,-2.14267 0.0773,-3.073332 l 8.01466,-10.745333 -0.0173,5.959999 -4.53067,6.074666 c -0.69466,0.93067 -1.98266,1.53733 -3.544,1.784"
style="fill:#ffeb88;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path34"
d="m 244.33066,94.993344 0.0173,-5.959999 10.648,-14.277333 -0.0453,5.997333 -10.62,14.239999"
style="fill:#ffeb88;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path35"
d="m 254.95066,80.753345 0.0453,-5.997333 3.032,-4.065334 c -0.988,1.353334 -0.47466,3.046667 1.112,4.445334 l -4.18933,5.617333"
style="fill:#ffeb88;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path36"
d="m 255.55466,110.77601 c -0.003,0 -0.005,0 -0.008,0 0.19867,-0.056 0.388,-0.12267 0.568,-0.2 0.044,0.06 0.0893,0.12 0.13467,0.18 -0.228,0.0133 -0.46,0.02 -0.69467,0.02 m 13.252,-18.633332 0.0907,-12.138667 3.05333,-4.094666 c 0.0147,-0.01733 0.028,-0.036 0.0413,-0.05333 l 0.23334,-0.313334 c 0.79333,0.7 1.856,1.328 3.136,1.804 1.27866,0.476 2.612,0.74 3.87866,0.806667 l -10.43333,13.989333"
style="fill:#fff5c3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path37"
d="m 255.54666,110.77601 c -0.55467,0 -1.12667,-0.0387 -1.70533,-0.12 l 1.02533,-2.65467 c 0.20267,0.864 0.636,1.744 1.248,2.57467 -0.18,0.0773 -0.36933,0.144 -0.568,0.2"
style="fill:#ffee9a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path38"
d="m 256.24933,110.75601 c -0.0453,-0.06 -0.0907,-0.12 -0.13467,-0.18 -0.612,-0.83067 -1.04533,-1.71067 -1.248,-2.57467 l 4.444,-11.509329 c 0.452,-0.677333 1.75067,-1.724 2.18267,-2.414667 0.39066,-0.621333 -0.0467,-1.456 -0.728,-1.734666 l -0.82,-0.336 8.952,-12.002667 -0.0907,12.138667 -11.512,15.434662 c -0.69467,0.93067 -0.67467,2.024 -0.08,3.07334 -0.312,0.0493 -0.63467,0.084 -0.96533,0.10533"
style="fill:#ffee9a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path39"
d="m 268.89733,80.004011 0.0187,-2.452 c 1.32134,-0.279999 2.40534,-0.835999 3.03467,-1.642666 l -3.05333,4.094666"
style="fill:#fff2af;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path40"
d="m 246.49466,106.24534 c -0.34267,-0.88933 -0.264,-1.78533 0.31867,-2.568 l 1.864,-2.49866 -2.18267,5.06666"
style="fill:#ffec8f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path41"
d="m 259.94533,92.006678 -0.96,-0.390667 3.84266,-9.410666 3.32667,-4.458667 c 0.21333,0.01067 0.42533,0.016 0.636,0.016 0.74933,0 1.46667,-0.07067 2.12533,-0.210667 l -0.0187,2.452 -8.952,12.002667"
style="fill:#ffec8f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path42"
d="m 266.30666,114.67334 c 1.31467,-0.472 2.2,-1.46133 2.352,-2.868 l 0.10267,-13.666662 14.81333,-19.861333 c 0.79333,0.7 1.856,1.328 3.13467,1.804 1.49333,0.556 3.064,0.822666 4.51333,0.822666 2.256,0 4.22267,-0.646666 5.16667,-1.858666 l -25.14934,33.722665 c -0.892,1.19333 -2.76133,1.85467 -4.93333,1.90533"
style="fill:#fff0a5;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path43"
d="m 266.03466,114.67601 c -1.44933,0 -3.01867,-0.26667 -4.512,-0.82267 -2.08933,-0.77733 -3.60267,-1.95866 -4.308,-3.20266 1.56267,-0.24667 2.85067,-0.852 3.544,-1.78267 l 8.00267,-10.729332 -0.10267,13.666662 c -0.152,1.40667 -1.03733,2.396 -2.352,2.868 -0.0907,0.001 -0.18133,0.003 -0.272,0.003"
style="fill:#ffec8b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path44"
d="m 268.76133,98.138678 0.0453,-5.996 10.43333,-13.989333 c 0.21334,0.01067 0.424,0.016 0.63334,0.016 1.14133,0 2.20933,-0.165334 3.10666,-0.486667 0.17734,0.202667 0.376,0.401333 0.59467,0.594667 L 268.7613,98.138678"
style="fill:#ffef9f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path45"
d="m 257.21466,110.65068 c -0.59467,-1.04934 -0.61467,-2.14267 0.08,-3.07334 l 11.512,-15.434662 -0.0453,5.996 -8.00267,10.729332 c -0.69333,0.93067 -1.98133,1.536 -3.544,1.78267"
style="fill:#ffeb88;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path46"
d="m 234.23866,61.294679 c -0.12133,-0.04133 -0.24267,-0.08533 -0.364,-0.129334 -3.816,-1.421333 -5.71067,-4.193333 -4.268,-6.221333 0.0133,-0.01867 0.0267,-0.036 0.04,-0.05467 l 4.72133,-6.329333 -0.12933,12.734667"
style="fill:#ffeb85;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path47"
d="m 238.30266,61.986679 c -0.18133,0 -0.364,-0.0067 -0.54933,-0.016 -1.14667,-0.06 -2.348,-0.282667 -3.51467,-0.676 l 0.12933,-12.734667 4.98934,-6.689333 5.11466,2.088 -0.0253,9.04 -5.62133,7.537333 c -0.33734,0.453333 -0.50667,0.945333 -0.52267,1.450667"
style="fill:#ffeb85;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path48"
d="m 244.44666,52.998679 0.0253,-9.04 5.148,2.102667 -5.17333,6.937333"
style="fill:#ffeb85;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path49"
d="m 244.40799,67.233345 c -0.456,-0.116 -0.908,-0.256 -1.35466,-0.422667 -1.28,-0.476 -2.34267,-1.102666 -3.13734,-1.804 -1.06266,-0.938666 -1.644,-2.007999 -1.61333,-3.019999 0.016,-0.505334 0.18533,-0.997334 0.52267,-1.450667 l 5.62133,-7.537333 -0.0387,14.234666"
style="fill:#ffeb85;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path50"
d="m 247.56533,67.634678 c -0.208,0 -0.42,-0.0067 -0.63334,-0.01733 -0.824,-0.04267 -1.67733,-0.170667 -2.524,-0.384 l 0.0387,-14.234666 5.17333,-6.937333 5.57334,2.276 -0.0627,8.286666 -3.22,4.318667 c -1.01333,1.357333 -0.50533,3.061333 1.092,4.470666 l -0.23333,0.312 c -0.92667,1.244 -2.91734,1.909333 -5.204,1.909333"
style="fill:#ffeb85;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path51"
d="m 255.13066,56.624012 0.0627,-8.286666 4.69066,1.914666 -4.75333,6.372"
style="fill:#ffeb85;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path52"
d="m 269.07866,55.874679 0.0133,-1.861334 1.05467,0.430667 -1.068,1.430667"
style="fill:#ffee9c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path53"
d="m 255.05599,66.754678 c -0.80533,-0.392 -1.496,-0.848 -2.05333,-1.341333 v 0 c -1.59733,-1.409333 -2.10533,-3.113333 -1.092,-4.470666 l 3.22,-4.318667 -0.0747,10.130666"
style="fill:#ffeb85;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path54"
d="m 260.01733,68.024012 c -1.26667,-0.06667 -2.6,-0.330667 -3.87867,-0.805334 -0.38133,-0.142666 -0.74267,-0.297333 -1.08267,-0.464 l 0.0747,-10.130666 4.75333,-6.372 9.208,3.761333 -0.0133,1.861334 -9.06133,12.149333"
style="fill:#ffeb85;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path55"
d="m 268.91599,77.552011 0.0307,-4.114666 1.82933,0.096 c 0.24,0.690667 0.736,1.38 1.44934,2.009333 l -0.23334,0.313334 c -0.0133,0.01733 -0.0267,0.036 -0.0413,0.05333 -0.62933,0.806667 -1.71333,1.362667 -3.03467,1.642666 m 2.98534,-7.510666 -2.928,-0.152 0.10533,-14.014666 1.068,-1.430667 10.26267,4.190667 -8.508,11.406666"
style="fill:#ffee9c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path56"
d="m 266.79066,77.762678 c -0.21067,0 -0.42267,-0.0053 -0.636,-0.016 -0.47333,-0.02533 -0.956,-0.07733 -1.44133,-0.158667 l 0.93333,-2.283999 c 0.048,-0.116 0.0973,-0.242667 0.148,-0.376 0.14133,-0.356 0.45733,-1.162667 0.68133,-1.441334 0.14267,-0.04133 0.456,-0.09733 1.14,-0.09733 0.26,0 0.57334,0.008 0.95067,0.028 l 0.38,0.02 -0.0307,4.114666 c -0.65866,0.14 -1.376,0.210667 -2.12533,0.210667 m -5.47733,-1.228 c -0.85734,-0.405333 -1.588,-0.881333 -2.17334,-1.398666 -1.58666,-1.398667 -2.1,-3.092 -1.112,-4.445334 0.007,-0.008 0.012,-0.01733 0.0187,-0.02533 l 1.97067,-2.641333 9.06133,-12.149333 -0.10533,14.014666 -0.22134,-0.012 c -0.376,-0.02 -0.75466,-0.03333 -1.12666,-0.03333 -1.15867,0 -2.26,0.134666 -3.06267,0.645333 -1.11333,0.705333 -1.664,2.116 -2.068,3.145333 l -0.132,0.328 -1.04933,2.572"
style="fill:#ffeb85;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path57"
d="m 279.87333,78.169345 c -0.20934,0 -0.42,-0.0053 -0.63334,-0.016 -1.26666,-0.06667 -2.6,-0.330667 -3.87866,-0.806667 -1.28,-0.476 -2.34267,-1.104 -3.136,-1.804 -0.71334,-0.629333 -1.20934,-1.318666 -1.44934,-2.009333 l 11.49467,0.6 c -0.608,1.105333 -0.30133,2.390667 0.70933,3.549333 -0.89733,0.321333 -1.96533,0.486667 -3.10666,0.486667 m 4.91466,-7.454667 -12.88666,-0.673333 8.508,-11.406666 10.26266,4.190666 -5.884,7.889333"
style="fill:#ffee9c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path58"
d="m 291.22266,80.904011 c -1.44933,0 -3.02,-0.266666 -4.51333,-0.822666 -1.27867,-0.476 -2.34134,-1.104 -3.13467,-1.804 -0.21867,-0.193334 -0.41733,-0.392 -0.59467,-0.594667 -1.01066,-1.158666 -1.31733,-2.444 -0.70933,-3.549333 l 17.11467,0.894667 -2.95867,3.966666 c -0.012,0.01733 -0.0253,0.03333 -0.0373,0.05067 -0.944,1.212 -2.91067,1.858666 -5.16667,1.858666 m 10.71067,-9.293333 -17.14534,-0.896 5.884,-7.889333 13.24667,5.409333 c 0.092,0.03867 0.192,0.05733 0.29867,0.05733 0.0667,0 0.136,-0.008 0.208,-0.02267 l -2.492,3.341333"
style="fill:#ffee9c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path59"
d="m 242.00399,135.94534 c -0.85466,0 -1.84133,-0.196 -2.83333,-0.60133 -2.4,-0.98 -3.92267,-2.816 -3.39733,-4.09867 l -0.0453,-0.0187 10.38134,-24.08934 c 1.148,1.34134 2.75733,2.50934 4.58933,3.21067 1.06,0.404 2.08267,0.61067 3.01467,0.63733 l -9.20134,23.828 -0.0427,-0.0173 c -0.308,0.75333 -1.252,1.14933 -2.46534,1.14933 m 0.58,-9.57866 c -0.68533,0 -1.61866,1.01333 -2.20666,2.452 -0.65734,1.61066 -0.63067,3.14666 0.06,3.428 0.0733,0.0307 0.152,0.0453 0.23466,0.0453 0.68534,0 1.61867,-1.01333 2.20667,-2.452 0.65733,-1.612 0.632,-3.14667 -0.0587,-3.42933 -0.0747,-0.0293 -0.15333,-0.044 -0.236,-0.044 M 307.5213,75.450638 c -0.0307,0 -0.0627,-0.0013 -0.0947,-0.0027 l -8.04133,-0.42 2.548,-3.417334 4.424,0.230667 3.95333,-9.685333 -0.91733,-0.374667 c -1.69734,3.625333 -3.684,6.222667 -4.968,6.488 l 4.32533,-5.798666 c 0.35467,-0.476 0.52267,-0.994667 0.52267,-1.529334 -0.001,-1.742666 -1.80134,-3.646666 -4.752,-4.745333 -1.49467,-0.556 -3.064,-0.822667 -4.51334,-0.822667 -0.576,0 -1.13333,0.04267 -1.66,0.125334 -0.70533,-1.242667 -2.21733,-2.424 -4.30666,-3.202667 -1.49334,-0.554667 -3.06267,-0.822667 -4.512,-0.822667 -0.576,0 -1.13467,0.04267 -1.66,0.125334 -0.70534,-1.242667 -2.21867,-2.424 -4.30667,-3.201333 -1.49467,-0.556 -3.064,-0.822667 -4.51467,-0.822667 -0.576,0 -1.13333,0.04133 -1.65866,0.125333 -0.70534,-1.244 -2.21734,-2.425333 -4.30534,-3.201333 -1.29066,-0.481333 -2.63733,-0.745333 -3.91466,-0.809333 l 0.0813,-10.821333 42.09067,17.189333 c 1.21333,0.496 0.90933,4.121333 -0.608,8.441333 l 2.56,1.045333 c 0.90533,0.369333 1.34266,1.405333 0.97066,2.310667 l -5.10133,12.493333 c -0.27333,0.669333 -0.92267,1.102666 -1.64133,1.102666"
style="fill:#e6dfcf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path60"
d="m 239.35733,41.870679 -0.432,-0.176 c -1.36667,-0.558667 -0.81467,-5.081333 1.236,-10.101333 1.344,-3.290667 2.99866,-5.98 4.364,-7.282667 l -0.0333,12.053334 c -0.896,0.322666 -1.62266,0.798666 -2.08533,1.419999 v 0 l -3.04933,4.086667"
style="fill:#e6d595;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path61"
d="m 253.71333,110.98534 c -0.932,-0.0267 -1.95467,-0.23333 -3.01467,-0.63733 -1.832,-0.70133 -3.44133,-1.86933 -4.58933,-3.21067 l 0.14,-0.32133 c 0.164,-0.0187 0.32666,-0.04 0.48666,-0.0653 0.704,1.244 2.216,2.42533 4.30534,3.20266 0.92,0.34134 1.868,0.57467 2.8,0.70267 l -0.128,0.32933 m 1.55333,-72.475994 c -0.79467,-0.704 -1.86133,-1.334667 -3.144,-1.812 -1.49333,-0.556 -3.064,-0.822667 -4.51333,-0.822667 -1.14534,0 -2.216,0.166667 -3.11734,0.489334 l 0.0333,-12.053334 c 0.57466,-0.547999 1.09733,-0.851999 1.524,-0.851999 0.10666,0 0.20666,0.01867 0.3,0.05733 l 9.00133,3.676 -0.084,11.317333"
style="fill:#e6d595;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path62"
d="m 266.90933,43.800012 c -0.70534,-1.244 -2.21734,-2.425333 -4.30667,-3.202666 -1.49333,-0.556 -3.06267,-0.822667 -4.512,-0.822667 -0.57733,0 -1.13467,0.04267 -1.66267,0.125333 -0.27066,-0.48 -0.66266,-0.949333 -1.16133,-1.390666 l 0.084,-11.317333 13.9,5.676 -0.0813,10.821333 c -0.20134,-0.0093 -0.40134,-0.01467 -0.59867,-0.01467 -0.57733,0 -1.13467,0.04267 -1.66133,0.125333"
style="fill:#e6d595;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path63"
d="m 246.24933,106.81601 0.24533,-0.57067 c 0.0653,0.16934 0.14533,0.33734 0.24133,0.50534 -0.16,0.0253 -0.32266,0.0467 -0.48666,0.0653 m 2.428,-5.63733 3.30933,-7.678669 c 0.14933,-0.8 -0.0427,-2.456 0.132,-3.250666 0.116,-0.537334 0.64667,-0.834667 1.19067,-0.834667 0.184,0 0.36933,0.03467 0.54133,0.104 l 1.032,0.421333 -0.0227,2.949333 -6.18266,8.289336"
style="fill:#e6d180;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path64"
d="m 254.85999,92.889344 0.0227,-2.949333 0.81867,0.334667 5.612,-13.74 c 0.304,0.144 0.62533,0.28 0.96133,0.405334 0.80133,0.297333 1.624,0.513333 2.43867,0.647999 l -1.88534,4.617334 -7.968,10.683999"
style="fill:#e6d180;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path65"
d="m 253.84133,110.65601 c -0.932,-0.128 -1.88,-0.36133 -2.8,-0.70267 -2.08934,-0.77733 -3.60134,-1.95866 -4.30534,-3.20266 1.56134,-0.24667 2.84934,-0.852 3.54267,-1.78267 l 4.53733,-6.083999 -0.0573,7.602669 c -0.0533,0.49066 -0.0133,1 0.108,1.51466 l -1.02533,2.65467"
style="fill:#e6d07d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path66"
d="m 254.86666,108.00134 c -0.12133,-0.51466 -0.16133,-1.024 -0.108,-1.51466 l 0.0573,-7.602669 5.12934,-6.877333 0.82,0.336 c 0.68133,0.278666 1.11866,1.113333 0.728,1.734666 -0.432,0.690667 -1.73067,1.737334 -2.18267,2.414667 l -4.444,11.509329"
style="fill:#e6d07d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path67"
d="m 246.73599,106.75068 c -0.096,-0.168 -0.176,-0.336 -0.24133,-0.50534 l 2.18267,-5.06666 6.18266,-8.289336 -0.044,5.994667 -4.53733,6.083999 c -0.69333,0.93067 -1.98133,1.536 -3.54267,1.78267"
style="fill:#e6cf75;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path68"
d="m 254.81599,98.884011 0.044,-5.994667 7.968,-10.683999 -3.84266,9.410666 0.96,0.390667 -5.12934,6.877333"
style="fill:#e6cf75;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path69"
d="m 244.47199,43.958679 -5.11466,-2.088 3.04933,-4.086667 c 0.46267,-0.621333 1.18933,-1.097333 2.08533,-1.419999 l -0.02,7.594666"
style="fill:#e6cd6d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path70"
d="m 249.61999,46.061346 -5.148,-2.102667 0.02,-7.594666 c 0.90134,-0.322667 1.972,-0.489334 3.11734,-0.489334 1.44933,0 3.02,0.266667 4.51333,0.822667 1.28267,0.477333 2.34933,1.108 3.144,1.812 l -0.0133,1.661333 c -1.02534,0.318667 -1.85734,0.828 -2.368,1.512 l -3.26534,4.378667"
style="fill:#e6cd6d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path71"
d="m 255.25333,40.170679 0.0133,-1.661333 c 0.49867,0.441333 0.89067,0.910666 1.16133,1.390666 -0.412,0.06533 -0.80533,0.156 -1.17466,0.270667"
style="fill:#e6cd6d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path72"
d="m 255.19333,48.337346 -5.57334,-2.276 3.26534,-4.378667 c 0.51066,-0.684 1.34266,-1.193333 2.368,-1.512 l -0.06,8.166667"
style="fill:#e6cd6d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path73"
d="m 259.88399,50.252012 -4.69066,-1.914666 0.06,-8.166667 c 0.36933,-0.114667 0.76266,-0.205333 1.17466,-0.270667 0.528,-0.08267 1.08534,-0.125333 1.66267,-0.125333 1.44933,0 3.01867,0.266667 4.512,0.822667 2.08933,0.777333 3.60133,1.958666 4.30667,3.202666 -1.56267,0.246667 -2.84934,0.853334 -3.544,1.782667 l -3.48134,4.669333"
style="fill:#e6cd6d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path74"
d="m 270.14666,54.444012 -1.05467,-0.430667 0.0773,-10.323999 c 1.27733,0.064 2.624,0.328 3.91466,0.809333 2.088,0.776 3.6,1.957333 4.30534,3.201333 -1.56267,0.246667 -2.84934,0.852 -3.54267,1.782667 l -3.7,4.961333"
style="fill:#e6d17f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path75"
d="m 269.09199,54.013345 -9.208,-3.761333 3.48134,-4.669333 c 0.69466,-0.929333 1.98133,-1.536 3.544,-1.782667 0.52666,-0.08267 1.084,-0.125333 1.66133,-0.125333 0.19733,0 0.39733,0.0053 0.59867,0.01467 l -0.0773,10.323999"
style="fill:#e6cd6d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path76"
d="m 270.77599,73.533345 -1.82933,-0.096 0.0267,-3.548 2.928,0.152 -0.76667,1.030667 c -0.56133,0.750666 -0.656,1.606666 -0.35867,2.461333 m 9.63334,-14.898666 -10.26267,-4.190667 3.7,-4.961333 c 0.69333,-0.930667 1.98,-1.536 3.54267,-1.782667 0.52533,-0.084 1.08266,-0.125333 1.65866,-0.125333 1.45067,0 3.02,0.266667 4.51467,0.822667 2.088,0.777333 3.60133,1.958666 4.30667,3.201333 -1.56267,0.246666 -2.85067,0.853333 -3.544,1.784 l -3.916,5.252"
style="fill:#e6d17f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path77"
d="m 264.71333,77.588011 c -0.81467,-0.134666 -1.63734,-0.350666 -2.43867,-0.647999 -0.336,-0.125334 -0.65733,-0.261334 -0.96133,-0.405334 l 1.04933,-2.572 0.132,-0.328 c 0.404,-1.029333 0.95467,-2.44 2.068,-3.145333 0.80267,-0.510667 1.904,-0.645333 3.06267,-0.645333 0.372,0 0.75066,0.01333 1.12666,0.03333 l 0.22134,0.012 -0.0267,3.548 -0.38,-0.02 c -0.37733,-0.02 -0.69067,-0.028 -0.95067,-0.028 -0.684,0 -0.99733,0.056 -1.14,0.09733 -0.224,0.278667 -0.54,1.085334 -0.68133,1.441334 -0.0507,0.133333 -0.1,0.26 -0.148,0.376 l -0.93333,2.283999"
style="fill:#e6cd6d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path78"
d="m 282.27066,74.133345 -11.49467,-0.6 c -0.29733,-0.854667 -0.20266,-1.710667 0.35867,-2.461333 l 0.76667,-1.030667 12.88666,0.673333 -2.30666,3.092 c -0.08,0.106667 -0.14934,0.216 -0.21067,0.326667 m 8.40133,-11.308 -10.26266,-4.190666 3.916,-5.252 c 0.69333,-0.930667 1.98133,-1.537334 3.544,-1.784 0.52533,-0.08267 1.084,-0.125334 1.66,-0.125334 1.44933,0 3.01866,0.268 4.512,0.822667 2.08933,0.778667 3.60133,1.96 4.30666,3.202667 -1.56133,0.246666 -2.84933,0.853333 -3.54133,1.784 l -4.13467,5.542666"
style="fill:#e6d17f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path79"
d="m 299.38533,75.028012 -17.11467,-0.894667 c 0.0613,-0.110667 0.13067,-0.22 0.21067,-0.326667 l 2.30666,-3.092 17.14534,0.896 -2.548,3.417334 m 4.832,-6.736 c -0.10667,0 -0.20667,-0.01867 -0.29867,-0.05733 l -13.24667,-5.409333 4.13467,-5.542666 c 0.692,-0.930667 1.98,-1.537334 3.54133,-1.784 0.52667,-0.08267 1.084,-0.125334 1.66,-0.125334 1.44934,0 3.01867,0.266667 4.51334,0.822667 2.95066,1.098667 4.75066,3.002667 4.752,4.745333 0,0.534667 -0.168,1.053334 -0.52267,1.529334 l -4.32533,5.798666 c -0.072,0.01467 -0.14134,0.02267 -0.208,0.02267"
style="fill:#e6d17f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path80"
d="m 258.03066,93.953344 -3.28267,-1.341333 7.61467,-18.649333 0.132,-0.328 c 0.404,-1.029333 0.95467,-2.44 2.068,-3.145333 1.06133,-0.674667 2.64133,-0.693333 4.18933,-0.612 l 37.60534,1.964 3.95333,-9.685333 -67.41733,-27.530666 1.34,-3.282667 69.06,28.201333 c 0.90533,0.369333 1.34266,1.404 0.97066,2.310667 l -5.10133,12.493333 c -0.28533,0.698666 -0.98,1.14 -1.736,1.1 l -38.86,-2.029334 c -1.372,-0.07333 -1.89467,0.01067 -2.09067,0.068 -0.224,0.278667 -0.54,1.085334 -0.68133,1.441334 -0.0507,0.133333 -0.1,0.26 -0.148,0.376 l -7.616,18.649332"
style="fill:#7b9599;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path81"
d="m 257.23466,92.774678 7.02,-17.189333 c 0.0453,-0.106667 0.0907,-0.224 0.13867,-0.349333 0.324,-0.826667 0.768,-1.96 1.44533,-2.389334 0.78533,-0.497333 2.52267,-0.406666 3.26267,-0.369333 l 38.72,2.022667 4.97466,-12.18 -67.41466,-27.530666 0.148,-0.364 67.6,27.605333 0.10666,0.256 -5.10133,12.493333 -0.19333,0.121333 -38.85867,-2.029333 c -1.66533,-0.08667 -2.296,0.03333 -2.62533,0.133333 l -0.468,0.137333 -0.30267,0.38 c -0.316,0.385334 -0.588,0.996 -0.924,1.852 -0.0533,0.133334 -0.0987,0.253334 -0.14133,0.358667 l -7.02134,17.191999 -0.36533,-0.150666"
style="fill:#476166;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path82"
d="m 255.56133,91.666678 7.31733,-17.92 c 0.0413,-0.102666 0.0867,-0.217333 0.13333,-0.338666 0.36534,-0.928 0.86267,-2.2 1.75734,-2.766667 0.87733,-0.558667 2.376,-0.561333 3.724,-0.490667 l 38.164,1.993334 4.46533,-10.933333 -67.41733,-27.530666 0.74533,-1.824 68.328,27.903999 c 0.50267,0.205333 0.744,0.78 0.53867,1.282667 l -5.10134,12.493333 c -0.15866,0.388 -0.544,0.633333 -0.964,0.612 l -38.86,-2.029334 c -1.15733,-0.06267 -1.92666,-0.028 -2.35733,0.101334 l -0.23067,0.068 -0.156,0.188 c -0.248,0.306666 -0.5,0.88 -0.79866,1.645333 -0.0533,0.137333 -0.10134,0.258667 -0.148,0.368 l -7.31734,17.921333 -1.82266,-0.744"
style="fill:#b8c9cc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path83"
d="m 290.11599,72.281345 c -6.73733,-0.316 -12.18933,-0.778667 -12.176,-1.032 0.012,-0.254667 5.48134,-0.202667 12.22,0.112 6.73734,0.317333 12.188,0.778667 12.176,1.032 -0.0107,0.253333 -5.48266,0.202667 -12.22,-0.112"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path84"
d="m 260.29466,81.577345 c -1.57067,3.765333 -2.96133,6.768 -3.10133,6.708 -0.14267,-0.05867 1.016,-3.158667 2.58666,-6.921334 1.572,-3.762666 2.96,-6.767999 3.10134,-6.707999 0.144,0.06 -1.016,3.158666 -2.58667,6.921333"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path85"
d="m 265.95333,71.728012 c -0.61467,0.138666 -1.17867,-0.04667 -1.26,-0.410667 -0.0813,-0.365333 0.34933,-0.773333 0.964,-0.912 0.61466,-0.136 1.17733,0.048 1.26,0.413333 0.08,0.365334 -0.35067,0.773334 -0.964,0.909334"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path86"
d="m 311.34133,50.057346 v 0 l -64.992,-26.541333 c -1.368,-0.558667 -4.13867,3.058666 -6.188,8.077333 -2.05067,5.02 -2.60267,9.542666 -1.236,10.101333 l 64.992,26.539999 c 1.368,0.558667 4.13866,-3.058666 6.18666,-8.078666 2.05067,-5.018667 2.604,-9.541333 1.23734,-10.098666"
style="fill:#e6ac00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path87"
d="m 310.18933,58.913345 c 1.03066,-2.526666 1.68266,-4.928 1.90133,-6.761333 10e-4,-1.129333 -0.24133,-1.886666 -0.74933,-2.094666 l -64.992,-26.541333 c -1.368,-0.558667 -4.13867,3.058666 -6.188,8.077333 -1.032,2.529333 -1.68534,4.930667 -1.904,6.762666 -0.001,1.128 0.24133,1.885334 0.74933,2.094667 l 64.99467,26.541333 c 1.36533,0.557333 4.13733,-3.058667 6.188,-8.078667"
style="fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path88"
d="m 240.65999,33.500013 c 2.04934,-5.02 4.82,-8.636 6.188,-8.077334 l 64.99067,26.54 h 10e-4 l 0.25067,0.169333 c -0.003,-1.116 -0.24267,-1.866666 -0.74933,-2.074666 L 246.349,23.516013 c -1.368,-0.558667 -4.13867,3.058666 -6.188,8.077333 -1.91067,4.68 -2.52134,8.924 -1.48667,9.932 -0.003,-1.901334 0.69333,-4.864 1.98533,-8.025333"
style="fill:#ffe14d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path89"
d="m 277.13866,43.314679 c 13.53333,5.526667 25.99467,9.510666 34.48933,11.253333 0.22134,-0.876 0.37734,-1.690667 0.46267,-2.416 10e-4,-1.129333 -0.24133,-1.886666 -0.74933,-2.094666 l -64.992,-26.541333 c -0.78267,-0.318667 -2.02534,0.730666 -3.32667,2.624 7.10133,4.861333 19.536,11.221333 34.116,17.174666"
style="fill:#ffe14d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path90"
d="m 309.56533,51.306679 c -0.12134,0.294666 -14.072,-5.122667 -31.16,-12.101333 -17.09067,-6.978667 -30.84534,-12.876 -30.724,-13.170667 0.12,-0.293333 14.07066,5.124 31.15866,12.102667 17.08934,6.977333 30.84667,12.874666 30.72534,13.169333"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path91"
d="m 246.17733,24.965346 c 0.26,0.184 -0.30267,1.417333 -1.25867,2.754667 -0.95467,1.337333 -1.93867,2.270666 -2.19733,2.086666 -0.25867,-0.186666 0.304,-1.42 1.25733,-2.757333 0.95467,-1.337333 1.93867,-2.269333 2.19867,-2.084"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path92"
d="m 303.27999,66.697345 c 0.21067,-0.517333 -13.928,-6.78 -31.58266,-13.989333 -17.65334,-7.209333 -32.136,-12.634666 -32.34667,-12.117333 -0.21067,0.516 13.92933,6.78 31.58267,13.989333 17.652,7.209333 32.136,12.633333 32.34666,12.117333"
style="fill:#e6ac00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path93"
d="m 240.43733,132.24668 c -0.69067,-0.28134 -0.71734,-1.81734 -0.06,-3.428 0.65866,-1.612 1.752,-2.68934 2.44266,-2.408 0.69067,0.28266 0.716,1.81733 0.0587,3.42933 -0.65733,1.61067 -1.75067,2.68933 -2.44133,2.40667 z m 20.328,-39.904002 -6.91467,-2.824 c -0.68,-0.277333 -1.57733,0.012 -1.732,0.730667 -0.17467,0.794666 0.0173,2.450666 -0.132,3.250666 l -16.25867,37.726669 0.0453,0.0187 c -0.524,1.28267 0.99733,3.11867 3.39733,4.09867 2.40133,0.98133 4.77333,0.73467 5.29867,-0.548 l 0.0427,0.0173 14.79867,-38.321329 c 0.452,-0.677333 1.75067,-1.724 2.18267,-2.414667 0.39066,-0.621333 -0.0467,-1.456 -0.728,-1.734666"
style="fill:#ea1c1c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path94"
d="m 260.76533,92.342678 -0.17867,-0.072 c -0.53467,0.552 -1.18267,1.146666 -1.476,1.585333 l -14.8,38.322669 -0.044,-0.0173 c -0.524,1.28267 -2.896,1.528 -5.296,0.548 -1.31333,-0.536 -2.36,-1.32933 -2.956,-2.14666 l -0.28667,0.664 0.0453,0.0187 c -0.524,1.28267 0.99733,3.11867 3.39733,4.09867 2.40133,0.98133 4.77333,0.73467 5.29867,-0.548 l 0.0427,0.0173 14.79867,-38.321329 c 0.452,-0.677333 1.75067,-1.724 2.18267,-2.414667 0.39066,-0.621333 -0.0467,-1.456 -0.728,-1.734666"
style="fill:#9c0c1c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path95"
d="m 256.87733,98.514678 c 0.33333,-0.652 0.23866,-1.352 -0.0933,-1.486667 l -3.36933,-1.376 c -0.33067,-0.136 -0.88667,0.297333 -1.108,0.996 -0.24133,0.776 -0.436,2.289333 -0.66667,3.062667 -0.20666,0.700002 -0.23733,1.353332 0.0933,1.488002 l 2.37066,0.968 c 0.33067,0.13466 0.76534,-0.35334 1.10534,-0.99867 0.37733,-0.71333 1.29866,-1.930666 1.668,-2.653332"
style="fill:#ff6759;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path96"
d="m 253.46133,107.38401 c 0.34533,-0.676 0.23466,-1.40533 -0.12134,-1.552 l -3.628,-1.48 c -0.356,-0.14667 -0.94933,0.29733 -1.172,1.02267 -0.24933,0.804 -0.43733,2.37733 -0.672,3.18266 -0.21333,0.72534 -0.236,1.40534 0.12,1.55067 l 2.552,1.04267 c 0.35867,0.14533 0.81734,-0.35734 1.172,-1.024 0.39467,-0.74 1.36267,-1.99467 1.74934,-2.74267"
style="fill:#ff6759;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path97"
d="m 249.59199,117.29468 c 0.38534,-0.756 0.28134,-1.564 -0.0987,-1.71867 l -3.856,-1.57467 c -0.37867,-0.15466 -1.02,0.34934 -1.27334,1.15867 -0.28133,0.896 -0.512,2.64667 -0.78,3.54133 -0.24133,0.80934 -0.28,1.564 0.1,1.72 l 2.712,1.10667 c 0.37867,0.156 0.88,-0.41067 1.27334,-1.15733 0.436,-0.82667 1.49733,-2.23867 1.92266,-3.076"
style="fill:#ff6759;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path98"
d="m 240.74933,129.82268 c 0.49733,-1.21867 1.324,-2.03334 1.84666,-1.82 0.40534,0.16533 0.508,0.908 0.29734,1.80133 0.64266,-1.59867 0.612,-3.11333 -0.0733,-3.39333 -0.69066,-0.28134 -1.784,0.796 -2.44266,2.408 -0.65734,1.61066 -0.63067,3.14666 0.06,3.428 l 0.18133,0.04 c -0.34133,-0.384 -0.30267,-1.404 0.13067,-2.464"
style="fill:#9c0c1c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path99"
d="m 236.56933,132.42268 -0.044,-0.0187 16.25733,-37.727999 c 0.14933,-0.798667 -0.0413,-2.456 0.132,-3.252 0.15467,-0.717333 1.05333,-1.005333 1.732,-0.728 l 6.91467,2.824 0.0773,0.04 c -10e-4,-0.501333 -0.36933,-1.010667 -0.87333,-1.217333 l -6.91467,-2.824 c -0.68,-0.277333 -1.57733,0.012 -1.732,0.730667 -0.17467,0.794666 0.0173,2.450666 -0.132,3.250666 l -16.25867,37.726669 0.0453,0.0187 c -0.29467,0.72 0.0573,1.616 0.84533,2.43467 -0.176,-0.44267 -0.20533,-0.876 -0.0493,-1.25733"
style="fill:#ff6759;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path100"
d="m 257.96799,92.025344 c -0.0853,0.206667 -1.26933,-0.08 -2.64533,-0.641333 -1.376,-0.561333 -2.42133,-1.186666 -2.33733,-1.394666 0.0853,-0.206667 1.268,0.08133 2.64533,0.642666 1.37467,0.561333 2.42133,1.185333 2.33733,1.393333"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path101"
d="m 237.47999,130.42134 c -0.11333,-0.0467 0.97867,-2.88133 2.43867,-6.332 1.45867,-3.448 2.73333,-6.204 2.84667,-6.15733 0.11466,0.048 -0.976,2.884 -2.436,6.33067 -1.46,3.45066 -2.73467,6.208 -2.84934,6.15866"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path102"
d="m 237.05999,131.42934 c -0.2,-0.084 -0.08,-0.81733 0.26534,-1.63733 0.348,-0.82133 0.79066,-1.416 0.99066,-1.33067 0.2,0.0827 0.0813,0.81734 -0.26533,1.63734 -0.34667,0.82 -0.79067,1.41466 -0.99067,1.33066"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
</g>
<g
id="g919"
transform="matrix(1.0777571,0,0,1.1015764,6.2954765,2.3898128)"
style="fill:#0000ff;stroke:#000000;stroke-width:0.57493;stroke-opacity:1">
<rect
style="fill:#000080;fill-opacity:1;stroke:none;stroke-width:1.21714;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none"
id="rect3"
width="7.6051288"
height="1.5137306"
x="0.40259403"
y="5.6719303"
ry="0" />
ry="0.56339979"
y="4.3255968"
x="0.92013353"
height="3.7594025"
width="3.8382711"
id="rect12"
style="fill:#de0000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.0373705;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
rx="0.5800662" />
<path
style="fill:#000080;fill-opacity:1;stroke:none;stroke-width:0.899999;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none"
d="M 9.5761665,6.5655785 6.3301255,2.3891412 v 7.6051284 z"
id="path3"
sodipodi:nodetypes="cccc" />
style="fill:#ffffff;stroke:#ffffff;stroke-width:0.324836;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 1.6159,5.0384659 3.9724208,7.4062084"
id="path841" />
<path
style="fill:#000080;fill-opacity:1;stroke:none;stroke-width:0.899999;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none"
d="M 10.688667,6.5655785 7.4426263,2.3891412 v 7.6051284 z"
id="path1"
sodipodi:nodetypes="cccc" />
id="path843"
d="M 3.9724208,5.0384659 1.6159,7.4062084"
style="fill:none;stroke:#ffffff;stroke-width:0.324836;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
<g
id="g923-4"
transform="matrix(1.0781672,0,0,1.1004826,2.1704643,13.139944)"
style="fill:#0000ff;stroke-width:0.553289">
<rect
style="fill:#00bf00;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.0359638;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
id="rect10-6"
width="3.8382711"
height="3.7594025"
x="0.92013353"
y="0.34176376"
ry="0.56339979"
rx="0.5800662" />
<path
id="path4"
style="fill:#000080;fill-opacity:1;stroke:none;stroke-width:0.899999;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none"
d="M 5.3271367,2.3891412 V 9.9943618 L 6.4397301,8.8192397 V 3.8205784 Z" />
<path
id="path2"
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.899999;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none"
d="m 7.4426263,3.8205125 v 4.9986613 l 2.13372,-2.2536093 z" />
style="fill:#ffffff;stroke:none;stroke-width:0.146391px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 1.4619106,1.7500935 C 1.3627577,2.4034195 1.7869697,2.7038331 2.3820759,3.4752278 2.7236407,3.2105071 3.8437643,1.6082077 4.3539528,0.68451321 3.7444013,1.2569625 3.3467309,1.6796751 2.3752981,2.7432214 1.891109,2.378332 1.7782083,2.0571129 1.4619106,1.7500935 Z"
id="path16-3"
sodipodi:nodetypes="ccccc" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 584 B

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 942 B

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 584 B

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 942 B

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -9,9 +9,9 @@
id="svg5"
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
sodipodi:docname="evaltabstyleleader.svg"
inkscape:export-filename="evaltabstyleleadermini.png"
inkscape:export-xdpi="51.200001"
inkscape:export-ydpi="51.200001"
inkscape:export-filename="EvalTabDefautStyleLeaderfalse.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
@ -27,9 +27,9 @@
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="14.50748"
inkscape:cx="21.299357"
inkscape:cy="19.920758"
inkscape:zoom="9.3690509"
inkscape:cx="23.374833"
inkscape:cy="29.992365"
inkscape:window-width="1920"
inkscape:window-height="1009"
inkscape:window-x="-8"
@ -52,6 +52,16 @@
orientation="0,-1"
id="guide4"
inkscape:locked="false" />
<sodipodi:guide
position="11.423881,7.7279219"
orientation="1,0"
id="guide3"
inkscape:locked="false" />
<sodipodi:guide
position="11.423881,0.61019302"
orientation="0,-1"
id="guide5"
inkscape:locked="false" />
</sodipodi:namedview>
<defs
id="defs2" />
@ -60,34 +70,453 @@
inkscape:groupmode="layer"
id="layer1">
<g
id="g4"
transform="matrix(1.0719416,0,0,1.0719416,0.00853295,-0.68407101)">
id="g1051"
transform="matrix(0.09802321,0,0,0.09802321,-19.381284,-1.8848661)">
<path
id="path2-7"
d="m 211.27066,94.952011 c -0.74933,-0.08533 -1.54533,-0.28 -2.36133,-0.592 -3.84134,-1.469333 -6.7,-4.988 -6.388,-7.857333 l 0.956,-81.275998 c 0.21733,-2.02 1.948,-3.1813333 4.29066,-3.1813333 0.988,0 2.084,0.2066667 3.22267,0.6413333 0.74133,0.284 1.44667,0.644 2.1,1.0613333 -0.0253,0.1186667 -0.044,0.24 -0.0573,0.364 l -0.0547,73.1266647 -8.08667,10.84 c -1.51333,2.032 0.37867,4.841333 4.22934,6.276 0.70666,0.262666 1.42933,0.461333 2.14933,0.597333"
style="fill:#fff3b8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path3-1"
d="m 222.57866,98.998678 c -0.988,0 -2.084,-0.206667 -3.22133,-0.642667 -1.844,-0.704 -3.46134,-1.882667 -4.61067,-3.233333 0.18533,-0.01867 0.36933,-0.04267 0.54933,-0.07067 0.70534,1.242667 2.21734,2.425333 4.30667,3.201333 1.02267,0.381334 2.08133,0.626667 3.112,0.744 -0.0453,0.0013 -0.0907,0.0013 -0.136,0.0013 m -9.6,-21.76 0.0547,-73.1266647 c 0.0133,-0.124 0.032,-0.2453333 0.0573,-0.364 0.376,-1.7933333 2.03467,-2.81599989 4.23333,-2.81599989 0.988,0 2.08534,0.20666669 3.224,0.64266669 1.29467,0.4946666 2.47734,1.2226666 3.46534,2.0799999 l -0.39067,59.311999 -10.644,14.271999"
style="fill:#fff3b8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path4-1"
d="m 233.02533,102.99468 c -0.98667,0 -2.08267,-0.20534 -3.22134,-0.64134 -1.88266,-0.72 -3.53066,-1.93333 -4.684,-3.321329 0.224,-0.02 0.44267,-0.04667 0.656,-0.08 0.70534,1.242669 2.21734,2.423999 4.30534,3.201329 1.224,0.456 2.5,0.71734 3.71733,0.79734 -0.24933,0.0293 -0.50667,0.044 -0.77333,0.044 m -9.40267,-40.028001 0.39067,-59.311999 0.003,-0.4786666 c 0.21867,-2.02 1.948,-3.1813333 4.28934,-3.1813333 0.988,0 2.08533,0.20666666 3.224,0.64266665 1.34266,0.51333335 2.56666,1.27866665 3.576,2.17866665 C 234.95866,3.13868 234.85999,3.49468 234.81866,3.88268 l -0.45067,44.677332 -4.72133,6.329333 c -0.0133,0.01867 -0.0267,0.036 -0.04,0.05467 l -5.984,8.022667"
style="fill:#fff3b8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path5"
d="m 243.47466,106.99201 c -0.98667,0 -2.084,-0.20667 -3.22267,-0.64267 -1.92266,-0.73466 -3.6,-1.984 -4.756,-3.408 0.26,-0.0213 0.51334,-0.0507 0.76,-0.0893 0.70534,1.24267 2.21734,2.424 4.30534,3.20133 1.37333,0.512 2.81066,0.77867 4.16,0.81734 -0.38934,0.08 -0.80667,0.12133 -1.24667,0.12133 M 234.36799,48.560012 234.81866,3.88268 c 0.0413,-0.388 0.14,-0.744 0.28667,-1.0666666 0.62,-1.356 2.112,-2.11333332 4.00533,-2.11333332 0.98667,0 2.084,0.20533333 3.22133,0.64133332 3.84,1.4693333 6.7,4.9866665 6.38934,7.8573331 l -0.0213,2.0773335 c -2.26933,0.04667 -3.932,1.202666 -4.14666,3.18 l -0.028,9.851999 c -1.36534,1.302667 -3.02,3.992 -4.364,7.282667 -2.05067,5.02 -2.60267,9.542666 -1.236,10.101333 l 0.432,0.176 -4.98934,6.689333"
style="fill:#fff3b8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path6"
d="m 253.92133,110.98934 c -0.068,0 -0.13734,-0.001 -0.208,-0.004 l 0.128,-0.32933 c 0.57866,0.0813 1.15066,0.12 1.70533,0.12 -0.49333,0.14 -1.04,0.21333 -1.62533,0.21333 m -7.812,-3.852 c -0.0813,-0.096 -0.16,-0.192 -0.23734,-0.288 0.12667,-0.009 0.252,-0.0213 0.37734,-0.0333 l -0.14,0.32133 m 9.24133,-79.945327 -9.00133,-3.676 c -0.0933,-0.03867 -0.19334,-0.05733 -0.3,-0.05733 -0.42667,0 -0.94934,0.304 -1.524,0.851999 l 0.028,-9.851999 c 0.21466,-1.977334 1.87733,-3.133334 4.14666,-3.18 0.048,-0.0013 0.096,-0.0013 0.14534,-0.0013 0.98666,0 2.084,0.206667 3.22266,0.642667 1.28134,0.490667 2.45467,1.209333 3.43734,2.056 -0.0253,0.118667 -0.0453,0.241333 -0.0587,0.366667 l -0.096,12.849333"
style="fill:#fff3b8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path7"
d="m 264.36933,114.98534 c -0.98667,0 -2.08267,-0.20666 -3.22134,-0.64133 -2.00266,-0.76667 -3.74,-2.09067 -4.89866,-3.588 0.33066,-0.0213 0.65333,-0.056 0.96533,-0.10533 0.70533,1.244 2.21867,2.42533 4.308,3.20266 1.49333,0.556 3.06267,0.82267 4.512,0.82267 0.0907,0 0.18133,-0.001 0.272,-0.003 -0.572,0.20534 -1.22667,0.312 -1.93733,0.312 m 4.88133,-82.117327 -13.9,-5.676 0.096,-12.849333 c 0.0133,-0.125334 0.0333,-0.248 0.0587,-0.366667 0.37866,-1.792 2.03466,-2.813333 4.232,-2.813333 0.988,0 2.08533,0.206666 3.22533,0.642666 3.83867,1.468 6.69733,4.985334 6.388,7.856 l -0.1,13.206667"
style="fill:#fff3b8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path8"
d="m 213.63466,95.177344 c -0.764,0 -1.56267,-0.07333 -2.364,-0.225333 0.29467,0.03333 0.58133,0.04933 0.86,0.04933 0.81867,0 1.56267,-0.141333 2.19333,-0.412 0.132,0.181334 0.27334,0.358667 0.42267,0.533334 -0.36,0.036 -0.732,0.05467 -1.112,0.05467"
style="fill:#fff0a5;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path9"
d="m 212.13066,95.001344 c -0.27867,0 -0.56533,-0.016 -0.86,-0.04933 -0.72,-0.136 -1.44267,-0.334667 -2.14933,-0.597333 -3.85067,-1.434667 -5.74267,-4.244 -4.22934,-6.276 l 8.08667,-10.84 -0.009,13.261333 c -0.14267,1.314667 0.37866,2.762667 1.35466,4.089333 -0.63066,0.270667 -1.37466,0.412 -2.19333,0.412"
style="fill:#ffec8b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path10"
d="m 214.74666,95.122678 c -0.14933,-0.174667 -0.29067,-0.352 -0.42267,-0.533334 -0.976,-1.326666 -1.49733,-2.774666 -1.35466,-4.089333 l 0.009,-13.261333 10.644,-14.271999 -0.11867,18.110666 -8.13066,10.901333 c -0.69467,0.930666 -0.67334,2.024 -0.0773,3.073333 -0.18,0.028 -0.364,0.052 -0.54933,0.07067"
style="fill:#ffec8b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path11"
d="m 223.50399,81.077345 0.11867,-18.110666 5.984,-8.022667 c -1.44267,2.028 0.452,4.8 4.268,6.221333 0.12133,0.044 0.24267,0.088 0.364,0.129334 l -0.0547,5.462666 -10.68,14.32"
style="fill:#ffec8b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path12"
d="m 234.18399,66.757345 0.0547,-5.462666 c 1.16667,0.393333 2.368,0.616 3.51467,0.676 l -3.56934,4.786666"
style="fill:#ffec8b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path13"
d="m 224.11466,99.077344 c -0.45733,0 -0.92533,-0.02667 -1.4,-0.08 0.76533,-0.01467 1.46133,-0.156 2.056,-0.410666 0.11067,0.150666 0.228,0.298666 0.34933,0.445333 -0.32666,0.03067 -0.66266,0.04533 -1.00533,0.04533"
style="fill:#fff6cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path14"
d="m 222.71466,98.997344 c -1.03067,-0.117333 -2.08933,-0.362666 -3.112,-0.744 -2.08933,-0.776 -3.60133,-1.958666 -4.30667,-3.201333 1.56134,-0.246667 2.84934,-0.853333 3.54267,-1.782667 l 4.62667,-6.202666 -0.0493,7.429333 c -0.14266,1.314667 0.37867,2.764 1.35467,4.090667 -0.59467,0.254666 -1.29067,0.396 -2.056,0.410666"
style="fill:#ffef9d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path15"
d="m 225.11999,99.032011 c -0.12133,-0.146667 -0.23866,-0.294667 -0.34933,-0.445333 -0.976,-1.326667 -1.49733,-2.776 -1.35467,-4.090667 l 0.0493,-7.429333 10.65866,-14.292 -0.124,12.181333 -8.14533,10.922667 c -0.69467,0.930666 -0.67467,2.024 -0.0787,3.073333 -0.21333,0.03333 -0.432,0.06 -0.656,0.08"
style="fill:#ffef9d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path16"
d="m 233.99999,84.956011 0.124,-12.181333 5.792,-7.768 c 0.79467,0.701334 1.85734,1.328 3.13734,1.804 0.44666,0.166667 0.89866,0.306667 1.35466,0.422667 l -0.0107,3.782667 -10.39734,13.939999"
style="fill:#ffef9d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path17"
d="m 244.39733,71.016012 0.0107,-3.782667 c 0.84667,0.213333 1.7,0.341333 2.524,0.384 l -2.53466,3.398667"
style="fill:#ffef9d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path18"
d="m 215.29599,95.052011 c -0.596,-1.049333 -0.61733,-2.142667 0.0773,-3.073333 l 8.13066,-10.901333 -0.0387,5.989333 -4.62667,6.202666 c -0.69333,0.929334 -1.98133,1.536 -3.54267,1.782667"
style="fill:#ffeb88;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path19"
d="m 223.46533,87.066678 0.0387,-5.989333 10.68,-14.32 -0.06,6.017333 -10.65866,14.292"
style="fill:#ffeb88;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path20"
d="m 234.12399,72.774678 0.06,-6.017333 3.56934,-4.786666 c 0.18533,0.0093 0.368,0.016 0.54933,0.016 -0.0307,1.012 0.55067,2.081333 1.61333,3.019999 l -5.792,7.768"
style="fill:#ffeb88;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path21"
d="m 234.59599,102.97734 c -0.26133,0 -0.528,-0.009 -0.79733,-0.0267 0.51733,-0.0613 0.99467,-0.18534 1.42,-0.368 0.0893,0.12133 0.18133,0.24 0.27733,0.35866 -0.29333,0.024 -0.59333,0.036 -0.9,0.036"
style="fill:#fff0a5;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path22"
d="m 233.79866,102.95068 c -1.21733,-0.08 -2.49333,-0.34134 -3.71733,-0.79734 -2.088,-0.77733 -3.6,-1.95866 -4.30534,-3.201329 1.56134,-0.246667 2.84934,-0.853333 3.54267,-1.784 l 4.62133,-6.194667 -0.076,7.52 c -0.14266,1.313334 0.37867,2.762666 1.35467,4.089336 -0.42533,0.18266 -0.90267,0.30666 -1.42,0.368"
style="fill:#ffec8b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path23"
d="m 235.49599,102.94134 c -0.096,-0.11866 -0.188,-0.23733 -0.27733,-0.35866 -0.976,-1.32667 -1.49733,-2.776002 -1.35467,-4.089336 l 0.076,-7.52 10.44134,-13.999999 -0.0333,12.06 -8.01466,10.745333 c -0.69334,0.930662 -0.67334,2.024002 -0.0773,3.073332 -0.24666,0.0387 -0.5,0.068 -0.76,0.0893"
style="fill:#ffec8b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path24"
d="m 244.34799,89.033345 0.0333,-12.06 8.62133,-11.56 c 0.55733,0.493333 1.248,0.949333 2.05333,1.341333 l -0.06,8.001334 -10.648,14.277333"
style="fill:#ffec8b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path25"
d="m 254.99599,74.756012 0.06,-8.001334 c 0.34,0.166667 0.70134,0.321334 1.08267,0.464 1.27867,0.474667 2.612,0.738667 3.87867,0.805334 l -1.97067,2.641333 c -0.007,0.008 -0.012,0.01733 -0.0187,0.02533 l -3.032,4.065334"
style="fill:#ffec8b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path26"
d="m 225.77599,98.952011 c -0.596,-1.049333 -0.616,-2.142667 0.0787,-3.073333 l 8.14533,-10.922667 -0.06,6.017333 -4.62133,6.194667 c -0.69333,0.930667 -1.98133,1.537333 -3.54267,1.784"
style="fill:#ffeb88;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path27"
d="m 233.93999,90.973344 0.06,-6.017333 10.39734,-13.939999 -0.016,5.957333 -10.44134,13.999999"
style="fill:#ffeb88;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path28"
d="m 244.38133,76.973345 0.016,-5.957333 2.53466,-3.398667 c 0.21334,0.01067 0.42534,0.01733 0.63334,0.01733 2.28666,0 4.27733,-0.665333 5.204,-1.909333 l 0.23333,-0.312 v 0 l -8.62133,11.56"
style="fill:#ffeb88;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path29"
d="m 245.07333,106.87601 c -0.116,0 -0.23334,-10e-4 -0.352,-0.005 0.33733,-0.068 0.65333,-0.16534 0.94533,-0.29067 0.0667,0.0907 0.13467,0.18 0.20533,0.26933 -0.26133,0.0173 -0.528,0.0267 -0.79866,0.0267"
style="fill:#fff6cb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path30"
d="m 244.72133,106.87068 c -1.34934,-0.0387 -2.78667,-0.30534 -4.16,-0.81734 -2.088,-0.77733 -3.6,-1.95866 -4.30534,-3.20133 1.56134,-0.24667 2.84934,-0.85333 3.544,-1.784 l 4.53067,-6.074666 -0.02,7.495996 c -0.14267,1.31467 0.38,2.764 1.356,4.09067 -0.292,0.12533 -0.608,0.22267 -0.94533,0.29067"
style="fill:#ffef9d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path31"
d="m 245.87199,106.84934 c -0.0707,-0.0893 -0.13866,-0.17866 -0.20533,-0.26933 -0.976,-1.32667 -1.49867,-2.776 -1.356,-4.09067 l 0.02,-7.495996 10.62,-14.239999 -0.068,9.186666 -1.032,-0.421333 c -0.172,-0.06933 -0.35733,-0.104 -0.54133,-0.104 -0.544,0 -1.07467,0.297333 -1.19067,0.834667 -0.17467,0.794666 0.0173,2.450666 -0.132,3.250666 l -3.30933,7.678669 -1.864,2.49866 c -0.58267,0.78267 -0.66134,1.67867 -0.31867,2.568 l -0.24533,0.57067 c -0.12534,0.012 -0.25067,0.024 -0.37734,0.0333"
style="fill:#ffef9d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path32"
d="m 255.70133,90.274678 -0.81867,-0.334667 0.068,-9.186666 4.18933,-5.617333 c 0.58534,0.517333 1.316,0.993333 2.17334,1.398666 l -5.612,13.74 m 7.12666,-8.069333 1.88534,-4.617334 c 0.48533,0.08133 0.968,0.133334 1.44133,0.158667 l -3.32667,4.458667"
style="fill:#ffef9d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path33"
d="m 236.25599,102.85201 c -0.596,-1.04933 -0.616,-2.14267 0.0773,-3.073332 l 8.01466,-10.745333 -0.0173,5.959999 -4.53067,6.074666 c -0.69466,0.93067 -1.98266,1.53733 -3.544,1.784"
style="fill:#ffeb88;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path34"
d="m 244.33066,94.993344 0.0173,-5.959999 10.648,-14.277333 -0.0453,5.997333 -10.62,14.239999"
style="fill:#ffeb88;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path35"
d="m 254.95066,80.753345 0.0453,-5.997333 3.032,-4.065334 c -0.988,1.353334 -0.47466,3.046667 1.112,4.445334 l -4.18933,5.617333"
style="fill:#ffeb88;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path36"
d="m 255.55466,110.77601 c -0.003,0 -0.005,0 -0.008,0 0.19867,-0.056 0.388,-0.12267 0.568,-0.2 0.044,0.06 0.0893,0.12 0.13467,0.18 -0.228,0.0133 -0.46,0.02 -0.69467,0.02 m 13.252,-18.633332 0.0907,-12.138667 3.05333,-4.094666 c 0.0147,-0.01733 0.028,-0.036 0.0413,-0.05333 l 0.23334,-0.313334 c 0.79333,0.7 1.856,1.328 3.136,1.804 1.27866,0.476 2.612,0.74 3.87866,0.806667 l -10.43333,13.989333"
style="fill:#fff5c3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path37"
d="m 255.54666,110.77601 c -0.55467,0 -1.12667,-0.0387 -1.70533,-0.12 l 1.02533,-2.65467 c 0.20267,0.864 0.636,1.744 1.248,2.57467 -0.18,0.0773 -0.36933,0.144 -0.568,0.2"
style="fill:#ffee9a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path38"
d="m 256.24933,110.75601 c -0.0453,-0.06 -0.0907,-0.12 -0.13467,-0.18 -0.612,-0.83067 -1.04533,-1.71067 -1.248,-2.57467 l 4.444,-11.509329 c 0.452,-0.677333 1.75067,-1.724 2.18267,-2.414667 0.39066,-0.621333 -0.0467,-1.456 -0.728,-1.734666 l -0.82,-0.336 8.952,-12.002667 -0.0907,12.138667 -11.512,15.434662 c -0.69467,0.93067 -0.67467,2.024 -0.08,3.07334 -0.312,0.0493 -0.63467,0.084 -0.96533,0.10533"
style="fill:#ffee9a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path39"
d="m 268.89733,80.004011 0.0187,-2.452 c 1.32134,-0.279999 2.40534,-0.835999 3.03467,-1.642666 l -3.05333,4.094666"
style="fill:#fff2af;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path40"
d="m 246.49466,106.24534 c -0.34267,-0.88933 -0.264,-1.78533 0.31867,-2.568 l 1.864,-2.49866 -2.18267,5.06666"
style="fill:#ffec8f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path41"
d="m 259.94533,92.006678 -0.96,-0.390667 3.84266,-9.410666 3.32667,-4.458667 c 0.21333,0.01067 0.42533,0.016 0.636,0.016 0.74933,0 1.46667,-0.07067 2.12533,-0.210667 l -0.0187,2.452 -8.952,12.002667"
style="fill:#ffec8f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path42"
d="m 266.30666,114.67334 c 1.31467,-0.472 2.2,-1.46133 2.352,-2.868 l 0.10267,-13.666662 14.81333,-19.861333 c 0.79333,0.7 1.856,1.328 3.13467,1.804 1.49333,0.556 3.064,0.822666 4.51333,0.822666 2.256,0 4.22267,-0.646666 5.16667,-1.858666 l -25.14934,33.722665 c -0.892,1.19333 -2.76133,1.85467 -4.93333,1.90533"
style="fill:#fff0a5;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path43"
d="m 266.03466,114.67601 c -1.44933,0 -3.01867,-0.26667 -4.512,-0.82267 -2.08933,-0.77733 -3.60267,-1.95866 -4.308,-3.20266 1.56267,-0.24667 2.85067,-0.852 3.544,-1.78267 l 8.00267,-10.729332 -0.10267,13.666662 c -0.152,1.40667 -1.03733,2.396 -2.352,2.868 -0.0907,0.001 -0.18133,0.003 -0.272,0.003"
style="fill:#ffec8b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path44"
d="m 268.76133,98.138678 0.0453,-5.996 10.43333,-13.989333 c 0.21334,0.01067 0.424,0.016 0.63334,0.016 1.14133,0 2.20933,-0.165334 3.10666,-0.486667 0.17734,0.202667 0.376,0.401333 0.59467,0.594667 L 268.7613,98.138678"
style="fill:#ffef9f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path45"
d="m 257.21466,110.65068 c -0.59467,-1.04934 -0.61467,-2.14267 0.08,-3.07334 l 11.512,-15.434662 -0.0453,5.996 -8.00267,10.729332 c -0.69333,0.93067 -1.98133,1.536 -3.544,1.78267"
style="fill:#ffeb88;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path46"
d="m 234.23866,61.294679 c -0.12133,-0.04133 -0.24267,-0.08533 -0.364,-0.129334 -3.816,-1.421333 -5.71067,-4.193333 -4.268,-6.221333 0.0133,-0.01867 0.0267,-0.036 0.04,-0.05467 l 4.72133,-6.329333 -0.12933,12.734667"
style="fill:#ffeb85;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path47"
d="m 238.30266,61.986679 c -0.18133,0 -0.364,-0.0067 -0.54933,-0.016 -1.14667,-0.06 -2.348,-0.282667 -3.51467,-0.676 l 0.12933,-12.734667 4.98934,-6.689333 5.11466,2.088 -0.0253,9.04 -5.62133,7.537333 c -0.33734,0.453333 -0.50667,0.945333 -0.52267,1.450667"
style="fill:#ffeb85;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path48"
d="m 244.44666,52.998679 0.0253,-9.04 5.148,2.102667 -5.17333,6.937333"
style="fill:#ffeb85;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path49"
d="m 244.40799,67.233345 c -0.456,-0.116 -0.908,-0.256 -1.35466,-0.422667 -1.28,-0.476 -2.34267,-1.102666 -3.13734,-1.804 -1.06266,-0.938666 -1.644,-2.007999 -1.61333,-3.019999 0.016,-0.505334 0.18533,-0.997334 0.52267,-1.450667 l 5.62133,-7.537333 -0.0387,14.234666"
style="fill:#ffeb85;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path50"
d="m 247.56533,67.634678 c -0.208,0 -0.42,-0.0067 -0.63334,-0.01733 -0.824,-0.04267 -1.67733,-0.170667 -2.524,-0.384 l 0.0387,-14.234666 5.17333,-6.937333 5.57334,2.276 -0.0627,8.286666 -3.22,4.318667 c -1.01333,1.357333 -0.50533,3.061333 1.092,4.470666 l -0.23333,0.312 c -0.92667,1.244 -2.91734,1.909333 -5.204,1.909333"
style="fill:#ffeb85;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path51"
d="m 255.13066,56.624012 0.0627,-8.286666 4.69066,1.914666 -4.75333,6.372"
style="fill:#ffeb85;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path52"
d="m 269.07866,55.874679 0.0133,-1.861334 1.05467,0.430667 -1.068,1.430667"
style="fill:#ffee9c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path53"
d="m 255.05599,66.754678 c -0.80533,-0.392 -1.496,-0.848 -2.05333,-1.341333 v 0 c -1.59733,-1.409333 -2.10533,-3.113333 -1.092,-4.470666 l 3.22,-4.318667 -0.0747,10.130666"
style="fill:#ffeb85;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path54"
d="m 260.01733,68.024012 c -1.26667,-0.06667 -2.6,-0.330667 -3.87867,-0.805334 -0.38133,-0.142666 -0.74267,-0.297333 -1.08267,-0.464 l 0.0747,-10.130666 4.75333,-6.372 9.208,3.761333 -0.0133,1.861334 -9.06133,12.149333"
style="fill:#ffeb85;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path55"
d="m 268.91599,77.552011 0.0307,-4.114666 1.82933,0.096 c 0.24,0.690667 0.736,1.38 1.44934,2.009333 l -0.23334,0.313334 c -0.0133,0.01733 -0.0267,0.036 -0.0413,0.05333 -0.62933,0.806667 -1.71333,1.362667 -3.03467,1.642666 m 2.98534,-7.510666 -2.928,-0.152 0.10533,-14.014666 1.068,-1.430667 10.26267,4.190667 -8.508,11.406666"
style="fill:#ffee9c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path56"
d="m 266.79066,77.762678 c -0.21067,0 -0.42267,-0.0053 -0.636,-0.016 -0.47333,-0.02533 -0.956,-0.07733 -1.44133,-0.158667 l 0.93333,-2.283999 c 0.048,-0.116 0.0973,-0.242667 0.148,-0.376 0.14133,-0.356 0.45733,-1.162667 0.68133,-1.441334 0.14267,-0.04133 0.456,-0.09733 1.14,-0.09733 0.26,0 0.57334,0.008 0.95067,0.028 l 0.38,0.02 -0.0307,4.114666 c -0.65866,0.14 -1.376,0.210667 -2.12533,0.210667 m -5.47733,-1.228 c -0.85734,-0.405333 -1.588,-0.881333 -2.17334,-1.398666 -1.58666,-1.398667 -2.1,-3.092 -1.112,-4.445334 0.007,-0.008 0.012,-0.01733 0.0187,-0.02533 l 1.97067,-2.641333 9.06133,-12.149333 -0.10533,14.014666 -0.22134,-0.012 c -0.376,-0.02 -0.75466,-0.03333 -1.12666,-0.03333 -1.15867,0 -2.26,0.134666 -3.06267,0.645333 -1.11333,0.705333 -1.664,2.116 -2.068,3.145333 l -0.132,0.328 -1.04933,2.572"
style="fill:#ffeb85;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path57"
d="m 279.87333,78.169345 c -0.20934,0 -0.42,-0.0053 -0.63334,-0.016 -1.26666,-0.06667 -2.6,-0.330667 -3.87866,-0.806667 -1.28,-0.476 -2.34267,-1.104 -3.136,-1.804 -0.71334,-0.629333 -1.20934,-1.318666 -1.44934,-2.009333 l 11.49467,0.6 c -0.608,1.105333 -0.30133,2.390667 0.70933,3.549333 -0.89733,0.321333 -1.96533,0.486667 -3.10666,0.486667 m 4.91466,-7.454667 -12.88666,-0.673333 8.508,-11.406666 10.26266,4.190666 -5.884,7.889333"
style="fill:#ffee9c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path58"
d="m 291.22266,80.904011 c -1.44933,0 -3.02,-0.266666 -4.51333,-0.822666 -1.27867,-0.476 -2.34134,-1.104 -3.13467,-1.804 -0.21867,-0.193334 -0.41733,-0.392 -0.59467,-0.594667 -1.01066,-1.158666 -1.31733,-2.444 -0.70933,-3.549333 l 17.11467,0.894667 -2.95867,3.966666 c -0.012,0.01733 -0.0253,0.03333 -0.0373,0.05067 -0.944,1.212 -2.91067,1.858666 -5.16667,1.858666 m 10.71067,-9.293333 -17.14534,-0.896 5.884,-7.889333 13.24667,5.409333 c 0.092,0.03867 0.192,0.05733 0.29867,0.05733 0.0667,0 0.136,-0.008 0.208,-0.02267 l -2.492,3.341333"
style="fill:#ffee9c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path59"
d="m 242.00399,135.94534 c -0.85466,0 -1.84133,-0.196 -2.83333,-0.60133 -2.4,-0.98 -3.92267,-2.816 -3.39733,-4.09867 l -0.0453,-0.0187 10.38134,-24.08934 c 1.148,1.34134 2.75733,2.50934 4.58933,3.21067 1.06,0.404 2.08267,0.61067 3.01467,0.63733 l -9.20134,23.828 -0.0427,-0.0173 c -0.308,0.75333 -1.252,1.14933 -2.46534,1.14933 m 0.58,-9.57866 c -0.68533,0 -1.61866,1.01333 -2.20666,2.452 -0.65734,1.61066 -0.63067,3.14666 0.06,3.428 0.0733,0.0307 0.152,0.0453 0.23466,0.0453 0.68534,0 1.61867,-1.01333 2.20667,-2.452 0.65733,-1.612 0.632,-3.14667 -0.0587,-3.42933 -0.0747,-0.0293 -0.15333,-0.044 -0.236,-0.044 M 307.5213,75.450638 c -0.0307,0 -0.0627,-0.0013 -0.0947,-0.0027 l -8.04133,-0.42 2.548,-3.417334 4.424,0.230667 3.95333,-9.685333 -0.91733,-0.374667 c -1.69734,3.625333 -3.684,6.222667 -4.968,6.488 l 4.32533,-5.798666 c 0.35467,-0.476 0.52267,-0.994667 0.52267,-1.529334 -0.001,-1.742666 -1.80134,-3.646666 -4.752,-4.745333 -1.49467,-0.556 -3.064,-0.822667 -4.51334,-0.822667 -0.576,0 -1.13333,0.04267 -1.66,0.125334 -0.70533,-1.242667 -2.21733,-2.424 -4.30666,-3.202667 -1.49334,-0.554667 -3.06267,-0.822667 -4.512,-0.822667 -0.576,0 -1.13467,0.04267 -1.66,0.125334 -0.70534,-1.242667 -2.21867,-2.424 -4.30667,-3.201333 -1.49467,-0.556 -3.064,-0.822667 -4.51467,-0.822667 -0.576,0 -1.13333,0.04133 -1.65866,0.125333 -0.70534,-1.244 -2.21734,-2.425333 -4.30534,-3.201333 -1.29066,-0.481333 -2.63733,-0.745333 -3.91466,-0.809333 l 0.0813,-10.821333 42.09067,17.189333 c 1.21333,0.496 0.90933,4.121333 -0.608,8.441333 l 2.56,1.045333 c 0.90533,0.369333 1.34266,1.405333 0.97066,2.310667 l -5.10133,12.493333 c -0.27333,0.669333 -0.92267,1.102666 -1.64133,1.102666"
style="fill:#e6dfcf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path60"
d="m 239.35733,41.870679 -0.432,-0.176 c -1.36667,-0.558667 -0.81467,-5.081333 1.236,-10.101333 1.344,-3.290667 2.99866,-5.98 4.364,-7.282667 l -0.0333,12.053334 c -0.896,0.322666 -1.62266,0.798666 -2.08533,1.419999 v 0 l -3.04933,4.086667"
style="fill:#e6d595;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path61"
d="m 253.71333,110.98534 c -0.932,-0.0267 -1.95467,-0.23333 -3.01467,-0.63733 -1.832,-0.70133 -3.44133,-1.86933 -4.58933,-3.21067 l 0.14,-0.32133 c 0.164,-0.0187 0.32666,-0.04 0.48666,-0.0653 0.704,1.244 2.216,2.42533 4.30534,3.20266 0.92,0.34134 1.868,0.57467 2.8,0.70267 l -0.128,0.32933 m 1.55333,-72.475994 c -0.79467,-0.704 -1.86133,-1.334667 -3.144,-1.812 -1.49333,-0.556 -3.064,-0.822667 -4.51333,-0.822667 -1.14534,0 -2.216,0.166667 -3.11734,0.489334 l 0.0333,-12.053334 c 0.57466,-0.547999 1.09733,-0.851999 1.524,-0.851999 0.10666,0 0.20666,0.01867 0.3,0.05733 l 9.00133,3.676 -0.084,11.317333"
style="fill:#e6d595;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path62"
d="m 266.90933,43.800012 c -0.70534,-1.244 -2.21734,-2.425333 -4.30667,-3.202666 -1.49333,-0.556 -3.06267,-0.822667 -4.512,-0.822667 -0.57733,0 -1.13467,0.04267 -1.66267,0.125333 -0.27066,-0.48 -0.66266,-0.949333 -1.16133,-1.390666 l 0.084,-11.317333 13.9,5.676 -0.0813,10.821333 c -0.20134,-0.0093 -0.40134,-0.01467 -0.59867,-0.01467 -0.57733,0 -1.13467,0.04267 -1.66133,0.125333"
style="fill:#e6d595;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path63"
d="m 246.24933,106.81601 0.24533,-0.57067 c 0.0653,0.16934 0.14533,0.33734 0.24133,0.50534 -0.16,0.0253 -0.32266,0.0467 -0.48666,0.0653 m 2.428,-5.63733 3.30933,-7.678669 c 0.14933,-0.8 -0.0427,-2.456 0.132,-3.250666 0.116,-0.537334 0.64667,-0.834667 1.19067,-0.834667 0.184,0 0.36933,0.03467 0.54133,0.104 l 1.032,0.421333 -0.0227,2.949333 -6.18266,8.289336"
style="fill:#e6d180;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path64"
d="m 254.85999,92.889344 0.0227,-2.949333 0.81867,0.334667 5.612,-13.74 c 0.304,0.144 0.62533,0.28 0.96133,0.405334 0.80133,0.297333 1.624,0.513333 2.43867,0.647999 l -1.88534,4.617334 -7.968,10.683999"
style="fill:#e6d180;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path65"
d="m 253.84133,110.65601 c -0.932,-0.128 -1.88,-0.36133 -2.8,-0.70267 -2.08934,-0.77733 -3.60134,-1.95866 -4.30534,-3.20266 1.56134,-0.24667 2.84934,-0.852 3.54267,-1.78267 l 4.53733,-6.083999 -0.0573,7.602669 c -0.0533,0.49066 -0.0133,1 0.108,1.51466 l -1.02533,2.65467"
style="fill:#e6d07d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path66"
d="m 254.86666,108.00134 c -0.12133,-0.51466 -0.16133,-1.024 -0.108,-1.51466 l 0.0573,-7.602669 5.12934,-6.877333 0.82,0.336 c 0.68133,0.278666 1.11866,1.113333 0.728,1.734666 -0.432,0.690667 -1.73067,1.737334 -2.18267,2.414667 l -4.444,11.509329"
style="fill:#e6d07d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path67"
d="m 246.73599,106.75068 c -0.096,-0.168 -0.176,-0.336 -0.24133,-0.50534 l 2.18267,-5.06666 6.18266,-8.289336 -0.044,5.994667 -4.53733,6.083999 c -0.69333,0.93067 -1.98133,1.536 -3.54267,1.78267"
style="fill:#e6cf75;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path68"
d="m 254.81599,98.884011 0.044,-5.994667 7.968,-10.683999 -3.84266,9.410666 0.96,0.390667 -5.12934,6.877333"
style="fill:#e6cf75;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path69"
d="m 244.47199,43.958679 -5.11466,-2.088 3.04933,-4.086667 c 0.46267,-0.621333 1.18933,-1.097333 2.08533,-1.419999 l -0.02,7.594666"
style="fill:#e6cd6d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path70"
d="m 249.61999,46.061346 -5.148,-2.102667 0.02,-7.594666 c 0.90134,-0.322667 1.972,-0.489334 3.11734,-0.489334 1.44933,0 3.02,0.266667 4.51333,0.822667 1.28267,0.477333 2.34933,1.108 3.144,1.812 l -0.0133,1.661333 c -1.02534,0.318667 -1.85734,0.828 -2.368,1.512 l -3.26534,4.378667"
style="fill:#e6cd6d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path71"
d="m 255.25333,40.170679 0.0133,-1.661333 c 0.49867,0.441333 0.89067,0.910666 1.16133,1.390666 -0.412,0.06533 -0.80533,0.156 -1.17466,0.270667"
style="fill:#e6cd6d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path72"
d="m 255.19333,48.337346 -5.57334,-2.276 3.26534,-4.378667 c 0.51066,-0.684 1.34266,-1.193333 2.368,-1.512 l -0.06,8.166667"
style="fill:#e6cd6d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path73"
d="m 259.88399,50.252012 -4.69066,-1.914666 0.06,-8.166667 c 0.36933,-0.114667 0.76266,-0.205333 1.17466,-0.270667 0.528,-0.08267 1.08534,-0.125333 1.66267,-0.125333 1.44933,0 3.01867,0.266667 4.512,0.822667 2.08933,0.777333 3.60133,1.958666 4.30667,3.202666 -1.56267,0.246667 -2.84934,0.853334 -3.544,1.782667 l -3.48134,4.669333"
style="fill:#e6cd6d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path74"
d="m 270.14666,54.444012 -1.05467,-0.430667 0.0773,-10.323999 c 1.27733,0.064 2.624,0.328 3.91466,0.809333 2.088,0.776 3.6,1.957333 4.30534,3.201333 -1.56267,0.246667 -2.84934,0.852 -3.54267,1.782667 l -3.7,4.961333"
style="fill:#e6d17f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path75"
d="m 269.09199,54.013345 -9.208,-3.761333 3.48134,-4.669333 c 0.69466,-0.929333 1.98133,-1.536 3.544,-1.782667 0.52666,-0.08267 1.084,-0.125333 1.66133,-0.125333 0.19733,0 0.39733,0.0053 0.59867,0.01467 l -0.0773,10.323999"
style="fill:#e6cd6d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path76"
d="m 270.77599,73.533345 -1.82933,-0.096 0.0267,-3.548 2.928,0.152 -0.76667,1.030667 c -0.56133,0.750666 -0.656,1.606666 -0.35867,2.461333 m 9.63334,-14.898666 -10.26267,-4.190667 3.7,-4.961333 c 0.69333,-0.930667 1.98,-1.536 3.54267,-1.782667 0.52533,-0.084 1.08266,-0.125333 1.65866,-0.125333 1.45067,0 3.02,0.266667 4.51467,0.822667 2.088,0.777333 3.60133,1.958666 4.30667,3.201333 -1.56267,0.246666 -2.85067,0.853333 -3.544,1.784 l -3.916,5.252"
style="fill:#e6d17f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path77"
d="m 264.71333,77.588011 c -0.81467,-0.134666 -1.63734,-0.350666 -2.43867,-0.647999 -0.336,-0.125334 -0.65733,-0.261334 -0.96133,-0.405334 l 1.04933,-2.572 0.132,-0.328 c 0.404,-1.029333 0.95467,-2.44 2.068,-3.145333 0.80267,-0.510667 1.904,-0.645333 3.06267,-0.645333 0.372,0 0.75066,0.01333 1.12666,0.03333 l 0.22134,0.012 -0.0267,3.548 -0.38,-0.02 c -0.37733,-0.02 -0.69067,-0.028 -0.95067,-0.028 -0.684,0 -0.99733,0.056 -1.14,0.09733 -0.224,0.278667 -0.54,1.085334 -0.68133,1.441334 -0.0507,0.133333 -0.1,0.26 -0.148,0.376 l -0.93333,2.283999"
style="fill:#e6cd6d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path78"
d="m 282.27066,74.133345 -11.49467,-0.6 c -0.29733,-0.854667 -0.20266,-1.710667 0.35867,-2.461333 l 0.76667,-1.030667 12.88666,0.673333 -2.30666,3.092 c -0.08,0.106667 -0.14934,0.216 -0.21067,0.326667 m 8.40133,-11.308 -10.26266,-4.190666 3.916,-5.252 c 0.69333,-0.930667 1.98133,-1.537334 3.544,-1.784 0.52533,-0.08267 1.084,-0.125334 1.66,-0.125334 1.44933,0 3.01866,0.268 4.512,0.822667 2.08933,0.778667 3.60133,1.96 4.30666,3.202667 -1.56133,0.246666 -2.84933,0.853333 -3.54133,1.784 l -4.13467,5.542666"
style="fill:#e6d17f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path79"
d="m 299.38533,75.028012 -17.11467,-0.894667 c 0.0613,-0.110667 0.13067,-0.22 0.21067,-0.326667 l 2.30666,-3.092 17.14534,0.896 -2.548,3.417334 m 4.832,-6.736 c -0.10667,0 -0.20667,-0.01867 -0.29867,-0.05733 l -13.24667,-5.409333 4.13467,-5.542666 c 0.692,-0.930667 1.98,-1.537334 3.54133,-1.784 0.52667,-0.08267 1.084,-0.125334 1.66,-0.125334 1.44934,0 3.01867,0.266667 4.51334,0.822667 2.95066,1.098667 4.75066,3.002667 4.752,4.745333 0,0.534667 -0.168,1.053334 -0.52267,1.529334 l -4.32533,5.798666 c -0.072,0.01467 -0.14134,0.02267 -0.208,0.02267"
style="fill:#e6d17f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path80"
d="m 258.03066,93.953344 -3.28267,-1.341333 7.61467,-18.649333 0.132,-0.328 c 0.404,-1.029333 0.95467,-2.44 2.068,-3.145333 1.06133,-0.674667 2.64133,-0.693333 4.18933,-0.612 l 37.60534,1.964 3.95333,-9.685333 -67.41733,-27.530666 1.34,-3.282667 69.06,28.201333 c 0.90533,0.369333 1.34266,1.404 0.97066,2.310667 l -5.10133,12.493333 c -0.28533,0.698666 -0.98,1.14 -1.736,1.1 l -38.86,-2.029334 c -1.372,-0.07333 -1.89467,0.01067 -2.09067,0.068 -0.224,0.278667 -0.54,1.085334 -0.68133,1.441334 -0.0507,0.133333 -0.1,0.26 -0.148,0.376 l -7.616,18.649332"
style="fill:#7b9599;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path81"
d="m 257.23466,92.774678 7.02,-17.189333 c 0.0453,-0.106667 0.0907,-0.224 0.13867,-0.349333 0.324,-0.826667 0.768,-1.96 1.44533,-2.389334 0.78533,-0.497333 2.52267,-0.406666 3.26267,-0.369333 l 38.72,2.022667 4.97466,-12.18 -67.41466,-27.530666 0.148,-0.364 67.6,27.605333 0.10666,0.256 -5.10133,12.493333 -0.19333,0.121333 -38.85867,-2.029333 c -1.66533,-0.08667 -2.296,0.03333 -2.62533,0.133333 l -0.468,0.137333 -0.30267,0.38 c -0.316,0.385334 -0.588,0.996 -0.924,1.852 -0.0533,0.133334 -0.0987,0.253334 -0.14133,0.358667 l -7.02134,17.191999 -0.36533,-0.150666"
style="fill:#476166;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path82"
d="m 255.56133,91.666678 7.31733,-17.92 c 0.0413,-0.102666 0.0867,-0.217333 0.13333,-0.338666 0.36534,-0.928 0.86267,-2.2 1.75734,-2.766667 0.87733,-0.558667 2.376,-0.561333 3.724,-0.490667 l 38.164,1.993334 4.46533,-10.933333 -67.41733,-27.530666 0.74533,-1.824 68.328,27.903999 c 0.50267,0.205333 0.744,0.78 0.53867,1.282667 l -5.10134,12.493333 c -0.15866,0.388 -0.544,0.633333 -0.964,0.612 l -38.86,-2.029334 c -1.15733,-0.06267 -1.92666,-0.028 -2.35733,0.101334 l -0.23067,0.068 -0.156,0.188 c -0.248,0.306666 -0.5,0.88 -0.79866,1.645333 -0.0533,0.137333 -0.10134,0.258667 -0.148,0.368 l -7.31734,17.921333 -1.82266,-0.744"
style="fill:#b8c9cc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path83"
d="m 290.11599,72.281345 c -6.73733,-0.316 -12.18933,-0.778667 -12.176,-1.032 0.012,-0.254667 5.48134,-0.202667 12.22,0.112 6.73734,0.317333 12.188,0.778667 12.176,1.032 -0.0107,0.253333 -5.48266,0.202667 -12.22,-0.112"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path84"
d="m 260.29466,81.577345 c -1.57067,3.765333 -2.96133,6.768 -3.10133,6.708 -0.14267,-0.05867 1.016,-3.158667 2.58666,-6.921334 1.572,-3.762666 2.96,-6.767999 3.10134,-6.707999 0.144,0.06 -1.016,3.158666 -2.58667,6.921333"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path85"
d="m 265.95333,71.728012 c -0.61467,0.138666 -1.17867,-0.04667 -1.26,-0.410667 -0.0813,-0.365333 0.34933,-0.773333 0.964,-0.912 0.61466,-0.136 1.17733,0.048 1.26,0.413333 0.08,0.365334 -0.35067,0.773334 -0.964,0.909334"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path86"
d="m 311.34133,50.057346 v 0 l -64.992,-26.541333 c -1.368,-0.558667 -4.13867,3.058666 -6.188,8.077333 -2.05067,5.02 -2.60267,9.542666 -1.236,10.101333 l 64.992,26.539999 c 1.368,0.558667 4.13866,-3.058666 6.18666,-8.078666 2.05067,-5.018667 2.604,-9.541333 1.23734,-10.098666"
style="fill:#e6ac00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path87"
d="m 310.18933,58.913345 c 1.03066,-2.526666 1.68266,-4.928 1.90133,-6.761333 10e-4,-1.129333 -0.24133,-1.886666 -0.74933,-2.094666 l -64.992,-26.541333 c -1.368,-0.558667 -4.13867,3.058666 -6.188,8.077333 -1.032,2.529333 -1.68534,4.930667 -1.904,6.762666 -0.001,1.128 0.24133,1.885334 0.74933,2.094667 l 64.99467,26.541333 c 1.36533,0.557333 4.13733,-3.058667 6.188,-8.078667"
style="fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path88"
d="m 240.65999,33.500013 c 2.04934,-5.02 4.82,-8.636 6.188,-8.077334 l 64.99067,26.54 h 10e-4 l 0.25067,0.169333 c -0.003,-1.116 -0.24267,-1.866666 -0.74933,-2.074666 L 246.349,23.516013 c -1.368,-0.558667 -4.13867,3.058666 -6.188,8.077333 -1.91067,4.68 -2.52134,8.924 -1.48667,9.932 -0.003,-1.901334 0.69333,-4.864 1.98533,-8.025333"
style="fill:#ffe14d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path89"
d="m 277.13866,43.314679 c 13.53333,5.526667 25.99467,9.510666 34.48933,11.253333 0.22134,-0.876 0.37734,-1.690667 0.46267,-2.416 10e-4,-1.129333 -0.24133,-1.886666 -0.74933,-2.094666 l -64.992,-26.541333 c -0.78267,-0.318667 -2.02534,0.730666 -3.32667,2.624 7.10133,4.861333 19.536,11.221333 34.116,17.174666"
style="fill:#ffe14d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path90"
d="m 309.56533,51.306679 c -0.12134,0.294666 -14.072,-5.122667 -31.16,-12.101333 -17.09067,-6.978667 -30.84534,-12.876 -30.724,-13.170667 0.12,-0.293333 14.07066,5.124 31.15866,12.102667 17.08934,6.977333 30.84667,12.874666 30.72534,13.169333"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path91"
d="m 246.17733,24.965346 c 0.26,0.184 -0.30267,1.417333 -1.25867,2.754667 -0.95467,1.337333 -1.93867,2.270666 -2.19733,2.086666 -0.25867,-0.186666 0.304,-1.42 1.25733,-2.757333 0.95467,-1.337333 1.93867,-2.269333 2.19867,-2.084"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path92"
d="m 303.27999,66.697345 c 0.21067,-0.517333 -13.928,-6.78 -31.58266,-13.989333 -17.65334,-7.209333 -32.136,-12.634666 -32.34667,-12.117333 -0.21067,0.516 13.92933,6.78 31.58267,13.989333 17.652,7.209333 32.136,12.633333 32.34666,12.117333"
style="fill:#e6ac00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path93"
d="m 240.43733,132.24668 c -0.69067,-0.28134 -0.71734,-1.81734 -0.06,-3.428 0.65866,-1.612 1.752,-2.68934 2.44266,-2.408 0.69067,0.28266 0.716,1.81733 0.0587,3.42933 -0.65733,1.61067 -1.75067,2.68933 -2.44133,2.40667 z m 20.328,-39.904002 -6.91467,-2.824 c -0.68,-0.277333 -1.57733,0.012 -1.732,0.730667 -0.17467,0.794666 0.0173,2.450666 -0.132,3.250666 l -16.25867,37.726669 0.0453,0.0187 c -0.524,1.28267 0.99733,3.11867 3.39733,4.09867 2.40133,0.98133 4.77333,0.73467 5.29867,-0.548 l 0.0427,0.0173 14.79867,-38.321329 c 0.452,-0.677333 1.75067,-1.724 2.18267,-2.414667 0.39066,-0.621333 -0.0467,-1.456 -0.728,-1.734666"
style="fill:#ea1c1c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path94"
d="m 260.76533,92.342678 -0.17867,-0.072 c -0.53467,0.552 -1.18267,1.146666 -1.476,1.585333 l -14.8,38.322669 -0.044,-0.0173 c -0.524,1.28267 -2.896,1.528 -5.296,0.548 -1.31333,-0.536 -2.36,-1.32933 -2.956,-2.14666 l -0.28667,0.664 0.0453,0.0187 c -0.524,1.28267 0.99733,3.11867 3.39733,4.09867 2.40133,0.98133 4.77333,0.73467 5.29867,-0.548 l 0.0427,0.0173 14.79867,-38.321329 c 0.452,-0.677333 1.75067,-1.724 2.18267,-2.414667 0.39066,-0.621333 -0.0467,-1.456 -0.728,-1.734666"
style="fill:#9c0c1c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path95"
d="m 256.87733,98.514678 c 0.33333,-0.652 0.23866,-1.352 -0.0933,-1.486667 l -3.36933,-1.376 c -0.33067,-0.136 -0.88667,0.297333 -1.108,0.996 -0.24133,0.776 -0.436,2.289333 -0.66667,3.062667 -0.20666,0.700002 -0.23733,1.353332 0.0933,1.488002 l 2.37066,0.968 c 0.33067,0.13466 0.76534,-0.35334 1.10534,-0.99867 0.37733,-0.71333 1.29866,-1.930666 1.668,-2.653332"
style="fill:#ff6759;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path96"
d="m 253.46133,107.38401 c 0.34533,-0.676 0.23466,-1.40533 -0.12134,-1.552 l -3.628,-1.48 c -0.356,-0.14667 -0.94933,0.29733 -1.172,1.02267 -0.24933,0.804 -0.43733,2.37733 -0.672,3.18266 -0.21333,0.72534 -0.236,1.40534 0.12,1.55067 l 2.552,1.04267 c 0.35867,0.14533 0.81734,-0.35734 1.172,-1.024 0.39467,-0.74 1.36267,-1.99467 1.74934,-2.74267"
style="fill:#ff6759;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path97"
d="m 249.59199,117.29468 c 0.38534,-0.756 0.28134,-1.564 -0.0987,-1.71867 l -3.856,-1.57467 c -0.37867,-0.15466 -1.02,0.34934 -1.27334,1.15867 -0.28133,0.896 -0.512,2.64667 -0.78,3.54133 -0.24133,0.80934 -0.28,1.564 0.1,1.72 l 2.712,1.10667 c 0.37867,0.156 0.88,-0.41067 1.27334,-1.15733 0.436,-0.82667 1.49733,-2.23867 1.92266,-3.076"
style="fill:#ff6759;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path98"
d="m 240.74933,129.82268 c 0.49733,-1.21867 1.324,-2.03334 1.84666,-1.82 0.40534,0.16533 0.508,0.908 0.29734,1.80133 0.64266,-1.59867 0.612,-3.11333 -0.0733,-3.39333 -0.69066,-0.28134 -1.784,0.796 -2.44266,2.408 -0.65734,1.61066 -0.63067,3.14666 0.06,3.428 l 0.18133,0.04 c -0.34133,-0.384 -0.30267,-1.404 0.13067,-2.464"
style="fill:#9c0c1c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path99"
d="m 236.56933,132.42268 -0.044,-0.0187 16.25733,-37.727999 c 0.14933,-0.798667 -0.0413,-2.456 0.132,-3.252 0.15467,-0.717333 1.05333,-1.005333 1.732,-0.728 l 6.91467,2.824 0.0773,0.04 c -10e-4,-0.501333 -0.36933,-1.010667 -0.87333,-1.217333 l -6.91467,-2.824 c -0.68,-0.277333 -1.57733,0.012 -1.732,0.730667 -0.17467,0.794666 0.0173,2.450666 -0.132,3.250666 l -16.25867,37.726669 0.0453,0.0187 c -0.29467,0.72 0.0573,1.616 0.84533,2.43467 -0.176,-0.44267 -0.20533,-0.876 -0.0493,-1.25733"
style="fill:#ff6759;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path100"
d="m 257.96799,92.025344 c -0.0853,0.206667 -1.26933,-0.08 -2.64533,-0.641333 -1.376,-0.561333 -2.42133,-1.186666 -2.33733,-1.394666 0.0853,-0.206667 1.268,0.08133 2.64533,0.642666 1.37467,0.561333 2.42133,1.185333 2.33733,1.393333"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path101"
d="m 237.47999,130.42134 c -0.11333,-0.0467 0.97867,-2.88133 2.43867,-6.332 1.45867,-3.448 2.73333,-6.204 2.84667,-6.15733 0.11466,0.048 -0.976,2.884 -2.436,6.33067 -1.46,3.45066 -2.73467,6.208 -2.84934,6.15866"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
<path
id="path102"
d="m 237.05999,131.42934 c -0.2,-0.084 -0.08,-0.81733 0.26534,-1.63733 0.348,-0.82133 0.79066,-1.416 0.99066,-1.33067 0.2,0.0827 0.0813,0.81734 -0.26533,1.63734 -0.34667,0.82 -0.79067,1.41466 -0.99067,1.33066"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" />
</g>
<g
id="g919"
transform="matrix(1.0777571,0,0,1.1015764,6.2954765,2.3898128)"
style="fill:#0000ff;stroke:#000000;stroke-width:0.57493;stroke-opacity:1">
<rect
style="fill:#000080;fill-opacity:1;stroke:none;stroke-width:1.21714;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none"
id="rect3"
width="7.6051288"
height="1.5137306"
x="0.40259403"
y="5.6719303"
ry="0" />
ry="0.56339979"
y="4.3255968"
x="0.92013353"
height="3.7594025"
width="3.8382711"
id="rect12"
style="fill:#de0000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.0373705;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
rx="0.5800662" />
<path
style="fill:#000080;fill-opacity:1;stroke:none;stroke-width:0.899999;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none"
d="M 9.5761665,6.5655785 6.3301255,2.3891412 v 7.6051284 z"
id="path3"
sodipodi:nodetypes="cccc" />
style="fill:#ffffff;stroke:#ffffff;stroke-width:0.324836;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 1.6159,5.0384659 3.9724208,7.4062084"
id="path841" />
<path
style="fill:#000080;fill-opacity:1;stroke:none;stroke-width:0.899999;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none"
d="M 10.688667,6.5655785 7.4426263,2.3891412 v 7.6051284 z"
id="path1"
sodipodi:nodetypes="cccc" />
id="path843"
d="M 3.9724208,5.0384659 1.6159,7.4062084"
style="fill:none;stroke:#ffffff;stroke-width:0.324836;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
<g
id="g923-4"
transform="matrix(1.0781672,0,0,1.1004826,2.1704643,13.139944)"
style="fill:#0000ff;stroke-width:0.553289">
<rect
style="fill:#00bf00;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.0359638;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
id="rect10-6"
width="3.8382711"
height="3.7594025"
x="0.92013353"
y="0.34176376"
ry="0.56339979"
rx="0.5800662" />
<path
id="path4"
style="fill:#000080;fill-opacity:1;stroke:none;stroke-width:0.899999;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none"
d="M 5.3271367,2.3891412 V 9.9943618 L 6.4397301,8.8192397 V 3.8205784 Z" />
<path
id="path2"
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.899999;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none"
d="m 7.4426263,3.8205125 v 4.9986613 l 2.13372,-2.2536093 z" />
style="fill:#ffffff;stroke:none;stroke-width:0.146391px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 1.4619106,1.7500935 C 1.3627577,2.4034195 1.7869697,2.7038331 2.3820759,3.4752278 2.7236407,3.2105071 3.8437643,1.6082077 4.3539528,0.68451321 3.7444013,1.2569625 3.3467309,1.6796751 2.3752981,2.7432214 1.891109,2.378332 1.7782083,2.0571129 1.4619106,1.7500935 Z"
id="path16-3"
sodipodi:nodetypes="ccccc" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 584 B

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -31,15 +31,15 @@ public class actEvalAncrageNumeroAbsoluePageEnfantsOui extends AbstractAction{
}
String a = "";
a = JOptionPane.showInputDialog(null,"Quel est le nombre de point?",point);
if(a!=null)if(!a.isEmpty()||!a.isBlank()) {
if(a!=null)if(!a.isBlank()) {
try {
point = Integer.valueOf(a);
if(point<=0) {
for(int i = 0 ; i < nod.getNodes().size();i++) {
nod.getNodes().get(i).getAttributs().put("evalAncrageNumeroAbsoluePage", String.valueOf(0));
nod.getNodes().get(i).getAttributs().remove("evalAncrageNumeroAbsoluePage");
}
fenetres.create.getTextNodeSelect().setText(baliseStyle.balise());
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier POSITIF supérieur à zéro.<br>Cependant,la valeur a été modifiée.<br>evalAncrageNumeroAbsoluePage=0.</h2>");
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier POSITIF SUPÉRIEUR à zéro.<br>L'attribut <b>evalAncrageNumeroAbsoluePage<b> a été supprimé.</h2>");
}else {
for(int i = 0 ; i < nod.getNodes().size();i++) {
nod.getNodes().get(i).getAttributs().put("evalAncrageNumeroAbsoluePage", String.valueOf(point));
@ -47,7 +47,7 @@ public class actEvalAncrageNumeroAbsoluePageEnfantsOui extends AbstractAction{
}
} catch (Exception e2) {
fenetres.create.getTextNodeSelect().setText(baliseStyle.balise());
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier.<br>L'attribut n'a pas été modifiée.</h2>");
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un <b>nombre entier</b>.<br>L'attribut n'a pas été modifiée.</h2>");
}
}
fenetres.create.getTextNodeSelect().refreshAffichage(nod);

View File

@ -33,19 +33,19 @@ public class actEvalAncrageNumeroAbsoluePageOui extends AbstractAction{
String a = "";
a = JOptionPane.showInputDialog(null,"Quel est le nombre de point?",point);
if(a!=null)if(!a.isEmpty()||!a.isBlank()) {
if(a!=null)if(!a.isBlank()) {
try {
point = Integer.valueOf(a);
if(point<=0) {
nod.getAttributs().put("evalAncrageNumeroAbsoluePage", String.valueOf(0));
nod.supprimeAttribut("evalAncrageNumeroAbsoluePage");
fenetres.create.getTextNodeSelect().setText(baliseStyle.balise());
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier POSITIF supérieur à zéro.<br>Cependant,la valeur a été modifiée.<br>evalAncrageNumeroAbsoluePage=0.</h2>");
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier POSITIF SUPÉRIEUR à zéro.<br>Cependant,l'attribut <b>evalAncrageNumeroAbsoluePage</b> a été supprimé.</h2>");
}else {
nod.getAttributs().put("evalAncrageNumeroAbsoluePage", String.valueOf(point));
}
} catch (Exception e2) {
fenetres.create.getTextNodeSelect().setText(baliseStyle.balise());
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier.<br>L'attribut n'a pas été modifiée.</h2>");
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un <b>nombre entier</b>.<br>L'attribut n'a pas été modifiée.</h2>");
}
}
fenetres.create.getTextNodeSelect().refreshAffichage(nod);

View File

@ -30,19 +30,19 @@ public class actEvalEnteteActive extends AbstractAction{
point = Integer.valueOf(nod.getAttributs().get("evalEnteteActive"));
}
String a = JOptionPane.showInputDialog(null,"Quel est le nombre de point?",point);
if(a!=null)if(!a.isEmpty()||!a.isBlank()) {
if(a!=null)if(!a.isBlank()) {
try {
point = Integer.valueOf(a);
if(point<=0) {
nod.getAttributs().put("evalEnteteActive", String.valueOf(0));
nod.supprimeAttribut("evalEnteteActive");
fenetres.create.getTextNodeSelect().setText(baliseStyle.balise());
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier POSITIF supérieur à zéro.<br>Cependant,la valeur a été modifiée.<br>evalEnteteActive=0.</h2>");
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier POSITIF SUPÉRIEUR à zéro.<br>Cependant,l'attribut <b>evalEnteteActive</b> a été supprimé.</h2>");
}else {
nod.getAttributs().put("evalEnteteActive", String.valueOf(point));
}
} catch (Exception e2) {
fenetres.create.getTextNodeSelect().setText(baliseStyle.balise());
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier.<br>L'attribut n'a pas été modifiée.</h2>");
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un <b>nombre entier</b>.<br>L'attribut n'a pas été modifiée.</h2>");
}
}

View File

@ -30,19 +30,19 @@ public class actEvalEntetePasActive extends AbstractAction{
point = Integer.valueOf(nod.getAttributs().get("evalEntetePasActive"));
}
String a = JOptionPane.showInputDialog(null,"Quel est le nombre de point?",point);
if(a!=null)if(!a.isEmpty()||!a.isBlank()) {
if(a!=null)if(!a.isBlank()) {
try {
point = Integer.valueOf(a);
if(point<=0) {
nod.getAttributs().put("evalEntetePasActive", String.valueOf(0));
nod.supprimeAttribut("evalEntetePasActive");
fenetres.create.getTextNodeSelect().setText(baliseStyle.balise());
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier POSITIF supérieur à zéro.<br>Cependant,la valeur a été modifiée.<br>evalEntetePasActive=0.</h2>");
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier POSITIF SUPÉRIEUR à zéro.<br>Cependant,l'attribut <b>evalEntetePasActive</b> a été supprimé.</h2>");
}else {
nod.getAttributs().put("evalEntetePasActive", String.valueOf(point));
}
} catch (Exception e2) {
fenetres.create.getTextNodeSelect().setText(baliseStyle.balise());
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier.<br>L'attribut n'a pas été modifiée.</h2>");
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un <b>nombre entier</b>.<br>L'attribut n'a pas été modifiée.</h2>");
}
}
fenetres.create.getTextNodeSelect().refreshAffichage(nod);

View File

@ -37,16 +37,16 @@ public class actEvalFirstChildTrue extends AbstractAction{
point = Integer.valueOf(a);
if(point<=0) {
fenetres.create.getTextNodeSelect().setText(baliseStyle.balise());
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier POSITIF supérieur à zéro.<br>Cependant,la valeur a été modifiée.<br>evalFirstChild=0.</h2>");
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier POSITIF SUPÉRIEUR à zéro.<br>Cependant,l'attribut <b>evalFirstChild</b> a été supprimé.</h2>");
if(listeDesNodesEvalPlacement.isPlacement(nod)) {
nod.getAttributs().put("evalFirstChild", "0");
nod.supprimeAttribut("evalFirstChild");
}
}else {
nod.getAttributs().put("evalFirstChild", String.valueOf(point));
}
} catch (Exception e2) {
fenetres.create.getTextNodeSelect().setText(baliseStyle.balise());
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier.<br>L'attribut n'a pas été modifiée.</h2>");
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un <b>nombre entier</b>.<br>L'attribut n'a pas été modifiée.</h2>");
}
}
fenetres.create.getTextNodeSelect().refreshAffichage(nod);

View File

@ -31,19 +31,19 @@ public class actEvalFormatageDirectOui extends AbstractAction{
}
String a = "";
a = JOptionPane.showInputDialog(null,"Quel est le nombre de point?",point);
if(a!=null)if(!a.isEmpty()||!a.isBlank()) {
if(a!=null)if(!a.isBlank()) {
try {
point = Integer.valueOf(a);
if(point<=0) {
nod.getAttributs().put("evalFormatageDirect", String.valueOf(0));
nod.supprimeAttribut("evalFormatageDirect");
fenetres.create.getTextNodeSelect().setText(baliseStyle.balise());
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier POSITIF supérieur à zéro.<br>Cependant,la valeur a été modifiée.<br>evalFormatageDirect=0.</h2>");
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier POSITIF SUPÉRIEUR à zéro.<br>Cependant,l'attribut <b>evalFormatageDirect</b> a été supprimé.</h2>");
}else {
nod.getAttributs().put("evalFormatageDirect", String.valueOf(point));
}
} catch (Exception e2) {
fenetres.create.getTextNodeSelect().setText(baliseStyle.balise());
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier.<br>L'attribut n'a pas été modifiée.</h2>");
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un <b>nombre entier</b>.<br>L'attribut n'a pas été modifiée.</h2>");
}
}
fenetres.create.getTextNodeSelect().refreshAffichage(nod);

View File

@ -18,7 +18,7 @@ public class actEvalInitialCreator extends AbstractAction{
*/
private static final long serialVersionUID = 1L;
{
putValue( Action.NAME, "Evaluer la présence du premier auteur (créateur)" );
putValue( Action.NAME, "Oui, combien de point?" );
putValue( Action.SHORT_DESCRIPTION, "Evaluer la présence du premier auteur (créateur)" );
putValue( Action.SMALL_ICON, new ImageIcon(create.class.getResource("/resources/auteurcreateurmini.png")) );
}
@ -32,19 +32,19 @@ public class actEvalInitialCreator extends AbstractAction{
String a = JOptionPane.showInputDialog(null,"Quel est le nombre de point?",point);
if(!a.isEmpty()) {
if(a!=null)if(!a.isBlank()) {
try {
point = Integer.valueOf(a);
if(point<=0) {
nod.getAttributs().put("evalNameInitialCreator", String.valueOf(0));
nod.supprimeAttribut("evalNameInitialCreator");
fenetres.create.getTextNodeSelect().setText(baliseStyle.balise());
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier POSITIF supérieur à zéro.<br>Cependant,la valeur a été modifiée.<br>evalNameInitialCreator=0.</h2>");
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier POSITIF SUPÉRIEUR à zéro.<br>Cependant,l'attribut <b>evalNameInitialCreator</b> a été supprimé.</h2>");
}else {
nod.getAttributs().put("evalNameInitialCreator", String.valueOf(point));
}
} catch (Exception e2) {
fenetres.create.getTextNodeSelect().setText(baliseStyle.balise());
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier.<br>L'attribut n'a pas été modifiée.</h2>");
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un <b>nombre entier</b>.<br>L'attribut n'a pas été modifiée.</h2>");
}
}
fenetres.create.getTextNodeSelect().refreshAffichage(nod);

View File

@ -33,21 +33,21 @@ public class actEvalLastChildTrue extends AbstractAction{
String a="";
a = JOptionPane.showInputDialog(null,"Quel est le nombre de point?",point);
if(a!=null)if(!a.isEmpty()||!a.isBlank()) {
if(a!=null)if(!a.isBlank()) {
try {
point = Integer.valueOf(a);
if(point<=0) {
fenetres.create.getTextNodeSelect().setText(baliseStyle.balise());
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier POSITIF supérieur à zéro.<br>Cependant,la valeur a été modifiée.<br>evalLastChild=0.</h2>");
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier POSITIF SUPÉRIEUR à zéro.<br>Cependant,l'attribut <b>evalLastChild</b> a été supprimé.</h2>");
if(listeDesNodesEvalPlacement.isPlacement(nod)) {
nod.getAttributs().put("evalLastChild", "0");
nod.supprimeAttribut("evalLastChild");
}
}else {
nod.getAttributs().put("evalLastChild", String.valueOf(point));
}
} catch (Exception e2) {
fenetres.create.getTextNodeSelect().setText(baliseStyle.balise());
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier.<br>L'attribut n'a pas été modifiée.</h2>");
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un <b>nombre entier</b>.<br>L'attribut n'a pas été modifiée.</h2>");
}
}
fenetres.create.getTextNodeSelect().refreshAffichage(nod);

View File

@ -32,19 +32,19 @@ public class actEvalNameNodeOui extends AbstractAction{
String a = JOptionPane.showInputDialog(null,"Quel est le nombre de point?",point);
if(!a.isEmpty()) {
if(a!=null)if(!a.isBlank()) {
try {
point = Integer.valueOf(a);
if(point<=0) {
nod.getAttributs().put("evalNameNode", String.valueOf(0));
nod.supprimeAttribut("evalNameNode");
fenetres.create.getTextNodeSelect().setText(baliseStyle.balise());
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier POSITIF supérieur à zéro.<br>Cependant,la valeur a été modifiée.<br>evalNameNode=0.</h2>");
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier POSITIF SUPÉRIEUR à zéro.<br>Cependant,l'attribut <b>evalNameNode</b> a été supprimé.</h2>");
}else {
nod.getAttributs().put("evalNameNode", String.valueOf(point));
}
} catch (Exception e2) {
fenetres.create.getTextNodeSelect().setText(baliseStyle.balise());
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier.<br>L'attribut n'a pas été modifiée.</h2>");
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un <b>nombre entier</b>.<br>L'attribut n'a pas été modifiée.</h2>");
}
}
fenetres.create.getTextNodeSelect().refreshAffichage(nod);

View File

@ -31,22 +31,22 @@ public class actEvalNamePageOui extends AbstractAction{
}
String a="";
a = JOptionPane.showInputDialog(null,"Quel est le nombre de point?",point);
if(a!=null)if(!a.isEmpty()||!a.isBlank()) {
if(a!=null)if(!a.isBlank()) {
try {
point = Integer.valueOf(a);
if(point<=0) {
if(nod.getNomElt().equals("page")) nod.getAttributs().put("evalNamePage", String.valueOf(0));
if(nod.getNomElt().equals("structurepage")) ajouteAToutesLesPages(nod,"0");
if(nod.getNomElt().equals("page")) nod.supprimeAttribut("evalNamePage");
if(nod.getNomElt().equals("structurepage")) ajouteAToutesLesPages(nod,0);
fenetres.create.getTextNodeSelect().setText(baliseStyle.balise());
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier POSITIF supérieur à zéro.<br>Cependant,la valeur a été modifiée.<br>evalNamePage=0.</h2>");
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier POSITIF SUPÉRIEUR à zéro.<br>Cependant,l'attribut a été supprimé.<br>evalNamePage=0.</h2>");
}else {
if(nod.getNomElt().equals("page")) nod.getAttributs().put("evalNamePage", String.valueOf(point));
if(nod.getNomElt().equals("structurepage")) ajouteAToutesLesPages(nod,String.valueOf(point));
if(nod.getNomElt().equals("structurepage")) ajouteAToutesLesPages(nod,point);
}
} catch (Exception e2) {
fenetres.create.getTextNodeSelect().setText(baliseStyle.balise());
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier.<br>L'attribut n'a pas été modifiée.</h2>");
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un <b>nombre entier</b>.<br>L'attribut n'a pas été modifiée.</h2>");
}
}
@ -54,9 +54,13 @@ public class actEvalNamePageOui extends AbstractAction{
}
private void ajouteAToutesLesPages(node nod,String point) {
private void ajouteAToutesLesPages(node nod,Integer point) {
for(int i=0; i < nod.getNodes().size();i++) {
nod.getNodes().get(i).getAttributs().put("evalNamePage", point);
if(point>0) {
nod.getNodes().get(i).getAttributs().put("evalNamePage", String.valueOf(point));
}else {
nod.getNodes().get(i).supprimeAttribut("evalNamePage");
}
}
}

View File

@ -32,19 +32,19 @@ public class actEvalNameSequenceOui extends AbstractAction{
String a = JOptionPane.showInputDialog(null,"Quel est le nombre de point?",point);
if(!a.isEmpty()) {
if(a!=null)if(!a.isBlank()) {
try {
point = Integer.valueOf(a);
if(point<=0) {
nod.getAttributs().put("evalNameSequence", String.valueOf(0));
nod.supprimeAttribut("evalNameSequence");
fenetres.create.getTextNodeSelect().setText(baliseStyle.balise());
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier POSITIF supérieur à zéro.<br>Cependant,la valeur a été modifiée.<br>evalNameSequence=0.</h2>");
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier POSITIF SUPÉRIEUR à zéro.<br>Cependant,l'attribut <b>evalNameSequence</b> a été supprimé.</h2>");
}else {
nod.getAttributs().put("evalNameSequence", String.valueOf(point));
}
} catch (Exception e2) {
fenetres.create.getTextNodeSelect().setText(baliseStyle.balise());
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier.<br>L'attribut n'a pas été modifiée.</h2>");
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un <b>nombre entier</b>.<br>L'attribut n'a pas été modifiée.</h2>");
}
}
fenetres.create.getTextNodeSelect().refreshAffichage(nod);

View File

@ -31,29 +31,33 @@ public class actEvalNumeroAbsoluePageOui extends AbstractAction{
point = Integer.valueOf(nod.getAttributs().get("evalNumeroAbsoluePage"));
}
String a = JOptionPane.showInputDialog(null,"Quel est le nombre de point?",point);
if(a!=null)if(!a.isEmpty()||!a.isBlank()){
if(a!=null)if(!a.isBlank()){
try {
point = Integer.valueOf(a);
if(point<=0) {
if(nod.getNomElt().equals("page")) nod.getAttributs().put("evalNumeroAbsoluePage", String.valueOf(0));
if(nod.getNomElt().equals("structurepage")) ajouteAToutesLesPages(nod,"0");
if(nod.getNomElt().equals("page")) nod.supprimeAttribut("evalNumeroAbsoluePage");
if(nod.getNomElt().equals("structurepage")) ajouteAToutesLesPages(nod,0);
fenetres.create.getTextNodeSelect().setText(baliseStyle.balise());
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier POSITIF supérieur à zéro.<br>Cependant,la valeur a été modifiée.<br>evalNumeroAbsoluePage=0.</h2>");
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier POSITIF SUPÉRIEUR à zéro.<br>Cependant,l'attribut <b>evalNumeroAbsoluePage</b> a été supprimé.</h2>");
}else {
if(nod.getNomElt().equals("page")) nod.getAttributs().put("evalNumeroAbsoluePage", String.valueOf(point));
if(nod.getNomElt().equals("structurepage")) ajouteAToutesLesPages(nod,String.valueOf(point));
if(nod.getNomElt().equals("structurepage")) ajouteAToutesLesPages(nod,point);
}
} catch (Exception e2) {
fenetres.create.getTextNodeSelect().setText(baliseStyle.balise());
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier.<br>L'attribut n'a pas été modifiée.</h2>");
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un <b>nombre entier</b>.<br>L'attribut n'a pas été modifiée.</h2>");
}
}
fenetres.create.getTextNodeSelect().refreshAffichage(nod);
}
private void ajouteAToutesLesPages(node nod,String point) {
private void ajouteAToutesLesPages(node nod,Integer point) {
for(int i=0; i < nod.getNodes().size();i++) {
nod.getNodes().get(i).getAttributs().put("evalNumeroAbsoluePage", point);
if(point>0) {
nod.getNodes().get(i).getAttributs().put("evalNumeroAbsoluePage", String.valueOf(point));
}else {
nod.getNodes().get(i).supprimeAttribut("evalNumeroAbsoluePage");
}
}
}

View File

@ -31,30 +31,34 @@ public class actEvalNumeroPageOui extends AbstractAction{
}
String a = "";
a = JOptionPane.showInputDialog(null,"Quel est le nombre de point?",point);
if(a!=null)if(a!=null)if(!a.isEmpty()||!a.isBlank()) {
if(a!=null)if(a!=null)if(!a.isBlank()) {
try {
point = Integer.valueOf(a);
if(point<=0) {
if(nod.getNomElt().equals("page")) nod.getAttributs().put("evalNumeroPage", String.valueOf(0));
if(nod.getNomElt().equals("structurepage")) ajouteAToutesLesPages(nod,"0");
if(nod.getNomElt().equals("page")) nod.supprimeAttribut("evalNumeroPage");
if(nod.getNomElt().equals("structurepage")) ajouteAToutesLesPages(nod,0);
fenetres.create.getTextNodeSelect().setText(baliseStyle.balise());
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier POSITIF supérieur à zéro.<br>Cependant,la valeur a été modifiée.<br>evalNumeroPage=0.</h2>");
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier POSITIF SUPÉRIEUR à zéro.<br>Cependant,l'attribut <b>evalNumeroPage</b> a été supprimé.</h2>");
}else {
if(nod.getNomElt().equals("page")) nod.getAttributs().put("evalNumeroPage", String.valueOf(point));
if(nod.getNomElt().equals("structurepage")) ajouteAToutesLesPages(nod,String.valueOf(point));
if(nod.getNomElt().equals("structurepage")) ajouteAToutesLesPages(nod,point);
}
} catch (Exception e2) {
fenetres.create.getTextNodeSelect().setText(baliseStyle.balise());
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier.<br>L'attribut n'a pas été modifiée.</h2>");
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un <b>nombre entier</b>.<br>L'attribut n'a pas été modifiée.</h2>");
}
}
fenetres.create.getTextNodeSelect().refreshAffichage(nod);
}
private void ajouteAToutesLesPages(node nod,String point) {
private void ajouteAToutesLesPages(node nod,Integer point) {
for(int i=0; i < nod.getNodes().size();i++) {
nod.getNodes().get(i).getAttributs().put("evalNumeroPage", point);
if(point>0) {
nod.getNodes().get(i).getAttributs().put("evalNumeroPage", String.valueOf(point));
}else {
nod.getNodes().get(i).supprimeAttribut("evalNumeroPage");
}
}
}

View File

@ -30,20 +30,20 @@ public class actEvalPasParagrapheVideOui extends AbstractAction{
point = Integer.valueOf(nod.getAttributs().get("evalPasParagrapheVide"));
}
String a ="";
if(a!=null)a = JOptionPane.showInputDialog(null,"Quel est le nombre de point?",point);
if(!a.isEmpty()||!a.isBlank()) {
a = JOptionPane.showInputDialog(null,"Quel est le nombre de point?",point);
if(a!=null)if(!a.isBlank()) {
try {
point = Integer.valueOf(a);
if(point<=0) {
nod.getAttributs().put("evalPasParagrapheVide", String.valueOf(0));
nod.supprimeAttribut("evalPasParagrapheVide");
fenetres.create.getTextNodeSelect().setText(baliseStyle.balise());
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier POSITIF supérieur à zéro.<br>Cependant,la valeur a été modifiée.<br>evalPasParagrapheVide=0.</h2>");
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier POSITIF SUPÉEIEUR à zéro.<br>Cependant,l'attribut <b>evalPasParagrapheVide</b> a été supprimé.</h2>");
}else {
nod.getAttributs().put("evalPasParagrapheVide", String.valueOf(point));
}
} catch (Exception e2) {
fenetres.create.getTextNodeSelect().setText(baliseStyle.balise());
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier.<br>L'attribut n'a pas été modifiée.</h2>");
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un <b>nombre entier</b>.<br>L'attribut n'a pas été modifiée.</h2>");
}
}
fenetres.create.getTextNodeSelect().refreshAffichage(nod);

View File

@ -28,19 +28,19 @@ public class actEvalPasParagrapheVideToutesLesPagesOui extends AbstractAction{
}
String a = "";
a = JOptionPane.showInputDialog(null,"Quel est le nombre de point?",point);
if(a!=null)if(!a.isEmpty()||!a.isBlank()) {
if(a!=null)if(!a.isBlank()) {
try {
point = Integer.valueOf(a);
if(point<=0) {
if(nod.getNomElt().equals("structurepage")) {
for(int i = 0 ; i < nod.getNodes().size();i ++) {
if(nod.getNodes().get(i).getNomElt().equals("page")) {
nod.getNodes().get(i).getAttributs().put("evalPasParagrapheVide", String.valueOf(0));
nod.getNodes().get(i).supprimeAttribut("evalPasParagrapheVide");
}
}
}
fenetres.create.getTextNodeSelect().setText(baliseStyle.balise());
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier POSITIF supérieur à zéro.<br>Cependant,la valeur a été modifiée.<br>evalPasParagrapheVide=0.</h2>");
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier POSITIF SUPÉRIEUR à zéro.<br>Cependant,l'attribut <b>evalPasParagrapheVide</b> a été supprimé.</h2>");
}else {
if(nod.getNomElt().equals("structurepage")) {
for(int i = 0 ; i < nod.getNodes().size();i ++) {
@ -52,7 +52,7 @@ public class actEvalPasParagrapheVideToutesLesPagesOui extends AbstractAction{
}
} catch (Exception e2) {
fenetres.create.getTextNodeSelect().setText(baliseStyle.balise());
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier.<br>L'attribut n'a pas été modifiée.</h2>");
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un <b>nombre entier</b>.<br>L'attribut n'a pas été modifiée.</h2>");
}
}
fenetres.create.getTextNodeSelect().refreshAffichage(nod);

View File

@ -34,15 +34,15 @@ public class actEvalPiedPagePasActive extends AbstractAction{
try {
point = Integer.valueOf(a);
if(point<=0) {
nod.getAttributs().put("evalPiedPagePasActive", String.valueOf(0));
nod.supprimeAttribut("evalPiedPagePasActive");
fenetres.create.getTextNodeSelect().setText(baliseStyle.balise());
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier POSITIF supérieur à zéro.<br>Cependant,la valeur a été modifiée.<br>evalPiedPagePasActive=0.</h2>");
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier POSITIF SUPÉRIEUR à zéro.<br>Cependant,l'attribut <b>evalPiedPagePasActive</b> a été supprimé.</h2>");
}else {
nod.getAttributs().put("evalPiedPagePasActive", String.valueOf(point));
}
} catch (Exception e2) {
fenetres.create.getTextNodeSelect().setText(baliseStyle.balise());
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier.<br>L'attribut n'a pas été modifiée.</h2>");
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un <b>nombre entier</b>.<br>L'attribut n'a pas été modifiée.</h2>");
}
}
fenetres.create.getTextNodeSelect().refreshAffichage(nod);

View File

@ -31,15 +31,15 @@ public class actEvalPlacementEnfantOui extends AbstractAction{
point = Integer.valueOf(nod.getAttributs().get("evalPlacement"));
}
String a = JOptionPane.showInputDialog(null,"Quel est le nombre de point?",point);
if(a!=null)if(!a.isEmpty()||!a.isBlank()) {
if(a!=null)if(!a.isBlank()) {
try {
point = Integer.valueOf(a);
if(point<=0) {
fenetres.create.getTextNodeSelect().setText(baliseStyle.balise());
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier POSITIF supérieur à zéro.<br>Cependant,la valeur a été modifiée.<br>evalPlacement=0.</h2>");
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier POSITIF SUPÉRIEUR à zéro.<br>Cependant,l'attribut <b>evalPlacement</b> a été supprimé.</h2>");
for(int i =0 ; i < nod.getNodes().size(); i++) {
if(listeDesNodesEvalPlacement.isPlacement(nod.getNodes().get(i))) {
nod.getNodes().get(i).getAttributs().put("evalPlacement", "0");
nod.getNodes().get(i).supprimeAttribut("evalPlacement");
}
}
}else {
@ -51,7 +51,7 @@ public class actEvalPlacementEnfantOui extends AbstractAction{
}
} catch (Exception e2) {
fenetres.create.getTextNodeSelect().setText(baliseStyle.balise());
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier.<br>L'attribut n'a pas été modifiée.</h2>");
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un <b>nombre entier</b>.<br>L'attribut n'a pas été modifiée.</h2>");
}
}
fenetres.create.getTextNodeSelect().refreshAffichage(nod);

View File

@ -32,20 +32,20 @@ public class actEvalPlacementParagrapheOui extends AbstractAction{
point = Integer.valueOf(nod.getAttributs().get("evalPlacement"));
}
String a = JOptionPane.showInputDialog(null,"Quel est le nombre de point?",point);
if(a!=null)if(!a.isEmpty()||!a.isBlank()){
if(a!=null)if(!a.isBlank()){
try {
point = Integer.valueOf(a);
if(point<=0) {
fenetres.create.getTextNodeSelect().setText(baliseStyle.balise());
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier POSITIF supérieur à zéro.<br>Cependant,la valeur a été modifiée.<br>evalPlacement=0.</h2>");
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier POSITIF SUPÉRIEUR à zéro.<br>Cependant,l'attribut <b>evalPlacement</b> a été supprimé.</h2>");
if(nod.getNomElt().equals("page")) {
for(int i =0 ; i < nod.getNodes().size(); i++) {
if(listeDesNodesEvalPlacement.isPlacement(nod.getNodes().get(i))) {
nod.getNodes().get(i).getAttributs().put("evalPlacement", "0");
nod.getNodes().get(i).supprimeAttribut("evalPlacement");
}
}
}else {
nod.getAttributs().put("evalPlacement", "0");
nod.supprimeAttribut("evalPlacement");
}
}else {
if(nod.getNomElt().equals("page")) {
@ -60,7 +60,7 @@ public class actEvalPlacementParagrapheOui extends AbstractAction{
}
} catch (Exception e2) {
fenetres.create.getTextNodeSelect().setText(baliseStyle.balise());
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier.<br>L'attribut n'a pas été modifiée.</h2>");
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un <b>nombre entier</b>.<br>L'attribut n'a pas été modifiée.</h2>");
}
}

View File

@ -33,21 +33,18 @@ public class actEvalSautPageColonneOui extends AbstractAction{
if(a!=null)if(!a.isBlank()) {
try {
point = Integer.valueOf(a);
if(point<0) {
nod.getAttributs().put("evalSautPageColonne", String.valueOf(0));
if(point<=0) {
nod.supprimeAttribut("evalSautPageColonne");
fenetres.create.getTextNodeSelect().setText(baliseStyle.balise());
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier POSITIF supérieur à zéro.<br>Cependant,la valeur a été modifiée.<br>evalSautPageColonne=0.</h2>");
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier POSITIF SUPÉRIEUR à zéro.<br>Cependant,l'attribut <b>evalSautPageColonne</b> a été supprimé.</h2>");
}else {
if(point>0) {
nod.getAttributs().put("evalSautPageColonne", String.valueOf(point));
}else {
nod.supprimeAttribut("evalSautPageColonne");
}
}
}
} catch (Exception e2) {
fenetres.create.getTextNodeSelect().setText(baliseStyle.balise());
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier.<br>L'attribut n'a pas été modifiée.</h2>");
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un <b>nombre entier</b>.<br>L'attribut n'a pas été modifiée.</h2>");
}
}
fenetres.create.getTextNodeSelect().refreshAffichage(nod);

View File

@ -38,19 +38,17 @@ public class actEvalTabAlignementGaucheOui extends AbstractAction{
try {
point = Integer.valueOf(a);
if(point<0) {
nod.getAttributs().put("evalTABAlignementAGauche", String.valueOf(0));
nod.supprimeAttribut("evalTABAlignementAGauche");
fenetres.create.getTextNodeSelect().setText(baliseStyle.balise());
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier POSITIF supérieur à zéro.<br>Cependant,la valeur a été modifiée.<br>evalTABAlignementAGauche=0.</h2>");
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier POSITIF SUPÉRIEUR à zéro.<br>Cependant,l'attribut <b>evalTABAlignementAGauche</b> a été supprimé.</h2>");
}else {
if(point>0) {
nod.getAttributs().put("evalTABAlignementAGauche", String.valueOf(point));
}else {
nod.supprimeAttribut("evalTABAlignementAGauche");
}
}
} catch (Exception e2) {
fenetres.create.getTextNodeSelect().setText(baliseStyle.balise());
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier.<br>L'attribut n'a pas été modifiée.</h2>");
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un <b>nombre entier</b>.<br>L'attribut n'a pas été modifiée.</h2>");
}
}
fenetres.create.getTextNodeSelect().refreshAffichage(nod);

View File

@ -0,0 +1,25 @@
package action;
import java.awt.event.ActionEvent;
import javax.swing.AbstractAction;
import javax.swing.Action;
import javax.swing.ImageIcon;
import cXML.node;
import fenetres.create;
public class actEvalTabDefautStyleLeaderNon extends AbstractAction{
private static final long serialVersionUID = 1L;
{
putValue( Action.NAME, "Supprime l'évaluation des des caractères de remplissage" );
putValue( Action.SHORT_DESCRIPTION, "Supprime l'évaluation des des caractères de remplissage.");
putValue( Action.SMALL_ICON, new ImageIcon(create.class.getResource("/resources/EvalTabDefautStyleLeaderfalsemini.png")));
}
@Override
public void actionPerformed(ActionEvent e) {
node nod = (node) fenetres.create.getSelectNode().getUserObject();
nod.supprimeAttribut("evalTABStyleLeaderDefault");
fenetres.create.getTextNodeSelect().refreshAffichage(nod);
}
}

View File

@ -11,16 +11,16 @@ import cXML.node;
import fenetres.baliseStyle;
import fenetres.create;
public class actEvalTabDefautStyleLeader extends AbstractAction{
public class actEvalTabDefautStyleLeaderOui extends AbstractAction{
/**
*
*/
private static final long serialVersionUID = 1L;
{
putValue( Action.NAME, "Evaluer le style par défaut des caractères de remplissage" );
putValue( Action.SHORT_DESCRIPTION, "Evaluer le style par défaut des caractères de remplissage" );
putValue( Action.SMALL_ICON, new ImageIcon(create.class.getResource("/resources/evaltabstyleleadermini.png")) );
putValue( Action.NAME, "Oui, combien de point?" );
putValue( Action.SHORT_DESCRIPTION, "Evaluer les caractères de remplissage par défaut de la tab." );
putValue( Action.SMALL_ICON, new ImageIcon(create.class.getResource("/resources/EvalTabDefautStyleLeadertruemini.png")) );
}
@Override
public void actionPerformed(ActionEvent e) {
@ -34,24 +34,24 @@ public class actEvalTabDefautStyleLeader extends AbstractAction{
if(nod.getAttributs().get("style:leader-text")==null) {
String a = JOptionPane.showInputDialog(null,"Quel est le nombre de point?",point);
if(!a.isEmpty()) {
if(a!=null)if(!a.isBlank()) {
try {
point = Integer.valueOf(a);
if(point<=0) {
nod.getAttributs().put("evalTABStyleLeaderDefault", String.valueOf(0));
nod.supprimeAttribut("evalTABStyleLeaderDefault");
fenetres.create.getTextNodeSelect().setText(baliseStyle.balise());
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier POSITIF supérieur à zéro.<br>Cependant,la valeur a été modifiée.<br>evalTABStyleLeaderDefault=0.</h2>");
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier POSITIF SUPÉRIEUR à zéro.<br>Cependant,l'attribut <b>evalTABStyleLeaderDefault</b> a été supprimé.</h2>");
}else {
nod.getAttributs().put("evalTABStyleLeaderDefault", String.valueOf(point));
}
} catch (Exception e2) {
fenetres.create.getTextNodeSelect().setText(baliseStyle.balise());
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier.<br>L'attribut n'a pas été modifiée.</h2>");
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un <b>nombre entier</b>.<br>L'attribut n'a pas été modifiée.</h2>");
}
}
fenetres.create.getTextNodeSelect().refreshAffichage(nod);
}else {
JOptionPane.showMessageDialog(null,"Il y a un autre remplissage de caractère dans cette tabulation.");
JOptionPane.showMessageDialog(null,"Il y a déjà un autre remplissage de caractère dans cette tabulation.");
}

View File

@ -30,19 +30,19 @@ public class actEvalTextUserDefinedOui extends AbstractAction{
point = Integer.valueOf(nod.getAttributs().get("evalTextUserDefined"));
}
String a = JOptionPane.showInputDialog(null,"Quel est le nombre de point?",point);
if(a!=null)if(!a.isEmpty()||!a.isBlank()){
if(a!=null)if(!a.isBlank()){
try {
point = Integer.valueOf(a);
if(point<=0) {
nod.getAttributs().put("evalTextUserDefined", String.valueOf(0));
nod.supprimeAttribut("evalTextUserDefined");
fenetres.create.getTextNodeSelect().setText(baliseStyle.balise());
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier POSITIF supérieur à zéro.<br>Cependant,la valeur a été modifiée.<br>evalTextUserDefined=0.</h2>");
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier POSITIF SUPÉRIEUR à zéro.<br>Cependant,l'attribut <b>evalTextUserDefined</b> a été supprimé.</h2>");
}else {
nod.getAttributs().put("evalTextUserDefined", String.valueOf(point));
}
} catch (Exception e2) {
fenetres.create.getTextNodeSelect().setText(baliseStyle.balise());
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier.<br>L'attribut n'a pas été modifiée.</h2>");
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un <b>nombre entier</b>.<br>L'attribut n'a pas été modifiée.</h2>");
}
}
fenetres.create.getTextNodeSelect().refreshAffichage(nod);

View File

@ -30,19 +30,19 @@ public class actEvaluerNomDuStyleHeriteTrue extends AbstractAction{
point = Integer.valueOf(nod.getAttributs().get("evalNameLegacyStyle"));
}
String a = JOptionPane.showInputDialog(null,"Quel est le nombre de point?",point);
if(a!=null)if(!a.isEmpty()||!a.isBlank()){
if(a!=null)if(!a.isBlank()){
try {
point = Integer.valueOf(a);
if(point<=0) {
nod.getAttributs().put("evalNameLegacyStyle", String.valueOf(0));
nod.supprimeAttribut("evalNameLegacyStyle");
fenetres.create.getTextNodeSelect().setText(baliseStyle.balise());
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier POSITIF supérieur à zéro.<br>Cependant,la valeur a été modifiée.<br>evalNameLegacyStyle=0.</h2>");
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier POSITIF SUPÉRIEUR à zéro.<br>Cependant,l'attribut <b>evalNameLegacyStyle</b> a été supprimé.</h2>");
}else {
nod.getAttributs().put("evalNameLegacyStyle", String.valueOf(point));
}
} catch (Exception e2) {
fenetres.create.getTextNodeSelect().setText(baliseStyle.balise());
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un nombre entier.<br>L'attribut n'a pas été modifiée.</h2>");
fenetres.create.getTextNodeSelect().setText("<h2>Erreur la valeur doit être un <b>nombre entier</b>.<br>L'attribut n'a pas été modifiée.</h2>");
}
}
fenetres.create.getTextNodeSelect().refreshAffichage(nod);

View File

@ -6,6 +6,7 @@ import java.awt.Dimension;
import java.awt.Font;
import java.awt.GridLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.InputEvent;
import java.awt.event.KeyEvent;
import java.awt.event.MouseAdapter;
@ -42,6 +43,7 @@ import MEPTL.commandes;
import action.actAPropos;
import action.actAbout;
import action.actAfficheInformationFichierAnalyse;
import action.actAllContent;
import action.actAttribut;
import action.actCollapseAll;
import action.actCollapseNode;
@ -79,9 +81,15 @@ import action.actEvalSautPageColonneNon;
import action.actEvalSautPageColonneOui;
import action.actEvalTabAlignementGaucheNon;
import action.actEvalTabAlignementGaucheOui;
import action.actEvalTabDefautStyleLeaderNon;
import action.actEvalTabDefautStyleLeaderOui;
import action.actEvalueFalse;
import action.actEvalueTrue;
import action.actEvaluer;
import action.actEvaluerNomDuStyleHeriteFalse;
import action.actEvaluerNomDuStyleHeriteTrue;
import action.actEvaluerStyleFalse;
import action.actEvaluerStyleTrue;
import action.actEvaluerTousEnfantsFalse;
import action.actEvaluerTousEnfantsTrue;
import action.actExit;
@ -94,17 +102,12 @@ import action.actOpenBaseEvaluation;
import action.actSaveEvaluation;
import action.actSetting;
import action.actTitre1;
import action.actTitre2;
import action.actTitre3;
import action.actTotalPoint;
import action.actTotalPointNode;
import action.actTutoriels;
import action.actUpNode;
import action.actTitre2;
import action.actTitre3;
import action.actAllContent;
import action.actEvaluerNomDuStyleHeriteTrue;
import action.actEvaluerNomDuStyleHeriteFalse;
import action.actEvaluerStyleTrue;
import action.actEvaluerStyleFalse;
import cXML.Run;
import cXML.node;
import list.listeDesNodesAllContent;
@ -120,8 +123,6 @@ import list.listeEvalNameNode;
import menucontextuel.CreatePopupMenu;
import net.miginfocom.swing.MigLayout;
import java.awt.event.ActionListener;
/**
@ -183,6 +184,8 @@ public final class create extends JFrame {
private final JButton btnEvalPiedPagePasActivefalse = new JButton(new actEvalPiedPagePasActiveNon());
private final JButton btnevalTABAlignementAGauchetrue = new JButton(new actEvalTabAlignementGaucheOui());
private final JButton btnevalTABAlignementAGauchefalse = new JButton(new actEvalTabAlignementGaucheNon());
private final JButton btnevalTABStyleLeaderDefaulttrue = new JButton(new actEvalTabDefautStyleLeaderOui());
private final JButton btnevalTABStyleLeaderDefaultfalse = new JButton(new actEvalTabDefautStyleLeaderNon());
// private AbstractAction allContent = new actAllContent();
@ -264,6 +267,10 @@ public final class create extends JFrame {
btnevalTABAlignementAGauchetrue.setEnabled(false);
btnevalTABAlignementAGauchefalse.setIcon(new ImageIcon(create.class.getResource("/resources/evaltabalgngauchefalse.png")));
btnevalTABAlignementAGauchefalse.setEnabled(false);
btnevalTABStyleLeaderDefaulttrue.setIcon(new ImageIcon(create.class.getResource("/resources/EvalTabDefautStyleLeadertrue.png")));
btnevalTABStyleLeaderDefaulttrue.setEnabled(false);
btnevalTABStyleLeaderDefaultfalse.setIcon(new ImageIcon(create.class.getResource("/resources/EvalTabDefautStyleLeaderfalse.png")));
btnevalTABStyleLeaderDefaultfalse.setEnabled(false);
setBackground(new Color(255, 255, 255));
try {
@ -365,12 +372,16 @@ public final class create extends JFrame {
JScrollPane ScrollPaneTableBouton = new JScrollPane( );
panelDroiteBoutons.setBorder(null);
panelDroiteBoutons.setLayout(new MigLayout("", "[40px:n,fill][40px:n,fill][40px:n,fill][40px:n,fill]", "[20px][40px][40px][60px][60px][60px][60px][60px][60px][60px][60px][60px][60px]"));
panelDroiteBoutons.setLayout(new MigLayout("", "[40px:n,fill][40px:n,fill][40px:n,fill][40px:n,fill][40px:n,fill][40px:n,fill]", "[20px][40px][40px][60px][60px][60px][60px][60px][60px][60px][60px][60px][60px]"));
// ScrollPaneTableBouton = new JScrollPane(panelDroiteBoutons);
rightScrollPane.setViewportView(panelDroiteBoutons);
ScrollPaneTableBouton = new JScrollPane(textNodeSelect);
lblNewLabel_1.setIcon(new ImageIcon(create.class.getResource("/resources/evaluermini.png")));
lblNewLabel_1.setFont(new Font("Tahoma", Font.BOLD, 14));
panelDroiteBoutons.add(lblNewLabel_1, "cell 0 0 6 1,aligny center,grow");
btnAttribut.setText("");
@ -386,23 +397,6 @@ public final class create extends JFrame {
panelDroiteBoutons.add(btnAllContent, "cell 1 1,grow");
btnAllContent.setIcon(new ImageIcon(baseDonneesEvaluations.class.getResource("/resources/allcontent.png")));
btnevalNameLegacyStyleTrue.setText("");
panelDroiteBoutons.add(btnevalNameLegacyStyleTrue, "cell 0 2");
btnevalNameLegacyStyleFalse.setText("");
panelDroiteBoutons.add(btnevalNameLegacyStyleFalse, "cell 1 2");
btnanalyseStyletrue.setText("");
panelDroiteBoutons.add(btnanalyseStyletrue, "cell 2 2");
btnanalyseStylefalse.setText("");
panelDroiteBoutons.add(btnanalyseStylefalse, "cell 3 2");
btnevalSautPageColonnetrue.setText("");
panelDroiteBoutons.add(btnevalSautPageColonnetrue, "cell 0 3");
btnevalSautPageColonnefalse.setText("");
panelDroiteBoutons.add(btnevalSautPageColonnefalse, "cell 1 3");
btnevalNameNodetrue.setText("");
panelDroiteBoutons.add(btnevalNameNodetrue, "cell 2 1");
@ -410,95 +404,119 @@ public final class create extends JFrame {
btnevalNameNodefalse.setText("");
panelDroiteBoutons.add(btnevalNameNodefalse, "cell 3 1");
btnevalNameLegacyStyleTrue.setText("");
panelDroiteBoutons.add(btnevalNameLegacyStyleTrue, "cell 4 1");
btnevalNameLegacyStyleFalse.setText("");
panelDroiteBoutons.add(btnevalNameLegacyStyleFalse, "cell 5 1");
btnanalyseStyletrue.setText("");
panelDroiteBoutons.add(btnanalyseStyletrue, "cell 0 2");
btnanalyseStylefalse.setText("");
panelDroiteBoutons.add(btnanalyseStylefalse, "cell 1 2");
btnevalSautPageColonnetrue.setText("");
panelDroiteBoutons.add(btnevalSautPageColonnetrue, "cell 2 2");
btnevalSautPageColonnefalse.setText("");
panelDroiteBoutons.add(btnevalSautPageColonnefalse, "cell 3 2");
btnevalFormatageDirecttrue.setText("");
panelDroiteBoutons.add(btnevalFormatageDirecttrue, "cell 2 3");
panelDroiteBoutons.add(btnevalFormatageDirecttrue, "cell 4 2");
btnevalFormatageDirectfalse.setText("");
panelDroiteBoutons.add(btnevalFormatageDirectfalse, "cell 3 3");
panelDroiteBoutons.add(btnevalFormatageDirectfalse, "cell 5 2");
btnevalPlacementtrue.setText("");
panelDroiteBoutons.add(btnevalPlacementtrue, "cell 0 4");
panelDroiteBoutons.add(btnevalPlacementtrue, "cell 0 3");
btnevalPlacementfalse.setText("");
panelDroiteBoutons.add(btnevalPlacementfalse, "cell 1 4");
panelDroiteBoutons.add(btnevalPlacementfalse, "cell 1 3");
btnevalFirstChildtrue.setText("");
panelDroiteBoutons.add(btnevalFirstChildtrue, "cell 2 4");
panelDroiteBoutons.add(btnevalFirstChildtrue, "cell 2 3");
btnevalFirstChildfalse.setText("");
panelDroiteBoutons.add(btnevalFirstChildfalse, "cell 3 4");
panelDroiteBoutons.add(btnevalFirstChildfalse, "cell 3 3");
btnevalLastChildtrue.setText("");
panelDroiteBoutons.add(btnevalLastChildtrue, "cell 0 5");
panelDroiteBoutons.add(btnevalLastChildtrue, "cell 4 3");
btnevalLastChildfalse.setText("");
panelDroiteBoutons.add(btnevalLastChildfalse, "cell 1 5");
panelDroiteBoutons.add(btnevalLastChildfalse, "cell 5 3");
btnevalAncrageNumeroAbsoluePagetrue.setText("");
panelDroiteBoutons.add(btnevalAncrageNumeroAbsoluePagetrue, "cell 2 5");
panelDroiteBoutons.add(btnevalAncrageNumeroAbsoluePagetrue, "cell 0 4");
btnevalAncrageNumeroAbsoluePagefalse.setText("");
panelDroiteBoutons.add(btnevalAncrageNumeroAbsoluePagefalse, "cell 3 5");
panelDroiteBoutons.add(btnevalAncrageNumeroAbsoluePagefalse, "cell 1 4");
btnevalPasParagrapheVidetrue.setText("");
panelDroiteBoutons.add(btnevalPasParagrapheVidetrue, "cell 0 6");
panelDroiteBoutons.add(btnevalPasParagrapheVidetrue, "cell 2 4");
btnevalPasParagrapheVidefalse.setText("");
panelDroiteBoutons.add(btnevalPasParagrapheVidefalse, "cell 1 6");
panelDroiteBoutons.add(btnevalPasParagrapheVidefalse, "cell 3 4");
btnevalNamePagetrue.setText("");
panelDroiteBoutons.add(btnevalNamePagetrue, "cell 2 6");
panelDroiteBoutons.add(btnevalNamePagetrue, "cell 4 4");
btnevalNamePagefalse.setText("");
panelDroiteBoutons.add(btnevalNamePagefalse, "cell 3 6");
panelDroiteBoutons.add(btnevalNamePagefalse, "cell 5 4");
btnevalNumeroPagetrue.setText("");
panelDroiteBoutons.add(btnevalNumeroPagetrue, "cell 0 7");
panelDroiteBoutons.add(btnevalNumeroPagetrue, "cell 0 5");
btnevalNumeroPagefalse.setText("");
panelDroiteBoutons.add(btnevalNumeroPagefalse, "cell 1 7");
panelDroiteBoutons.add(btnevalNumeroPagefalse, "cell 1 5");
btnevalNumeroAbsoluePagetrue.setText("");
panelDroiteBoutons.add(btnevalNumeroAbsoluePagetrue, "cell 2 7");
panelDroiteBoutons.add(btnevalNumeroAbsoluePagetrue, "cell 2 5");
btnevalNumeroAbsoluePagefalse.setText("");
panelDroiteBoutons.add(btnevalNumeroAbsoluePagefalse, "cell 3 7");
panelDroiteBoutons.add(btnevalNumeroAbsoluePagefalse, "cell 3 5");
btnevalEnteteActivetrue.setText("");
panelDroiteBoutons.add(btnevalEnteteActivetrue, "cell 0 8");
panelDroiteBoutons.add(btnevalEnteteActivetrue, "cell 4 5");
btnevalEnteteActivefalse.setText("");
panelDroiteBoutons.add(btnevalEnteteActivefalse, "cell 1 8");
panelDroiteBoutons.add(btnevalEnteteActivefalse, "cell 5 5");
btnevalEntetePasActivetrue.setText("");
panelDroiteBoutons.add(btnevalEntetePasActivetrue, "cell 2 8");
panelDroiteBoutons.add(btnevalEntetePasActivetrue, "cell 0 6");
btnevalEntetePasActivefalse.setText("");
panelDroiteBoutons.add(btnevalEntetePasActivefalse, "cell 3 8");
panelDroiteBoutons.add(btnevalEntetePasActivefalse, "cell 1 6");
btnEvalPiedPageActivetrue.setText("");
panelDroiteBoutons.add(btnEvalPiedPageActivetrue, "cell 0 9");
panelDroiteBoutons.add(btnEvalPiedPageActivetrue, "cell 2 6");
btnEvalPiedPageActivefalse.setText("");
panelDroiteBoutons.add(btnEvalPiedPageActivefalse, "cell 1 9");
panelDroiteBoutons.add(btnEvalPiedPageActivefalse, "cell 3 6");
btnEvalPiedPagePasActivetrue.setText("");
panelDroiteBoutons.add(btnEvalPiedPagePasActivetrue, "cell 2 9");
panelDroiteBoutons.add(btnEvalPiedPagePasActivetrue, "cell 4 6");
btnEvalPiedPagePasActivefalse.setText("");
panelDroiteBoutons.add(btnEvalPiedPagePasActivefalse, "cell 3 9");
panelDroiteBoutons.add(btnEvalPiedPagePasActivefalse, "cell 5 6");
btnevalTABAlignementAGauchetrue.setText("");
panelDroiteBoutons.add(btnevalTABAlignementAGauchetrue, "cell 0 10");
panelDroiteBoutons.add(btnevalTABAlignementAGauchetrue, "cell 0 7");
btnevalTABAlignementAGauchefalse.setText("");
panelDroiteBoutons.add(btnevalTABAlignementAGauchefalse, "cell 1 10");
panelDroiteBoutons.add(btnevalTABAlignementAGauchefalse, "cell 1 7");
btnevalTABStyleLeaderDefaulttrue.setText("");
panelDroiteBoutons.add(btnevalTABStyleLeaderDefaulttrue, "cell 2 7");
btnevalTABStyleLeaderDefaultfalse.setText("");
panelDroiteBoutons.add(btnevalTABStyleLeaderDefaultfalse, "cell 3 7");
JSplitPane splitPane2 = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT, rightScrollPane, ScrollPaneTableBouton );
splitPane2.setBounds(10, 10, 1364, 783);
splitPane2.setBounds(10, 10, 1364, 783);
splitPane2.setDividerLocation(0.28);
splitPane2.setDividerLocation(0.4);
JSplitPane splitPane1 = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT, panelLeft, splitPane2 );
splitPane1.setBounds(10, 10, 1364, 783); //10, 10, 1364, 783
@ -606,6 +624,8 @@ public final class create extends JFrame {
btnEvalPiedPagePasActivefalse.setEnabled(false);
btnevalTABAlignementAGauchetrue.setEnabled(false);
btnevalTABAlignementAGauchefalse.setEnabled(false);
btnevalTABStyleLeaderDefaulttrue.setEnabled(false);
btnevalTABStyleLeaderDefaultfalse.setEnabled(false);
if(listeDesNodesAllContent.isAllContent(nod)) {
btnAllContent.setEnabled(true);
@ -664,10 +684,14 @@ public final class create extends JFrame {
btnEvalPiedPagePasActivetrue.setEnabled(true);
btnEvalPiedPagePasActivefalse.setEnabled(true);
}
if(listeDesNodesTabStop.isStyleTab(nod)) {
if(listeDesNodesTabStop.AlignementDefaut(nod)) {
btnevalTABAlignementAGauchetrue.setEnabled(true);
btnevalTABAlignementAGauchefalse.setEnabled(true);
}
if(listeDesNodesTabStop.RemplissageDefaut(nod)) {
btnevalTABStyleLeaderDefaulttrue.setEnabled(true);
btnevalTABStyleLeaderDefaultfalse.setEnabled(true);
}
}
}
});
@ -988,6 +1012,7 @@ public final class create extends JFrame {
System.out.println( "Cut" );
}
};
private final JLabel lblNewLabel_1 = new JLabel("Les méthodes d'évaluations d'un node");
/**

View File

@ -9,10 +9,18 @@ public class listeDesNodesTabStop {
* @param nod
* @return
*/
public static Boolean isStyleTab(node nod) {
public static Boolean AlignementDefaut(node nod) {
if(nod.getNomElt().equals("style:tab-stop")) {
if(nod.getAttributs().get("style:type")==null) return true;
}
return false;
}
public static Boolean RemplissageDefaut(node nod) {
if(nod.getNomElt().equals("style:tab-stop")) {
if(nod.getAttributs().get("style:leader-text")==null) return true;
}
return false;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 942 B

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 584 B

After

Width:  |  Height:  |  Size: 1.2 KiB