--- /dev/null
+{
+ "input-hidden": {
+ "scope":"html",
+ "prefix":"input-hidden",
+ "body":["<input type=\"hidden\" class=\"data_${1:formname}\" id=\"$1_${2:column}\" data-id=\"\" data-column=\"$2\" data-table=\"${3:table}\" />"]
+ },
+ "input-date": {
+ "scope":"html",
+ "prefix":"input-date",
+ "body":["<div class=\"cell\" style=\"width: 140px;\">",
+ "\t<label class=\"label\" for=\"${1:formname}_${2:column}\">{$3:label}</label>",
+ "\t<input class=\"input border date data_$1 datefield\" data-column=\"$2\" data-id=\"\" data-table=\"${4:table}\" id=\"$1_$2\" onblur=\"dataform.savefield(this);\" type=\"date\">",
+ "</div>"]
+ },
+ "input-text": {
+ "scope":"html",
+ "prefix":"input-text",
+ "body":["<div class=\"cell\" style=\"width: ${1:400}px;\">",
+ "\t<label class=\"label\" for=\"${2:formname}_${3:column}\">${4:label}</label>",
+ "\t<input class=\"input border text data_$2 ${5:readonly}\" data-column=\"$3\" data-id=\"\" data-table=\"${6:table}\" id=\"$2_$3\" onblur=\"dataform.savefield(this);\" type=\"text\" $5>",
+ "</div>"]
+ },
+ "input-number": {
+ "scope":"html",
+ "prefix":"input-number",
+ "body":["<div class=\"cell\" style=\"width: ${1:140}px;\">",
+ "\t<label class=\"label\" for=\"${2:formname}_${3:column}\">${4:label}</label>",
+ "\t<input class=\"input border number right-align data_$2 ${5:readonly}\" data-column=\"$3\" data-id=\"\" data-table=\"${6:table}\" id=\"$2_$3\" onblur=\"dataform.savefield(this);\" type=\"text\" $5>",
+ "</div>"]
+},
+ "form":{
+ "scope":"html",
+ "prefix":"form",
+ "body":"<form id=\"frm_${1:formname}\">$0</form>"
+ },
+ "row": {
+ "scope":"html",
+ "prefix":"row",
+ "body":"<div class=\"row\">$0</div>"
+ },
+ "cellrow": {
+ "scope":"html",
+ "prefix":"cellrow",
+ "body":"<div class=\"cell-row\">$0</div>"
+ },
+ "panel": {
+ "scope":"html",
+ "prefix":"panel",
+ "body":["<div class=\"panel\" id=\"pnl_${1:filename}\" ${2:style=\"display: none;\"}>","$0","</div>"]
+ },
+ "select": {
+ "scope":"html",
+ "prefix": "select",
+ "body":[
+ "<div class=\"cell\" style=\"width: ${1:400}px;\">",
+ "\t<label class=\"label\" for=\"${2:formname}_${3:column}\">${4:label}</label>",
+ "\t<select class=\"select border data_$2\" data-column=\"$3\" data-id=\"\" data-selected=\"\" data-table=\"${4:table}\" id=\"$2_$3\"></select>",
+ "</div>"]
+ },
+ "textarea": {
+ "scope":"html",
+ "prefix":"textarea",
+ "body":[
+ "<div class=\"cell\" style=\"width: ${1:100%};\">",
+ "\t<label class=\"label\" for=\"${2:formname}_${3:column}\">${4:label}</label>",
+ "\t<textarea class=\"input border data_$2 ${5:richeditarea}\" style=\"height: ${6:height}px;\" data-id=\"\" data-column=\"$3\" data-table=\"${7:table}\" id=\"$2_$3\" ></textarea>",
+ "</div>"
+ ]
+ },
+ "topbarlistpage":{
+ "scope":"html",
+ "prefix":"topbar-listpage",
+ "body":["<div class=\"bar toolbar\">",
+ "<a class=\"bar-item toolbarbtn\" href=\"index.html\"><span class=\"icon-home\" style=\"font-size: 18px;\"></span>Home</a>",
+ "<div class=\"bar-item PageHeadTitle\">${1:Page Title}</div>",
+ "<div class=\"hide-small\">",
+ "\t<button class=\"bar-item toolbarbtn right\" onclick=\"${2:jsclass}.confirmRemove();\"><span class=\"icon-trash\" style=\"font-size: 17px;\"></span>suppr.</button>",
+ "\t<button class=\"bar-item toolbarbtn right\" onclick=\"$2.edit();\"><span class=\"icon-edit\" style=\"font-size: 17px;\"></span>édit.</button>",
+ "\t<button class=\"bar-item toolbarbtn right\" onclick=\"$2.duplicate()\"><span class=\"icon-duplicate\" style=\"font-size: 17px;\"></span>dupl.</button>",
+ "\t<button class=\"bar-item toolbarbtn right\" onclick=\"$2.add();\"><span class=\"icon-plus\" style=\"font-size: 17px;\"></span>ajouter</button>",
+ "</div> ",
+ "<div class=\"hide-large hide-medium\">",
+ "\t<button class=\"bar-item toolbarbtn right\" onclick=\"myapp.togglemenu('mobilemenu_$2');\"><span class=\"icon-menu xxlarge\" style=\"font-size: 20px;\"></span></button>",
+ "</div>",
+ "<div class=\"toolbar\" id=\"mobilemenu_$2\" style=\"display: none;\">",
+ "\t<div class=\"bar\">",
+ "\t\t<button class=\"bar-item toolbarbtn\" onclick=\"$2.add();\"><span class=\"icon-plus\" style=\"font-size: 17px;\"></span>ajouter</button>",
+ "\t\t<button class=\"bar-item toolbarbtn\" onclick=\"$2.edit();\"><span class=\"icon-edit\" style=\"font-size: 17px;\"></span>édit.</button>",
+ "\t\t<button class=\"bar-item toolbarbtn\" onclick=\"$2.confirmRemove();\"><span class=\"icon-trash\" style=\"font-size: 17px;\"></span>suppr.</button>",
+ "\t\t <button class=\"bar-item toolbarbtn\" onclick=\"$2.duplicate()\"><span class=\"icon-duplicate\" style=\"font-size: 17px;\"></span>dupl.</button>",
+ "\t</div>",
+ "</div>",
+ "</div>"]
+ },
+ "topbarformpage":{
+ "scope":"html",
+ "prefix":"topbar-formpage",
+ "body": [
+ "<div class=\"bar toolbar\">",
+ "\t<button class=\"bar-item toolbarbtn\" onclick=\"myapp.viewpanel('${1:panelname'});\"><span class=\"icon-back\" style=\"font-size: 18px;\"></span>retour</button>",
+ "\t<div class=\"bar-item PageHeadTitle\">${2: title}</div>",
+ "</div>"]
+ }
+ // Place your oldbell_lu workspace snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and
+ // description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope
+ // is left empty or omitted, the snippet gets applied to all languages. The prefix is what is
+ // used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
+ // $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders.
+ // Placeholders with the same ids are connected.
+ // Example:
+ // "Print to console": {
+ // "scope": "javascript,typescript",
+ // "prefix": "log",
+ // "body": [
+ // "console.log('$1');",
+ // "$2"
+ // ],
+ // "description": "Log output to console"
+ // }
+}
\ No newline at end of file
}
}
elseif(isset($params["savefield"])){
- db.exec("UPDATE ".$params["table"]." set ".$params["column"]."=".$db->value($params["value"])." where id=".$db->value($params["id"]).";");
+ $html["data"] = $db->exec("UPDATE ".$params["table"]." set ".$params["column"]."=".$db->value($params["value"])." where id=".$db->value($params["id"]).";");
}
+ elseif(isset($params["saveform"])){
+ $updsql = $db->createUpdateDDL($params["schema"],$params["table"],$params["idents"],$params["data"]);
+ $html["sql"] = $updsql;
+ $html["data"] = $db->exec($updsql);
+
+ }
elseif(isset($params["logout"])){
$html["data"] = $sess->deleteSession($vars["sid"]);
}
-<?xml version="1.0" encoding="utf-8"?>\r
+<?xml version="1.0" encoding="utf-8"?>
<browserconfig><msapplication><tile><square70x70logo src="/ms-icon-70x70.png"/><square150x150logo src="/ms-icon-150x150.png"/><square310x310logo src="/ms-icon-310x310.png"/><TileColor>#ffffff</TileColor></tile></msapplication></browserconfig>
\ No newline at end of file
{
- "name": "OldBell",
+ "name": "App",
"icons": [
{
- "src": "android-icon-36x36.png",
+ "src": "\/android-icon-36x36.png",
"sizes": "36x36",
- "type": "image/png"
+ "type": "image\/png",
+ "density": "0.75"
},
{
- "src": "android-icon-48x48.png",
+ "src": "\/android-icon-48x48.png",
"sizes": "48x48",
- "type": "image/png"
+ "type": "image\/png",
+ "density": "1.0"
},
{
- "src": "android-icon-72x72.png",
+ "src": "\/android-icon-72x72.png",
"sizes": "72x72",
- "type": "image/png"
+ "type": "image\/png",
+ "density": "1.5"
},
{
- "src": "android-icon-96x96.png",
+ "src": "\/android-icon-96x96.png",
"sizes": "96x96",
- "type": "image/png"
+ "type": "image\/png",
+ "density": "2.0"
},
{
- "src": "android-icon-144x144.png",
+ "src": "\/android-icon-144x144.png",
"sizes": "144x144",
- "type": "image/png"
+ "type": "image\/png",
+ "density": "3.0"
},
{
- "src": "android-icon-192x192.png",
+ "src": "\/android-icon-192x192.png",
"sizes": "192x192",
- "type": "image/png"
+ "type": "image\/png",
+ "density": "4.0"
}
- ],
- "lang": "fr-FR",
- "start_url": "http://dks-laptop/oldbell_lu/index.html",
- "display": "standalone",
- "background_color": "white",
- "theme_color": "white"
+ ]
}
\ No newline at end of file
--- /dev/null
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ sodipodi:docname="oldbell_icon.svg"
+ inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
+ id="svg2081"
+ version="1.1"
+ viewBox="0 0 135.46666 135.46667"
+ height="512"
+ width="512">
+ <defs
+ id="defs2075" />
+ <sodipodi:namedview
+ inkscape:window-maximized="1"
+ inkscape:window-y="-9"
+ inkscape:window-x="2391"
+ inkscape:window-height="1321"
+ inkscape:window-width="2400"
+ inkscape:showpageshadow="false"
+ showborder="true"
+ units="px"
+ showgrid="false"
+ inkscape:document-rotation="0"
+ inkscape:current-layer="layer1"
+ inkscape:document-units="mm"
+ inkscape:cy="256.75285"
+ inkscape:cx="240.24172"
+ inkscape:zoom="1.979899"
+ inkscape:pageshadow="2"
+ inkscape:pageopacity="0.0"
+ borderopacity="1.0"
+ bordercolor="#666666"
+ pagecolor="#ffffff"
+ id="base" />
+ <metadata
+ id="metadata2078">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:groupmode="layer"
+ inkscape:label="Ebene 1">
+ <g
+ transform="translate(-19.243406,-13.898015)"
+ id="g18956">
+ <rect
+ style="fill:#82171b;fill-opacity:1;stroke:#000000;stroke-width:1.31585;stroke-linecap:square;stroke-linejoin:round"
+ id="rect3168"
+ width="134.27646"
+ height="134.13959"
+ x="19.901333"
+ y="14.555942"
+ ry="15.072922" />
+ <g
+ id="g18005"
+ transform="translate(22.584275,13.898015)">
+ <g
+ style="fill:#f7c616;fill-opacity:1"
+ id="g17294">
+ <g
+ style="fill:#f7c616;fill-opacity:1"
+ transform="matrix(0.57197126,0,0,-0.57197126,64.103923,21.438096)"
+ id="g1426">
+ <path
+ id="path1428"
+ style="fill:#f7c616;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="M 0,0 -1.176,-0.006 1.258,27.2 Z m 12.758,15.914 c -1.199,-1.092 -2.931,-1.275 -4.007,-1.235 -2.367,0.087 -4.655,2.329 -4.94,5.615 -0.317,3.658 1.226,6.715 3.842,6.969 1.285,0.126 2.593,-0.783 3.487,-1.944 h 2.026 l -0.691,2.734 c -0.144,0.566 -0.602,0.99 -1.166,1.075 L 1.865,30.551 C 1.695,30.577 1.522,30.57 1.354,30.532 L -2.278,29.71 C -2.813,29.589 -3.232,29.162 -3.354,28.614 L -8.668,-2.041 c 0,0 5.048,0.571 11.693,2.092 5.082,1.164 14.446,1.471 14.446,1.471 l -1.596,12.74 c -1.71,0.062 -2.738,1.218 -3.117,1.652" />
+ </g>
+ <g
+ style="fill:#f7c616;fill-opacity:1"
+ transform="matrix(0.57197126,0,0,-0.57197126,31.899822,79.547697)"
+ id="g1430">
+ <path
+ id="path1432"
+ style="fill:#f7c616;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 0,0 c -2.417,-1.762 -5.123,-3.334 -8.151,-4.661 10.526,-2.823 30.901,-6.021 69.214,-6.021 38.314,0 58.689,3.198 69.215,6.021 C 127.25,-3.334 124.545,-1.762 122.127,0 110.25,-2.219 91.21,-4.198 61.063,-4.198 30.917,-4.198 11.877,-2.219 0,0" />
+ </g>
+ <g
+ style="fill:#f7c616;fill-opacity:1"
+ transform="matrix(0.57197126,0,0,-0.57197126,46.156375,33.893569)"
+ id="g1434">
+ <path
+ id="path1436"
+ style="fill:#f7c616;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 0,0 c -0.16,-2.076 -0.329,-4.213 -0.504,-6.35 10.763,1.027 23.283,1.615 36.643,1.615 13.361,0 25.879,-0.588 36.642,-1.615 C 72.605,-4.213 72.437,-2.076 72.277,0 61.626,0.997 49.295,1.571 36.139,1.571 22.983,1.571 10.652,0.997 0,0" />
+ </g>
+ <g
+ style="fill:#f7c616;fill-opacity:1"
+ transform="matrix(0.57197126,0,0,-0.57197126,66.82691,31.003861)"
+ id="g1438">
+ <path
+ id="path1440"
+ style="fill:#f7c616;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 0,0 c 13.044,0 25.284,-0.562 35.872,-1.544 -0.311,4.181 -0.575,7.932 -0.763,10.673 -0.19,2.794 -2.227,5.07 -4.915,5.531 -8.527,1.46 -18.841,2.121 -30.195,2.121 -11.353,0 -21.667,-0.661 -30.194,-2.121 -2.688,-0.461 -4.726,-2.737 -4.917,-5.531 C -35.3,6.388 -35.562,2.637 -35.874,-1.544 -25.284,-0.562 -13.043,0 0,0" />
+ </g>
+ <g
+ style="fill:#f7c616;fill-opacity:1"
+ transform="matrix(0.57197126,0,0,-0.57197126,32.193072,85.199804)"
+ id="g1442">
+ <path
+ id="path1444"
+ style="fill:#f7c616;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 0,0 c -6.244,1.144 -10.559,2.356 -13.488,3.402 l -5.669,-14.212 c 0,0 3.049,-2.812 15.799,-5.49 z" />
+ </g>
+ <g
+ style="fill:#f7c616;fill-opacity:1"
+ transform="matrix(0.57197126,0,0,-0.57197126,109.17516,83.253731)"
+ id="g1446">
+ <path
+ id="path1448"
+ style="fill:#f7c616;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 0,0 c -8.517,-3.038 -28.741,-7.507 -74.04,-7.507 -24.301,0 -41.378,1.287 -53.311,2.948 l -5.799,-16.058 c 11.977,-2.072 30.562,-3.849 59.11,-3.849 68.614,0 79.707,10.254 79.707,10.254 z" />
+ </g>
+ <g
+ style="fill:#f7c616;fill-opacity:1"
+ transform="matrix(0.57197126,0,0,-0.57197126,86.038217,42.949587)"
+ id="g1450">
+ <path
+ id="path1452"
+ style="fill:#f7c616;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 0,0 c 0,0 1.524,-19.808 3.925,-27.266 0,0 -7.442,9.554 -3.925,27.266 m 3.348,5.97 c -10.828,1.044 -23.451,1.645 -36.936,1.645 -13.485,0 -26.107,-0.601 -36.937,-1.645 -0.255,-8.418 -2.693,-50.597 -20.772,-67.238 2.548,-0.418 5.382,-0.821 8.522,-1.197 2.436,2.175 6.502,6.732 9.671,14.922 8.209,21.208 7.829,47.653 7.829,47.653 3.024,-41.212 -5.405,-58.22 -9.091,-63.443 10.59,-0.93 23.95,-1.547 40.777,-1.547 27.459,0 45.699,1.642 57.71,3.612 C 6.036,-44.627 3.599,-2.448 3.348,5.97" />
+ </g>
+ <g
+ style="fill:#f7c616;fill-opacity:1"
+ transform="matrix(0.57197126,0,0,-0.57197126,81.187098,94.735642)"
+ id="g1454">
+ <path
+ id="path1456"
+ style="fill:#f7c616;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="M 0,0 C 0.141,0.633 0.209,1.072 0.209,1.072 0.209,1.072 0.12,0.663 0,0" />
+ </g>
+ <g
+ style="fill:#f7c616;fill-opacity:1"
+ transform="matrix(0.57197126,0,0,-0.57197126,72.264011,106.8353)"
+ id="g1458">
+ <path
+ id="path1460"
+ style="fill:#f7c616;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 0,0 -1.581,0.558 c 0,0 -3.792,-1.117 -4.314,-1.117 -0.522,0 -3.367,0.28 -3.367,0.28 l -2.177,-0.685 -4.651,0.592 -2.696,0.279 c 0,0 -3.693,-2.816 -5.84,-5.215 l -1.136,-1.481 c 0.268,0.451 0.665,0.956 1.136,1.481 l 4.352,5.68 c 0,0 2.138,1.209 2.975,1.674 0.838,0.465 3.628,2.697 4.465,2.603 0.836,-0.091 3.332,-0.737 3.572,0.004 0.241,0.742 3.367,-0.747 3.367,-0.747 l 3.57,-0.558 2.418,-1.302 c 0,0 4.837,-5.022 4.929,-5.301 0.093,-0.279 1.302,-2.975 1.302,-2.975 z m 15.81,10.834 c -1.536,1.939 -0.657,7.873 -0.209,10.32 -0.193,-0.853 -0.519,-2.058 -0.999,-3.019 -0.838,-1.674 -1.581,-6.882 -1.581,-6.882 0,0 -0.187,-2.046 -1.582,-2.697 C 10.045,7.904 8.463,5.021 8.463,5.021 L 11.067,0 6.976,4.278 c 0,0 -1.489,0.743 -3.256,1.117 -1.767,0.371 -7.533,5.579 -9.615,6.788 -2.083,1.21 -3.777,-0.651 -3.777,-0.651 0,0 -0.373,0.651 -2.232,1.024 -1.86,0.371 -4.929,-4.279 -6.697,-4.837 -1.767,-0.558 -5.858,-2.604 -7.532,-4.929 -1.675,-2.325 -5.844,-3.349 -5.844,-3.349 l 3.797,2.884 c 0,0 0.28,3.255 0,4.464 -0.278,1.209 -3.255,2.232 -4.091,5.022 -0.837,2.791 -3.628,8.185 -3.628,8.185 0,0 0.651,-4.279 1.116,-6.232 0.466,-1.953 -0.092,-3.347 -0.651,-4.37 -0.558,-1.024 -2.324,-5.023 -1.209,-8.185 1.116,-3.161 0.465,-6.604 0.744,-10.602 0.279,-4 3.813,-8.371 3.813,-10.696 0,-2.324 4.744,-8.369 7.161,-9.392 2.419,-1.024 5.953,-4.093 8.185,-5.673 2.232,-1.581 6.231,-2.977 6.231,-2.977 4.929,1.024 8.649,5.208 13.671,7.905 5.023,2.698 10.788,7.998 10.881,9.58 0.094,1.581 1.581,2.232 3.349,4.463 1.766,2.233 1.953,9.673 2.266,13.671 0.315,4 -1.895,10.882 -3.848,13.346" />
+ </g>
+ </g>
+ <g
+ style="fill:#00000f;fill-opacity:1"
+ id="g17268">
+ <g
+ style="fill:#00000f;fill-opacity:1"
+ transform="matrix(0.57197126,0,0,-0.57197126,52.850213,29.015066)"
+ id="g1590">
+ <path
+ id="path1592"
+ style="fill:#00000f;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 0,0 c 0.225,0.024 0.411,0.058 0.558,0.102 0.148,0.044 0.266,0.111 0.357,0.203 0.091,0.092 0.156,0.208 0.195,0.347 0.039,0.14 0.058,0.313 0.058,0.521 v 5.576 c 0,0.398 -0.086,0.68 -0.259,0.843 C 0.735,7.755 0.433,7.857 0,7.897 V 8.293 H 6.167 L 6.309,6.133 H 5.881 C 5.863,6.324 5.844,6.485 5.822,6.616 5.8,6.747 5.774,6.864 5.744,6.967 5.713,7.071 5.679,7.16 5.64,7.236 5.601,7.311 5.551,7.389 5.49,7.468 5.368,7.619 5.208,7.728 5.008,7.796 4.808,7.863 4.517,7.897 4.135,7.897 H 2.285 V 4.225 h 1.968 c 0.252,0 0.45,0.03 0.594,0.09 0.143,0.06 0.258,0.158 0.345,0.294 0.052,0.088 0.089,0.186 0.111,0.294 0.021,0.108 0.041,0.282 0.058,0.522 H 5.777 C 5.759,5.113 5.751,4.841 5.751,4.609 V 4.015 3.421 c 0,-0.232 0.008,-0.5 0.026,-0.804 H 5.361 C 5.344,3.081 5.259,3.399 5.107,3.571 4.955,3.743 4.67,3.829 4.253,3.829 H 2.285 V 1.11 C 2.285,0.896 2.3,0.719 2.33,0.58 2.36,0.44 2.419,0.332 2.505,0.252 2.592,0.172 2.707,0.117 2.85,0.085 2.992,0.053 3.181,0.037 3.414,0.037 h 1.35 c 0.58,0 0.995,0.152 1.247,0.456 0.06,0.072 0.112,0.148 0.156,0.228 0.042,0.08 0.082,0.174 0.116,0.282 C 6.317,1.111 6.348,1.239 6.374,1.387 6.4,1.535 6.43,1.713 6.465,1.921 H 6.88 L 6.569,-0.359 H 0 Z" />
+ </g>
+ <g
+ style="fill:#00000f;fill-opacity:1"
+ transform="matrix(0.57197126,0,0,-0.57197126,57.483524,28.142866)"
+ id="g1594">
+ <path
+ id="path1596"
+ style="fill:#00000f;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 0,0 c 0.026,-0.128 0.052,-0.248 0.078,-0.36 0.026,-0.112 0.056,-0.212 0.09,-0.3 0.096,-0.304 0.269,-0.542 0.52,-0.714 0.251,-0.172 0.532,-0.258 0.844,-0.258 0.354,0 0.644,0.1 0.869,0.3 0.225,0.2 0.338,0.46 0.338,0.78 0,0.232 -0.065,0.44 -0.195,0.624 C 2.492,0.144 2.438,0.212 2.382,0.276 2.326,0.34 2.252,0.406 2.161,0.474 2.07,0.542 1.958,0.616 1.824,0.696 1.689,0.776 1.523,0.872 1.324,0.984 0.718,1.32 0.29,1.644 0.039,1.956 c -0.251,0.312 -0.377,0.676 -0.377,1.092 0,0.24 0.056,0.46 0.169,0.66 0.112,0.2 0.266,0.374 0.461,0.522 0.195,0.148 0.426,0.262 0.694,0.342 0.268,0.08 0.558,0.12 0.87,0.12 0.13,0 0.249,-0.004 0.357,-0.012 C 2.321,4.672 2.432,4.658 2.544,4.638 2.657,4.618 2.776,4.588 2.901,4.548 3.026,4.508 3.171,4.456 3.336,4.392 V 2.64 H 2.959 C 2.942,2.776 2.927,2.906 2.914,3.03 2.901,3.154 2.882,3.268 2.856,3.372 2.787,3.652 2.644,3.876 2.427,4.044 2.211,4.212 1.96,4.296 1.674,4.296 1.363,4.296 1.103,4.204 0.896,4.02 0.688,3.836 0.584,3.604 0.584,3.324 0.584,3.188 0.61,3.06 0.661,2.94 0.713,2.82 0.801,2.696 0.925,2.568 1.049,2.44 1.212,2.304 1.415,2.16 1.616,2.016 1.867,1.856 2.167,1.68 2.468,1.504 2.717,1.34 2.915,1.188 3.112,1.036 3.271,0.884 3.391,0.732 3.511,0.58 3.597,0.424 3.648,0.264 3.7,0.104 3.726,-0.072 3.726,-0.264 3.726,-0.504 3.675,-0.732 3.574,-0.948 3.472,-1.164 3.335,-1.352 3.163,-1.512 2.99,-1.672 2.785,-1.798 2.548,-1.89 2.312,-1.981 2.06,-2.028 1.792,-2.028 1.514,-2.028 1.233,-1.992 0.947,-1.92 0.87,-1.904 0.802,-1.892 0.746,-1.884 0.69,-1.876 0.649,-1.868 0.623,-1.86 0.554,-1.844 0.498,-1.836 0.454,-1.836 0.29,-1.836 0.186,-1.904 0.143,-2.04 H -0.273 L -0.429,0 Z" />
+ </g>
+ <g
+ style="fill:#00000f;fill-opacity:1"
+ transform="matrix(0.57197126,0,0,-0.57197126,60.059913,25.665078)"
+ id="g1598">
+ <path
+ id="path1600"
+ style="fill:#00000f;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="M 0,0 C 0.147,0.072 0.275,0.136 0.383,0.192 0.491,0.248 0.586,0.306 0.668,0.366 0.751,0.426 0.831,0.49 0.909,0.558 0.987,0.626 1.064,0.704 1.143,0.792 1.22,0.88 1.287,0.962 1.344,1.038 1.4,1.114 1.45,1.192 1.493,1.272 1.536,1.352 1.577,1.438 1.616,1.53 1.655,1.622 1.696,1.736 1.74,1.872 H 2.025 V 0.276 H 4.543 L 4.35,-0.192 H 2.025 v -4.596 c 0,-0.672 0.273,-1.008 0.818,-1.008 0.251,0 0.47,0.064 0.656,0.192 0.186,0.128 0.396,0.356 0.629,0.684 L 4.361,-5.292 C 4.258,-5.452 4.154,-5.584 4.05,-5.688 3.851,-5.896 3.618,-6.06 3.349,-6.18 3.081,-6.3 2.795,-6.36 2.493,-6.36 1.973,-6.36 1.595,-6.236 1.357,-5.988 1.119,-5.74 1,-5.352 1,-4.824 v 4.632 H 0 Z" />
+ </g>
+ <g
+ style="fill:#00000f;fill-opacity:1"
+ transform="matrix(0.57197126,0,0,-0.57197126,63.085069,28.557882)"
+ id="g1602">
+ <path
+ id="path1604"
+ style="fill:#00000f;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="M 0,0 C 0.144,0.148 0.322,0.242 0.539,0.282 0.565,0.29 0.613,0.294 0.682,0.294 H 0.799 C 1.023,0.254 1.21,0.158 1.357,0.006 1.504,-0.146 1.578,-0.314 1.578,-0.498 1.578,-0.682 1.504,-0.848 1.357,-0.996 1.21,-1.145 1.023,-1.238 0.799,-1.278 0.773,-1.278 0.752,-1.28 0.734,-1.284 0.717,-1.288 0.699,-1.29 0.682,-1.29 0.664,-1.29 0.641,-1.288 0.611,-1.284 0.58,-1.28 0.557,-1.278 0.539,-1.278 0.322,-1.23 0.144,-1.134 0,-0.99 c -0.143,0.144 -0.213,0.308 -0.213,0.492 0,0.184 0.07,0.35 0.213,0.498" />
+ </g>
+ <g
+ style="fill:#00000f;fill-opacity:1"
+ transform="matrix(0.57197126,0,0,-0.57197126,66.578897,29.006992)"
+ id="g1606">
+ <path
+ id="path1608"
+ style="fill:#00000f;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 0,0 0.817,0.722 c 0.459,0.409 0.858,0.773 1.196,1.09 0.337,0.316 0.631,0.609 0.883,0.878 0.25,0.269 0.472,0.528 0.667,0.776 0.196,0.249 0.379,0.51 0.552,0.783 0.077,0.128 0.152,0.271 0.221,0.427 0.069,0.156 0.132,0.315 0.188,0.475 0.056,0.161 0.1,0.315 0.129,0.464 0.032,0.148 0.046,0.282 0.046,0.403 0,0.241 -0.046,0.467 -0.136,0.68 C 4.472,6.911 4.349,7.093 4.192,7.246 4.037,7.398 3.853,7.518 3.642,7.606 3.429,7.695 3.202,7.739 2.96,7.739 2.562,7.739 2.173,7.627 1.792,7.403 1.618,7.299 1.474,7.193 1.356,7.085 1.239,6.977 1.136,6.855 1.045,6.719 0.954,6.583 0.874,6.423 0.805,6.239 0.735,6.055 0.667,5.839 0.597,5.591 H 0.194 c 0.043,0.248 0.096,0.472 0.157,0.672 0.06,0.2 0.125,0.372 0.195,0.516 0.103,0.24 0.25,0.462 0.44,0.666 0.191,0.203 0.408,0.377 0.65,0.52 0.242,0.143 0.504,0.253 0.785,0.33 0.281,0.078 0.564,0.116 0.85,0.116 0.373,0 0.716,-0.058 1.033,-0.174 C 4.619,8.121 4.894,7.959 5.128,7.751 5.361,7.543 5.543,7.297 5.673,7.013 5.803,6.729 5.868,6.419 5.868,6.083 5.868,5.779 5.827,5.491 5.744,5.219 5.662,4.947 5.519,4.663 5.315,4.367 5.112,4.071 4.84,3.751 4.498,3.407 4.156,3.063 3.729,2.675 3.22,2.243 3.012,2.067 2.827,1.911 2.667,1.775 2.507,1.639 2.347,1.507 2.188,1.379 2.027,1.251 1.86,1.119 1.688,0.983 1.515,0.847 1.315,0.695 1.091,0.527 h 3.453 c 0.354,0 0.609,0.06 0.766,0.18 0.051,0.04 0.097,0.086 0.136,0.138 0.039,0.052 0.077,0.12 0.117,0.204 0.039,0.084 0.08,0.19 0.124,0.318 0.042,0.128 0.089,0.284 0.142,0.468 H 6.192 L 5.854,-0.373 H 0 Z" />
+ </g>
+ <g
+ style="fill:#00000f;fill-opacity:1"
+ transform="matrix(0.57197126,0,0,-0.57197126,71.519979,25.274936)"
+ id="g1610">
+ <path
+ id="path1612"
+ style="fill:#00000f;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 0,0 c -0.065,-0.241 -0.119,-0.501 -0.162,-0.781 -0.044,-0.281 -0.078,-0.575 -0.105,-0.884 -0.025,-0.308 -0.039,-0.615 -0.039,-0.919 0,-0.296 0.014,-0.595 0.039,-0.895 0.027,-0.301 0.061,-0.591 0.105,-0.872 0.043,-0.28 0.095,-0.543 0.155,-0.787 0.061,-0.244 0.131,-0.454 0.208,-0.631 0.121,-0.28 0.296,-0.499 0.527,-0.654 0.228,-0.157 0.49,-0.235 0.785,-0.235 0.294,0 0.558,0.078 0.791,0.235 0.234,0.155 0.412,0.374 0.533,0.654 0.078,0.168 0.146,0.375 0.207,0.619 0.06,0.245 0.113,0.507 0.156,0.787 0.043,0.281 0.076,0.573 0.098,0.878 0.021,0.304 0.032,0.605 0.032,0.901 0,0.609 -0.046,1.202 -0.137,1.779 C 3.103,-0.229 2.983,0.244 2.837,0.613 2.724,0.885 2.549,1.104 2.312,1.268 2.073,1.432 1.807,1.514 1.513,1.514 1.218,1.514 0.956,1.434 0.728,1.273 0.497,1.113 0.322,0.893 0.201,0.613 0.132,0.444 0.065,0.24 0,0 m -1.278,-0.742 c 0.146,0.552 0.351,1.024 0.616,1.416 0.265,0.392 0.585,0.696 0.961,0.912 C 0.675,1.802 1.093,1.91 1.552,1.91 1.993,1.91 2.396,1.8 2.759,1.58 3.122,1.36 3.434,1.052 3.693,0.656 3.953,0.26 4.156,-0.212 4.304,-0.76 4.45,-1.308 4.524,-1.914 4.524,-2.578 4.524,-3.25 4.45,-3.86 4.304,-4.408 4.156,-4.956 3.95,-5.426 3.687,-5.818 3.423,-6.21 3.103,-6.514 2.726,-6.73 2.35,-6.946 1.937,-7.054 1.486,-7.054 c -0.441,0 -0.845,0.108 -1.214,0.324 -0.367,0.216 -0.681,0.522 -0.941,0.918 -0.26,0.396 -0.463,0.868 -0.609,1.416 -0.148,0.548 -0.221,1.154 -0.221,1.818 0,0.672 0.073,1.284 0.221,1.836" />
+ </g>
+ <g
+ style="fill:#00000f;fill-opacity:1"
+ transform="matrix(0.57197126,0,0,-0.57197126,75.184149,25.122675)"
+ id="g1614">
+ <path
+ id="path1616"
+ style="fill:#00000f;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 0,0 c 0.199,0.128 0.379,0.26 0.539,0.396 0.159,0.136 0.315,0.288 0.468,0.456 0.15,0.168 0.334,0.38 0.551,0.636 h 0.649 v -7.176 c 0,-0.2 0.017,-0.366 0.052,-0.498 0.035,-0.132 0.097,-0.242 0.188,-0.33 0.091,-0.088 0.212,-0.154 0.364,-0.198 0.151,-0.044 0.339,-0.074 0.565,-0.09 v -0.36 c -0.381,0.016 -0.711,0.028 -0.987,0.036 -0.277,0.008 -0.511,0.012 -0.701,0.012 -0.199,0 -0.446,-0.004 -0.74,-0.012 -0.295,-0.008 -0.636,-0.02 -1.025,-0.036 v 0.348 c 0.441,0.04 0.746,0.144 0.914,0.312 0.17,0.168 0.254,0.452 0.254,0.852 V 0.36 C 0.909,0.216 0.757,0.096 0.636,0 0.515,-0.096 0.396,-0.182 0.279,-0.258 0.163,-0.334 0.034,-0.41 -0.104,-0.486 -0.242,-0.562 -0.411,-0.652 -0.61,-0.756 l -0.143,0.312 C -0.45,-0.276 -0.199,-0.128 0,0" />
+ </g>
+ <g
+ style="fill:#00000f;fill-opacity:1"
+ transform="matrix(0.57197126,0,0,-0.57197126,77.805541,24.2717)"
+ id="g1618">
+ <path
+ id="path1620"
+ style="fill:#00000f;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="M 0,0 H 5.842 V -0.42 L 2.284,-8.652 H 1.115 l 3.791,7.8 H 1.311 C 1.129,-0.852 0.973,-0.88 0.844,-0.936 0.713,-0.992 0.605,-1.082 0.519,-1.206 0.432,-1.33 0.363,-1.498 0.311,-1.71 0.26,-1.922 0.221,-2.184 0.194,-2.496 h -0.441 z" />
+ </g>
+ </g>
+ <g
+ style="fill:#00000f;fill-opacity:1"
+ id="g17274">
+ <g
+ style="fill:#00000f;fill-opacity:1"
+ transform="matrix(0.57197126,0,0,-0.57197126,81.392098,61.03791)"
+ id="g1622">
+ <path
+ id="path1624"
+ style="fill:#00000f;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="M 0,0 C 3.972,-0.996 4.303,-4.468 3.889,-5.241 3.475,-6.014 2.928,-6.464 2.481,-6.704 c -1.245,-0.671 -3.377,-0.887 -5.642,0.412 -2.803,1.608 -2.485,4 -1.94,4.794 C -4.557,-0.704 -3.449,0.866 0,0 m -54.502,8.249 c 3.977,-2.068 32.268,-10.248 32.268,-10.248 2.348,1.034 4.186,1.499 7.231,1.278 3.045,-0.22 8.598,-4.682 8.598,-4.682 0,0 3.509,-3.01 8.083,-3.164 4.573,-0.154 10.696,1.57 12.118,4.228 0,0 0.473,0.606 -10e-4,0.988 -0.474,0.383 -0.999,-0.392 -1.384,-0.753 0,0 -2.152,-1.553 -3.004,-1.906 C 8.556,-6.362 6.697,-6.734 5.999,-5.33 5.3,-3.926 3.893,0.318 0.48,1.222 c -3.413,0.904 -4.279,-0.606 -7.298,-1.69 -3.02,-1.085 -6.574,1.309 -7.198,1.725 -0.623,0.418 -1.028,0.148 -1.028,0.148 -0.868,-0.446 -3.822,-0.092 -3.822,-0.092 l -15.817,3.684 -19.848,3.83 c -0.422,-0.363 0.029,-0.578 0.029,-0.578" />
+ </g>
+ <g
+ style="fill:#00000f;fill-opacity:1"
+ transform="matrix(0.57197126,0,0,-0.57197126,72.168482,70.663147)"
+ id="g1626">
+ <path
+ id="path1628"
+ style="fill:#00000f;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="M 0,0 C 1.897,-0.989 4.565,-3.882 2.875,-6.299 1.185,-8.716 -1.034,-7.754 -1.034,-7.754 -3.336,-7.31 -6.042,-4.003 -5.402,-1.605 -4.762,0.791 -1.898,0.99 0,0 m -32.325,35.646 c 0.106,-0.496 23.473,-22.309 23.473,-22.309 0,0 2.507,-3.027 3.821,-7.711 0,0 1.129,-2.289 -0.528,-4.953 -1.655,-2.663 -0.962,-5.869 1.41,-7.874 0,0 2.575,-2.659 5.145,-1.741 2.57,0.917 3.491,2.815 3.974,4.62 0.482,1.804 1.477,2.26 1.477,2.26 0,0 1.494,0.394 0.795,1.597 -0.7,1.204 -1.585,0.289 -1.712,-0.094 0,0 -4.597,0.309 -7.581,4.52 -2.983,4.212 -2.837,11.875 -2.837,11.875 0,0 -25.054,19.227 -26.973,20.2 0,0 -0.571,0.107 -0.464,-0.39" />
+ </g>
+ </g>
+ </g>
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ id="svg2081"
+ version="1.1"
+ viewBox="0 0 135.46666 89.958336"
+ height="340"
+ width="512">
+ <defs
+ id="defs2075" />
+ <metadata
+ id="metadata2078">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1">
+ <g
+ id="g1426"
+ transform="matrix(0.35277777,0,0,-0.35277777,64.21171,16.074469)">
+ <path
+ d="M 0,0 -1.176,-0.006 1.258,27.2 Z m 12.758,15.914 c -1.199,-1.092 -2.931,-1.275 -4.007,-1.235 -2.367,0.087 -4.655,2.329 -4.94,5.615 -0.317,3.658 1.226,6.715 3.842,6.969 1.285,0.126 2.593,-0.783 3.487,-1.944 h 2.026 l -0.691,2.734 c -0.144,0.566 -0.602,0.99 -1.166,1.075 L 1.865,30.551 C 1.695,30.577 1.522,30.57 1.354,30.532 L -2.278,29.71 C -2.813,29.589 -3.232,29.162 -3.354,28.614 L -8.668,-2.041 c 0,0 5.048,0.571 11.693,2.092 5.082,1.164 14.446,1.471 14.446,1.471 l -1.596,12.74 c -1.71,0.062 -2.738,1.218 -3.117,1.652"
+ style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="path1428" />
+ </g>
+ <g
+ id="g1430"
+ transform="matrix(0.35277777,0,0,-0.35277777,44.349014,51.915038)">
+ <path
+ d="m 0,0 c -2.417,-1.762 -5.123,-3.334 -8.151,-4.661 10.526,-2.823 30.901,-6.021 69.214,-6.021 38.314,0 58.689,3.198 69.215,6.021 C 127.25,-3.334 124.545,-1.762 122.127,0 110.25,-2.219 91.21,-4.198 61.063,-4.198 30.917,-4.198 11.877,-2.219 0,0"
+ style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="path1432" />
+ </g>
+ <g
+ id="g1434"
+ transform="matrix(0.35277777,0,0,-0.35277777,53.142105,23.756697)">
+ <path
+ d="m 0,0 c -0.16,-2.076 -0.329,-4.213 -0.504,-6.35 10.763,1.027 23.283,1.615 36.643,1.615 13.361,0 25.879,-0.588 36.642,-1.615 C 72.605,-4.213 72.437,-2.076 72.277,0 61.626,0.997 49.295,1.571 36.139,1.571 22.983,1.571 10.652,0.997 0,0"
+ style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="path1436" />
+ </g>
+ <g
+ id="g1438"
+ transform="matrix(0.35277777,0,0,-0.35277777,65.891181,21.974397)">
+ <path
+ d="m 0,0 c 13.044,0 25.284,-0.562 35.872,-1.544 -0.311,4.181 -0.575,7.932 -0.763,10.673 -0.19,2.794 -2.227,5.07 -4.915,5.531 -8.527,1.46 -18.841,2.121 -30.195,2.121 -11.353,0 -21.667,-0.661 -30.194,-2.121 -2.688,-0.461 -4.726,-2.737 -4.917,-5.531 C -35.3,6.388 -35.562,2.637 -35.874,-1.544 -25.284,-0.562 -13.043,0 0,0"
+ style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="path1440" />
+ </g>
+ <g
+ id="g1442"
+ transform="matrix(0.35277777,0,0,-0.35277777,44.529884,55.401118)">
+ <path
+ d="m 0,0 c -6.244,1.144 -10.559,2.356 -13.488,3.402 l -5.669,-14.212 c 0,0 3.049,-2.812 15.799,-5.49 z"
+ style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="path1444" />
+ </g>
+ <g
+ id="g1446"
+ transform="matrix(0.35277777,0,0,-0.35277777,92.010531,54.200828)">
+ <path
+ d="m 0,0 c -8.517,-3.038 -28.741,-7.507 -74.04,-7.507 -24.301,0 -41.378,1.287 -53.311,2.948 l -5.799,-16.058 c 11.977,-2.072 30.562,-3.849 59.11,-3.849 68.614,0 79.707,10.254 79.707,10.254 z"
+ style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="path1448" />
+ </g>
+ <g
+ id="g1450"
+ transform="matrix(0.35277777,0,0,-0.35277777,77.740242,29.342226)">
+ <path
+ d="m 0,0 c 0,0 1.524,-19.808 3.925,-27.266 0,0 -7.442,9.554 -3.925,27.266 m 3.348,5.97 c -10.828,1.044 -23.451,1.645 -36.936,1.645 -13.485,0 -26.107,-0.601 -36.937,-1.645 -0.255,-8.418 -2.693,-50.597 -20.772,-67.238 2.548,-0.418 5.382,-0.821 8.522,-1.197 2.436,2.175 6.502,6.732 9.671,14.922 8.209,21.208 7.829,47.653 7.829,47.653 3.024,-41.212 -5.405,-58.22 -9.091,-63.443 10.59,-0.93 23.95,-1.547 40.777,-1.547 27.459,0 45.699,1.642 57.71,3.612 C 6.036,-44.627 3.599,-2.448 3.348,5.97"
+ style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="path1452" />
+ </g>
+ <g
+ id="g1454"
+ transform="matrix(0.35277777,0,0,-0.35277777,74.748191,61.282588)">
+ <path
+ d="M 0,0 C 0.141,0.633 0.209,1.072 0.209,1.072 0.209,1.072 0.12,0.663 0,0"
+ style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="path1456" />
+ </g>
+ <g
+ id="g1458"
+ transform="matrix(0.35277777,0,0,-0.35277777,69.244651,68.745358)">
+ <path
+ d="m 0,0 -1.581,0.558 c 0,0 -3.792,-1.117 -4.314,-1.117 -0.522,0 -3.367,0.28 -3.367,0.28 l -2.177,-0.685 -4.651,0.592 -2.696,0.279 c 0,0 -3.693,-2.816 -5.84,-5.215 l -1.136,-1.481 c 0.268,0.451 0.665,0.956 1.136,1.481 l 4.352,5.68 c 0,0 2.138,1.209 2.975,1.674 0.838,0.465 3.628,2.697 4.465,2.603 0.836,-0.091 3.332,-0.737 3.572,0.004 0.241,0.742 3.367,-0.747 3.367,-0.747 l 3.57,-0.558 2.418,-1.302 c 0,0 4.837,-5.022 4.929,-5.301 0.093,-0.279 1.302,-2.975 1.302,-2.975 z m 15.81,10.834 c -1.536,1.939 -0.657,7.873 -0.209,10.32 -0.193,-0.853 -0.519,-2.058 -0.999,-3.019 -0.838,-1.674 -1.581,-6.882 -1.581,-6.882 0,0 -0.187,-2.046 -1.582,-2.697 C 10.045,7.904 8.463,5.021 8.463,5.021 L 11.067,0 6.976,4.278 c 0,0 -1.489,0.743 -3.256,1.117 -1.767,0.371 -7.533,5.579 -9.615,6.788 -2.083,1.21 -3.777,-0.651 -3.777,-0.651 0,0 -0.373,0.651 -2.232,1.024 -1.86,0.371 -4.929,-4.279 -6.697,-4.837 -1.767,-0.558 -5.858,-2.604 -7.532,-4.929 -1.675,-2.325 -5.844,-3.349 -5.844,-3.349 l 3.797,2.884 c 0,0 0.28,3.255 0,4.464 -0.278,1.209 -3.255,2.232 -4.091,5.022 -0.837,2.791 -3.628,8.185 -3.628,8.185 0,0 0.651,-4.279 1.116,-6.232 0.466,-1.953 -0.092,-3.347 -0.651,-4.37 -0.558,-1.024 -2.324,-5.023 -1.209,-8.185 1.116,-3.161 0.465,-6.604 0.744,-10.602 0.279,-4 3.813,-8.371 3.813,-10.696 0,-2.324 4.744,-8.369 7.161,-9.392 2.419,-1.024 5.953,-4.093 8.185,-5.673 2.232,-1.581 6.231,-2.977 6.231,-2.977 4.929,1.024 8.649,5.208 13.671,7.905 5.023,2.698 10.788,7.998 10.881,9.58 0.094,1.581 1.581,2.232 3.349,4.463 1.766,2.233 1.953,9.673 2.266,13.671 0.315,4 -1.895,10.882 -3.848,13.346"
+ style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="path1460" />
+ </g>
+ <g
+ id="g1462"
+ transform="matrix(0.35277777,0,0,-0.35277777,10.283734,35.405108)">
+ <path
+ d="m 0,0 c 0,-0.253 0.013,-0.484 0.04,-0.695 0.079,-3.035 0.322,-5.795 0.73,-8.281 0.408,-2.487 0.954,-4.615 1.639,-6.385 0.684,-1.77 1.493,-3.14 2.427,-4.109 0.935,-0.969 1.955,-1.453 3.06,-1.453 2.053,0 3.639,1.643 4.757,4.93 1.119,3.286 1.679,7.881 1.679,13.781 0,3.16 -0.185,6.068 -0.553,8.722 -0.369,2.655 -0.888,4.952 -1.56,6.891 -0.671,1.938 -1.461,3.456 -2.368,4.552 -0.909,1.095 -1.902,1.643 -2.981,1.643 -1.027,0 -1.961,-0.454 -2.804,-1.36 C 3.224,17.331 2.5,16.044 1.895,14.38 1.29,12.716 0.822,10.726 0.494,8.408 0.164,6.09 0,3.519 0,0.695 Z m -7.777,11.53 c 0.71,1.722 1.599,3.277 2.665,4.663 1.066,1.387 2.25,2.573 3.553,3.56 1.303,0.987 2.697,1.754 4.184,2.301 1.487,0.545 3.021,0.819 4.6,0.819 2.421,0 4.671,-0.599 6.751,-1.796 2.079,-1.197 3.875,-2.847 5.389,-4.947 1.513,-2.101 2.704,-4.59 3.573,-7.467 0.869,-2.878 1.303,-6.018 1.303,-9.421 0,-3.488 -0.415,-6.659 -1.244,-9.515 -0.829,-2.858 -1.994,-5.326 -3.494,-7.405 -1.5,-2.079 -3.29,-3.686 -5.369,-4.821 -2.079,-1.134 -4.369,-1.701 -6.869,-1.701 -2.58,0 -4.923,0.567 -7.028,1.701 -2.106,1.135 -3.908,2.73 -5.409,4.79 -1.5,2.057 -2.664,4.537 -3.494,7.436 -0.829,2.898 -1.243,6.112 -1.243,9.641 0,4.621 0.71,8.674 2.132,12.162"
+ style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="path1464" />
+ </g>
+ <g
+ id="g1466"
+ transform="matrix(0.35277777,0,0,-0.35277777,19.225312,42.408447)">
+ <path
+ d="M 0,0 C 0.736,0 1.349,0.083 1.836,0.251 2.323,0.418 2.71,0.732 3,1.193 3.29,1.654 3.487,2.282 3.593,3.078 3.698,3.874 3.75,4.899 3.75,6.156 v 26.632 c 0,1.214 -0.052,2.219 -0.157,3.015 C 3.487,36.599 3.29,37.227 3,37.688 2.71,38.148 2.323,38.462 1.836,38.63 1.349,38.797 0.736,38.881 0,38.881 v 3.277 c 1.895,-0.211 3.54,-0.378 4.935,-0.504 1.395,-0.126 2.566,-0.189 3.514,-0.189 0.947,0 2.125,0.063 3.533,0.189 1.408,0.126 3.06,0.293 4.955,0.504 v -3.277 c -0.764,0 -1.389,-0.085 -1.875,-0.252 -0.488,-0.169 -0.876,-0.483 -1.165,-0.945 -0.29,-0.463 -0.487,-1.093 -0.592,-1.891 -0.106,-0.798 -0.158,-1.807 -0.158,-3.024 V 5.042 c 0,-0.589 0.006,-1.072 0.02,-1.45 0.013,-0.378 0.039,-0.693 0.079,-0.946 0.039,-0.251 0.091,-0.462 0.157,-0.629 0.066,-0.169 0.164,-0.337 0.297,-0.505 0.578,-0.841 1.605,-1.26 3.079,-1.26 h 3.988 c 1.762,0 3.105,0.735 4.026,2.206 0.211,0.335 0.401,0.65 0.573,0.945 0.171,0.293 0.362,0.682 0.572,1.166 0.211,0.482 0.48,1.112 0.81,1.89 0.329,0.777 0.77,1.817 1.322,3.12 h 2.132 L 26.768,-3.277 H 0 Z"
+ style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="path1468" />
+ </g>
+ <g
+ id="g1470"
+ transform="matrix(0.35277777,0,0,-0.35277777,34.197342,28.447548)">
+ <path
+ d="m 0,0 v -34.281 c 0,-2.059 0.23,-3.456 0.691,-4.191 0.46,-0.735 1.309,-1.102 2.546,-1.102 1.316,0 2.507,0.451 3.573,1.355 1.066,0.903 1.974,2.183 2.724,3.844 0.751,1.659 1.329,3.665 1.737,6.018 0.408,2.352 0.612,4.999 0.612,7.94 0,6.637 -0.973,11.699 -2.921,15.187 C 7.014,-1.744 4.158,0 0.395,0 Z m -13.068,-39.574 c 1.342,0 2.29,0.355 2.843,1.067 0.553,0.712 0.829,1.948 0.829,3.706 v 28.956 c 0,1.843 -0.264,3.109 -0.79,3.8 -0.526,0.691 -1.487,1.037 -2.882,1.037 v 3.277 c 1.185,0.118 2.211,0.217 3.08,0.296 0.868,0.079 1.592,0.159 2.171,0.237 1.579,0.197 3.105,0.326 4.58,0.385 1.473,0.059 2.803,0.09 3.987,0.09 1.553,0 2.941,-0.043 4.165,-0.126 1.224,-0.085 2.342,-0.232 3.356,-0.442 1.013,-0.21 1.941,-0.483 2.783,-0.818 0.842,-0.337 1.672,-0.757 2.488,-1.261 1.236,-0.756 2.369,-1.818 3.395,-3.182 1.026,-1.366 1.901,-2.941 2.626,-4.726 0.723,-1.786 1.282,-3.729 1.677,-5.829 0.395,-2.101 0.593,-4.286 0.593,-6.554 0,-4.328 -0.652,-8.203 -1.955,-11.627 -1.303,-3.424 -3.152,-6.102 -5.547,-8.034 -0.842,-0.673 -1.691,-1.24 -2.546,-1.701 -0.856,-0.463 -1.79,-0.831 -2.803,-1.103 C 7.968,-42.4 6.83,-42.589 5.567,-42.693 4.303,-42.799 2.829,-42.851 1.145,-42.851 h -14.213 z"
+ style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="path1472" />
+ </g>
+ <g
+ id="g1474"
+ transform="matrix(0.35277777,0,0,-0.35277777,90.956671,34.893507)">
+ <path
+ d="m 0,0 v -13.611 c 0,-2.269 0.263,-3.992 0.789,-5.168 0.526,-1.177 1.289,-1.764 2.29,-1.764 1.131,0 2.02,0.86 2.665,2.584 0.645,1.721 0.967,4.095 0.967,7.12 0,1.428 -0.093,2.794 -0.276,4.096 C 6.25,-5.441 5.987,-4.244 5.646,-3.151 5.276,-2.059 4.783,-1.26 4.165,-0.756 3.546,-0.252 2.724,0 1.697,0 Z m 0,3.277 h 1.736 c 1.185,0 2.106,0.671 2.764,2.015 0.658,1.342 0.987,3.13 0.987,5.364 0,2.479 -0.362,4.442 -1.086,5.889 C 3.678,17.992 2.71,18.716 1.5,18.716 1.131,18.716 0.631,18.654 0,18.53 Z m -13.068,-24.072 c 1.368,0 2.322,0.344 2.862,1.035 0.539,0.692 0.81,1.937 0.81,3.738 v 28.956 c 0,1.8 -0.264,3.056 -0.791,3.768 -0.526,0.712 -1.487,1.069 -2.881,1.069 v 3.276 c 1.21,0.119 2.25,0.217 3.119,0.296 0.868,0.078 1.604,0.157 2.211,0.236 0.683,0.04 1.421,0.088 2.211,0.148 0.789,0.059 1.591,0.108 2.408,0.148 0.815,0.039 1.598,0.068 2.348,0.088 0.75,0.02 1.428,0.03 2.034,0.03 1.658,0 3.073,-0.055 4.244,-0.165 1.171,-0.109 2.178,-0.284 3.02,-0.524 0.842,-0.24 1.573,-0.568 2.192,-0.983 0.618,-0.416 1.19,-0.95 1.717,-1.605 0.658,-0.755 1.204,-1.875 1.638,-3.362 0.435,-1.486 0.652,-2.963 0.652,-4.43 0,-2.136 -0.356,-3.979 -1.067,-5.528 C 13.186,4.307 12.646,3.521 12.041,3.04 11.436,2.557 10.541,2.17 9.356,1.876 c 0.895,-0.251 1.619,-0.544 2.171,-0.878 1.448,-0.796 2.626,-2.231 3.535,-4.305 0.907,-2.073 1.361,-4.409 1.361,-7.005 0,-2.849 -0.487,-5.299 -1.46,-7.351 -0.527,-1.131 -1.159,-2.106 -1.896,-2.923 -0.737,-0.817 -1.598,-1.477 -2.586,-1.979 -0.987,-0.502 -2.119,-0.879 -3.395,-1.13 -1.276,-0.252 -2.718,-0.377 -4.323,-0.377 h -15.831 z"
+ style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="path1476" />
+ </g>
+ <g
+ id="g1478"
+ transform="matrix(0.35277777,0,0,-0.35277777,97.15406,42.264267)">
+ <path
+ d="m 0,0 c 1.18,0.04 2.002,0.395 2.467,1.066 0.465,0.67 0.698,1.858 0.698,3.564 v 28.393 c 0,1.787 -0.233,3.015 -0.698,3.685 C 2.002,37.379 1.18,37.714 0,37.714 v 3.179 h 24.093 l 0.374,-10.697 h -1.77 c -0.091,1.778 -0.216,3.112 -0.374,4.002 -0.159,0.889 -0.409,1.637 -0.749,2.243 -0.159,0.283 -0.323,0.505 -0.493,0.667 -0.17,0.162 -0.392,0.293 -0.664,0.394 -0.271,0.102 -0.612,0.162 -1.021,0.182 -0.408,0.02 -0.918,0.03 -1.531,0.03 h -6.601 v -16.87 h 6.295 c 0.658,0 1.196,0.081 1.616,0.244 0.42,0.162 0.749,0.448 0.987,0.856 0.238,0.407 0.402,0.968 0.493,1.681 0.091,0.712 0.137,1.62 0.137,2.72 h 1.701 c -0.046,-1.63 -0.08,-3.039 -0.102,-4.227 -0.023,-1.188 -0.035,-2.206 -0.035,-3.055 0,-0.848 0.012,-1.874 0.035,-3.077 0.022,-1.203 0.056,-2.6 0.102,-4.189 h -1.735 c 0,1.385 -0.058,2.424 -0.17,3.118 -0.114,0.692 -0.296,1.262 -0.545,1.711 -0.227,0.407 -0.505,0.682 -0.834,0.825 -0.329,0.143 -0.891,0.214 -1.685,0.214 h -6.26 V 5.482 c 0,-0.853 0.005,-1.544 0.016,-2.07 C 11.292,2.883 11.32,2.457 11.365,2.131 11.411,1.807 11.473,1.542 11.553,1.34 11.632,1.136 11.74,0.954 11.876,0.792 12.08,0.467 12.397,0.253 12.829,0.152 13.26,0.05 13.872,0 14.666,0 h 4.561 c 0.907,0 1.621,0.132 2.143,0.397 0.522,0.265 0.964,0.784 1.327,1.559 0.34,0.692 0.584,1.487 0.732,2.384 0.147,0.896 0.266,2.221 0.357,3.973 h 1.905 L 25.113,-3.179 H 0 Z"
+ style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="path1480" />
+ </g>
+ <g
+ id="g1482"
+ transform="matrix(0.35277777,0,0,-0.35277777,106.46958,42.229668)">
+ <path
+ d="M 0,0 C 0.736,0 1.349,0.083 1.836,0.251 2.322,0.418 2.711,0.732 3,1.193 3.29,1.654 3.487,2.282 3.593,3.078 3.697,3.874 3.751,4.899 3.751,6.156 v 26.632 c 0,1.214 -0.054,2.219 -0.158,3.015 C 3.487,36.599 3.29,37.227 3,37.688 2.711,38.148 2.322,38.462 1.836,38.63 1.349,38.797 0.736,38.881 0,38.881 v 3.277 c 1.896,-0.211 3.54,-0.378 4.935,-0.504 1.395,-0.126 2.566,-0.189 3.513,-0.189 0.948,0 2.126,0.063 3.534,0.189 1.408,0.126 3.06,0.293 4.955,0.504 v -3.277 c -0.764,0 -1.389,-0.085 -1.875,-0.252 -0.488,-0.169 -0.875,-0.483 -1.166,-0.945 -0.289,-0.463 -0.487,-1.093 -0.591,-1.891 -0.106,-0.798 -0.159,-1.807 -0.159,-3.024 V 5.042 c 0,-0.589 0.007,-1.072 0.021,-1.45 0.013,-0.378 0.039,-0.693 0.078,-0.946 0.04,-0.251 0.093,-0.462 0.158,-0.629 0.066,-0.169 0.164,-0.337 0.296,-0.505 0.579,-0.841 1.606,-1.26 3.08,-1.26 h 3.988 c 1.762,0 3.105,0.735 4.026,2.206 0.211,0.335 0.401,0.65 0.573,0.945 0.171,0.293 0.362,0.682 0.572,1.166 0.21,0.482 0.48,1.112 0.81,1.89 0.328,0.777 0.77,1.817 1.322,3.12 h 2.132 L 26.768,-3.277 H 0 Z"
+ style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="path1484" />
+ </g>
+ <g
+ id="g1486"
+ transform="matrix(0.35277777,0,0,-0.35277777,116.8314,42.229668)">
+ <path
+ d="M 0,0 C 0.736,0 1.349,0.083 1.836,0.251 2.322,0.418 2.711,0.732 3,1.193 3.29,1.654 3.487,2.282 3.593,3.078 3.697,3.874 3.751,4.899 3.751,6.156 v 26.632 c 0,1.214 -0.054,2.219 -0.158,3.015 C 3.487,36.599 3.29,37.227 3,37.688 2.711,38.148 2.322,38.462 1.836,38.63 1.349,38.797 0.736,38.881 0,38.881 v 3.277 c 1.896,-0.211 3.54,-0.378 4.935,-0.504 1.395,-0.126 2.566,-0.189 3.513,-0.189 0.948,0 2.126,0.063 3.534,0.189 1.408,0.126 3.06,0.293 4.955,0.504 v -3.277 c -0.764,0 -1.389,-0.085 -1.875,-0.252 -0.488,-0.169 -0.875,-0.483 -1.166,-0.945 -0.289,-0.463 -0.487,-1.093 -0.591,-1.891 -0.106,-0.798 -0.159,-1.807 -0.159,-3.024 V 5.042 c 0,-0.589 0.007,-1.072 0.021,-1.45 0.013,-0.378 0.039,-0.693 0.078,-0.946 0.04,-0.251 0.093,-0.462 0.158,-0.629 0.066,-0.169 0.164,-0.337 0.296,-0.505 0.579,-0.841 1.606,-1.26 3.08,-1.26 h 3.988 c 1.762,0 3.105,0.735 4.026,2.206 0.211,0.335 0.401,0.65 0.573,0.945 0.171,0.293 0.362,0.682 0.572,1.166 0.21,0.482 0.48,1.112 0.81,1.89 0.328,0.777 0.77,1.817 1.322,3.12 h 2.132 L 26.768,-3.277 H 0 Z"
+ style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="path1488" />
+ </g>
+ <g
+ id="g1574"
+ transform="matrix(0.35277777,0,0,-0.35277777,30.528664,62.556578)">
+ <path
+ d="m 0,0 c -0.566,0 -1.025,0.459 -1.025,1.025 0,0.567 0.459,1.027 1.025,1.027 0.566,0 1.025,-0.46 1.025,-1.027 C 1.025,0.459 0.566,0 0,0 m -62.412,-1 c -0.794,0 -1.437,0.643 -1.437,1.437 0,0.792 0.643,1.436 1.437,1.436 0.793,0 1.436,-0.644 1.436,-1.436 0,-0.794 -0.643,-1.437 -1.436,-1.437 M 5.573,1.694 C 5.306,3.79 3.077,3.479 3.077,3.479 c 0,0 -17.835,-1.561 -29.517,-2.32 -11.682,-0.758 -34.51,2.542 -34.51,2.542 -4.949,0.892 -5.78,-1.625 -5.78,-1.625 -1.472,-3.835 2.034,-4.796 2.034,-4.796 8.294,-2.541 18.682,-3.255 34.824,-3.165 16.143,0.089 33.394,4.905 33.394,4.905 0,0 2.319,0.58 2.051,2.674"
+ style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="path1576" />
+ </g>
+ <g
+ id="g1578"
+ transform="matrix(0.35277777,0,0,-0.35277777,22.632508,59.331978)">
+ <path
+ d="m 0,0 1.739,3.79 -28.001,15.383 -2.274,-2.096 1.758,2.772 c 0.139,0.221 0.427,0.296 0.658,0.17 L 2.81,4.146 Z m -26.166,21.114 c -0.382,0.213 -0.864,0.099 -1.109,-0.263 l -3.24,-4.781 c -0.235,-0.347 -0.312,-0.777 -0.213,-1.183 0.1,-0.408 0.367,-0.753 0.735,-0.952 L -2.821,-0.761 c 1.257,-0.679 2.743,-0.796 4.091,-0.32 l 2.299,0.811 c 0.565,0.2 1.189,0.143 1.707,-0.155 l 9.661,-5.55 6.42,0.536 z"
+ style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="path1580" />
+ </g>
+ <g
+ id="g1582"
+ transform="matrix(0.35277777,0,0,-0.35277777,103.01691,62.194838)">
+ <path
+ d="M 0,0 C 0,0.566 0.459,1.026 1.025,1.026 1.592,1.026 2.051,0.566 2.051,0 2.051,-0.566 1.592,-1.025 1.025,-1.025 0.459,-1.025 0,-0.566 0,0 m 62.001,-0.589 c 0,0.793 0.644,1.437 1.437,1.437 0.793,0 1.436,-0.644 1.436,-1.437 0,-0.794 -0.643,-1.436 -1.436,-1.436 -0.793,0 -1.437,0.642 -1.437,1.436 M -2.497,-2.006 c 0,0 17.252,-4.815 33.394,-4.904 16.142,-0.09 26.531,0.624 34.825,3.165 0,0 3.506,0.961 2.034,4.796 0,0 -0.831,2.516 -5.78,1.625 0,0 -22.829,-3.3 -34.51,-2.542 -11.683,0.759 -29.518,2.319 -29.518,2.319 0,0 -2.228,0.312 -2.496,-1.784 -0.267,-2.095 2.051,-2.675 2.051,-2.675"
+ style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="path1584" />
+ </g>
+ <g
+ id="g1586"
+ transform="matrix(0.35277777,0,0,-0.35277777,110.28364,57.869188)">
+ <path
+ d="m 0,0 28.93,15.872 c 0.23,0.126 0.518,0.052 0.658,-0.17 L 31.346,12.931 29.071,15.026 1.07,-0.356 2.81,-4.146 Z m -18.548,-9.586 6.421,-0.535 9.66,5.55 c 0.519,0.298 1.143,0.354 1.707,0.155 l 2.3,-0.812 c 1.348,-0.475 2.834,-0.359 4.091,0.321 L 32.803,9.788 c 0.368,0.199 0.635,0.545 0.734,0.952 0.1,0.406 0.023,0.836 -0.213,1.184 l -3.239,4.78 c -0.245,0.362 -0.728,0.477 -1.109,0.264 z"
+ style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="path1588" />
+ </g>
+ <g
+ id="g1590"
+ transform="matrix(0.35277777,0,0,-0.35277777,57.270699,20.747757)">
+ <path
+ d="m 0,0 c 0.225,0.024 0.411,0.058 0.558,0.102 0.148,0.044 0.266,0.111 0.357,0.203 0.091,0.092 0.156,0.208 0.195,0.347 0.039,0.14 0.058,0.313 0.058,0.521 v 5.576 c 0,0.398 -0.086,0.68 -0.259,0.843 C 0.735,7.755 0.433,7.857 0,7.897 V 8.293 H 6.167 L 6.309,6.133 H 5.881 C 5.863,6.324 5.844,6.485 5.822,6.616 5.8,6.747 5.774,6.864 5.744,6.967 5.713,7.071 5.679,7.16 5.64,7.236 5.601,7.311 5.551,7.389 5.49,7.468 5.368,7.619 5.208,7.728 5.008,7.796 4.808,7.863 4.517,7.897 4.135,7.897 H 2.285 V 4.225 h 1.968 c 0.252,0 0.45,0.03 0.594,0.09 0.143,0.06 0.258,0.158 0.345,0.294 0.052,0.088 0.089,0.186 0.111,0.294 0.021,0.108 0.041,0.282 0.058,0.522 H 5.777 C 5.759,5.113 5.751,4.841 5.751,4.609 V 4.015 3.421 c 0,-0.232 0.008,-0.5 0.026,-0.804 H 5.361 C 5.344,3.081 5.259,3.399 5.107,3.571 4.955,3.743 4.67,3.829 4.253,3.829 H 2.285 V 1.11 C 2.285,0.896 2.3,0.719 2.33,0.58 2.36,0.44 2.419,0.332 2.505,0.252 2.592,0.172 2.707,0.117 2.85,0.085 2.992,0.053 3.181,0.037 3.414,0.037 h 1.35 c 0.58,0 0.995,0.152 1.247,0.456 0.06,0.072 0.112,0.148 0.156,0.228 0.042,0.08 0.082,0.174 0.116,0.282 C 6.317,1.111 6.348,1.239 6.374,1.387 6.4,1.535 6.43,1.713 6.465,1.921 H 6.88 L 6.569,-0.359 H 0 Z"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="path1592" />
+ </g>
+ <g
+ id="g1594"
+ transform="matrix(0.35277777,0,0,-0.35277777,60.128411,20.209806)">
+ <path
+ d="m 0,0 c 0.026,-0.128 0.052,-0.248 0.078,-0.36 0.026,-0.112 0.056,-0.212 0.09,-0.3 0.096,-0.304 0.269,-0.542 0.52,-0.714 0.251,-0.172 0.532,-0.258 0.844,-0.258 0.354,0 0.644,0.1 0.869,0.3 0.225,0.2 0.338,0.46 0.338,0.78 0,0.232 -0.065,0.44 -0.195,0.624 C 2.492,0.144 2.438,0.212 2.382,0.276 2.326,0.34 2.252,0.406 2.161,0.474 2.07,0.542 1.958,0.616 1.824,0.696 1.689,0.776 1.523,0.872 1.324,0.984 0.718,1.32 0.29,1.644 0.039,1.956 c -0.251,0.312 -0.377,0.676 -0.377,1.092 0,0.24 0.056,0.46 0.169,0.66 0.112,0.2 0.266,0.374 0.461,0.522 0.195,0.148 0.426,0.262 0.694,0.342 0.268,0.08 0.558,0.12 0.87,0.12 0.13,0 0.249,-0.004 0.357,-0.012 C 2.321,4.672 2.432,4.658 2.544,4.638 2.657,4.618 2.776,4.588 2.901,4.548 3.026,4.508 3.171,4.456 3.336,4.392 V 2.64 H 2.959 C 2.942,2.776 2.927,2.906 2.914,3.03 2.901,3.154 2.882,3.268 2.856,3.372 2.787,3.652 2.644,3.876 2.427,4.044 2.211,4.212 1.96,4.296 1.674,4.296 1.363,4.296 1.103,4.204 0.896,4.02 0.688,3.836 0.584,3.604 0.584,3.324 0.584,3.188 0.61,3.06 0.661,2.94 0.713,2.82 0.801,2.696 0.925,2.568 1.049,2.44 1.212,2.304 1.415,2.16 1.616,2.016 1.867,1.856 2.167,1.68 2.468,1.504 2.717,1.34 2.915,1.188 3.112,1.036 3.271,0.884 3.391,0.732 3.511,0.58 3.597,0.424 3.648,0.264 3.7,0.104 3.726,-0.072 3.726,-0.264 3.726,-0.504 3.675,-0.732 3.574,-0.948 3.472,-1.164 3.335,-1.352 3.163,-1.512 2.99,-1.672 2.785,-1.798 2.548,-1.89 2.312,-1.981 2.06,-2.028 1.792,-2.028 1.514,-2.028 1.233,-1.992 0.947,-1.92 0.87,-1.904 0.802,-1.892 0.746,-1.884 0.69,-1.876 0.649,-1.868 0.623,-1.86 0.554,-1.844 0.498,-1.836 0.454,-1.836 0.29,-1.836 0.186,-1.904 0.143,-2.04 H -0.273 L -0.429,0 Z"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="path1596" />
+ </g>
+ <g
+ id="g1598"
+ transform="matrix(0.35277777,0,0,-0.35277777,61.717464,18.681567)">
+ <path
+ d="M 0,0 C 0.147,0.072 0.275,0.136 0.383,0.192 0.491,0.248 0.586,0.306 0.668,0.366 0.751,0.426 0.831,0.49 0.909,0.558 0.987,0.626 1.064,0.704 1.143,0.792 1.22,0.88 1.287,0.962 1.344,1.038 1.4,1.114 1.45,1.192 1.493,1.272 1.536,1.352 1.577,1.438 1.616,1.53 1.655,1.622 1.696,1.736 1.74,1.872 H 2.025 V 0.276 H 4.543 L 4.35,-0.192 H 2.025 v -4.596 c 0,-0.672 0.273,-1.008 0.818,-1.008 0.251,0 0.47,0.064 0.656,0.192 0.186,0.128 0.396,0.356 0.629,0.684 L 4.361,-5.292 C 4.258,-5.452 4.154,-5.584 4.05,-5.688 3.851,-5.896 3.618,-6.06 3.349,-6.18 3.081,-6.3 2.795,-6.36 2.493,-6.36 1.973,-6.36 1.595,-6.236 1.357,-5.988 1.119,-5.74 1,-5.352 1,-4.824 v 4.632 H 0 Z"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="path1600" />
+ </g>
+ <g
+ id="g1602"
+ transform="matrix(0.35277777,0,0,-0.35277777,63.583306,20.465777)">
+ <path
+ d="M 0,0 C 0.144,0.148 0.322,0.242 0.539,0.282 0.565,0.29 0.613,0.294 0.682,0.294 H 0.799 C 1.023,0.254 1.21,0.158 1.357,0.006 1.504,-0.146 1.578,-0.314 1.578,-0.498 1.578,-0.682 1.504,-0.848 1.357,-0.996 1.21,-1.145 1.023,-1.238 0.799,-1.278 0.773,-1.278 0.752,-1.28 0.734,-1.284 0.717,-1.288 0.699,-1.29 0.682,-1.29 0.664,-1.29 0.641,-1.288 0.611,-1.284 0.58,-1.28 0.557,-1.278 0.539,-1.278 0.322,-1.23 0.144,-1.134 0,-0.99 c -0.143,0.144 -0.213,0.308 -0.213,0.492 0,0.184 0.07,0.35 0.213,0.498"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="path1604" />
+ </g>
+ <g
+ id="g1606"
+ transform="matrix(0.35277777,0,0,-0.35277777,65.738213,20.742777)">
+ <path
+ d="m 0,0 0.817,0.722 c 0.459,0.409 0.858,0.773 1.196,1.09 0.337,0.316 0.631,0.609 0.883,0.878 0.25,0.269 0.472,0.528 0.667,0.776 0.196,0.249 0.379,0.51 0.552,0.783 0.077,0.128 0.152,0.271 0.221,0.427 0.069,0.156 0.132,0.315 0.188,0.475 0.056,0.161 0.1,0.315 0.129,0.464 0.032,0.148 0.046,0.282 0.046,0.403 0,0.241 -0.046,0.467 -0.136,0.68 C 4.472,6.911 4.349,7.093 4.192,7.246 4.037,7.398 3.853,7.518 3.642,7.606 3.429,7.695 3.202,7.739 2.96,7.739 2.562,7.739 2.173,7.627 1.792,7.403 1.618,7.299 1.474,7.193 1.356,7.085 1.239,6.977 1.136,6.855 1.045,6.719 0.954,6.583 0.874,6.423 0.805,6.239 0.735,6.055 0.667,5.839 0.597,5.591 H 0.194 c 0.043,0.248 0.096,0.472 0.157,0.672 0.06,0.2 0.125,0.372 0.195,0.516 0.103,0.24 0.25,0.462 0.44,0.666 0.191,0.203 0.408,0.377 0.65,0.52 0.242,0.143 0.504,0.253 0.785,0.33 0.281,0.078 0.564,0.116 0.85,0.116 0.373,0 0.716,-0.058 1.033,-0.174 C 4.619,8.121 4.894,7.959 5.128,7.751 5.361,7.543 5.543,7.297 5.673,7.013 5.803,6.729 5.868,6.419 5.868,6.083 5.868,5.779 5.827,5.491 5.744,5.219 5.662,4.947 5.519,4.663 5.315,4.367 5.112,4.071 4.84,3.751 4.498,3.407 4.156,3.063 3.729,2.675 3.22,2.243 3.012,2.067 2.827,1.911 2.667,1.775 2.507,1.639 2.347,1.507 2.188,1.379 2.027,1.251 1.86,1.119 1.688,0.983 1.515,0.847 1.315,0.695 1.091,0.527 h 3.453 c 0.354,0 0.609,0.06 0.766,0.18 0.051,0.04 0.097,0.086 0.136,0.138 0.039,0.052 0.077,0.12 0.117,0.204 0.039,0.084 0.08,0.19 0.124,0.318 0.042,0.128 0.089,0.284 0.142,0.468 H 6.192 L 5.854,-0.373 H 0 Z"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="path1608" />
+ </g>
+ <g
+ id="g1610"
+ transform="matrix(0.35277777,0,0,-0.35277777,68.78575,18.440937)">
+ <path
+ d="m 0,0 c -0.065,-0.241 -0.119,-0.501 -0.162,-0.781 -0.044,-0.281 -0.078,-0.575 -0.105,-0.884 -0.025,-0.308 -0.039,-0.615 -0.039,-0.919 0,-0.296 0.014,-0.595 0.039,-0.895 0.027,-0.301 0.061,-0.591 0.105,-0.872 0.043,-0.28 0.095,-0.543 0.155,-0.787 0.061,-0.244 0.131,-0.454 0.208,-0.631 0.121,-0.28 0.296,-0.499 0.527,-0.654 0.228,-0.157 0.49,-0.235 0.785,-0.235 0.294,0 0.558,0.078 0.791,0.235 0.234,0.155 0.412,0.374 0.533,0.654 0.078,0.168 0.146,0.375 0.207,0.619 0.06,0.245 0.113,0.507 0.156,0.787 0.043,0.281 0.076,0.573 0.098,0.878 0.021,0.304 0.032,0.605 0.032,0.901 0,0.609 -0.046,1.202 -0.137,1.779 C 3.103,-0.229 2.983,0.244 2.837,0.613 2.724,0.885 2.549,1.104 2.312,1.268 2.073,1.432 1.807,1.514 1.513,1.514 1.218,1.514 0.956,1.434 0.728,1.273 0.497,1.113 0.322,0.893 0.201,0.613 0.132,0.444 0.065,0.24 0,0 m -1.278,-0.742 c 0.146,0.552 0.351,1.024 0.616,1.416 0.265,0.392 0.585,0.696 0.961,0.912 C 0.675,1.802 1.093,1.91 1.552,1.91 1.993,1.91 2.396,1.8 2.759,1.58 3.122,1.36 3.434,1.052 3.693,0.656 3.953,0.26 4.156,-0.212 4.304,-0.76 4.45,-1.308 4.524,-1.914 4.524,-2.578 4.524,-3.25 4.45,-3.86 4.304,-4.408 4.156,-4.956 3.95,-5.426 3.687,-5.818 3.423,-6.21 3.103,-6.514 2.726,-6.73 2.35,-6.946 1.937,-7.054 1.486,-7.054 c -0.441,0 -0.845,0.108 -1.214,0.324 -0.367,0.216 -0.681,0.522 -0.941,0.918 -0.26,0.396 -0.463,0.868 -0.609,1.416 -0.148,0.548 -0.221,1.154 -0.221,1.818 0,0.672 0.073,1.284 0.221,1.836"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="path1612" />
+ </g>
+ <g
+ id="g1614"
+ transform="matrix(0.35277777,0,0,-0.35277777,71.04572,18.347026)">
+ <path
+ d="m 0,0 c 0.199,0.128 0.379,0.26 0.539,0.396 0.159,0.136 0.315,0.288 0.468,0.456 0.15,0.168 0.334,0.38 0.551,0.636 h 0.649 v -7.176 c 0,-0.2 0.017,-0.366 0.052,-0.498 0.035,-0.132 0.097,-0.242 0.188,-0.33 0.091,-0.088 0.212,-0.154 0.364,-0.198 0.151,-0.044 0.339,-0.074 0.565,-0.09 v -0.36 c -0.381,0.016 -0.711,0.028 -0.987,0.036 -0.277,0.008 -0.511,0.012 -0.701,0.012 -0.199,0 -0.446,-0.004 -0.74,-0.012 -0.295,-0.008 -0.636,-0.02 -1.025,-0.036 v 0.348 c 0.441,0.04 0.746,0.144 0.914,0.312 0.17,0.168 0.254,0.452 0.254,0.852 V 0.36 C 0.909,0.216 0.757,0.096 0.636,0 0.515,-0.096 0.396,-0.182 0.279,-0.258 0.163,-0.334 0.034,-0.41 -0.104,-0.486 -0.242,-0.562 -0.411,-0.652 -0.61,-0.756 l -0.143,0.312 C -0.45,-0.276 -0.199,-0.128 0,0"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="path1616" />
+ </g>
+ <g
+ id="g1618"
+ transform="matrix(0.35277777,0,0,-0.35277777,72.66253,17.822166)">
+ <path
+ d="M 0,0 H 5.842 V -0.42 L 2.284,-8.652 H 1.115 l 3.791,7.8 H 1.311 C 1.129,-0.852 0.973,-0.88 0.844,-0.936 0.713,-0.992 0.605,-1.082 0.519,-1.206 0.432,-1.33 0.363,-1.498 0.311,-1.71 0.26,-1.922 0.221,-2.184 0.194,-2.496 h -0.441 z"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="path1620" />
+ </g>
+ <g
+ id="g1622"
+ transform="matrix(0.35277777,0,0,-0.35277777,74.87463,40.498658)">
+ <path
+ d="M 0,0 C 3.972,-0.996 4.303,-4.468 3.889,-5.241 3.475,-6.014 2.928,-6.464 2.481,-6.704 c -1.245,-0.671 -3.377,-0.887 -5.642,0.412 -2.803,1.608 -2.485,4 -1.94,4.794 C -4.557,-0.704 -3.449,0.866 0,0 m -54.502,8.249 c 3.977,-2.068 32.268,-10.248 32.268,-10.248 2.348,1.034 4.186,1.499 7.231,1.278 3.045,-0.22 8.598,-4.682 8.598,-4.682 0,0 3.509,-3.01 8.083,-3.164 4.573,-0.154 10.696,1.57 12.118,4.228 0,0 0.473,0.606 -10e-4,0.988 -0.474,0.383 -0.999,-0.392 -1.384,-0.753 0,0 -2.152,-1.553 -3.004,-1.906 C 8.556,-6.362 6.697,-6.734 5.999,-5.33 5.3,-3.926 3.893,0.318 0.48,1.222 c -3.413,0.904 -4.279,-0.606 -7.298,-1.69 -3.02,-1.085 -6.574,1.309 -7.198,1.725 -0.623,0.418 -1.028,0.148 -1.028,0.148 -0.868,-0.446 -3.822,-0.092 -3.822,-0.092 l -15.817,3.684 -19.848,3.83 c -0.422,-0.363 0.029,-0.578 0.029,-0.578"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="path1624" />
+ </g>
+ <g
+ id="g1626"
+ transform="matrix(0.35277777,0,0,-0.35277777,69.185731,46.435267)">
+ <path
+ d="M 0,0 C 1.897,-0.989 4.565,-3.882 2.875,-6.299 1.185,-8.716 -1.034,-7.754 -1.034,-7.754 -3.336,-7.31 -6.042,-4.003 -5.402,-1.605 -4.762,0.791 -1.898,0.99 0,0 m -32.325,35.646 c 0.106,-0.496 23.473,-22.309 23.473,-22.309 0,0 2.507,-3.027 3.821,-7.711 0,0 1.129,-2.289 -0.528,-4.953 -1.655,-2.663 -0.962,-5.869 1.41,-7.874 0,0 2.575,-2.659 5.145,-1.741 2.57,0.917 3.491,2.815 3.974,4.62 0.482,1.804 1.477,2.26 1.477,2.26 0,0 1.494,0.394 0.795,1.597 -0.7,1.204 -1.585,0.289 -1.712,-0.094 0,0 -4.597,0.309 -7.581,4.52 -2.983,4.212 -2.837,11.875 -2.837,11.875 0,0 -25.054,19.227 -26.973,20.2 0,0 -0.571,0.107 -0.464,-0.39"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="path1628" />
+ </g>
+ </g>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
+ sodipodi:docname="oldbell_logo2.svg"
+ width="512"
+ height="340"
+ viewBox="0 0 135.46666 89.958336"
+ version="1.1"
+ id="svg2081">
+ <sodipodi:namedview
+ inkscape:current-layer="svg2081"
+ inkscape:window-maximized="1"
+ inkscape:window-y="-9"
+ inkscape:window-x="-9"
+ inkscape:cy="187.34124"
+ inkscape:cx="256"
+ inkscape:zoom="2.3066406"
+ showgrid="false"
+ id="namedview18121"
+ inkscape:window-height="1001"
+ inkscape:window-width="1920"
+ inkscape:pageshadow="2"
+ inkscape:pageopacity="0"
+ guidetolerance="10"
+ gridtolerance="10"
+ objecttolerance="10"
+ borderopacity="1"
+ bordercolor="#666666"
+ pagecolor="#ffffff" />
+ <defs
+ id="defs2075" />
+ <metadata
+ id="metadata2078">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ style="fill:#f7c616;fill-opacity:1"
+ id="g18786">
+ <path
+ d="m 64.21171,16.074469 -0.414867,0.0021 0.858661,-9.5976723 z m 4.500739,-5.614105 c -0.422981,0.385233 -1.033992,0.449791 -1.413581,0.43568 -0.835025,-0.03069 -1.64218,-0.821619 -1.742722,-1.9808471 -0.11183,-1.290461 0.432506,-2.3689027 1.355372,-2.4585082 0.45332,-0.04445 0.914753,0.276225 1.230136,0.6857999 h 0.714728 L 68.612613,6.1779942 C 68.561813,5.978322 68.40024,5.8287442 68.201274,5.7987581 L 64.869641,5.2967553 c -0.05997,-0.00917 -0.121003,-0.0067 -0.18027,0.0067 l -1.281289,0.2899834 c -0.188736,0.042686 -0.33655,0.1933222 -0.379589,0.3866444 L 61.153832,16.794488 c 0,0 1.780822,-0.201436 4.125031,-0.738011 1.792816,-0.410633 5.096227,-0.518936 5.096227,-0.518936 l -0.563033,-4.494389 c -0.60325,-0.02187 -0.965905,-0.429683 -1.099608,-0.582788"
+ style="fill:#f7c616;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352778"
+ id="path1428" />
+ <path
+ d="m 44.349014,51.915038 c -0.852664,0.621594 -1.807281,1.176161 -2.875492,1.644297 3.713339,0.995892 10.901186,2.124075 24.417161,2.124075 13.516327,0 20.704175,-1.128183 24.417513,-2.124075 -1.068211,-0.468136 -2.022475,-1.022703 -2.875491,-1.644297 -4.189942,0.782814 -10.906831,1.480961 -21.542022,1.480961 -10.634839,0 -17.351727,-0.698147 -21.541669,-1.480961"
+ style="fill:#f7c616;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352778"
+ id="path1432" />
+ <path
+ d="m 53.142105,23.756697 c -0.05644,0.732367 -0.116064,1.486253 -0.1778,2.240139 3.796947,-0.362303 8.213725,-0.569736 12.926836,-0.569736 4.713464,0 9.129536,0.207433 12.926483,0.569736 -0.06209,-0.753886 -0.121356,-1.507772 -0.1778,-2.240139 -3.757436,-0.351719 -8.107539,-0.554214 -12.748683,-0.554214 -4.641145,0 -8.991247,0.202495 -12.749036,0.554214"
+ style="fill:#f7c616;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352778"
+ id="path1436" />
+ <path
+ d="m 65.891181,21.974397 c 4.601633,0 8.919633,0.198261 12.654844,0.544689 -0.109714,-1.474964 -0.202847,-2.798233 -0.269169,-3.765197 -0.06703,-0.985661 -0.785636,-1.788584 -1.733903,-1.951214 -3.008136,-0.515056 -6.646686,-0.748242 -10.652125,-0.748242 -4.005086,0 -7.643636,0.233186 -10.651772,0.748242 -0.948266,0.16263 -1.667228,0.965553 -1.734608,1.951214 -0.06632,0.966964 -0.15875,2.290233 -0.268817,3.765197 3.735917,-0.346428 8.05427,-0.544689 12.65555,-0.544689"
+ style="fill:#f7c616;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352778"
+ id="path1440" />
+ <path
+ d="m 44.529884,55.401118 c -2.202744,-0.403578 -3.72498,-0.831144 -4.758267,-1.20015 l -1.999897,5.013678 c 0,0 1.07562,0.992011 5.573536,1.93675 z"
+ style="fill:#f7c616;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352778"
+ id="path1444" />
+ <path
+ d="m 92.010531,54.200828 c -3.004608,1.071739 -10.139186,2.648303 -26.119666,2.648303 -8.572853,0 -14.597239,-0.454025 -18.806936,-1.039989 l -2.045758,5.664905 c 4.225219,0.730956 10.781594,1.357842 20.852694,1.357842 24.205494,0 28.118858,-3.617383 28.118858,-3.617383 z"
+ style="fill:#f7c616;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352778"
+ id="path1448" />
+ <path
+ d="m 77.740242,29.342226 c 0,0 0.537633,6.987822 1.384653,9.618839 0,0 -2.625372,-3.370439 -1.384653,-9.618839 m 1.1811,-2.106083 c -3.819878,-0.3683 -8.272992,-0.58032 -13.0302,-0.58032 -4.757208,0 -9.209969,0.21202 -13.030552,0.58032 -0.08996,2.969683 -0.950031,17.849497 -7.3279,23.720071 0.898878,0.147462 1.89865,0.289631 3.006372,0.422275 0.859367,-0.767291 2.293761,-2.3749 3.411714,-5.264149 2.895953,-7.481711 2.761897,-16.81092 2.761897,-16.81092 1.0668,14.538678 -1.906764,20.538722 -3.207103,22.381281 3.735917,0.328083 8.449028,0.545747 14.385219,0.545747 9.686925,0 16.121592,-0.579261 20.358806,-1.274234 C 79.869609,45.08564 79.009889,30.205826 78.921342,27.236143"
+ style="fill:#f7c616;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352778"
+ id="path1452" />
+ <path
+ d="m 74.748191,61.282588 c 0.04974,-0.223308 0.07373,-0.378178 0.07373,-0.378178 0,0 -0.0314,0.144286 -0.07373,0.378178"
+ style="fill:#f7c616;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352778"
+ id="path1456" />
+ <path
+ d="m 69.244651,68.745358 -0.557742,-0.19685 c 0,0 -1.337733,0.394053 -1.521883,0.394053 -0.18415,0 -1.187803,-0.09878 -1.187803,-0.09878 l -0.767997,0.241653 -1.640769,-0.208845 -0.951089,-0.09843 c 0,0 -1.302808,0.993423 -2.060222,1.839736 l -0.400756,0.522464 c 0.09454,-0.159102 0.234597,-0.337255 0.400756,-0.522464 l 1.535288,-2.003777 c 0,0 0.754239,-0.426509 1.049514,-0.59055 0.295628,-0.164042 1.279878,-0.951442 1.575153,-0.918281 0.294922,0.0321 1.175456,0.259997 1.260122,-0.0014 0.08502,-0.261761 1.187803,0.263525 1.187803,0.263525 l 1.259417,0.19685 0.853016,0.459317 c 0,0 1.706386,1.77165 1.738842,1.870075 0.03281,0.09843 0.459317,1.049514 0.459317,1.049514 z m 5.577417,-3.821994 c -0.541867,-0.684036 -0.231775,-2.77742 -0.07373,-3.640667 -0.06809,0.300919 -0.183092,0.726017 -0.352425,1.065036 -0.295628,0.59055 -0.557742,2.427817 -0.557742,2.427817 0,0 -0.06597,0.721783 -0.558094,0.951441 -0.491772,0.230012 -1.049867,1.24707 -1.049867,1.24707 l 0.918634,1.771297 -1.443214,-1.509183 c 0,0 -0.525286,-0.262114 -1.148645,-0.394053 -0.623358,-0.130881 -2.657475,-1.968147 -3.391958,-2.394656 -0.734836,-0.426861 -1.332442,0.229659 -1.332442,0.229659 0,0 -0.131586,-0.229659 -0.7874,-0.361245 -0.656166,-0.13088 -1.738841,1.509536 -2.362552,1.706386 -0.623359,0.19685 -2.066572,0.918634 -2.657122,1.738842 -0.590903,0.820208 -2.061634,1.181453 -2.061634,1.181453 l 1.339497,-1.017411 c 0,0 0.09878,-1.148292 0,-1.5748 -0.09807,-0.426509 -1.148291,-0.7874 -1.443213,-1.77165 -0.295275,-0.984603 -1.279878,-2.887486 -1.279878,-2.887486 0,0 0.229658,1.509536 0.3937,2.198511 0.164394,0.688975 -0.03246,1.180747 -0.229659,1.541639 -0.196849,0.361244 -0.819855,1.772002 -0.426508,2.887486 0.3937,1.11513 0.164042,2.329744 0.262467,3.74015 0.09843,1.411111 1.345141,2.953102 1.345141,3.773311 0,0.819855 1.673578,2.952397 2.526242,3.313288 0.85337,0.361245 2.100086,1.44392 2.887486,2.001309 0.7874,0.557741 2.198158,1.050219 2.198158,1.050219 1.738842,-0.361244 3.051175,-1.837266 4.822825,-2.788708 1.772003,-0.951795 3.805767,-2.821517 3.838575,-3.379611 0.03316,-0.557742 0.557742,-0.7874 1.181453,-1.574447 0.623006,-0.787753 0.688975,-3.41242 0.799394,-4.822825 0.111125,-1.411111 -0.668513,-3.838928 -1.357488,-4.708172"
+ style="fill:#f7c616;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352778"
+ id="path1460" />
+ </g>
+ <g
+ style="fill:#ffffff;fill-opacity:1"
+ id="g19034">
+ <g
+ style="fill:#ffffff;fill-opacity:1"
+ transform="matrix(0.35277777,0,0,-0.35277777,10.283734,35.405108)"
+ id="g1462">
+ <path
+ id="path1464"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 0,0 c 0,-0.253 0.013,-0.484 0.04,-0.695 0.079,-3.035 0.322,-5.795 0.73,-8.281 0.408,-2.487 0.954,-4.615 1.639,-6.385 0.684,-1.77 1.493,-3.14 2.427,-4.109 0.935,-0.969 1.955,-1.453 3.06,-1.453 2.053,0 3.639,1.643 4.757,4.93 1.119,3.286 1.679,7.881 1.679,13.781 0,3.16 -0.185,6.068 -0.553,8.722 -0.369,2.655 -0.888,4.952 -1.56,6.891 -0.671,1.938 -1.461,3.456 -2.368,4.552 -0.909,1.095 -1.902,1.643 -2.981,1.643 -1.027,0 -1.961,-0.454 -2.804,-1.36 C 3.224,17.331 2.5,16.044 1.895,14.38 1.29,12.716 0.822,10.726 0.494,8.408 0.164,6.09 0,3.519 0,0.695 Z m -7.777,11.53 c 0.71,1.722 1.599,3.277 2.665,4.663 1.066,1.387 2.25,2.573 3.553,3.56 1.303,0.987 2.697,1.754 4.184,2.301 1.487,0.545 3.021,0.819 4.6,0.819 2.421,0 4.671,-0.599 6.751,-1.796 2.079,-1.197 3.875,-2.847 5.389,-4.947 1.513,-2.101 2.704,-4.59 3.573,-7.467 0.869,-2.878 1.303,-6.018 1.303,-9.421 0,-3.488 -0.415,-6.659 -1.244,-9.515 -0.829,-2.858 -1.994,-5.326 -3.494,-7.405 -1.5,-2.079 -3.29,-3.686 -5.369,-4.821 -2.079,-1.134 -4.369,-1.701 -6.869,-1.701 -2.58,0 -4.923,0.567 -7.028,1.701 -2.106,1.135 -3.908,2.73 -5.409,4.79 -1.5,2.057 -2.664,4.537 -3.494,7.436 -0.829,2.898 -1.243,6.112 -1.243,9.641 0,4.621 0.71,8.674 2.132,12.162" />
+ </g>
+ <g
+ style="fill:#ffffff;fill-opacity:1"
+ transform="matrix(0.35277777,0,0,-0.35277777,19.225312,42.408447)"
+ id="g1466">
+ <path
+ id="path1468"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="M 0,0 C 0.736,0 1.349,0.083 1.836,0.251 2.323,0.418 2.71,0.732 3,1.193 3.29,1.654 3.487,2.282 3.593,3.078 3.698,3.874 3.75,4.899 3.75,6.156 v 26.632 c 0,1.214 -0.052,2.219 -0.157,3.015 C 3.487,36.599 3.29,37.227 3,37.688 2.71,38.148 2.323,38.462 1.836,38.63 1.349,38.797 0.736,38.881 0,38.881 v 3.277 c 1.895,-0.211 3.54,-0.378 4.935,-0.504 1.395,-0.126 2.566,-0.189 3.514,-0.189 0.947,0 2.125,0.063 3.533,0.189 1.408,0.126 3.06,0.293 4.955,0.504 v -3.277 c -0.764,0 -1.389,-0.085 -1.875,-0.252 -0.488,-0.169 -0.876,-0.483 -1.165,-0.945 -0.29,-0.463 -0.487,-1.093 -0.592,-1.891 -0.106,-0.798 -0.158,-1.807 -0.158,-3.024 V 5.042 c 0,-0.589 0.006,-1.072 0.02,-1.45 0.013,-0.378 0.039,-0.693 0.079,-0.946 0.039,-0.251 0.091,-0.462 0.157,-0.629 0.066,-0.169 0.164,-0.337 0.297,-0.505 0.578,-0.841 1.605,-1.26 3.079,-1.26 h 3.988 c 1.762,0 3.105,0.735 4.026,2.206 0.211,0.335 0.401,0.65 0.573,0.945 0.171,0.293 0.362,0.682 0.572,1.166 0.211,0.482 0.48,1.112 0.81,1.89 0.329,0.777 0.77,1.817 1.322,3.12 h 2.132 L 26.768,-3.277 H 0 Z" />
+ </g>
+ <g
+ style="fill:#ffffff;fill-opacity:1"
+ transform="matrix(0.35277777,0,0,-0.35277777,34.197342,28.447548)"
+ id="g1470">
+ <path
+ id="path1472"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 0,0 v -34.281 c 0,-2.059 0.23,-3.456 0.691,-4.191 0.46,-0.735 1.309,-1.102 2.546,-1.102 1.316,0 2.507,0.451 3.573,1.355 1.066,0.903 1.974,2.183 2.724,3.844 0.751,1.659 1.329,3.665 1.737,6.018 0.408,2.352 0.612,4.999 0.612,7.94 0,6.637 -0.973,11.699 -2.921,15.187 C 7.014,-1.744 4.158,0 0.395,0 Z m -13.068,-39.574 c 1.342,0 2.29,0.355 2.843,1.067 0.553,0.712 0.829,1.948 0.829,3.706 v 28.956 c 0,1.843 -0.264,3.109 -0.79,3.8 -0.526,0.691 -1.487,1.037 -2.882,1.037 v 3.277 c 1.185,0.118 2.211,0.217 3.08,0.296 0.868,0.079 1.592,0.159 2.171,0.237 1.579,0.197 3.105,0.326 4.58,0.385 1.473,0.059 2.803,0.09 3.987,0.09 1.553,0 2.941,-0.043 4.165,-0.126 1.224,-0.085 2.342,-0.232 3.356,-0.442 1.013,-0.21 1.941,-0.483 2.783,-0.818 0.842,-0.337 1.672,-0.757 2.488,-1.261 1.236,-0.756 2.369,-1.818 3.395,-3.182 1.026,-1.366 1.901,-2.941 2.626,-4.726 0.723,-1.786 1.282,-3.729 1.677,-5.829 0.395,-2.101 0.593,-4.286 0.593,-6.554 0,-4.328 -0.652,-8.203 -1.955,-11.627 -1.303,-3.424 -3.152,-6.102 -5.547,-8.034 -0.842,-0.673 -1.691,-1.24 -2.546,-1.701 -0.856,-0.463 -1.79,-0.831 -2.803,-1.103 C 7.968,-42.4 6.83,-42.589 5.567,-42.693 4.303,-42.799 2.829,-42.851 1.145,-42.851 h -14.213 z" />
+ </g>
+ <g
+ style="fill:#ffffff;fill-opacity:1"
+ transform="matrix(0.35277777,0,0,-0.35277777,90.956671,34.893507)"
+ id="g1474">
+ <path
+ id="path1476"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 0,0 v -13.611 c 0,-2.269 0.263,-3.992 0.789,-5.168 0.526,-1.177 1.289,-1.764 2.29,-1.764 1.131,0 2.02,0.86 2.665,2.584 0.645,1.721 0.967,4.095 0.967,7.12 0,1.428 -0.093,2.794 -0.276,4.096 C 6.25,-5.441 5.987,-4.244 5.646,-3.151 5.276,-2.059 4.783,-1.26 4.165,-0.756 3.546,-0.252 2.724,0 1.697,0 Z m 0,3.277 h 1.736 c 1.185,0 2.106,0.671 2.764,2.015 0.658,1.342 0.987,3.13 0.987,5.364 0,2.479 -0.362,4.442 -1.086,5.889 C 3.678,17.992 2.71,18.716 1.5,18.716 1.131,18.716 0.631,18.654 0,18.53 Z m -13.068,-24.072 c 1.368,0 2.322,0.344 2.862,1.035 0.539,0.692 0.81,1.937 0.81,3.738 v 28.956 c 0,1.8 -0.264,3.056 -0.791,3.768 -0.526,0.712 -1.487,1.069 -2.881,1.069 v 3.276 c 1.21,0.119 2.25,0.217 3.119,0.296 0.868,0.078 1.604,0.157 2.211,0.236 0.683,0.04 1.421,0.088 2.211,0.148 0.789,0.059 1.591,0.108 2.408,0.148 0.815,0.039 1.598,0.068 2.348,0.088 0.75,0.02 1.428,0.03 2.034,0.03 1.658,0 3.073,-0.055 4.244,-0.165 1.171,-0.109 2.178,-0.284 3.02,-0.524 0.842,-0.24 1.573,-0.568 2.192,-0.983 0.618,-0.416 1.19,-0.95 1.717,-1.605 0.658,-0.755 1.204,-1.875 1.638,-3.362 0.435,-1.486 0.652,-2.963 0.652,-4.43 0,-2.136 -0.356,-3.979 -1.067,-5.528 C 13.186,4.307 12.646,3.521 12.041,3.04 11.436,2.557 10.541,2.17 9.356,1.876 c 0.895,-0.251 1.619,-0.544 2.171,-0.878 1.448,-0.796 2.626,-2.231 3.535,-4.305 0.907,-2.073 1.361,-4.409 1.361,-7.005 0,-2.849 -0.487,-5.299 -1.46,-7.351 -0.527,-1.131 -1.159,-2.106 -1.896,-2.923 -0.737,-0.817 -1.598,-1.477 -2.586,-1.979 -0.987,-0.502 -2.119,-0.879 -3.395,-1.13 -1.276,-0.252 -2.718,-0.377 -4.323,-0.377 h -15.831 z" />
+ </g>
+ <g
+ style="fill:#ffffff;fill-opacity:1"
+ transform="matrix(0.35277777,0,0,-0.35277777,97.15406,42.264267)"
+ id="g1478">
+ <path
+ id="path1480"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 0,0 c 1.18,0.04 2.002,0.395 2.467,1.066 0.465,0.67 0.698,1.858 0.698,3.564 v 28.393 c 0,1.787 -0.233,3.015 -0.698,3.685 C 2.002,37.379 1.18,37.714 0,37.714 v 3.179 h 24.093 l 0.374,-10.697 h -1.77 c -0.091,1.778 -0.216,3.112 -0.374,4.002 -0.159,0.889 -0.409,1.637 -0.749,2.243 -0.159,0.283 -0.323,0.505 -0.493,0.667 -0.17,0.162 -0.392,0.293 -0.664,0.394 -0.271,0.102 -0.612,0.162 -1.021,0.182 -0.408,0.02 -0.918,0.03 -1.531,0.03 h -6.601 v -16.87 h 6.295 c 0.658,0 1.196,0.081 1.616,0.244 0.42,0.162 0.749,0.448 0.987,0.856 0.238,0.407 0.402,0.968 0.493,1.681 0.091,0.712 0.137,1.62 0.137,2.72 h 1.701 c -0.046,-1.63 -0.08,-3.039 -0.102,-4.227 -0.023,-1.188 -0.035,-2.206 -0.035,-3.055 0,-0.848 0.012,-1.874 0.035,-3.077 0.022,-1.203 0.056,-2.6 0.102,-4.189 h -1.735 c 0,1.385 -0.058,2.424 -0.17,3.118 -0.114,0.692 -0.296,1.262 -0.545,1.711 -0.227,0.407 -0.505,0.682 -0.834,0.825 -0.329,0.143 -0.891,0.214 -1.685,0.214 h -6.26 V 5.482 c 0,-0.853 0.005,-1.544 0.016,-2.07 C 11.292,2.883 11.32,2.457 11.365,2.131 11.411,1.807 11.473,1.542 11.553,1.34 11.632,1.136 11.74,0.954 11.876,0.792 12.08,0.467 12.397,0.253 12.829,0.152 13.26,0.05 13.872,0 14.666,0 h 4.561 c 0.907,0 1.621,0.132 2.143,0.397 0.522,0.265 0.964,0.784 1.327,1.559 0.34,0.692 0.584,1.487 0.732,2.384 0.147,0.896 0.266,2.221 0.357,3.973 h 1.905 L 25.113,-3.179 H 0 Z" />
+ </g>
+ <g
+ style="fill:#ffffff;fill-opacity:1"
+ transform="matrix(0.35277777,0,0,-0.35277777,106.46958,42.229668)"
+ id="g1482">
+ <path
+ id="path1484"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="M 0,0 C 0.736,0 1.349,0.083 1.836,0.251 2.322,0.418 2.711,0.732 3,1.193 3.29,1.654 3.487,2.282 3.593,3.078 3.697,3.874 3.751,4.899 3.751,6.156 v 26.632 c 0,1.214 -0.054,2.219 -0.158,3.015 C 3.487,36.599 3.29,37.227 3,37.688 2.711,38.148 2.322,38.462 1.836,38.63 1.349,38.797 0.736,38.881 0,38.881 v 3.277 c 1.896,-0.211 3.54,-0.378 4.935,-0.504 1.395,-0.126 2.566,-0.189 3.513,-0.189 0.948,0 2.126,0.063 3.534,0.189 1.408,0.126 3.06,0.293 4.955,0.504 v -3.277 c -0.764,0 -1.389,-0.085 -1.875,-0.252 -0.488,-0.169 -0.875,-0.483 -1.166,-0.945 -0.289,-0.463 -0.487,-1.093 -0.591,-1.891 -0.106,-0.798 -0.159,-1.807 -0.159,-3.024 V 5.042 c 0,-0.589 0.007,-1.072 0.021,-1.45 0.013,-0.378 0.039,-0.693 0.078,-0.946 0.04,-0.251 0.093,-0.462 0.158,-0.629 0.066,-0.169 0.164,-0.337 0.296,-0.505 0.579,-0.841 1.606,-1.26 3.08,-1.26 h 3.988 c 1.762,0 3.105,0.735 4.026,2.206 0.211,0.335 0.401,0.65 0.573,0.945 0.171,0.293 0.362,0.682 0.572,1.166 0.21,0.482 0.48,1.112 0.81,1.89 0.328,0.777 0.77,1.817 1.322,3.12 h 2.132 L 26.768,-3.277 H 0 Z" />
+ </g>
+ <g
+ style="fill:#ffffff;fill-opacity:1"
+ transform="matrix(0.35277777,0,0,-0.35277777,116.8314,42.229668)"
+ id="g1486">
+ <path
+ id="path1488"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="M 0,0 C 0.736,0 1.349,0.083 1.836,0.251 2.322,0.418 2.711,0.732 3,1.193 3.29,1.654 3.487,2.282 3.593,3.078 3.697,3.874 3.751,4.899 3.751,6.156 v 26.632 c 0,1.214 -0.054,2.219 -0.158,3.015 C 3.487,36.599 3.29,37.227 3,37.688 2.711,38.148 2.322,38.462 1.836,38.63 1.349,38.797 0.736,38.881 0,38.881 v 3.277 c 1.896,-0.211 3.54,-0.378 4.935,-0.504 1.395,-0.126 2.566,-0.189 3.513,-0.189 0.948,0 2.126,0.063 3.534,0.189 1.408,0.126 3.06,0.293 4.955,0.504 v -3.277 c -0.764,0 -1.389,-0.085 -1.875,-0.252 -0.488,-0.169 -0.875,-0.483 -1.166,-0.945 -0.289,-0.463 -0.487,-1.093 -0.591,-1.891 -0.106,-0.798 -0.159,-1.807 -0.159,-3.024 V 5.042 c 0,-0.589 0.007,-1.072 0.021,-1.45 0.013,-0.378 0.039,-0.693 0.078,-0.946 0.04,-0.251 0.093,-0.462 0.158,-0.629 0.066,-0.169 0.164,-0.337 0.296,-0.505 0.579,-0.841 1.606,-1.26 3.08,-1.26 h 3.988 c 1.762,0 3.105,0.735 4.026,2.206 0.211,0.335 0.401,0.65 0.573,0.945 0.171,0.293 0.362,0.682 0.572,1.166 0.21,0.482 0.48,1.112 0.81,1.89 0.328,0.777 0.77,1.817 1.322,3.12 h 2.132 L 26.768,-3.277 H 0 Z" />
+ </g>
+ <g
+ style="fill:#ffffff;fill-opacity:1"
+ transform="matrix(0.35277777,0,0,-0.35277777,30.528664,62.556578)"
+ id="g1574">
+ <path
+ id="path1576"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 0,0 c -0.566,0 -1.025,0.459 -1.025,1.025 0,0.567 0.459,1.027 1.025,1.027 0.566,0 1.025,-0.46 1.025,-1.027 C 1.025,0.459 0.566,0 0,0 m -62.412,-1 c -0.794,0 -1.437,0.643 -1.437,1.437 0,0.792 0.643,1.436 1.437,1.436 0.793,0 1.436,-0.644 1.436,-1.436 0,-0.794 -0.643,-1.437 -1.436,-1.437 M 5.573,1.694 C 5.306,3.79 3.077,3.479 3.077,3.479 c 0,0 -17.835,-1.561 -29.517,-2.32 -11.682,-0.758 -34.51,2.542 -34.51,2.542 -4.949,0.892 -5.78,-1.625 -5.78,-1.625 -1.472,-3.835 2.034,-4.796 2.034,-4.796 8.294,-2.541 18.682,-3.255 34.824,-3.165 16.143,0.089 33.394,4.905 33.394,4.905 0,0 2.319,0.58 2.051,2.674" />
+ </g>
+ <g
+ style="fill:#ffffff;fill-opacity:1"
+ transform="matrix(0.35277777,0,0,-0.35277777,22.632508,59.331978)"
+ id="g1578">
+ <path
+ id="path1580"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 0,0 1.739,3.79 -28.001,15.383 -2.274,-2.096 1.758,2.772 c 0.139,0.221 0.427,0.296 0.658,0.17 L 2.81,4.146 Z m -26.166,21.114 c -0.382,0.213 -0.864,0.099 -1.109,-0.263 l -3.24,-4.781 c -0.235,-0.347 -0.312,-0.777 -0.213,-1.183 0.1,-0.408 0.367,-0.753 0.735,-0.952 L -2.821,-0.761 c 1.257,-0.679 2.743,-0.796 4.091,-0.32 l 2.299,0.811 c 0.565,0.2 1.189,0.143 1.707,-0.155 l 9.661,-5.55 6.42,0.536 z" />
+ </g>
+ <g
+ style="fill:#ffffff;fill-opacity:1"
+ transform="matrix(0.35277777,0,0,-0.35277777,103.01691,62.194838)"
+ id="g1582">
+ <path
+ id="path1584"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="M 0,0 C 0,0.566 0.459,1.026 1.025,1.026 1.592,1.026 2.051,0.566 2.051,0 2.051,-0.566 1.592,-1.025 1.025,-1.025 0.459,-1.025 0,-0.566 0,0 m 62.001,-0.589 c 0,0.793 0.644,1.437 1.437,1.437 0.793,0 1.436,-0.644 1.436,-1.437 0,-0.794 -0.643,-1.436 -1.436,-1.436 -0.793,0 -1.437,0.642 -1.437,1.436 M -2.497,-2.006 c 0,0 17.252,-4.815 33.394,-4.904 16.142,-0.09 26.531,0.624 34.825,3.165 0,0 3.506,0.961 2.034,4.796 0,0 -0.831,2.516 -5.78,1.625 0,0 -22.829,-3.3 -34.51,-2.542 -11.683,0.759 -29.518,2.319 -29.518,2.319 0,0 -2.228,0.312 -2.496,-1.784 -0.267,-2.095 2.051,-2.675 2.051,-2.675" />
+ </g>
+ <g
+ style="fill:#ffffff;fill-opacity:1"
+ transform="matrix(0.35277777,0,0,-0.35277777,110.28364,57.869188)"
+ id="g1586">
+ <path
+ id="path1588"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 0,0 28.93,15.872 c 0.23,0.126 0.518,0.052 0.658,-0.17 L 31.346,12.931 29.071,15.026 1.07,-0.356 2.81,-4.146 Z m -18.548,-9.586 6.421,-0.535 9.66,5.55 c 0.519,0.298 1.143,0.354 1.707,0.155 l 2.3,-0.812 c 1.348,-0.475 2.834,-0.359 4.091,0.321 L 32.803,9.788 c 0.368,0.199 0.635,0.545 0.734,0.952 0.1,0.406 0.023,0.836 -0.213,1.184 l -3.239,4.78 c -0.245,0.362 -0.728,0.477 -1.109,0.264 z" />
+ </g>
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g18760">
+ <g
+ style="fill:#000000;fill-opacity:1"
+ transform="matrix(0.35277777,0,0,-0.35277777,57.270699,20.747757)"
+ id="g1590">
+ <path
+ id="path1592"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 0,0 c 0.225,0.024 0.411,0.058 0.558,0.102 0.148,0.044 0.266,0.111 0.357,0.203 0.091,0.092 0.156,0.208 0.195,0.347 0.039,0.14 0.058,0.313 0.058,0.521 v 5.576 c 0,0.398 -0.086,0.68 -0.259,0.843 C 0.735,7.755 0.433,7.857 0,7.897 V 8.293 H 6.167 L 6.309,6.133 H 5.881 C 5.863,6.324 5.844,6.485 5.822,6.616 5.8,6.747 5.774,6.864 5.744,6.967 5.713,7.071 5.679,7.16 5.64,7.236 5.601,7.311 5.551,7.389 5.49,7.468 5.368,7.619 5.208,7.728 5.008,7.796 4.808,7.863 4.517,7.897 4.135,7.897 H 2.285 V 4.225 h 1.968 c 0.252,0 0.45,0.03 0.594,0.09 0.143,0.06 0.258,0.158 0.345,0.294 0.052,0.088 0.089,0.186 0.111,0.294 0.021,0.108 0.041,0.282 0.058,0.522 H 5.777 C 5.759,5.113 5.751,4.841 5.751,4.609 V 4.015 3.421 c 0,-0.232 0.008,-0.5 0.026,-0.804 H 5.361 C 5.344,3.081 5.259,3.399 5.107,3.571 4.955,3.743 4.67,3.829 4.253,3.829 H 2.285 V 1.11 C 2.285,0.896 2.3,0.719 2.33,0.58 2.36,0.44 2.419,0.332 2.505,0.252 2.592,0.172 2.707,0.117 2.85,0.085 2.992,0.053 3.181,0.037 3.414,0.037 h 1.35 c 0.58,0 0.995,0.152 1.247,0.456 0.06,0.072 0.112,0.148 0.156,0.228 0.042,0.08 0.082,0.174 0.116,0.282 C 6.317,1.111 6.348,1.239 6.374,1.387 6.4,1.535 6.43,1.713 6.465,1.921 H 6.88 L 6.569,-0.359 H 0 Z" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ transform="matrix(0.35277777,0,0,-0.35277777,60.128411,20.209806)"
+ id="g1594">
+ <path
+ id="path1596"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 0,0 c 0.026,-0.128 0.052,-0.248 0.078,-0.36 0.026,-0.112 0.056,-0.212 0.09,-0.3 0.096,-0.304 0.269,-0.542 0.52,-0.714 0.251,-0.172 0.532,-0.258 0.844,-0.258 0.354,0 0.644,0.1 0.869,0.3 0.225,0.2 0.338,0.46 0.338,0.78 0,0.232 -0.065,0.44 -0.195,0.624 C 2.492,0.144 2.438,0.212 2.382,0.276 2.326,0.34 2.252,0.406 2.161,0.474 2.07,0.542 1.958,0.616 1.824,0.696 1.689,0.776 1.523,0.872 1.324,0.984 0.718,1.32 0.29,1.644 0.039,1.956 c -0.251,0.312 -0.377,0.676 -0.377,1.092 0,0.24 0.056,0.46 0.169,0.66 0.112,0.2 0.266,0.374 0.461,0.522 0.195,0.148 0.426,0.262 0.694,0.342 0.268,0.08 0.558,0.12 0.87,0.12 0.13,0 0.249,-0.004 0.357,-0.012 C 2.321,4.672 2.432,4.658 2.544,4.638 2.657,4.618 2.776,4.588 2.901,4.548 3.026,4.508 3.171,4.456 3.336,4.392 V 2.64 H 2.959 C 2.942,2.776 2.927,2.906 2.914,3.03 2.901,3.154 2.882,3.268 2.856,3.372 2.787,3.652 2.644,3.876 2.427,4.044 2.211,4.212 1.96,4.296 1.674,4.296 1.363,4.296 1.103,4.204 0.896,4.02 0.688,3.836 0.584,3.604 0.584,3.324 0.584,3.188 0.61,3.06 0.661,2.94 0.713,2.82 0.801,2.696 0.925,2.568 1.049,2.44 1.212,2.304 1.415,2.16 1.616,2.016 1.867,1.856 2.167,1.68 2.468,1.504 2.717,1.34 2.915,1.188 3.112,1.036 3.271,0.884 3.391,0.732 3.511,0.58 3.597,0.424 3.648,0.264 3.7,0.104 3.726,-0.072 3.726,-0.264 3.726,-0.504 3.675,-0.732 3.574,-0.948 3.472,-1.164 3.335,-1.352 3.163,-1.512 2.99,-1.672 2.785,-1.798 2.548,-1.89 2.312,-1.981 2.06,-2.028 1.792,-2.028 1.514,-2.028 1.233,-1.992 0.947,-1.92 0.87,-1.904 0.802,-1.892 0.746,-1.884 0.69,-1.876 0.649,-1.868 0.623,-1.86 0.554,-1.844 0.498,-1.836 0.454,-1.836 0.29,-1.836 0.186,-1.904 0.143,-2.04 H -0.273 L -0.429,0 Z" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ transform="matrix(0.35277777,0,0,-0.35277777,61.717464,18.681567)"
+ id="g1598">
+ <path
+ id="path1600"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="M 0,0 C 0.147,0.072 0.275,0.136 0.383,0.192 0.491,0.248 0.586,0.306 0.668,0.366 0.751,0.426 0.831,0.49 0.909,0.558 0.987,0.626 1.064,0.704 1.143,0.792 1.22,0.88 1.287,0.962 1.344,1.038 1.4,1.114 1.45,1.192 1.493,1.272 1.536,1.352 1.577,1.438 1.616,1.53 1.655,1.622 1.696,1.736 1.74,1.872 H 2.025 V 0.276 H 4.543 L 4.35,-0.192 H 2.025 v -4.596 c 0,-0.672 0.273,-1.008 0.818,-1.008 0.251,0 0.47,0.064 0.656,0.192 0.186,0.128 0.396,0.356 0.629,0.684 L 4.361,-5.292 C 4.258,-5.452 4.154,-5.584 4.05,-5.688 3.851,-5.896 3.618,-6.06 3.349,-6.18 3.081,-6.3 2.795,-6.36 2.493,-6.36 1.973,-6.36 1.595,-6.236 1.357,-5.988 1.119,-5.74 1,-5.352 1,-4.824 v 4.632 H 0 Z" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ transform="matrix(0.35277777,0,0,-0.35277777,63.583306,20.465777)"
+ id="g1602">
+ <path
+ id="path1604"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="M 0,0 C 0.144,0.148 0.322,0.242 0.539,0.282 0.565,0.29 0.613,0.294 0.682,0.294 H 0.799 C 1.023,0.254 1.21,0.158 1.357,0.006 1.504,-0.146 1.578,-0.314 1.578,-0.498 1.578,-0.682 1.504,-0.848 1.357,-0.996 1.21,-1.145 1.023,-1.238 0.799,-1.278 0.773,-1.278 0.752,-1.28 0.734,-1.284 0.717,-1.288 0.699,-1.29 0.682,-1.29 0.664,-1.29 0.641,-1.288 0.611,-1.284 0.58,-1.28 0.557,-1.278 0.539,-1.278 0.322,-1.23 0.144,-1.134 0,-0.99 c -0.143,0.144 -0.213,0.308 -0.213,0.492 0,0.184 0.07,0.35 0.213,0.498" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ transform="matrix(0.35277777,0,0,-0.35277777,65.738213,20.742777)"
+ id="g1606">
+ <path
+ id="path1608"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 0,0 0.817,0.722 c 0.459,0.409 0.858,0.773 1.196,1.09 0.337,0.316 0.631,0.609 0.883,0.878 0.25,0.269 0.472,0.528 0.667,0.776 0.196,0.249 0.379,0.51 0.552,0.783 0.077,0.128 0.152,0.271 0.221,0.427 0.069,0.156 0.132,0.315 0.188,0.475 0.056,0.161 0.1,0.315 0.129,0.464 0.032,0.148 0.046,0.282 0.046,0.403 0,0.241 -0.046,0.467 -0.136,0.68 C 4.472,6.911 4.349,7.093 4.192,7.246 4.037,7.398 3.853,7.518 3.642,7.606 3.429,7.695 3.202,7.739 2.96,7.739 2.562,7.739 2.173,7.627 1.792,7.403 1.618,7.299 1.474,7.193 1.356,7.085 1.239,6.977 1.136,6.855 1.045,6.719 0.954,6.583 0.874,6.423 0.805,6.239 0.735,6.055 0.667,5.839 0.597,5.591 H 0.194 c 0.043,0.248 0.096,0.472 0.157,0.672 0.06,0.2 0.125,0.372 0.195,0.516 0.103,0.24 0.25,0.462 0.44,0.666 0.191,0.203 0.408,0.377 0.65,0.52 0.242,0.143 0.504,0.253 0.785,0.33 0.281,0.078 0.564,0.116 0.85,0.116 0.373,0 0.716,-0.058 1.033,-0.174 C 4.619,8.121 4.894,7.959 5.128,7.751 5.361,7.543 5.543,7.297 5.673,7.013 5.803,6.729 5.868,6.419 5.868,6.083 5.868,5.779 5.827,5.491 5.744,5.219 5.662,4.947 5.519,4.663 5.315,4.367 5.112,4.071 4.84,3.751 4.498,3.407 4.156,3.063 3.729,2.675 3.22,2.243 3.012,2.067 2.827,1.911 2.667,1.775 2.507,1.639 2.347,1.507 2.188,1.379 2.027,1.251 1.86,1.119 1.688,0.983 1.515,0.847 1.315,0.695 1.091,0.527 h 3.453 c 0.354,0 0.609,0.06 0.766,0.18 0.051,0.04 0.097,0.086 0.136,0.138 0.039,0.052 0.077,0.12 0.117,0.204 0.039,0.084 0.08,0.19 0.124,0.318 0.042,0.128 0.089,0.284 0.142,0.468 H 6.192 L 5.854,-0.373 H 0 Z" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ transform="matrix(0.35277777,0,0,-0.35277777,68.78575,18.440937)"
+ id="g1610">
+ <path
+ id="path1612"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 0,0 c -0.065,-0.241 -0.119,-0.501 -0.162,-0.781 -0.044,-0.281 -0.078,-0.575 -0.105,-0.884 -0.025,-0.308 -0.039,-0.615 -0.039,-0.919 0,-0.296 0.014,-0.595 0.039,-0.895 0.027,-0.301 0.061,-0.591 0.105,-0.872 0.043,-0.28 0.095,-0.543 0.155,-0.787 0.061,-0.244 0.131,-0.454 0.208,-0.631 0.121,-0.28 0.296,-0.499 0.527,-0.654 0.228,-0.157 0.49,-0.235 0.785,-0.235 0.294,0 0.558,0.078 0.791,0.235 0.234,0.155 0.412,0.374 0.533,0.654 0.078,0.168 0.146,0.375 0.207,0.619 0.06,0.245 0.113,0.507 0.156,0.787 0.043,0.281 0.076,0.573 0.098,0.878 0.021,0.304 0.032,0.605 0.032,0.901 0,0.609 -0.046,1.202 -0.137,1.779 C 3.103,-0.229 2.983,0.244 2.837,0.613 2.724,0.885 2.549,1.104 2.312,1.268 2.073,1.432 1.807,1.514 1.513,1.514 1.218,1.514 0.956,1.434 0.728,1.273 0.497,1.113 0.322,0.893 0.201,0.613 0.132,0.444 0.065,0.24 0,0 m -1.278,-0.742 c 0.146,0.552 0.351,1.024 0.616,1.416 0.265,0.392 0.585,0.696 0.961,0.912 C 0.675,1.802 1.093,1.91 1.552,1.91 1.993,1.91 2.396,1.8 2.759,1.58 3.122,1.36 3.434,1.052 3.693,0.656 3.953,0.26 4.156,-0.212 4.304,-0.76 4.45,-1.308 4.524,-1.914 4.524,-2.578 4.524,-3.25 4.45,-3.86 4.304,-4.408 4.156,-4.956 3.95,-5.426 3.687,-5.818 3.423,-6.21 3.103,-6.514 2.726,-6.73 2.35,-6.946 1.937,-7.054 1.486,-7.054 c -0.441,0 -0.845,0.108 -1.214,0.324 -0.367,0.216 -0.681,0.522 -0.941,0.918 -0.26,0.396 -0.463,0.868 -0.609,1.416 -0.148,0.548 -0.221,1.154 -0.221,1.818 0,0.672 0.073,1.284 0.221,1.836" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ transform="matrix(0.35277777,0,0,-0.35277777,71.04572,18.347026)"
+ id="g1614">
+ <path
+ id="path1616"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 0,0 c 0.199,0.128 0.379,0.26 0.539,0.396 0.159,0.136 0.315,0.288 0.468,0.456 0.15,0.168 0.334,0.38 0.551,0.636 h 0.649 v -7.176 c 0,-0.2 0.017,-0.366 0.052,-0.498 0.035,-0.132 0.097,-0.242 0.188,-0.33 0.091,-0.088 0.212,-0.154 0.364,-0.198 0.151,-0.044 0.339,-0.074 0.565,-0.09 v -0.36 c -0.381,0.016 -0.711,0.028 -0.987,0.036 -0.277,0.008 -0.511,0.012 -0.701,0.012 -0.199,0 -0.446,-0.004 -0.74,-0.012 -0.295,-0.008 -0.636,-0.02 -1.025,-0.036 v 0.348 c 0.441,0.04 0.746,0.144 0.914,0.312 0.17,0.168 0.254,0.452 0.254,0.852 V 0.36 C 0.909,0.216 0.757,0.096 0.636,0 0.515,-0.096 0.396,-0.182 0.279,-0.258 0.163,-0.334 0.034,-0.41 -0.104,-0.486 -0.242,-0.562 -0.411,-0.652 -0.61,-0.756 l -0.143,0.312 C -0.45,-0.276 -0.199,-0.128 0,0" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ transform="matrix(0.35277777,0,0,-0.35277777,72.66253,17.822166)"
+ id="g1618">
+ <path
+ id="path1620"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="M 0,0 H 5.842 V -0.42 L 2.284,-8.652 H 1.115 l 3.791,7.8 H 1.311 C 1.129,-0.852 0.973,-0.88 0.844,-0.936 0.713,-0.992 0.605,-1.082 0.519,-1.206 0.432,-1.33 0.363,-1.498 0.311,-1.71 0.26,-1.922 0.221,-2.184 0.194,-2.496 h -0.441 z" />
+ </g>
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ id="g18792">
+ <g
+ style="fill:#000000;fill-opacity:1"
+ transform="matrix(0.35277777,0,0,-0.35277777,74.87463,40.498658)"
+ id="g1622">
+ <path
+ id="path1624"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="M 0,0 C 3.972,-0.996 4.303,-4.468 3.889,-5.241 3.475,-6.014 2.928,-6.464 2.481,-6.704 c -1.245,-0.671 -3.377,-0.887 -5.642,0.412 -2.803,1.608 -2.485,4 -1.94,4.794 C -4.557,-0.704 -3.449,0.866 0,0 m -54.502,8.249 c 3.977,-2.068 32.268,-10.248 32.268,-10.248 2.348,1.034 4.186,1.499 7.231,1.278 3.045,-0.22 8.598,-4.682 8.598,-4.682 0,0 3.509,-3.01 8.083,-3.164 4.573,-0.154 10.696,1.57 12.118,4.228 0,0 0.473,0.606 -10e-4,0.988 -0.474,0.383 -0.999,-0.392 -1.384,-0.753 0,0 -2.152,-1.553 -3.004,-1.906 C 8.556,-6.362 6.697,-6.734 5.999,-5.33 5.3,-3.926 3.893,0.318 0.48,1.222 c -3.413,0.904 -4.279,-0.606 -7.298,-1.69 -3.02,-1.085 -6.574,1.309 -7.198,1.725 -0.623,0.418 -1.028,0.148 -1.028,0.148 -0.868,-0.446 -3.822,-0.092 -3.822,-0.092 l -15.817,3.684 -19.848,3.83 c -0.422,-0.363 0.029,-0.578 0.029,-0.578" />
+ </g>
+ <g
+ style="fill:#000000;fill-opacity:1"
+ transform="matrix(0.35277777,0,0,-0.35277777,69.185731,46.435267)"
+ id="g1626">
+ <path
+ id="path1628"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="M 0,0 C 1.897,-0.989 4.565,-3.882 2.875,-6.299 1.185,-8.716 -1.034,-7.754 -1.034,-7.754 -3.336,-7.31 -6.042,-4.003 -5.402,-1.605 -4.762,0.791 -1.898,0.99 0,0 m -32.325,35.646 c 0.106,-0.496 23.473,-22.309 23.473,-22.309 0,0 2.507,-3.027 3.821,-7.711 0,0 1.129,-2.289 -0.528,-4.953 -1.655,-2.663 -0.962,-5.869 1.41,-7.874 0,0 2.575,-2.659 5.145,-1.741 2.57,0.917 3.491,2.815 3.974,4.62 0.482,1.804 1.477,2.26 1.477,2.26 0,0 1.494,0.394 0.795,1.597 -0.7,1.204 -1.585,0.289 -1.712,-0.094 0,0 -4.597,0.309 -7.581,4.52 -2.983,4.212 -2.837,11.875 -2.837,11.875 0,0 -25.054,19.227 -26.973,20.2 0,0 -0.571,0.107 -0.464,-0.39" />
+ </g>
+ </g>
+</svg>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- height="160"
- width="360"
- xml:space="preserve"
- viewBox="0 0 360 160"
- y="0px"
- x="0px"
- id="Calque_1"
- version="1.1"><metadata
- id="metadata107"><rdf:RDF><cc:Work
- rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
- id="defs105" />
-<style
- id="style2"
- type="text/css">
- .st0{fill:#003268;}
- .st1{fill:#FFFFFF;}
- .st2{fill:#005BCE;}
-</style>
-
-
-
-
-<g
- transform="matrix(0.25,0,0,0.25,-0.12375257,-116.72349)"
- id="g953"><g
- id="g36"
- style="fill:#ffffff;fill-opacity:1"
- transform="translate(-247.74194,307.80059)">
- <g
- id="g28"
- style="fill:#ffffff;fill-opacity:1">
- <path
- class="st0"
- d="m 1107.86,464.03 c -38.08,-0.02 -76.17,-0.02 -114.24,0.05 -2.02,0 -3.2,-0.62 -4.56,-2.21 -2.29,-2.68 -4.94,-5.26 -7.96,-6.97 -2.41,-1.38 -2.96,-2.75 -2.96,-5.27 0.07,-48.71 0.04,-97.43 0.04,-146.14 0,-1.2 0.07,-2.41 -0.04,-3.59 -0.37,-4.36 -4.07,-7.2 -8.41,-6.52 -3.87,0.61 -6.02,3.54 -6.02,8.34 -0.02,24.74 0,49.48 0,74.22 0,24.6 -0.02,49.23 0.02,73.86 0.03,2.37 -0.41,3.72 -2.82,5.04 -2.96,1.57 -5.56,4.07 -7.79,6.63 -1.47,1.69 -2.65,2.67 -5,2.63 -7.59,-0.15 -15.19,-0.04 -22.79,0 -3.52,0.02 -6.26,1.66 -8.16,4.55 -2.24,3.33 -2.34,6.96 -0.55,10.51 1.88,3.7 5.17,5.52 9.28,5.56 7.58,0.07 15.2,-0.06 22.77,0.11 1.34,0.05 2.8,1.07 3.94,1.97 3,2.41 5.72,5.23 8.87,7.42 1.53,1.05 2.3,1.82 2.28,3.73 -0.11,7.15 -0.07,14.31 -0.05,21.47 0,1.18 -0.02,2.41 0.27,3.55 0.83,3.39 4.18,5.65 7.61,5.32 3.77,-0.37 6.51,-3.22 6.57,-7.23 0.09,-7.7 0.07,-15.41 0,-23.11 0,-1.97 0.79,-2.89 2.54,-3.95 2.89,-1.72 5.72,-3.91 7.86,-6.5 1.62,-1.97 3.07,-2.82 5.58,-2.82 27.57,0.09 55.13,0.06 82.67,0.06 10.64,0 21.28,0.07 31.9,-0.02 6.66,-0.06 11.03,-4.55 10.84,-10.79 -0.2,-6.09 -4.64,-9.9 -11.69,-9.9 z m -124.61,11.53 c 0,0.01 0,0.02 -0.01,0.04 -0.01,0.13 -0.02,0.25 -0.04,0.38 -0.02,0.19 -0.05,0.37 -0.09,0.56 -0.1,0.55 -0.24,1.1 -0.42,1.63 -0.06,0.18 -0.12,0.36 -0.19,0.53 -0.08,0.21 -0.16,0.41 -0.26,0.62 -0.08,0.19 -0.16,0.37 -0.26,0.54 -0.18,0.36 -0.38,0.72 -0.6,1.05 -0.32,0.5 -0.68,0.98 -1.07,1.44 0,0.01 0,0.01 -0.01,0.02 -0.27,0.3 -0.54,0.58 -0.82,0.86 -0.15,0.14 -0.3,0.28 -0.45,0.42 0,0 0,0.01 -0.01,0.01 -0.2,0.18 -0.41,0.35 -0.62,0.51 -0.16,0.13 -0.32,0.25 -0.48,0.36 -0.94,0.67 -1.98,1.22 -3.09,1.62 -0.78,0.28 -1.58,0.49 -2.42,0.62 -0.42,0.06 -0.84,0.11 -1.27,0.13 -0.21,0 -0.42,0.01 -0.64,0.01 -0.23,0.01 -0.45,0 -0.68,-0.02 -0.17,-0.01 -0.34,-0.03 -0.52,-0.05 -0.37,-0.04 -0.74,-0.11 -1.1,-0.2 -0.36,-0.09 -0.72,-0.2 -1.07,-0.32 -1.28,-0.47 -2.5,-1.18 -3.6,-2.07 -0.19,-0.15 -0.38,-0.32 -0.56,-0.48 -0.24,-0.22 -0.47,-0.44 -0.69,-0.67 -0.05,-0.05 -0.1,-0.11 -0.15,-0.16 -0.22,-0.24 -0.44,-0.49 -0.64,-0.74 -0.26,-0.31 -0.5,-0.63 -0.72,-0.96 -0.22,-0.33 -0.43,-0.66 -0.63,-1.01 -0.38,-0.7 -0.71,-1.42 -0.95,-2.16 -0.13,-0.37 -0.23,-0.75 -0.32,-1.12 -0.04,-0.19 -0.08,-0.38 -0.11,-0.57 -0.06,-0.29 -0.1,-0.59 -0.11,-0.89 -0.03,-0.3 -0.04,-0.6 -0.04,-0.9 0,-0.22 0.01,-0.44 0.01,-0.66 0.02,-0.4 0.05,-0.79 0.11,-1.18 0.02,-0.14 0.04,-0.29 0.07,-0.43 0.01,-0.08 0.02,-0.15 0.04,-0.23 0.02,-0.07 0.04,-0.15 0.05,-0.23 0.03,-0.16 0.06,-0.31 0.1,-0.46 0.06,-0.25 0.13,-0.5 0.21,-0.74 0.16,-0.54 0.37,-1.07 0.61,-1.58 0.08,-0.18 0.17,-0.36 0.27,-0.54 0.12,-0.22 0.24,-0.44 0.37,-0.65 0.13,-0.21 0.26,-0.42 0.41,-0.63 0.28,-0.4 0.59,-0.79 0.92,-1.16 0.17,-0.2 0.36,-0.4 0.56,-0.58 0.16,-0.16 0.32,-0.31 0.49,-0.46 0.18,-0.16 0.37,-0.32 0.57,-0.47 0.19,-0.15 0.39,-0.29 0.6,-0.43 0.61,-0.42 1.27,-0.78 1.96,-1.08 0.23,-0.1 0.46,-0.19 0.7,-0.28 0.17,-0.06 0.34,-0.12 0.51,-0.17 0.17,-0.06 0.34,-0.11 0.51,-0.15 0.17,-0.04 0.35,-0.09 0.53,-0.13 0.18,-0.03 0.35,-0.07 0.53,-0.1 0.55,-0.09 1.1,-0.15 1.67,-0.18 0.22,-0.01 0.44,-0.01 0.66,-0.01 0.16,0 0.32,0 0.48,0.01 0.15,0.01 0.31,0.02 0.47,0.03 0.31,0.03 0.62,0.06 0.92,0.11 0.27,0.04 0.54,0.1 0.81,0.16 0.26,0.06 0.53,0.13 0.79,0.21 0.25,0.07 0.51,0.16 0.75,0.25 l 0.01,0.01 c 0.24,0.09 0.48,0.18 0.71,0.28 0.04,0.02 0.07,0.03 0.11,0.06 0.22,0.1 0.43,0.2 0.65,0.32 0.22,0.11 0.44,0.24 0.66,0.37 0.01,0.01 0.02,0.01 0.03,0.02 0.22,0.14 0.44,0.29 0.66,0.44 0.21,0.15 0.42,0.31 0.63,0.48 0.1,0.08 0.2,0.16 0.29,0.24 0.2,0.17 0.4,0.36 0.59,0.55 0.18,0.17 0.35,0.35 0.51,0.53 0.27,0.29 0.52,0.59 0.75,0.91 0.11,0.16 0.23,0.32 0.34,0.48 0.22,0.32 0.42,0.66 0.61,1.01 0.25,0.47 0.48,0.96 0.66,1.47 0.08,0.19 0.15,0.38 0.21,0.58 0.41,1.24 0.62,2.57 0.6,3.95 0,0.35 -0.02,0.69 -0.06,1.03 z"
- id="path4"
- style="fill:#ffffff;fill-opacity:1" />
- <path
- class="st0"
- d="m 977.13,266.06 c 0,2.38 0.18,4.77 -0.05,7.13 -0.33,3.46 -2.74,5.61 -5.97,5.68 -3.35,0.08 -6.09,-2.12 -6.28,-5.68 -0.26,-4.85 -0.26,-9.73 0,-14.58 0.18,-3.35 2.89,-5.5 6.12,-5.5 3.24,0 5.81,2.14 6.15,5.5 0.24,2.46 0.05,4.97 0.05,7.46 -0.02,-0.01 -0.02,-0.01 -0.02,-0.01 z"
- id="path6"
- style="fill:#ffffff;fill-opacity:1" />
- <path
- class="st0"
- d="m 977.18,682.72 c 0,2.27 0.14,4.55 -0.03,6.81 -0.29,3.76 -2.88,6.18 -6.28,6.13 -3.29,-0.05 -5.91,-2.38 -6.08,-5.97 -0.22,-4.64 -0.22,-9.3 -0.02,-13.95 0.16,-3.57 2.77,-5.88 6.09,-5.93 3.45,-0.04 6.03,2.35 6.3,6.08 0.17,2.26 0.03,4.54 0.03,6.82 -0.01,0.01 -0.01,0.01 -0.01,0.01 z"
- id="path8"
- style="fill:#ffffff;fill-opacity:1" />
- <path
- class="st0"
- d="m 1192.26,474.54 c -0.1,3.29 -2.6,5.76 -6.06,5.98 -0.21,0.02 -0.44,0.01 -0.65,0.01 h -6.5 c 0,-0.01 0,-0.01 0,-0.01 -2.27,0 -4.55,0.1 -6.82,-0.03 -3.29,-0.18 -5.7,-2.67 -5.86,-5.83 -0.16,-3.24 2.25,-6.29 5.58,-6.45 4.86,-0.21 9.75,-0.2 14.61,-0.01 3.38,0.14 5.8,3.07 5.7,6.34 z"
- id="path10"
- style="fill:#ffffff;fill-opacity:1" />
- <path
- class="st0"
- d="m 775.52,474.41 c -0.01,3.28 -2.51,5.85 -5.93,6.11 -0.21,0.01 -0.44,0.01 -0.65,0.01 -1.44,0.01 -2.88,0.01 -4.33,0.01 -0.72,-0.01 -1.45,-0.01 -2.17,-0.01 -1.8,-0.01 -3.61,0.05 -5.42,0.02 -0.46,-0.01 -0.93,-0.03 -1.4,-0.05 -3.44,-0.17 -5.94,-2.75 -5.99,-6.04 -0.05,-3.27 2.4,-6.15 5.78,-6.27 4.75,-0.18 9.53,-0.18 14.29,-0.01 3.37,0.13 5.84,2.97 5.82,6.23 z"
- id="path12"
- style="fill:#ffffff;fill-opacity:1" />
- <path
- class="st1"
- d="m 958.61,474.59 c 0,0.3 0.01,0.6 0.04,0.9 -0.04,-0.3 -0.05,-0.6 -0.05,-0.91 0,-0.22 0.01,-0.43 0.02,-0.65 0,0.22 -0.01,0.44 -0.01,0.66 z"
- id="path14"
- style="fill:#ffffff;fill-opacity:1" />
- <path
- class="st1"
- d="m 961.78,466.1 c -0.33,0.37 -0.64,0.76 -0.92,1.16 0.28,-0.4 0.58,-0.79 0.92,-1.16 z"
- id="path16"
- style="fill:#ffffff;fill-opacity:1" />
- <path
- class="st1"
- d="m 968.74,462.25 c 0.54,-0.1 1.1,-0.16 1.67,-0.18 -0.57,0.03 -1.12,0.09 -1.67,0.18 z"
- id="path18"
- style="fill:#ffffff;fill-opacity:1" />
- <path
- class="st1"
- d="m 970.5,486.91 c 0.22,0 0.43,-0.01 0.64,-0.01 -0.22,0.01 -0.43,0.02 -0.65,0.02 -0.23,0 -0.45,-0.01 -0.67,-0.03 0.23,0.02 0.45,0.03 0.68,0.02 z"
- id="path20"
- style="fill:#ffffff;fill-opacity:1" />
- <path
- class="st1"
- d="m 971.07,462.05 c 0.16,0 0.32,0.01 0.48,0.02 -0.16,-0.01 -0.32,-0.01 -0.48,-0.01 -0.22,0 -0.44,0 -0.66,0.01 0.22,-0.02 0.44,-0.02 0.66,-0.02 z"
- id="path22"
- style="fill:#ffffff;fill-opacity:1" />
- <path
- class="st1"
- d="m 979.48,483.23 c 0.28,-0.28 0.55,-0.56 0.82,-0.86 -0.39,0.46 -0.81,0.89 -1.27,1.28 0.15,-0.14 0.3,-0.28 0.45,-0.42 z"
- id="path24"
- style="fill:#ffffff;fill-opacity:1" />
- <path
- class="st1"
- d="m 980.31,482.35 c 0.39,-0.46 0.75,-0.94 1.07,-1.44 -0.32,0.51 -0.67,0.99 -1.07,1.44 z"
- id="path26"
- style="fill:#ffffff;fill-opacity:1" />
- </g>
- <g
- id="g34"
- style="fill:#ffffff;fill-opacity:1">
- <path
- class="st2"
- d="m 938.51,758.43 c -34.37,-2.96 -66.64,-13.09 -97.29,-28.53 -49.17,-24.78 -88.16,-60.95 -116.45,-107.95 -25.2,-41.88 -38.29,-87.64 -39.36,-136.77 -0.09,-3.85 -0.09,-7.71 0,-11.52 0.09,-7.29 0.48,-14.49 1.12,-21.63 11.91,-134.4 113.67,-241.26 251.03,-257.66 4.31,-0.5 8.67,-0.59 14.3,-0.96 v 29.07 c -46.37,3.83 -89.21,17.01 -126.34,44.05 -69.97,50.9 -108.26,116.27 -110.73,196.23 -0.2,6.09 -0.18,12.24 0.07,18.48 0.42,11.65 1.55,23.58 3.44,35.79 14.1,91.8 67.32,155.37 150.6,193.47 20.65,9.46 44.33,12.65 66.88,17.32 10.14,2.1 16.07,5.85 16.59,16.44 0.42,9.68 -3.48,15.07 -13.86,14.17 z"
- id="path30"
- style="fill:#ffffff;fill-opacity:1" />
- <path
- class="st0"
- d="m 1162.02,683.4 c -44.03,42.88 -98.06,67.32 -159.42,74.45 -8.29,0.97 -17.41,2.57 -19.25,-9.57 -1.57,-10.33 4.3,-17.15 16.13,-19.83 19.48,-4.43 39.28,-7.97 58.3,-14 35.17,-11.17 65.04,-31.76 90.27,-58.19 73.17,-76.55 94.83,-166.82 58.98,-265.97 -35.85,-99.21 -110.67,-153.99 -215.54,-167.1 -1.7,-0.21 -3.41,-0.45 -6.61,-0.87 v -29.03 c 11.2,1.26 21.95,1.57 32.31,3.75 112.32,23.39 189.63,88.88 222.52,198.65 32.9,109.93 4.63,207.56 -77.69,287.71 z"
- id="path32"
- style="fill:#ffffff;fill-opacity:1" />
- </g>
-</g><path
- class="st2"
- d="m 372.73806,659.40059 c -0.72,-46.47 -16.42,-83.63 -47.1,-111.47 -31.42,-28.52 -73.53,-42.77 -126.33,-42.77 H 41.938065 c -9.98,0 -18.07,8.09 -18.07,18.07 v 82.8 c 14.78,-16.16 35.3,-26.83 57.84,-27.88 28.019995,-1.31 56.119995,-0.7 84.179995,-0.92 0.8,0 1.58,0.38 2.4,0.6 l 0.4,63.51 c -16.76,1.57 -26.57,10.97 -26.99,25.49 -0.43,14.39 9.08,23.89 27.48,27.23 l 0.4,63.57 c -25.22,0.16 -49.7,0.4 -74.199995,0.4 -7.3,0 -14.69,-0.05 -21.88,-1.21 -19.86,-3.2 -36.97,-13 -49.63,-27.15 v 311.46001 c 0,9.98 8.09,18.08 18.07,18.08 h 43.45 c 9.98,0 18.079995,-8.1 18.079995,-18.08 V 837.29059 c 0,-9.99 8.09,-18.08 18.08,-18.08 h 40.53 c 52.28,0 92.41,-5.61 120.39,-16.83 27.99,-11.22 50.03,-29.24 66.14,-54.06 13.39,-20.63 21.21,-43.82 23.47,-69.57 0.46,-5.22 0.69,-10.54 0.69,-15.97 0,-1.13 -0.01,-2.26 -0.03,-3.38 z m -83.69,-0.2 c -14.22,0.09 -28.41,0.29 -42.61,0.1 -1.43,-0.01 -3.22,-2.13 -4.18,-3.71 -5.51,-9.04 -12.77,-14.53 -23.58,-14.25 -11.44,0.29 -22.88,0.19 -34.61,0.27 l -0.41,-64 c 63.78,-8.71 102.92,37.04 105.39,81.59 z m -121.78,19 c -6.43,-0.07 -10.54,-4.08 -10.89,-10.11 -0.37,-6.14 3.22,-10.98 9.61,-11.2 17.95,-0.62 35.92,-0.96 53.88,-0.86 6.81,0.03 10.48,4.78 10.28,11.31 -0.21,6.76 -3.71,10.47 -10.85,10.71 -8.74,0.32 -17.52,0.18 -26.3,0.24 v -0.2 c -8.57,0.06 -17.16,0.23 -25.73,0.11 z m 17.61,78.72 -0.41,-63.97 c 10.99,-0.07 21.62,-0.7 32.19,-0.06 12.21,0.74 20.12,-5.14 26.08,-15.3 0.73,-1.24 2.22,-2.85 3.38,-2.87 14.39,-0.3 28.77,-0.31 43.19,-0.4 -2.61,44.46 -40.31,90.56 -104.43,82.6 z"
- id="path94"
- style="fill:#ffffff;fill-opacity:1" /><path
- class="st2"
- d="M 1401.8881,501.41059 H 995.96806 c -12.49,0 -22.62,10.12 -22.62,22.62 v 25.52 c 0,12.49 10.13,22.62 22.62,22.62 h 144.46004 c 12.49,0 22.62,10.13 22.62,22.62 v 440.19001 c 0,12.49 10.13,22.62 22.62,22.62 h 34.36 c 12.5,0 22.62,-10.13 22.62,-22.62 V 594.79059 c 0,-12.49 10.13,-22.62 22.62,-22.62 h 136.62 c 12.49,0 22.62,-10.13 22.62,-22.62 v -25.52 c 0,-12.5 -10.13,-22.62 -22.62,-22.62 z"
- id="path96"
- style="fill:#ffffff;fill-opacity:1" /><g
- id="g100"
- style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-opacity:1"
- transform="translate(-247.74194,307.80059)">
- <path
- class="st2"
- d="m 560.4,349.53 c -1.41,0 -2.83,0.29 -4.51,0.47 l 0.11,17.56 c 1.71,0.12 3.48,0.34 5.27,0.34 15.07,0.02 30.16,-0.19 45.24,0.06 13.92,0.22 19.38,5.01 21.47,19.27 1.25,8.54 1.73,17.24 2.01,25.87 0.99,30.98 17.18,50.79 46.85,55.6 9.62,1.56 19.56,1.28 29.35,1.22 6.08,-0.04 9.74,-4.48 9.29,-9.82 -0.42,-5.1 -4.33,-8.12 -10.16,-8.33 -9.15,-0.33 -18.49,0.09 -27.43,-1.58 -19.96,-3.75 -29.56,-16.55 -30.35,-37.68 -0.39,-10.14 -0.67,-20.43 -2.58,-30.33 -4.1,-21.16 -13.12,-30.28 -33.7,-32.1 -16.84,-1.48 -33.9,-0.47 -50.86,-0.55 z"
- id="path98"
- style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-opacity:1" />
-</g></g>
-</svg>
let dataform = {
- // saveform: function(frmid){
- // var flds=dataform.getformcontent(frmid,null);
- // console.log("TODO: save to db",flds);
- // delete flds["null"];
- // return false;
- // },
- // saveformdata: function(flds){
- // delete flds["null"];
- // console.log("TODO: save to db",flds);
- // return false;
- // },
- formsaved: function(data){
+
+ formsaved: function(msg){
var sb = document.getElementById("snackbar");
sb.className="show green";
- sb.innerHTML = 'Les données ont été sauvegardées!';
+ sb.innerHTML = msg;
setTimeout(function(){ sb.className = sb.className.replace("show green", ""); }, 3000);
return false;
},
}
for (var i = 0; i < frm.elements.length; i++) {
var field = frm.elements[i];
- if (((field.getAttribute("name") != 'null') && (field.tagName == "INPUT" || field.tagName == "SELECT" || field.tagName == "TEXTAREA")) && (field.id)){
- // if (field.classList.contains("tagedit")){
- // var fvalue=field.value.trim();
- // var ndata = null;
- // if (fvalue != ""){
- // ndata = fvalue.split(",");
- // }
- // flds[field.getAttribute("name")] = ndata;
- // }
+ if ((field.tagName == "INPUT" || field.tagName == "SELECT" || field.tagName == "TEXTAREA") && (field.id)){
+ if (field.dataset.table){
+ if (!flds[field.dataset.table]){
+ flds[field.dataset.table] = {};
+ }
+ }
if (field.tagName == "TEXTAREA" ){
if (field.classList.contains("richeditarea")){
flds[field.dataset.table][field.dataset.column] = tinymce.get(field.id).getContent();
}
}
else {
- console.log("Field",field,field.id, field.value);
+ //console.log("Field",field,field.id, field.value);
flds[field.dataset.table][field.dataset.column] = field.value;
}
}
});
galleries.gettbldata();
+ gallery.init();
},
gettbldata: function(){
postData({"cl":"gallery","fn":"getAll"}).then(data => {
+
+
let gallery = {
id_gallery: null,
gallery_folder: null,
postData({"cl":"gallery","fn":"get","id":gallery.id_gallery}).then(data => {
console.log("Gallery Data:",data.data);
dataform.fillform("galleries",gallery.selects,data.data);
+ gallery.changeDefaultImage(data.data.picture);
gallery.gettabledata();
myapp.viewpanel("gallery");
importcss_append: true,
noneditable_noneditable_class: "mceNonEditable",
contextmenu: false,
- setup: function(editor) {
- editor.on('blur', function(e) {
- console.log("tmce blur:",e.target.id);
- if (e.target.id == "galleries_description"){
- //dataform.savefield(document.getElementById(e.id));
- console.log("TODO: savefield");
- }
- //
- //e.id
- //console.log('The Editor has initialized.');
- });
- }
+ // setup: function(editor) {
+ // editor.on('blur', function(e) {
+ // console.log("tmce blur:",e.target.id);
+ // // if (e.target.id == "galleries_description"){
+ // // //dataform.savefield(document.getElementById(e.id));
+ // // console.log("TODO: savefield");
+ // // }
+ // //
+ // //e.id
+ // //console.log('The Editor has initialized.');
+ // });
+ // }
});
gallery.tbl =new Tabulator("#tbl_galleryitems",{
height: "calc(100vh - 60px)",
layout: "fitColumns",
- responsiveLayout:true,
- selectable: 1,
+
+ selectable: true,
+ selectableRangeMode:"click",
autoResize:false,
rowFormatter:function(row, data){
//console.log(row);
columns: [
{title: "Image", field: "filename",formatter:pictureFormatter,width:200},
{title: "Type", field: "filetype" ,width: 100},
- {title: "description",field: "description"},
+ {title: "description",field: "description", formatter:"html"},
{title: "publication",field: "publishdate",width: 100,formatter:"datetime",headerSort:true,formatterParams:{inputFormat:"YYYY-MM-DD",outputFormat:"DD.MM.YYYY",invalidPlaceholder:""}},
{title: "fin publication",field: "unpublishdate",width: 100,formatter:"datetime",headerSort:true,formatterParams:{inputFormat:"YYYY-MM-DD",outputFormat:"DD.MM.YYYY",invalidPlaceholder:""}},
]
data["folder"] = "galleries/" + this.gallery_folder;
myapp.closedlg("addgalleryitem");
var uplfiles = document.getElementById("addgalleryitem_file");
- console.log("files:",uplfiles.files);
- progresssteps = uplfiles.files.length * 2;
- cstep = 0;
+ //console.log("files:",uplfiles.files);
+ let progresssteps = uplfiles.files.length * 2;
+ let cstep = 1;
myapp.openDataLoad("Téléchargement en cours","Attendez s.v.p.!",progresssteps);
for (let i = 0; i < uplfiles.files.length; i++) {
+ console.log("Upload File " + uplfiles.files[i].name,cstep);
myapp.setDataLoadMsg("Upload File " + uplfiles.files[i].name,cstep);
- postFile(uplfiles.files[i],data).then(filedata => {
- console.log("File uploaded!",filedata);
- cstep++;
- myapp.setDataLoadMsg("Process File " + uplfiles.files[i].name,cstep);
- postData({"cl":"gallery","fn":"addItem","idgallery":gallery.id_gallery,"filename":filedata.file}).then( data => {
- console.log(data," added!");
- if (cstep >= progresssteps){
- gallery.gettabledata();
- myapp.closeDataLoad();
- }
- }) .catch(err => {
-
- console.log("postData RETURN ERROR",err);
- console.log(err);
- gallery.gettabledata();
- myapp.closeDataLoad();
- return false;
- });
- }).catch(err => {
- console.log("postFile RETURN ERROR",err);
- gallery.gettabledata();
- myapp.closeDataLoad();
- return false;
- });
+ let filedata = postFileSync(uplfiles.files[i],data);
cstep++;
+ let retdata = postDataSync({"cl":"gallery","fn":"addItem","idgallery":gallery.id_gallery,"filename":filedata.file});
+ cstep++;
}
-
-
-
+ gallery.gettabledata();
+ myapp.closeDataLoad();
+ return false;
},
+ // addItem: function(filename,last){
+ // console.log("Add Item " + filename);
+ // postData({"cl":"gallery","fn":"addItem","idgallery":gallery.id_gallery,"filename":filename}).then( data => {
+ // if (last == true){
+ // gallery.gettabledata();
+ // myapp.closeDataLoad();
+ // }
+ // return data.data;
+ // }).catch(err => {
+ // if (last == true){
+ // gallery.gettabledata();
+ // myapp.closeDataLoad();
+ // }
+ // console.log("postData RETURN ERROR",err);
+ // });
+
+ // },
confirmRemove: function(){
var sel = gallery.tbl.getSelectedData();
- //delcallback = ;
- if (sel[0]) {
- myapp.confirm("Supprimer l'élément?","êtes vous sûre de supprimer cet élément?","oui","non","gallery.remove();");
+
+ if (sel.length >= 1){
+ myapp.confirm("Supprimer l'élément?","êtes vous sûre de supprimer les élément selectionnées?","oui","non","gallery.remove();");
}
},
remove: function(){
- var sel = gallery.tbl.getSelectedData();
- postData({"cl":"gallery","fn":"remove","id":id}).then(data => {
- gallery.tbl.deselectRow(sel[0].id);
- gallery.gettabledata();
- });
+ let sel = gallery.tbl.getSelectedData();
+ let ids = [];
+ for (s in sel){
+ ids.push(sel[s].id);
+ }
+ console.log("IDs to remove",ids);
+ if (ids.length > 0){
+ postData({"cl":"gallery","fn":"removeItems","idgallery":gallery.id_gallery,"ids":ids}).then(data => {
+ console.log(data.data + " files deleted!");
+ gallery.tbl.deselectRow(ids);
+ gallery.gettabledata();
+ });
+ }
+
},
edit: function(){
let sel = this.tbl.getSelectedData();
- console.log(sel);
+ //console.log(sel);
dataform.cleanform("galleryitem");
if (sel[0]){
dataform.fillform("galleryitem",{},sel[0]);
}
},
save: function(){
- myapp.closedlg("galleryitem");
+ let sel = gallery.tbl.getSelectedData();
+ let fdata = dataform.getformcontent("galleryitem");
+ //console.log("formdata",fdata);
+ let idents = {"id":sel[0].id};
+ postData({"saveform":1,"table":"galleryitems","schema":"public","idents":idents,"data":fdata["galleryitems"]}).then(data => {
+ console.log(data);
+ gallery.gettabledata();
+ dataform.formsaved('Les données ont été savegardés');
+ myapp.closedlg("galleryitem");
+ }).catch(err => {
+
+ });
},
editImage: function(){
let sel = this.tbl.getSelectedData();
},
setAsDefault: function(){
let sel = this.tbl.getSelectedData();
+ if (sel[0]){
+ postData({"cl":"gallery","fn":"setDefaultImage","thumbname":sel[0].thumbname,"galleryfolder":gallery.gallery_folder}).then(data => {
+ console.log(data);
+ gallery.changeDefaultImage(data.data.file);
+ });
+ }
+
+ },
+ changeDefaultImage: function(file){
+ document.getElementById("gpreview").src = 'media/galleries/' + file;
}
}
-function initpage(){
+let index = {
+ init: function(){
-}
\ No newline at end of file
+ }
+}
},
viewpanel: function(id){
webarticle.current_id=id;
+ myapp.viewpanel('webarticle');
}
}
\ No newline at end of file
tbl: null,
selects:{},
init: function(){
-
+ webarticles.tbl = new Tabulator("#tbl_webarticles",{
+ height: "calc(100vh - 60px)",
+ layout: "fitColumns",
+ responsiveLayout:true,
+ selectable: 1,
+ // rowDblClick:function(e, row){
+ // //e.preventDefault();
+ // galleries.edit();
+ // },
+ rowContext:function(e, row){ e.preventDefault(); },
+ columns: [
+ {title: "titre", field: "title",headerFilter:"input"},
+ {title: "categories",field: "categories",headerFilter:"input"},
+ {title: "publié",field:"ispublished",hozAlign:"center",width: 40,headerSort: false,formatter:"tickCross", formatterParams:{allowEmpty:true,allowTruthy: false},headerVertical:true},
+ {title: 'début',field:"publishdate",width: 100,formatter:"datetime",headerSort:false,formatterParams:{inputFormat:"YYYY-MM-DD",outputFormat:"DD.MM.YYYY",invalidPlaceholder:""}},
+ {title: "fin",field:"unpublishdate",width: 100,formatter:"datetime",headerSort:false,formatterParams:{inputFormat:"YYYY-MM-DD",outputFormat:"DD.MM.YYYY",invalidPlaceholder:""}},
+ ]
+ });
+ webarticles.gettabledata();
},
gettabledata: function(){
-
+ postData({"cl":"webarticles","fn":"getAll"}).then(data => {
+ webarticles.tbl.setData(data.data);
+ });
},
add: function(){
-
+ postData({"cl":"webarticles","fn":"add"}).then(data => {
+ webarticles.gettabledata();
+ });
},
edit: function(){
-
+ var sel = webarticles.tbl.getSelectedData();
+ if (sel[0]){
+ webarticle.viewpanel(sel[0].id);
+ }
},
confirmRemove: function(){
-
+ var sel = webarticles.tbl.getSelectedData();
+ //delcallback = ;
+ if (sel[0]) {
+ myapp.confirm("Supprimer article?","êtes vous sûre de supprimer ce article?","oui","non","webarticles.remove();");
+ }
},
remove: function(){
-
+ var sel = webarticles.tbl.getSelectedData();
+ postData({"cl":"webarticles","fn":"delete","id":id}).then(data => {
+ webarticles.tbl.deselectRow(sel[0].id);
+ webarticles.gettabledata();
+ });
}
}
\ No newline at end of file
return response.json();
}
+function postDataSync(data = {}) {
+ const response = await fetch(api + 'db.php', {
+ method: 'POST',
+ mode: 'same-origin',
+ cache: 'no-cache',
+ credentials: 'same-origin',
+ headers: {
+ 'Content-Type': 'application/json'
+
+ },
+ redirect: 'follow',
+ referrerPolicy: 'strict-origin',
+ body: JSON.stringify(data)
+ });
+
+ return response.json();
+}
+
async function postFile(fileobj,data = {}) {
var mfd = new FormData();
for (var o in data){
mfd.append(o,data[o]);
}
- //var fileobj = document.getElementById(fileobjid);
- //console.log("files:",fileobj.files);
- // for (let i = 0; i < fileobj.files.length; i++) {
-
+ console.log("Upload:" + fileobj.name);
mfd.append('file', fileobj,fileobj.name);
// }
const response = await fetch(api + 'upload.php', {
// referrerPolicy: 'strict-origin',
body: mfd
});
- console.log(response);
+ console.log("postFIle response",response);
return response.json();
}
-// var report ={
-// generate: function(repname,filename,data){
-// showdataloaddlg("Création PDF encours","Attendez s.v.p.");
-// postData("report.cgi",{"generate":repname,"file": filename + ".pdf","data":data}).then (data => {closedataloaddlg();report.openreport(data);});
-// return false;
-// },
-// openreport(data){
-// if (data && data.file){
-// window.open(api + "report.cgi?open=" + encodeURIComponent(data.file));
-// }
-// }
-// }
+function postFileSync(fileobj,data = {}) {
+ var mfd = new FormData();
+ for (var o in data){
+ mfd.append(o,data[o]);
+ }
+ mfd.append('file', fileobj,fileobj.name);
+ const response = await fetch(api + 'upload.php', {
+ method: 'POST',
+ // mode: 'same-origin',
+ // cache: 'no-cache',
+ // credentials: 'same-origin',
+ // headers: {
+ // 'Content-Type': undefined
+ // },
+ // redirect: 'follow',
+ // referrerPolicy: 'strict-origin',
+ body: mfd
+ });
+ console.log("postFIle response",response);
+ return response.json();
+}
// async function syncData(url,username,password, data = {}) {
// //var decodedString = Base64.decode(encodedString);
class image{
#private $picdef= array("density" => 72,"img_height" => 380,"img_width" => 700, "thumb_width" => 128, "thumb_height" => 128);
private $picdef= array();
- public function __construct($npicdef,$env){
+ public function __construct($npicdef){
foreach ($npicdef as $key => $value){
$this->picdef[$key] = $value["pref"];
}
return $outfile;
}
- public function createthump($imgfile,$outpath){
+ public function createthumb($imgfile,$outpath){
$fpinfo = pathinfo($imgfile);
-
+ error_log($imgfile);
+ error_log(print_r($fpinfo,true));
$outfile = $outpath.'/thumb/'.$fpinfo['filename'].'.'.$fpinfo['extension'];
- if (!id_dir($outpath.'/thumb')){
+ if (!is_dir($outpath.'/thumb')){
mkdir($outpath.'/thumb');
}
if ($imgfile == $outfile) { return null;}
-
- system('convert -thumbnail x'.$this->picdef['thumbwidth'].' -background black -alpha remove "'.$imgfile.'" "'.$outfile.'"');
+ error_log('convert -thumbnail x'.$this->picdef['thumb_height'].' -background black -alpha remove "'.$imgfile.'" "'.$outfile.'"');
+ system('convert -thumbnail x'.$this->picdef['thumb_height'].' -background black -alpha remove "'.$imgfile.'" "'.$outfile.'"');
// if ($type == "cube"){
// system("convert ".$imgfile." -gravity center -crop ".$this->picdef['thumbwidth']."x".$this->picdef['thumbheight']."+0+0 +repage \"".$outfile."\"");
// }
}
public function getAll(){
- $sql = "select * from galleries";
+ $sql = "select * from galleries order by gallery;";
return $this->dbh->queryarray($sql);
}
}
public function getItems($id){
- $sql = "select * from galleryitems where id_gallery='".$id."'";
+ $sql = "select * from galleryitems where id_gallery='".$id."' order by filename;";
return $this->dbh->queryarray($sql);
}
+ public function setDefaultImage($thumbname,$galleryfolder){
+ $thbinfo = pathinfo($thumbname);
+ copy($this->cfg["adminmediapath"]."/galleries/".$galleryfolder."/thumb/".$thumbname,$this->cfg["adminmediapath"]."/galleries/".$galleryfolder."/".$galleryfolder.".".$thbinfo['extension']);
+ copy($this->cfg["webmediapath"]."/galleries/".$galleryfolder."/thumb/".$thumbname,$this->cfg["webmediapath"]."/galleries/".$galleryfolder."/".$galleryfolder.".".$thbinfo['extension']);
+ $sql = "update galleries set picture=".$galleryfolder.".".$thbinfo['extension']." where link=".$galleryfolder.";";
+ return array("folder" => $galleryfolder, "file" => $galleryfolder.".".$thbinfo['extension']);
+ }
+
public function addItem($filename,$idgallery){
+ error_log("Add gallery item: ".$filename." => ".$idgallery);
$gld = $this->dbh->query("select id,link from galleries where id=".$this->dbh->value($idgallery).";");
$filepath = $this->cfg["adminmediapath"].'galleries/'.$gld["link"].'/'.$filename;
if (file_exists($filepath)){
$findo =pathinfo($filename);
$thumbname=$finfo["basename"].'.png';
}
- $data = array("id" => $newitemid,"id_gallery" => $gld["id"],"filename" => $filename,"filetype" => $mt,"thumnname" => $thumbname);
+ $data = array("id" => $newitemid,"id_gallery" => $gld["id"],"filename" => $filename,"filetype" => $mt,"thumbname" => $thumbname);
$inssql = $this->dbh->createInsertDDL("public","galleryitems",$data);
+ error_log("SQL:".$inssql);
$this->dbh->exec($inssql);
$this->setItemCopies($newitemid);
} else {
return 1;
}
- public function setDefaultImage($idgallery,$id){
-
- }
-
private function setItemCopies($id){
$gld = $this->dbh->query("SELECT gi.filename,g.link,gi.filetype,gi.thumbname from public.galleries g join public.galleryitems gi on (g.id=gi.id_gallery) where gi.id=".$this->dbh->value($id).";");
+ error_log(print_r($gld,true));
$imgopts = $this->dbh->querybykey("id","select id,pref from defaultdata where category='gallery';");
$img = new image($imgopts);
$filepath = $this->cfg["adminmediapath"]."galleries/".$gld["link"]."/".$gld["filename"];
return 1;
}
- public function removeItem($idgallery,$id){
- $sqlfile = "SELECT gi.filename,g.link,gi.filetype,gi.thumbname from public.galleries g join public.galleryitems gi on (g.id=gi.id_gallery) where gi.id=".$this->dbh->value($id)." AND gi.id_gallery=".$this->dbh->value($idgallery).";";
- $sqldel ="DELETE FROM galleryitems WHERE id=".$this->dbh->value($id)." and id_gallery=".$this->dbh->value($idgallery).";";
- $fdata = $this->dbh->query($sqlfile);
+ public function removeItems($idgallery,$ids){
+ foreach ($ids as $key => $value){
+ $ids[$key] = $this->dbh->value($value);
+ }
+ $sqlfile = "SELECT gi.filename,g.link,gi.filetype,gi.thumbname from public.galleries g join public.galleryitems gi on (g.id=gi.id_gallery) where gi.id in (".implode(',',$ids).") AND gi.id_gallery=".$this->dbh->value($idgallery).";";
+ $sqldel ="DELETE FROM galleryitems WHERE id in (".implode(',',$ids).") and id_gallery=".$this->dbh->value($idgallery).";";
+ $fdata = $this->dbh->queryarray($sqlfile);
$this->dbh->exec($sqldel);
- unlink($this->cfg["adminmediapath"]."galleries/".$gld["link"]."/".$gld["filename"]);
- unlink($this->cfg["adminmediapath"]."galleries/".$gld["link"]."/thumb/".$gld["thumbname"]);
- unlink($this->cfg["webmediapath"]."galleries/".$gld["link"]."/".$gld["filename"]);
- unlink($this->cfg["webmediapath"]."galleries/".$gld["link"]."/thumb/".$gld["thumbname"]);
- return 1;
+ foreach ($fdata as $key => $fd){
+ unlink($this->cfg["adminmediapath"]."galleries/".$fd["link"]."/".$fd["filename"]);
+ unlink($this->cfg["adminmediapath"]."galleries/".$fd["link"]."/thumb/".$fd["thumbname"]);
+ unlink($this->cfg["webmediapath"]."galleries/".$fd["link"]."/".$fd["filename"]);
+ unlink($this->cfg["webmediapath"]."galleries/".$fd["link"]."/thumb/".$fd["thumbname"]);
+ }
+ return count($fdata);
}
public function updateItemData($id,$data){
public function __destruct(){
$this->dbh = null;
}
+
+ public function getAll(){
+ $sql = "select id, title,regexp_replace(categories::text,'[\"|\[|\]]','','g') as categories, case when CURRENT_DATE between publishdate and unpublishdate then true else null end as ispublished,publishdate, unpublishdate from webarticles order by title,publishdate;";
+ return $this->dbh->queryarray($sql);
+ }
+
+ public function get($id){
+ $sql = "select * from webarticles where id=".$this->dbh->value($id).";";
+ return $this->dbh->query($sql);
+ }
+
+ public function add(){
+ $tblvals = array("id" => $this->dbh->newuuid(),"title" => "nouveau article");
+ $sql = $this->dbh->createInsertDDL("public","webarticles",$tblvals);
+ $this->dbh->exec($sql);
+ return array("id" => $tblvals["id"]);
+ }
+
+ public function delete($id){
+ $this->dbh->exec("DELETE from webarticles where id=".$this->dbh->value($id).";");
+ return 1;
+ }
+
+ public function update($id,$data){
+ $updsql = $this->dbh->createUpdateDDL("public","webarticles",array("id" => $this->dbh->value($id)),$data);
+ $this->dbh->exec($updsql);
+ return 1;
+ }
+
+ public function getCategories(){
+ $sql = "select distinct(json_array_elements_text(categories)) as categories from webarticles order by categories;";
+ return $this->dbh->queryarray($sql);
+ }
+
+ public function duplicate($id){
+ $copydata = $this->dbh->query("select * from webarticles where id=".$this->dbh->value($id).";");
+ $copydata["id"] = $this->dbh->newuuid();
+ $copydata["title"] = $copydata["title"]." Copy";
+ $copydata["link"] = null;
+ $sql = $this->dbh->createInsertDDL("public","webarticles",$copydata);
+ $this->dbh->exec($sql);
+ return array("id" => $copydata["id"]);
+ }
}
?>
\ No newline at end of file
--- /dev/null
+<?php
+ class webpages {
+ private $dbh;
+ private $cfg;
+ public function __construct($dblink,$cfg){
+ $this->dbh = $dblink;
+ $this->cfg = $cfg;
+ }
+ public function __destruct(){
+ $this->dbh = null;
+ }
+ public function getAll(){
+ $sql = "select id, title order by title;";
+ return $this->dbh->queryarray($sql);
+ }
+
+ public function get($id){
+ $sql = "select * from webpages where id=".$this->dbh->value($id).";";
+ return $this->dbh->query($sql);
+ }
+
+ public function add(){
+ $tblvals = array("id" => $this->dbh->newuuid(),"title" => "nouveau article");
+ $sql = $this->dbh->createInsertDDL("public","webpages",$tblvals);
+ $this->dbh->exec($sql);
+ return array("id" => $tblvals["id"]);
+ }
+
+ public function delete($id){
+ $this->dbh->exec("DELETE from webpages where id=".$this->dbh->value($id).";");
+ return 1;
+ }
+
+ public function update($id,$data){
+ $updsql = $this->dbh->createUpdateDDL("public","webpages",array("id" => $this->dbh->value($id)),$data);
+ $this->dbh->exec($updsql);
+ return 1;
+ }
+
+ public function getCategories(){
+ $sql = "select distinct(json_array_elements_text(categories)) as categories from webpages order by categories;";
+ return $this->dbh->queryarray($sql);
+ }
+
+ public function duplicate($id){
+ $copydata = $this->dbh->query("select * from webpages where id=".$this->dbh->value($id).";");
+ $copydata["id"] = $this->dbh->newuuid();
+ $copydata["title"] = $copydata["title"]." Copy";
+ $copydata["link"] = null;
+ $sql = $this->dbh->createInsertDDL("public","webpages",$copydata);
+ $this->dbh->exec($sql);
+
+
+ }
+}
+?>
\ No newline at end of file
+++ /dev/null
-<?php
- class websites {
- private $dbh;
- private $cfg;
- public function __construct($dblink,$cfg){
- $this->dbh = $dblink;
- $this->cfg = $cfg;
- }
- public function __destruct(){
- $this->dbh = null;
- }
- public function addWebsite($id){
-
- }
-
- public function updateWebsite($id,$data){
-
- }
-
- public function removeWebsite($id){
-
- }
-
- public function duplicateWebsite($id){
-
- }
-
- }
-?>
\ No newline at end of file
<div class="container">
<div id="dlg_galleryitem_infomsg"></div>
<form id="frm_galleryitem">
- <input type="hidden" class="data_galleryitems" id="galleryitem_id" data-table="galleryitems" data-column="id" data-id="" value=""/>
- <input type="hidden" class="data_galleryitems" id="galleryitem_id_gallery" data-table="galleryitems" data-column="id_gallery" data-id="" value=""/>
- <div class="row">
- <div class="cell" style="max-width: 140px;">
- <label class="label" for="galleryitem_publishdate">Publication</label>
- <input class="input border date data_galleryitem datefield" data-column="publishdate" data-id="" data-table="galleryitems" id="galleryitem_publishdate" type="date">
+ <div class="row">
+ <div class="cell padding" style="max-width: 140px;">
+ <label class="label" for="galleryitem_publishdate">Publication</label>
+ <input class="input border date data_galleryitem datefield" data-column="publishdate" data-id="" data-table="galleryitems" id="galleryitem_publishdate" type="date">
+ </div>
+ <div class="cell padding" style="max-width: 140px;">
+ <label class="label" for="galleryitem_unpublishdate">Fin Publication</label>
+ <input class="input border date data_galleryitem datefield" data-column="unpublishdate" data-id="" data-table="galleryitems" id="galleryitem_unpublishdate" type="date">
+ </div>
</div>
- <div class="cell" style="max-width: 140px;">
- <label class="label" for="galleryitem_unpublishdate">Fin Publication</label>
- <input class="input border date data_galleryitem datefield" data-column="unpublishdate" data-id="" data-table="galleryitems" id="galleryitem_unpublishdate" type="date">
+ <div class="row">
+ <div class="cell container" style="width: 600px;">
+ <label for="galleryitem_description" class="label">description</label>
+ <textarea class="input data_galleryitem richeditarea" id="galleryitem_description" data-column="description" data-table="galleryitems" data-id="" ></textarea>
+ </div>
</div>
- </div>
- <div class="row">
- <div class="cell container" style="width: 320px;">
- <label for="galleryitem_description" class="label">description</label>
- <textarea class="input data_galleryitem" id="galleryitem_description" data-column="description" data-table="galleryitems" data-id="" ></textarea>
- </div>
- </div>
-
- </form>
+ </form>
</div>
<footer>
<button class="button theme-light margin-right border" onclick="document.getElementById('dlg_galleryitem').style.display='none'; return false;"><span class="icon icon-remove"></span> Annuler</button>
- <button class="button actionbtn margin-right border" onclick="gallery.save();"><span class="icon icon-save"></span> Ajouter</button>
+ <button class="button actionbtn margin-right border" onclick="gallery.save();"><span class="icon icon-save"></span> Sauvegarber</button>
</footer>
</div>
</div>
\ No newline at end of file
<button class="bar-item toolbarbtn" onclick="galleries.add();"><span class="icon-plus" style="font-size: 17px;"></span>ajouter</button>
<button class="bar-item toolbarbtn" onclick="galleries.edit();"><span class="icon-edit" style="font-size: 17px;"></span>édit.</button>
<button class="bar-item toolbarbtn" onclick="galleries.confirmRemove();"><span class="icon-trash" style="font-size: 17px;"></span>suppr.</button>
- {{! <button class="bar-item toolbarbtn" onclick="galleries.duplicate()"><span class="icon-duplicate" style="font-size: 17px;"></span>dupl.</button> }}
+ <button class="bar-item toolbarbtn" onclick="galleries.duplicate()"><span class="icon-duplicate" style="font-size: 17px;"></span>dupl.</button>
</div>
</div>
</div>
<button class="bar-item toolbarbtn" onclick="myapp.viewpanel('galleries');"><span class="icon-back" style="font-size: 17px;"></span>retour</button>
<div class="bar-item PageHeadTitle">Gallerie</div>
<div class="hide-small">
- <button class="bar-item toolbarbtn right" onclick="gallery.setAsDefaultItem();"><span class="icon-image" style="font-size: 17px;"></span>Vorschau-Bild</button>
+ <button class="bar-item toolbarbtn right" onclick="gallery.setAsDefault();"><span class="icon-image" style="font-size: 17px;"></span>Vorschau-Bild</button>
<button class="bar-item toolbarbtn right" onclick="gallery.editImage();"><span class="icon-image" style="font-size: 17px;"></span>Bild edit.</button>
<button class="bar-item toolbarbtn right" onclick="gallery.add();"><span class="icon-plus" style="font-size: 17px;"></span>ajouter</button>
<button class="bar-item toolbarbtn right" onclick="gallery.edit();"><span class="icon-edit" style="font-size: 17px;"></span>édit.</button>
<label class="label">Link</label>
<input class="input data_galleries readonly" type="text" id="galleries_link" data-id="" data-column="gallery" data-table="galleries" readonly/>
</div>
- </div>
+ </div>
+ <div class="cell-row">
+ <div class="cell container">
+ <label class="label">Vorschau-Bild</label>
+ <div class="padding border">
+ <img src="" id="gpreview" style="width: 100%;"/>
+ </div>
+ </div>
+ </div>
</form>
</div>
</div>
- <div class="cell container">
+ <div class="cell">
<div id="tbl_galleryitems"></div>
</div>
<div class="panel" id="pnl_webarticle" style="display: none;">
<div class="bar toolbar">
<button class="bar-item toolbarbtn" onclick="myapp.viewpanel('webarticles');"><span class="icon-back" style="font-size: 18px;"></span>retour</button>
- <div class="bar-item PageHeadTitle">Page</div>
+ <div class="bar-item PageHeadTitle">News/Article</div>
+</div>
+</div>
+<div class="display-container" style="height: calc(100vh - 60px); overflow-y: scroll;">
+ <form id="frm_webarticles">
+ <input type="hidden" class="data_formname" id="formname_" data-id="" data-column="" data-table="" />
+ <div class="row">
+ <div class="cell" style="width: 400px;">
+ <label class="label" for="webarticles_title">Titre</label>
+ <input class="input border text data_webarticles" data-column="title" data-id="" data-table="webarticles" id="webarticles_title" onblur="dataform.savefield(this);" type="text">
+ </div>
+ </div>
+ <div class="row">
+ <div class="cell" style="width: 400px;">
+ <label class="label" for="webarticles_link">Link</label>
+ <input class="input border text data_webarticles readonly" data-column="link" data-id="" data-table="webarticles" id="webarticles_link" onblur="dataform.savefield(this);" type="text" readonly>
+ </div>
+ </div>
+ <div class="row">
+ <div class="cell" style="width: 400px;">
+ <label class="label" for="webarticles_categories">categories</label>
+ <select class="select border data_webarticles" data-column="categories" data-id="" data-selected="" data-table="webarticles" id="webarticles_categories">
+ </select>
+ </div>
+ </div>
+ <div class="row">
+
+ </div>
+
+ </form>
</div>
-</div>
\ No newline at end of file
<div class="panel" id="pnl_webarticles">
<div class="bar toolbar">
<a class="bar-item toolbarbtn" href="index.html"><span class="icon-home" style="font-size: 18px;"></span>Home</a>
- <div class="bar-item PageHeadTitle">Pages</div>
+ <div class="bar-item PageHeadTitle">News & Articles</div>
<div class="hide-small">
<button class="bar-item toolbarbtn right" onclick="webarticles.confirmRemove();"><span class="icon-trash" style="font-size: 17px;"></span>suppr.</button>
<button class="bar-item toolbarbtn right" onclick="webarticles.edit();"><span class="icon-edit" style="font-size: 17px;"></span>édit.</button>
<div class="main">
{{ pagedata }}
</div>
-
+<div id="snackbar"></div>
<script type="text/javascript" src="js/vendors/tabulator/js/tabulator{{minify}}.js?v={{config.appversion}}"></script>
<script type="text/javascript" src="js/vendors/moment/moment-with-locales{{minify}}.js?v={{config.appversion}}"></script>
<script type="text/javascript" src="js/vendors/slimselect/slimselect.min.js?v={{config.appversion}}"></script>
<script>
function initpage(){
galleries.init();
- gallery.init();
}
</script>
<div class="container bar toolbar">
- <a class="bar-item toolbarbtn" onclick="index.viewpanel();"><img src="img/favicon/apple-icon-57x57.png" style="height: 40px;" style="border: 1px solid bloack; border-radius: 3px;"></a>
+ <a class="bar-item toolbarbtn" onclick="index.viewpanel();"><img src="img/appicon.png" style="height: 40px;" style="border: 1px solid bloack; border-radius: 3px;"></a>
<div class="bar-item PageHeadTitle">{{ config.sitename }}</div>
<a class="bar-item toolbarbtn right" onclick="myapp.logout();"><span class="icon-logout" style="font-size: 20px;"></span>Logout</a>
</div>
if (!is_dir($cfg["adminmediapath"].$mfolder)){
mkdir($cfg["adminmediapath"].$mfolder);
}
- else {
- error_log("mediafolder: ".$cfg["adminmediapath"].$mfolder." exists!");
- }
+ // else {
+ // error_log("mediafolder: ".$cfg["adminmediapath"].$mfolder." exists!");
+ // }
$cnum = date('YmdHis');
$cfiles = glob($cfg["adminmediapath"].$mfolder .'/'. "*");
$xfiles = count($cfiles) + 1;