- [x] Mise a jour / Modification / Correction des images du menu-side
|
@ -1,2 +1,2 @@
|
||||||
#WRAPPER>#CONTAINER>.sub-menu-side{display:block;position:relative}#WRAPPER>#CONTAINER>.sub-menu-side>span[data-sublink]{display:block;position:relative;width:7.5em;padding:.3em 1em .3em 2em;margin:1em;border-radius:3px;color:#5b5e63;text-shadow:1px 1px white;white-space:nowrap;transition:all .2s;cursor:pointer;overflow:hidden}#WRAPPER>#CONTAINER>.sub-menu-side>span[data-sublink]>.svg>svg{display:inline-block;position:absolute;left:.5em;top:50%;width:1em;height:1em;transform:translateY(-50%)}#WRAPPER>#CONTAINER>.sub-menu-side>span[data-sublink]>.svg>svg path{fill:#5b5e63 !important}#WRAPPER>#CONTAINER>.sub-menu-side>span[data-sublink]:hover,#WRAPPER>#CONTAINER>.sub-menu-side>span[data-sublink].active{color:#121213;background-color:#d8deea;box-shadow:inset 0 0 4px #c8ced9}#WRAPPER>#CONTAINER>.sub-menu-side>span[data-sublink]:hover>.svg>svg path,#WRAPPER>#CONTAINER>.sub-menu-side>span[data-sublink].active>.svg>svg path{fill:#121213 !important}#WRAPPER>#CONTAINER>.sub-menu-side>span[data-sublink]:nth-child(1){margin-top:1em}#WRAPPER>#CONTAINER>section{flex-grow:1}
|
#WRAPPER>#CONTAINER>.sub-menu-side{display:block;position:relative}#WRAPPER>#CONTAINER>.sub-menu-side>span[data-sublink]{display:block;position:relative;width:7.5em;padding:.3em 1em .3em 2em;margin:1em;border-radius:3px;color:#5b5e63;text-shadow:1px 1px white;white-space:nowrap;transition:all .2s;cursor:pointer;overflow:hidden}#WRAPPER>#CONTAINER>.sub-menu-side>span[data-sublink]>.svg>svg{display:inline-block;position:absolute;left:.5em;top:50%;width:1em;height:1em;transform:translateY(-50%)}#WRAPPER>#CONTAINER>.sub-menu-side>span[data-sublink]>.svg>svg path{fill:#5b5e63 !important}#WRAPPER>#CONTAINER>.sub-menu-side>span[data-sublink]:hover,#WRAPPER>#CONTAINER>.sub-menu-side>span[data-sublink].active{color:#121213;background-color:#d8deea;box-shadow:inset 0 0 4px #c8ced9}#WRAPPER>#CONTAINER>.sub-menu-side>span[data-sublink]:hover>.svg>svg path,#WRAPPER>#CONTAINER>.sub-menu-side>span[data-sublink].active>.svg>svg path{fill:#121213 !important}#WRAPPER>#CONTAINER>.sub-menu-side>span[data-sublink]:nth-child(1){margin-top:1em}#WRAPPER>#CONTAINER>section{flex-grow:1}#WRAPPER>#CONTAINER>section>.inline-box{display:block;position:relative;width:calc( 100% - 2*1em - 2*1em );margin:1em;padding:1em;border-radius:3px;box-shadow:0 0 1px #b7b7b7;background-color:#fff}
|
||||||
/*# sourceMappingURL=container.css.map */
|
/*# sourceMappingURL=container.css.map */
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
|
|
||||||
#WRAPPER > #CONTAINER{
|
#WRAPPER > #CONTAINER{
|
||||||
|
|
||||||
/**************************/
|
/* [1] Menu interne (sub-menu-side)
|
||||||
/* Menu interne (submenu) */
|
=========================================================*/
|
||||||
/**************************/
|
|
||||||
& > .sub-menu-side{
|
& > .sub-menu-side{
|
||||||
display: block;
|
display: block;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -70,10 +70,30 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* [2] Section (contenu)
|
||||||
|
=========================================================*/
|
||||||
& > section{
|
& > section{
|
||||||
// background-color: #f00;
|
// background-color: #f00;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/* [3] INLINE-BOX pour afficher les listes de donnees
|
||||||
|
=========================================================*/
|
||||||
|
& > section > .inline-box{
|
||||||
|
display: block;
|
||||||
|
position: relative;
|
||||||
|
width: calc( 100% - 2*1em - 2*1em );
|
||||||
|
margin: 1em;
|
||||||
|
padding: 1em;
|
||||||
|
|
||||||
|
border-radius: 3px;
|
||||||
|
box-shadow: 0 0 1px #b7b7b7;
|
||||||
|
|
||||||
|
background-color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
|
@ -22,8 +22,8 @@ pageManagerClass.prototype = {
|
||||||
page: null, // l'indice de la page courante dans pagelist
|
page: null, // l'indice de la page courante dans pagelist
|
||||||
vars: [], // les variables suivant le nom de la page dans l'URL
|
vars: [], // les variables suivant le nom de la page dans l'URL
|
||||||
path: '', // le chemin du dossier contenant les pages (.php)
|
path: '', // le chemin du dossier contenant les pages (.php)
|
||||||
jsPath: '/f/jsview/', // le chemin du dossier contenant les scripts (.js)
|
jsPath: '/view/jsview', // le chemin du dossier contenant les scripts (.js)
|
||||||
cssPath: '/f/cssview/', // le chemin du dossier contenant les feuilles de style (.css)
|
cssPath: '/view/cssview', // le chemin du dossier contenant les feuilles de style (.css)
|
||||||
pagelist: null, // la liste des pages pouvant être chargées
|
pagelist: null, // la liste des pages pouvant être chargées
|
||||||
container: null, // élément DOM qui contiendra le contenu des pages à charger
|
container: null, // élément DOM qui contiendra le contenu des pages à charger
|
||||||
/* =======================================================================
|
/* =======================================================================
|
||||||
|
|
|
@ -0,0 +1,82 @@
|
||||||
|
<?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"
|
||||||
|
height="32"
|
||||||
|
version="1.1"
|
||||||
|
viewBox="0 0 31.999922 32"
|
||||||
|
width="31.999922"
|
||||||
|
id="svg3043"
|
||||||
|
inkscape:version="0.48.4 r9939"
|
||||||
|
sodipodi:docname="analytics.svg">
|
||||||
|
<metadata
|
||||||
|
id="metadata3054">
|
||||||
|
<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 />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1056"
|
||||||
|
id="namedview3052"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="17.236742"
|
||||||
|
inkscape:cx="24.22397"
|
||||||
|
inkscape:cy="11.627592"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="24"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg3043"
|
||||||
|
fit-margin-top="0"
|
||||||
|
fit-margin-left="0"
|
||||||
|
fit-margin-right="0"
|
||||||
|
fit-margin-bottom="0"
|
||||||
|
inkscape:snap-page="true" />
|
||||||
|
<defs
|
||||||
|
id="defs3047" />
|
||||||
|
<g
|
||||||
|
id="Icons new Arranged Names Color"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||||
|
transform="translate(945.43808,521.49309)">
|
||||||
|
<g
|
||||||
|
id="52 Cloud Sync"
|
||||||
|
style="fill:#000000;fill-opacity:1">
|
||||||
|
<path
|
||||||
|
d="m 16,26 c 2.418953,0 4.436703,-1.717753 4.899982,-4 l 2.029129,0 C 22.443885,25.392291 19.526474,28 16,28 13.555527,28 11.403706,26.747009 10.151757,24.848243 L 9,26 9,25 9,23 9,22 9.0708888,22 11.100018,22 13,22 11.608137,23.391863 C 12.456236,24.945806 14.105008,26 16,26 z M 20.899982,20 20,20 19,20 20.391875,18.608159 C 19.543801,17.054217 17.895013,16 16,16 c -2.418953,0 -4.436703,1.717753 -4.899982,4 L 9.0708888,20 C 9.5561148,16.607709 12.473526,14 16,14 c 2.444487,0 4.59632,1.253007 5.848271,3.151799 L 23,16.000098 23,20 22.929111,20 z M 0,19 C 0,16.782838 1.2075399,14.841641 3.0021135,13.802995 3.1069062,8.9234028 7.0952729,5 12,5 15.233498,5 18.068721,6.7052116 19.65547,9.2654333 20.240206,9.092705 20.859277,9 21.5,9 c 2.784553,0 5.16015,1.750949 6.085843,4.211897 C 30.129704,13.907454 32,16.235367 32,19 c 0,3.306966 -2.68637,6 -6.000176,6 l -1.935344,0 c 0.312341,-0.628505 0.553371,-1.298702 0.712504,-2 l 1.226177,0 C 28.210554,23 30,21.204644 30,19 30,16.790861 28.20588,15 26.003161,15 l -0.03062,0 C 25.723803,12.750016 23.816271,11 21.5,11 20.442753,11 19.470664,11.364599 18.702606,11.974922 17.834068,9.0963276 15.161846,7 12,7 8.1340066,7 5,10.134007 5,14 5,14.375791 5.029612,14.744666 5.086631,15.104418 3.3177882,15.517576 2,17.108083 2,19 c 0,2.209139 1.7941203,4 3.9968389,4 L 7,23 7,25 6.0001757,25 C 2.686978,25 0,22.313708 0,19 z m 0,0"
|
||||||
|
id="Rectangle 1 copy 4"
|
||||||
|
style="fill:#000000;fill-opacity:1"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<path
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||||
|
d="M 0 19.375 L 0 31.59375 L 8 31.59375 L 8 19.375 L 0 19.375 z M 1.8125 21.28125 L 6.1875 21.28125 L 6.1875 29.6875 L 1.8125 29.6875 L 1.8125 21.28125 z "
|
||||||
|
id="path3801" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||||
|
d="M 12 10.59375 L 12 31.59375 L 20 31.59375 L 20 10.59375 L 12 10.59375 z M 13.8125 12.5625 L 18.1875 12.5625 L 18.1875 29.625 L 13.8125 29.625 L 13.8125 12.5625 z "
|
||||||
|
id="path3799" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||||
|
d="M 24 0.40625 L 24 31.59375 L 32 31.59375 L 32 0.40625 L 24 0.40625 z M 25.75 2.5625 L 30.25 2.5625 L 30.25 29.4375 L 25.75 29.4375 L 25.75 2.5625 z "
|
||||||
|
id="path3785" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 4.0 KiB |
|
@ -8,14 +8,14 @@
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
enable-background="new 0 0 32 32"
|
enable-background="new 0 0 32 32"
|
||||||
height="32px"
|
height="32"
|
||||||
id="Layer_1"
|
id="Layer_1"
|
||||||
version="1.1"
|
version="1.1"
|
||||||
viewBox="0 0 32 32"
|
viewBox="0 0 32 32"
|
||||||
width="32px"
|
width="32"
|
||||||
xml:space="preserve"
|
xml:space="preserve"
|
||||||
inkscape:version="0.48.4 r9939"
|
inkscape:version="0.48.4 r9939"
|
||||||
sodipodi:docname="menu-dashboard.svg"><metadata
|
sodipodi:docname="dashboard.svg"><metadata
|
||||||
id="metadata3942"><rdf:RDF><cc:Work
|
id="metadata3942"><rdf:RDF><cc:Work
|
||||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
|
||||||
|
@ -28,28 +28,29 @@
|
||||||
guidetolerance="10"
|
guidetolerance="10"
|
||||||
inkscape:pageopacity="0"
|
inkscape:pageopacity="0"
|
||||||
inkscape:pageshadow="2"
|
inkscape:pageshadow="2"
|
||||||
inkscape:window-width="765"
|
inkscape:window-width="1920"
|
||||||
inkscape:window-height="480"
|
inkscape:window-height="1056"
|
||||||
id="namedview3938"
|
id="namedview3938"
|
||||||
showgrid="false"
|
showgrid="false"
|
||||||
inkscape:zoom="7.375"
|
inkscape:zoom="14.75"
|
||||||
inkscape:cx="16"
|
inkscape:cx="20.810183"
|
||||||
inkscape:cy="16"
|
inkscape:cy="6.9086975"
|
||||||
inkscape:window-x="0"
|
inkscape:window-x="0"
|
||||||
inkscape:window-y="24"
|
inkscape:window-y="24"
|
||||||
inkscape:window-maximized="0"
|
inkscape:window-maximized="1"
|
||||||
inkscape:current-layer="Layer_1" /><g
|
inkscape:current-layer="Layer_1"
|
||||||
|
fit-margin-top="0"
|
||||||
|
fit-margin-left="0"
|
||||||
|
fit-margin-right="0"
|
||||||
|
fit-margin-bottom="0"
|
||||||
|
inkscape:snap-page="true" /><g
|
||||||
id="g3930"
|
id="g3930"
|
||||||
style="fill:#000000;fill-opacity:1"
|
style="fill:#000000;fill-opacity:1"
|
||||||
transform="matrix(1.1162228,0,0,1.1162228,-1.8588226,-1.8595642)"><path
|
transform="matrix(1.1423365,0,0,1.1423365,-2.2700954,-2.2700951)" /><g
|
||||||
d="M 16,30 C 12.26,30 8.745,28.544 6.101,25.899 1.779,21.578 0.752,15.025 3.547,9.595 3.8,9.104 4.402,8.911 4.894,9.163 5.386,9.415 5.579,10.018 5.326,10.51 2.93,15.164 3.81,20.78 7.515,24.485 9.781,26.752 12.794,28 16,28 19.205,28 22.219,26.752 24.485,24.485 26.751,22.218 28,19.205 28,16 28,12.794 26.752,9.781 24.485,7.515 22.218,5.249 19.206,4 16,4 12.794,4 9.781,5.249 7.515,7.515 7.124,7.906 6.492,7.906 6.101,7.515 5.71,7.124 5.71,6.492 6.101,6.101 8.745,3.457 12.26,2 16,2 19.74,2 23.256,3.457 25.899,6.101 28.544,8.745 30,12.26 30,16 30,19.739 28.544,23.255 25.899,25.899 23.256,28.544 19.74,30 16,30 z"
|
|
||||||
id="path3932"
|
|
||||||
style="fill:#000000;fill-opacity:1"
|
|
||||||
inkscape:connector-curvature="0" /></g><g
|
|
||||||
id="g3934"
|
id="g3934"
|
||||||
style="fill:#000000;fill-opacity:1"
|
style="fill:#000000;fill-opacity:1"
|
||||||
transform="matrix(1.1162228,0,0,1.1162228,-1.8588226,-1.8595642)"><path
|
transform="matrix(1.1423365,0,0,1.1423365,-2.2700952,-2.277384)"><path
|
||||||
d="m 16,20 c -1.068,0 -2.073,-0.416 -2.829,-1.172 -1.56,-1.56 -1.56,-4.097 0,-5.656 1.257,-1.257 7.272,-3.639 8.465,-4.104 0.371,-0.144 0.79,-0.056 1.07,0.225 0.28,0.281 0.369,0.7 0.225,1.07 -0.465,1.193 -2.847,7.209 -4.104,8.465 C 18.073,19.584 17.068,20 16,20 z m 4.188,-8.187 c -2.453,1.028 -5.064,2.235 -5.602,2.773 -0.78,0.78 -0.78,2.048 0,2.828 0.756,0.756 2.073,0.756 2.829,0 0.537,-0.539 1.745,-3.148 2.773,-5.601 z"
|
|
||||||
id="path3936"
|
id="path3936"
|
||||||
style="fill:#000000;fill-opacity:1"
|
style="fill:#000000;fill-opacity:1"
|
||||||
|
d="m 16,20 c -1.068,0 -2.073,-0.416 -2.829,-1.172 -1.56,-1.56 -1.56,-4.097 0,-5.656 1.257,-1.257 7.272,-3.639 8.465,-4.104 0.371,-0.144 0.79,-0.056 1.07,0.225 0.28,0.281 0.369,0.7 0.225,1.07 -0.465,1.193 -2.847,7.209 -4.104,8.465 C 18.073,19.584 17.068,20 16,20 z m 4.188,-8.187 c -2.453,1.028 -5.064,2.235 -5.602,2.773 -0.78,0.78 -0.78,2.048 0,2.828 0.756,0.756 2.073,0.756 2.829,0 0.537,-0.539 1.745,-3.148 2.773,-5.601 z M 16,30 C 12.26,30 8.745,28.544 6.101,25.899 1.779,21.578 0.752,15.025 3.547,9.595 3.8,9.104 4.402,8.911 4.894,9.163 5.386,9.415 5.579,10.018 5.326,10.51 2.93,15.164 3.81,20.78 7.515,24.485 9.781,26.752 12.794,28 16,28 19.205,28 22.219,26.752 24.485,24.485 26.751,22.218 28,19.205 28,16 28,12.794 26.752,9.781 24.485,7.515 22.218,5.249 19.206,4 16,4 12.794,4 9.781,5.249 7.515,7.515 7.124,7.906 6.492,7.906 6.101,7.515 5.71,7.124 5.71,6.492 6.101,6.101 8.745,3.457 12.26,2 16,2 19.74,2 23.256,3.457 25.899,6.101 28.544,8.745 30,12.26 30,16 30,19.739 28.544,23.255 25.899,25.899 23.256,28.544 19.74,30 16,30 z"
|
||||||
inkscape:connector-curvature="0" /></g></svg>
|
inkscape:connector-curvature="0" /></g></svg>
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
|
@ -0,0 +1,84 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||||
|
|
||||||
|
<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"
|
||||||
|
version="1.1"
|
||||||
|
id="Capa_1"
|
||||||
|
x="0px"
|
||||||
|
y="0px"
|
||||||
|
width="32"
|
||||||
|
height="32"
|
||||||
|
viewBox="0 0 31.999998 32"
|
||||||
|
xml:space="preserve"
|
||||||
|
inkscape:version="0.48.4 r9939"
|
||||||
|
sodipodi:docname="machines.svg"><metadata
|
||||||
|
id="metadata41"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
|
||||||
|
id="defs39" /><sodipodi:namedview
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1056"
|
||||||
|
id="namedview37"
|
||||||
|
showgrid="false"
|
||||||
|
fit-margin-top="0"
|
||||||
|
fit-margin-left="0"
|
||||||
|
fit-margin-right="0"
|
||||||
|
fit-margin-bottom="0"
|
||||||
|
inkscape:snap-page="true"
|
||||||
|
inkscape:zoom="9.9207842"
|
||||||
|
inkscape:cx="41.142326"
|
||||||
|
inkscape:cy="4.5030756"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="24"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="Capa_1" /><g
|
||||||
|
id="g3"
|
||||||
|
transform="matrix(0.05944961,0,0,0.05944961,-5.12155e-7,2.921265e-5)"><path
|
||||||
|
d="M 101.58,279.827 C 45.569,279.827 0,325.399 0,381.41 c 0,56.011 45.569,101.582 101.58,101.582 56.016,0 101.582,-45.571 101.582,-101.582 0,-56.011 -45.566,-101.583 -101.582,-101.583 z m 0,168.133 c -36.697,0 -66.549,-29.855 -66.549,-66.55 0,-36.695 29.852,-66.544 66.549,-66.544 36.703,0 66.555,29.85 66.555,66.544 0,36.694 -29.846,66.55 -66.555,66.55 z M 395.986,325.991 c -42.747,0 -77.525,34.778 -77.525,77.52 0,42.752 34.778,77.525 77.525,77.525 42.747,0 77.525,-34.762 77.525,-77.525 0,-42.741 -34.766,-77.52 -77.525,-77.52 z m 0,124.338 c -25.818,0 -46.813,-21.012 -46.813,-46.818 0,-25.812 21.007,-46.808 46.813,-46.808 25.818,0 46.825,20.995 46.825,46.808 0,25.806 -21.007,46.818 -46.825,46.818 z M 214.389,373.466 h 96.742 c -4.428,10.675 -6.904,22.354 -6.916,34.619 l -92.246,0.06 c 1.838,-8.032 2.899,-16.355 2.899,-24.955 0.006,-3.281 -0.201,-6.497 -0.479,-9.724 z m 320.328,-82.945 c 0,-7.867 -6.401,-14.257 -14.263,-14.257 L 341.033,237.058 282.333,66.009 C 280.72,59.702 275.027,55.278 268.517,55.278 H 78.04 c -7.879,0 -14.254,6.392 -14.254,14.253 0,7.882 6.38,14.254 14.254,14.254 h 24.146 v 129.75 c -4.823,-0.902 -9.777,-1.427 -14.86,-1.427 -44.286,0 -80.197,35.907 -80.197,80.197 v 27.621 c 19.337,-33.089 55.153,-55.373 96.236,-55.373 55.848,0 101.963,41.097 110.097,94.661 h 101.057 c 15.078,-28.82 45.211,-48.503 79.996,-48.503 49.822,0 90.21,40.347 90.287,90.156 l 26.941,-0.023 c 0.525,0.059 -16.775,0.172 -16.243,0.172 h 28.514 c 7.867,0 14.257,-6.402 14.257,-14.251 l -3.554,-96.244 z m -300.263,-58.21 c -16.875,-50.75 -89.317,-55.762 -96.26,-55.762 h -7.489 V 83.791 H 257.44 l 53.324,148.52 h -76.31 z"
|
||||||
|
id="path5"
|
||||||
|
inkscape:connector-curvature="0" /></g><g
|
||||||
|
id="g7"
|
||||||
|
transform="matrix(0.05944961,0,0,0.05944961,-9.654541e-7,3.2863134)" /><g
|
||||||
|
id="g9"
|
||||||
|
transform="matrix(0.05944961,0,0,0.05944961,-9.654541e-7,3.2863134)" /><g
|
||||||
|
id="g11"
|
||||||
|
transform="matrix(0.05944961,0,0,0.05944961,-9.654541e-7,3.2863134)" /><g
|
||||||
|
id="g13"
|
||||||
|
transform="matrix(0.05944961,0,0,0.05944961,-9.654541e-7,3.2863134)" /><g
|
||||||
|
id="g15"
|
||||||
|
transform="matrix(0.05944961,0,0,0.05944961,-9.654541e-7,3.2863134)" /><g
|
||||||
|
id="g17"
|
||||||
|
transform="matrix(0.05944961,0,0,0.05944961,-9.654541e-7,3.2863134)" /><g
|
||||||
|
id="g19"
|
||||||
|
transform="matrix(0.05944961,0,0,0.05944961,-9.654541e-7,3.2863134)" /><g
|
||||||
|
id="g21"
|
||||||
|
transform="matrix(0.05944961,0,0,0.05944961,-9.654541e-7,3.2863134)" /><g
|
||||||
|
id="g23"
|
||||||
|
transform="matrix(0.05944961,0,0,0.05944961,-9.654541e-7,3.2863134)" /><g
|
||||||
|
id="g25"
|
||||||
|
transform="matrix(0.05944961,0,0,0.05944961,-9.654541e-7,3.2863134)" /><g
|
||||||
|
id="g27"
|
||||||
|
transform="matrix(0.05944961,0,0,0.05944961,-9.654541e-7,3.2863134)" /><g
|
||||||
|
id="g29"
|
||||||
|
transform="matrix(0.05944961,0,0,0.05944961,-9.654541e-7,3.2863134)" /><g
|
||||||
|
id="g31"
|
||||||
|
transform="matrix(0.05944961,0,0,0.05944961,-9.654541e-7,3.2863134)" /><g
|
||||||
|
id="g33"
|
||||||
|
transform="matrix(0.05944961,0,0,0.05944961,-9.654541e-7,3.2863134)" /><g
|
||||||
|
id="g35"
|
||||||
|
transform="matrix(0.05944961,0,0,0.05944961,-9.654541e-7,3.2863134)" /></svg>
|
After Width: | Height: | Size: 4.7 KiB |
|
@ -1,51 +0,0 @@
|
||||||
<?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"
|
|
||||||
enable-background="new 0 0 32 32"
|
|
||||||
height="32px"
|
|
||||||
id="Layer_1"
|
|
||||||
version="1.1"
|
|
||||||
viewBox="0 0 32 32"
|
|
||||||
width="32px"
|
|
||||||
xml:space="preserve"
|
|
||||||
inkscape:version="0.48.4 r9939"
|
|
||||||
sodipodi:docname="menu-machines.svg"><metadata
|
|
||||||
id="metadata3048"><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 /></cc:Work></rdf:RDF></metadata><defs
|
|
||||||
id="defs3046" /><sodipodi:namedview
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1"
|
|
||||||
objecttolerance="10"
|
|
||||||
gridtolerance="10"
|
|
||||||
guidetolerance="10"
|
|
||||||
inkscape:pageopacity="0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:window-width="1920"
|
|
||||||
inkscape:window-height="1056"
|
|
||||||
id="namedview3044"
|
|
||||||
showgrid="false"
|
|
||||||
inkscape:zoom="7.375"
|
|
||||||
inkscape:cx="-36.61017"
|
|
||||||
inkscape:cy="16"
|
|
||||||
inkscape:window-x="0"
|
|
||||||
inkscape:window-y="24"
|
|
||||||
inkscape:window-maximized="1"
|
|
||||||
inkscape:current-layer="Layer_1" /><g
|
|
||||||
id="truck_1_"
|
|
||||||
style="fill:#000000;fill-opacity:1"><path
|
|
||||||
d="M24.832,11.445C24.646,11.167,24.334,11,24,11h-1c-0.553,0-1,0.447-1,1v6c0,0.553,0.447,1,1,1h4 c0.553,0,1-0.447,1-1v-1.5c0-0.197-0.059-0.391-0.168-0.555L24.832,11.445z M27,18h-4v-6h1l3,4.5V18z"
|
|
||||||
fill="#333332"
|
|
||||||
id="path3040"
|
|
||||||
style="fill:#000000;fill-opacity:1" /><path
|
|
||||||
d="M31.496,15.336l-4-6C26.938,8.499,26.004,8,25,8h-4V6c0-1.654-1.346-3-3-3H3C1.346,3,0,4.346,0,6v11 c0,1.654,1.346,3,3,3h0v3c0,1.654,1.346,3,3,3h1.142c0.447,1.721,2,3,3.859,3c1.857,0,3.41-1.279,3.857-3h5.282 c0.447,1.721,2,3,3.859,3c1.857,0,3.41-1.279,3.857-3H29c1.654,0,3-1.346,3-3v-6C32,16.406,31.826,15.83,31.496,15.336z M3,18 c-0.552,0-1-0.447-1-1V6c0-0.553,0.448-1,1-1h15c0.553,0,1,0.447,1,1v2v2v7c0,0.553-0.447,1-1,1H3z M11.001,27 c-1.105,0-2-0.896-2-2s0.895-2,2-2c1.104,0,2,0.896,2,2S12.104,27,11.001,27z M24,27c-1.105,0-2-0.896-2-2s0.895-2,2-2 c1.104,0,2,0.896,2,2S25.104,27,24,27z M30,23c0,0.553-0.447,1-1,1h-1.143c-0.447-1.721-2-3-3.857-3c-1.859,0-3.412,1.279-3.859,3 h-5.282c-0.447-1.721-2-3-3.857-3c-1.859,0-3.412,1.279-3.859,3H6c-0.552,0-1-0.447-1-1v-3h13c1.654,0,3-1.346,3-3v-7h4 c0.334,0,0.646,0.167,0.832,0.445l4,6C29.941,16.609,30,16.803,30,17V23z"
|
|
||||||
fill="#333332"
|
|
||||||
id="path3042"
|
|
||||||
style="fill:#000000;fill-opacity:1" /></g></svg>
|
|
Before Width: | Height: | Size: 2.7 KiB |
|
@ -1,77 +0,0 @@
|
||||||
<?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"
|
|
||||||
enable-background="new 0 0 128 128"
|
|
||||||
height="128px"
|
|
||||||
id="Layer_1"
|
|
||||||
version="1.1"
|
|
||||||
viewBox="0 0 128 128"
|
|
||||||
width="128px"
|
|
||||||
xml:space="preserve"
|
|
||||||
inkscape:version="0.48.4 r9939"
|
|
||||||
sodipodi:docname="menu-settings.svg"><metadata
|
|
||||||
id="metadata3091"><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 /></cc:Work></rdf:RDF></metadata><defs
|
|
||||||
id="defs3089" /><sodipodi:namedview
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1"
|
|
||||||
objecttolerance="10"
|
|
||||||
gridtolerance="10"
|
|
||||||
guidetolerance="10"
|
|
||||||
inkscape:pageopacity="0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:window-width="1920"
|
|
||||||
inkscape:window-height="1056"
|
|
||||||
id="namedview3087"
|
|
||||||
showgrid="false"
|
|
||||||
inkscape:zoom="1.84375"
|
|
||||||
inkscape:cx="-146.44068"
|
|
||||||
inkscape:cy="64"
|
|
||||||
inkscape:window-x="0"
|
|
||||||
inkscape:window-y="24"
|
|
||||||
inkscape:window-maximized="1"
|
|
||||||
inkscape:current-layer="Layer_1" /><path
|
|
||||||
d="M 61.355597,66.556374 H 4.2107982 c -1.3802069,0 -2.5003745,-1.120167 -2.5003745,-2.500374 0,-1.380207 1.1201676,-2.500374 2.5003745,-2.500374 H 61.355597 c 1.380207,0 2.500374,1.120167 2.500374,2.500374 0,1.380207 -1.120167,2.500374 -2.500374,2.500374 z"
|
|
||||||
id="path3069"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
style="fill:#000000;fill-opacity:1" /><path
|
|
||||||
d="M 123.8812,66.556374 H 93.561666 c -1.380207,0 -2.500374,-1.120167 -2.500374,-2.500374 0,-1.380207 1.120167,-2.500374 2.500374,-2.500374 H 123.8812 c 1.38021,0 2.50037,1.120167 2.50037,2.500374 0,1.380207 -1.11891,2.500374 -2.50037,2.500374 z"
|
|
||||||
id="path3071"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
style="fill:#000000;fill-opacity:1" /><path
|
|
||||||
d="M 44.614342,104.75334 H 4.2107982 c -1.3802069,0 -2.5003745,-1.12017 -2.5003745,-2.50038 0,-1.3802 1.1201676,-2.500369 2.5003745,-2.500369 H 44.614342 c 1.380207,0 2.500375,1.120169 2.500375,2.500369 0,1.38021 -1.120168,2.50038 -2.500375,2.50038 z"
|
|
||||||
id="path3073"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
style="fill:#000000;fill-opacity:1" /><path
|
|
||||||
d="M 123.8812,104.75334 H 77.458006 c -1.380205,0 -2.500373,-1.12017 -2.500373,-2.50038 0,-1.3802 1.120168,-2.500369 2.500373,-2.500369 H 123.8812 c 1.38021,0 2.50037,1.120169 2.50037,2.500369 0,1.38021 -1.11891,2.50038 -2.50037,2.50038 z"
|
|
||||||
id="path3075"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
style="fill:#000000;fill-opacity:1" /><path
|
|
||||||
d="M 27.74932,28.358159 H 4.2107982 c -1.3802069,0 -2.5003745,-1.120167 -2.5003745,-2.500374 0,-1.380207 1.1201676,-2.500374 2.5003745,-2.500374 H 27.74932 c 1.380206,0 2.500373,1.120167 2.500373,2.500374 0,1.380207 -1.120167,2.500374 -2.500373,2.500374 z"
|
|
||||||
id="path3077"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
style="fill:#000000;fill-opacity:1" /><path
|
|
||||||
d="M 123.8812,28.358159 H 59.957888 c -1.380207,0 -2.500373,-1.120167 -2.500373,-2.500374 0,-1.380207 1.120166,-2.500374 2.500373,-2.500374 H 123.8812 c 1.38021,0 2.50037,1.120167 2.50037,2.500374 0,1.380207 -1.11891,2.500374 -2.50037,2.500374 z"
|
|
||||||
id="path3079"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
style="fill:#000000;fill-opacity:1" /><path
|
|
||||||
d="m 37.254491,37.862081 c -6.61974,0 -12.006796,-5.387056 -12.006796,-12.006796 0,-6.619741 5.387056,-12.005546 12.006796,-12.005546 6.619741,0 12.006797,5.385805 12.006797,12.005546 0,6.62099 -5.387056,12.006796 -12.006797,12.006796 z m 0,-19.011594 c -3.863078,0 -7.006047,3.142969 -7.006047,7.004798 0,3.863078 3.142969,7.006048 7.006047,7.006048 3.863078,0 7.006049,-3.14297 7.006049,-7.006048 0,-3.861829 -3.142971,-7.004798 -7.006049,-7.004798 z"
|
|
||||||
id="path3081"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
style="fill:#000000;fill-opacity:1" /><path
|
|
||||||
d="m 54.119515,114.26226 c -6.619741,0 -12.006797,-5.38705 -12.006797,-12.00804 0,-6.619746 5.387056,-12.006802 12.006797,-12.006802 6.622241,0 12.008046,5.387056 12.008046,12.006802 0.0012,6.62099 -5.385805,12.00804 -12.008046,12.00804 z m 0,-19.014093 c -3.863078,0 -7.006048,3.14297 -7.006048,7.006053 0,3.86557 3.14297,7.00729 7.006048,7.00729 3.864328,0 7.007298,-3.14297 7.007298,-7.00729 0.0012,-3.863083 -3.14297,-7.006053 -7.007298,-7.006053 z"
|
|
||||||
id="path3083"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
style="fill:#000000;fill-opacity:1" /><path
|
|
||||||
d="m 70.86577,76.064047 c -6.62349,0 -12.010546,-5.388307 -12.010546,-12.008047 0,-6.61974 5.388305,-12.006796 12.010546,-12.006796 6.618491,0 12.004296,5.385806 12.004296,12.006796 0,6.620991 -5.385805,12.008047 -12.004296,12.008047 z m 0,-19.014095 c -3.865578,0 -7.009799,3.14297 -7.009799,7.006048 0,3.864329 3.145472,7.007298 7.009799,7.007298 3.861829,0 7.003549,-3.14422 7.003549,-7.007298 0,-3.863078 -3.14172,-7.006048 -7.003549,-7.006048 z"
|
|
||||||
id="path3085"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
style="fill:#000000;fill-opacity:1" /></svg>
|
|
Before Width: | Height: | Size: 5.2 KiB |
|
@ -1,68 +0,0 @@
|
||||||
<?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"
|
|
||||||
height="32px"
|
|
||||||
version="1.1"
|
|
||||||
viewBox="0 0 32 32"
|
|
||||||
width="32px"
|
|
||||||
id="svg3043"
|
|
||||||
inkscape:version="0.48.4 r9939"
|
|
||||||
sodipodi:docname="menu-sync.svg">
|
|
||||||
<metadata
|
|
||||||
id="metadata3054">
|
|
||||||
<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 />
|
|
||||||
</cc:Work>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<sodipodi:namedview
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1"
|
|
||||||
objecttolerance="10"
|
|
||||||
gridtolerance="10"
|
|
||||||
guidetolerance="10"
|
|
||||||
inkscape:pageopacity="0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:window-width="1920"
|
|
||||||
inkscape:window-height="1056"
|
|
||||||
id="namedview3052"
|
|
||||||
showgrid="false"
|
|
||||||
inkscape:zoom="7.375"
|
|
||||||
inkscape:cx="-36.61017"
|
|
||||||
inkscape:cy="16"
|
|
||||||
inkscape:window-x="0"
|
|
||||||
inkscape:window-y="24"
|
|
||||||
inkscape:window-maximized="1"
|
|
||||||
inkscape:current-layer="svg3043" />
|
|
||||||
<defs
|
|
||||||
id="defs3047" />
|
|
||||||
<g
|
|
||||||
fill="none"
|
|
||||||
fill-rule="evenodd"
|
|
||||||
id="Icons new Arranged Names Color"
|
|
||||||
stroke="none"
|
|
||||||
stroke-width="1"
|
|
||||||
style="fill:#000000;fill-opacity:1">
|
|
||||||
<g
|
|
||||||
fill="#006FD1"
|
|
||||||
id="52 Cloud Sync"
|
|
||||||
style="fill:#000000;fill-opacity:1">
|
|
||||||
<path
|
|
||||||
d="M16,26 C18.4189531,26 20.4367034,24.2822474 20.8999819,22 L22.9291112,22 C22.4438852,25.392291 19.5264743,28 16,28 C13.5555272,28 11.4037064,26.7470086 10.1517571,24.8482429 L9,26 L9,25 L9,23 L9,22 L9.07088885,22 L11.1000181,22 L13,22 L11.6081371,23.3918629 C12.456236,24.945806 14.1050078,26 16,26 Z M20.8999819,20 L20,20 L19,20 L20.3918749,18.6081591 C19.5438006,17.0542175 17.8950132,16 16,16 C13.5810469,16 11.5632966,17.7177526 11.1000181,20 L9.07088885,20 C9.55611479,16.607709 12.4735257,14 16,14 C18.4444875,14 20.5963196,15.2530065 21.8482706,17.151799 L23,16.0000977 L23,20 L22.9291112,20 Z M0,19 C0,16.7828376 1.20753986,14.8416411 3.00211353,13.8029948 C3.10690617,8.92340284 7.0952729,5 12,5 C15.2334976,5 18.0687214,6.70521161 19.6554699,9.26543329 C20.2402065,9.09270496 20.859277,9 21.5,9 C24.2845531,9 26.6601501,10.7509485 27.5858427,13.2118973 C30.129704,13.9074543 32,16.2353674 32,19 C32,22.3069658 29.3136299,25 25.9998243,25 L24.0644804,25 C24.3768209,24.3714946 24.617851,23.701298 24.7769836,23 L26.0031611,23 C28.2105543,23 30,21.2046438 30,19 C30,16.790861 28.2058797,15 26.0031611,15 L25.9725356,15 C25.7238035,12.7500155 23.8162709,11 21.5,11 C20.4427534,11 19.4706636,11.3645993 18.7026063,11.974922 C17.8340685,9.0963276 15.1618462,7 12,7 C8.13400656,7 5,10.1340066 5,14 C5,14.3757911 5.0296122,14.7446659 5.08663046,15.1044183 C3.31778819,15.5175755 2,17.1080834 2,19 C2,21.209139 3.79412025,23 5.99683887,23 L7,23 L7,25 L6.00017566,25 C2.68697795,25 0,22.3137085 0,19 Z M0,19"
|
|
||||||
id="Rectangle 1 copy 4"
|
|
||||||
style="fill:#000000;fill-opacity:1" />
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 3.3 KiB |
|
@ -1,51 +0,0 @@
|
||||||
<?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"
|
|
||||||
enable-background="new 0 0 24 24"
|
|
||||||
id="Layer_1"
|
|
||||||
version="1.0"
|
|
||||||
viewBox="0 0 24 24"
|
|
||||||
xml:space="preserve"
|
|
||||||
inkscape:version="0.48.4 r9939"
|
|
||||||
width="100%"
|
|
||||||
height="100%"
|
|
||||||
sodipodi:docname="menu-users.svg"><metadata
|
|
||||||
id="metadata4530"><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 /></cc:Work></rdf:RDF></metadata><defs
|
|
||||||
id="defs4528" /><sodipodi:namedview
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1"
|
|
||||||
objecttolerance="10"
|
|
||||||
gridtolerance="10"
|
|
||||||
guidetolerance="10"
|
|
||||||
inkscape:pageopacity="0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:window-width="1920"
|
|
||||||
inkscape:window-height="1056"
|
|
||||||
id="namedview4526"
|
|
||||||
showgrid="false"
|
|
||||||
inkscape:zoom="13.906433"
|
|
||||||
inkscape:cx="-4.497109"
|
|
||||||
inkscape:cy="11.721495"
|
|
||||||
inkscape:window-x="0"
|
|
||||||
inkscape:window-y="24"
|
|
||||||
inkscape:window-maximized="1"
|
|
||||||
inkscape:current-layer="Layer_1" /><path
|
|
||||||
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:none;stroke:#a2a2a2;stroke-width:0.83518392;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
|
|
||||||
d="m 11.999999,1.5788564 c -2.7814338,0 -5.0482614,2.2668276 -5.0482614,5.0482619 0,2.7814341 2.2668276,5.0482627 5.0482614,5.0482627 2.781435,0 5.048263,-2.2668286 5.048263,-5.0482627 0,-2.7814343 -2.266828,-5.0482619 -5.048263,-5.0482619 z"
|
|
||||||
id="circle4522"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="sssss" /><path
|
|
||||||
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:none;stroke:#a2a2a2;stroke-width:1;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
|
|
||||||
d="m 12,15.1875 c 3.987532,0 6.540859,1.282386 8.125,2.5625 1.523571,1.231168 2.081835,2.379808 2.125,2.46875 l 0,2.03125 -20.5,0 0,-2.03125 C 1.7931647,20.129808 2.3514295,18.981168 3.875,17.75 5.4591406,16.469886 8.0124676,15.1875 12,15.1875 z"
|
|
||||||
id="path4524"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="ssccccss" /></svg>
|
|
Before Width: | Height: | Size: 3.2 KiB |
After Width: | Height: | Size: 13 KiB |
|
@ -0,0 +1,55 @@
|
||||||
|
<?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"
|
||||||
|
enable-background="new 0 0 128 128"
|
||||||
|
height="32"
|
||||||
|
id="Layer_1"
|
||||||
|
version="1.1"
|
||||||
|
viewBox="0 0 32 32"
|
||||||
|
width="32"
|
||||||
|
xml:space="preserve"
|
||||||
|
inkscape:version="0.48.4 r9939"
|
||||||
|
sodipodi:docname="users.svg"><metadata
|
||||||
|
id="metadata3109"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
|
||||||
|
id="defs3107" /><sodipodi:namedview
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1056"
|
||||||
|
id="namedview3105"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="20.85965"
|
||||||
|
inkscape:cx="8.399566"
|
||||||
|
inkscape:cy="10.794091"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="24"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="Layer_1"
|
||||||
|
fit-margin-top="0"
|
||||||
|
fit-margin-left="0"
|
||||||
|
fit-margin-right="0"
|
||||||
|
fit-margin-bottom="0"
|
||||||
|
inkscape:snap-page="true" /><path
|
||||||
|
sodipodi:type="inkscape:offset"
|
||||||
|
inkscape:radius="0.12774596"
|
||||||
|
inkscape:original="M 7.25 20.65625 L 3.59375 21.65625 C 0.619852 22.5225 0 24.17381 0 25.40625 L 0 28.1875 C 5.9211895e-16 30.26991 1.698531 31.96875 3.78125 31.96875 L 28.21875 31.96875 C 30.301469 31.96875 32.000526 30.26959 32 28.1875 L 32 25.40625 C 32 24.16742 31.38622 22.51324 28.40625 21.65625 L 24.90625 20.6875 C 24.565628 20.591 24.22022 20.78534 24.125 21.125 C 24.029779 21.46531 24.222517 21.81135 24.5625 21.90625 L 28.0625 22.875 C 29.837828 23.3853 30.71875 24.24219 30.71875 25.40625 L 30.71875 28.1875 C 30.71875 29.56533 29.596578 30.6875 28.21875 30.6875 L 3.78125 30.6875 C 2.403741 30.6875 1.28125 29.56565 1.28125 28.1875 L 1.28125 25.40625 C 1.28125 24.97488 1.268436 23.65275 3.9375 22.875 L 7.59375 21.875 C 7.934054 21.78074 8.12519 21.43406 8.03125 21.09375 C 7.937307 20.75345 7.590942 20.56325 7.25 20.65625 z "
|
||||||
|
id="path3893"
|
||||||
|
d="m 7.53125,20.5 c -0.098153,-0.01247 -0.2113013,0.0036 -0.3125,0.03125 l -3.65625,1 C 2.0569135,21.969804 1.1401025,22.612145 0.59375,23.3125 0.04739752,24.012855 -0.125,24.768614 -0.125,25.40625 l 0,2.78125 c 0,2.151875 1.7540641,3.90625 3.90625,3.90625 l 24.4375,0 c 2.152199,0 3.906794,-1.754646 3.90625,-3.90625 l 0,-2.78125 c 0,-0.640512 -0.173055,-1.392856 -0.71875,-2.09375 -0.545695,-0.700894 -1.460023,-1.347365 -2.96875,-1.78125 l -3.5,-0.96875 C 24.531811,20.447566 24.113476,20.688971 24,21.09375 c -0.113329,0.405027 0.125854,0.824341 0.53125,0.9375 l 3.5,0.96875 c 0.87481,0.251455 1.516701,0.596931 1.9375,1 0.420799,0.403069 0.625,0.856445 0.625,1.40625 l 0,2.78125 c 0,1.308468 -1.066534,2.375 -2.375,2.375 l -24.4375,0 c -1.308151,0 -2.375,-1.066215 -2.375,-2.375 l 0,-2.78125 c 0,-0.21695 0.00274,-0.61096 0.3125,-1.0625 C 2.0285084,23.89221 2.6529367,23.38342 3.96875,23 L 7.625,22 C 8.031099,21.887516 8.267938,21.467104 8.15625,21.0625 8.0721547,20.757873 7.8257091,20.537425 7.53125,20.5 z"
|
||||||
|
transform="matrix(0.99224806,0,0,0.9754073,0.12403095,0.45485061)" /><path
|
||||||
|
d="m 16.0625,0.27094721 c -4.96555,0 -9,3.94762949 -9,8.80770809 l 0,4.3426897 c 0,4.85977 4.03445,8.807708 9,8.807708 4.96619,0 9,-3.947938 9,-8.807708 l 0,-4.3426897 c 0,-4.8600786 -4.03381,-8.80770809 -9,-8.80770809 z m 0,1.68202759 c 4.074379,0 7.40625,3.2301063 7.40625,7.2174275 l 0,4.1591957 c 0,3.986728 -3.331871,7.24801 -7.40625,7.24801 -4.074072,0 -7.375,-3.261282 -7.375,-7.24801 l 0,-4.1591957 c 0,-3.9873212 3.300928,-7.2174275 7.375,-7.2174275 z"
|
||||||
|
id="path3881"
|
||||||
|
inkscape:connector-curvature="0" /></svg>
|
After Width: | Height: | Size: 4.1 KiB |
|
@ -1,52 +0,0 @@
|
||||||
<?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"
|
|
||||||
enable-background="new 0 0 128 128"
|
|
||||||
height="128px"
|
|
||||||
id="Layer_1"
|
|
||||||
version="1.1"
|
|
||||||
viewBox="0 0 128 128"
|
|
||||||
width="128px"
|
|
||||||
xml:space="preserve"
|
|
||||||
inkscape:version="0.48.4 r9939"
|
|
||||||
sodipodi:docname="users2.svg"><metadata
|
|
||||||
id="metadata3109"><rdf:RDF><cc:Work
|
|
||||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
|
|
||||||
id="defs3107" /><sodipodi:namedview
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1"
|
|
||||||
objecttolerance="10"
|
|
||||||
gridtolerance="10"
|
|
||||||
guidetolerance="10"
|
|
||||||
inkscape:pageopacity="0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:window-width="1920"
|
|
||||||
inkscape:window-height="1056"
|
|
||||||
id="namedview3105"
|
|
||||||
showgrid="false"
|
|
||||||
inkscape:zoom="1.84375"
|
|
||||||
inkscape:cx="-41.220339"
|
|
||||||
inkscape:cy="64"
|
|
||||||
inkscape:window-x="0"
|
|
||||||
inkscape:window-y="24"
|
|
||||||
inkscape:window-maximized="1"
|
|
||||||
inkscape:current-layer="Layer_1" /><path
|
|
||||||
d="m 64.32541,88.684531 c -18.906475,0 -34.289581,-15.381889 -34.289581,-34.289581 V 37.470371 c 0,-18.908908 15.383106,-34.2920144 34.289581,-34.2920144 18.908908,0 34.292014,15.3831064 34.292014,34.2920144 V 54.39495 c 0,18.907692 -15.383106,34.289581 -34.292014,34.289581 z m 0,-80.6396429 c -16.2238,0 -29.42305,13.2004669 -29.42305,29.4254829 V 54.39495 c 0,16.222583 13.19925,29.42305 29.42305,29.42305 16.225016,0 29.425482,-13.200467 29.425482,-29.42305 V 37.470371 c 0,-16.225016 -13.200466,-29.4254829 -29.425482,-29.4254829 z"
|
|
||||||
id="path3101"
|
|
||||||
inkscape:connector-curvature="0" /><path
|
|
||||||
d="M 110.61951,124.84164 H 17.534926 c -7.9300128,0 -14.3793836,-6.4518 -14.3793836,-14.3806 V 99.834971 c 0,-4.692553 2.376084,-10.982544 13.6992856,-14.280836 l 13.92193,-3.854293 c 1.298148,-0.35404 2.636444,0.401489 2.994134,1.697203 0.35769,1.295714 -0.401489,2.635227 -1.697203,2.994133 l -13.890297,3.84456 C 8.0208572,93.197022 8.0208572,98.193734 8.0208572,99.836188 v 10.626072 c 0,5.24734 4.2679478,9.51407 9.5128528,9.51407 h 93.08458 c 5.24612,0 9.51285,-4.26795 9.51285,-9.51407 V 99.836188 c 0,-4.432193 -3.42604,-7.66357 -10.18565,-9.606533 L 96.693927,86.525008 c -1.294497,-0.36134 -2.051243,-1.703286 -1.688686,-2.999 0.362556,-1.293281 1.700852,-2.054893 2.997783,-1.68747 l 13.268596,3.709514 c 11.34632,3.263009 13.72484,9.57125 13.72484,14.288136 v 10.626072 c 0.002,7.92758 -6.44694,14.37938 -14.37695,14.37938 z"
|
|
||||||
id="path3103"
|
|
||||||
inkscape:connector-curvature="0" /><path
|
|
||||||
style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
||||||
d="m 213.15254,-50.440678 -2.16949,1.627119"
|
|
||||||
id="path4531"
|
|
||||||
inkscape:connector-type="polyline"
|
|
||||||
inkscape:connector-curvature="0" /></svg>
|
|
Before Width: | Height: | Size: 3.2 KiB |
2
todo.md
|
@ -14,6 +14,7 @@
|
||||||
# EN COURS #
|
# EN COURS #
|
||||||
############
|
############
|
||||||
|
|
||||||
|
- [ ] [/users/view]
|
||||||
- [x] Conception BDD + ameliorations
|
- [x] Conception BDD + ameliorations
|
||||||
- [x] Liste des tables
|
- [x] Liste des tables
|
||||||
- [x] Liste de attributs
|
- [x] Liste de attributs
|
||||||
|
@ -31,6 +32,7 @@
|
||||||
########
|
########
|
||||||
# FAIT #
|
# FAIT #
|
||||||
########
|
########
|
||||||
|
- [x] Mise a jour / Modification / Correction des images du menu-side
|
||||||
- [x] [ModuleRequest->dispatch] Passage de l'erreur a la reponse
|
- [x] [ModuleRequest->dispatch] Passage de l'erreur a la reponse
|
||||||
- [x] [ModuleAnswer->serialize] Integration de l'erreur dans la serialisation
|
- [x] [ModuleAnswer->serialize] Integration de l'erreur dans la serialisation
|
||||||
- [x] [ModuleAnswer->get+getAll] Accesseurs aux donnees de la reponse
|
- [x] [ModuleAnswer->get+getAll] Accesseurs aux donnees de la reponse
|
||||||
|
|
12
view.php
|
@ -42,15 +42,15 @@
|
||||||
|
|
||||||
<!-- MENU DE LA PAGE -->
|
<!-- MENU DE LA PAGE -->
|
||||||
<nav id='MENU-SIDE'>
|
<nav id='MENU-SIDE'>
|
||||||
<span data-link='profile' data-desc='Profil' class='mb' ><?php echo file_get_contents( 'http://'.$_SERVER['HTTP_HOST'].'/f/svg/menu-dashboard/st/menu-side' ); ?></span>
|
<span data-link='profile' data-desc='Profil' class='mb' ><?php echo file_get_contents( 'http://'.$_SERVER['HTTP_HOST'].'/f/svg/dashboard/st/menu-side' ); ?></span>
|
||||||
|
|
||||||
|
|
||||||
<span data-link='dashboard' data-desc='Tableau de bord' class='apart' ><?php echo file_get_contents( 'http://'.$_SERVER['HTTP_HOST'].'/f/svg/menu-dashboard/st/menu-side' ); ?></span>
|
<span data-link='dashboard' data-desc='Tableau de bord' class='apart' ><?php echo file_get_contents( 'http://'.$_SERVER['HTTP_HOST'].'/f/svg/dashboard/st/menu-side' ); ?></span>
|
||||||
<span data-link='machines' data-desc='Véhicules' ><?php echo file_get_contents( 'http://'.$_SERVER['HTTP_HOST'].'/f/svg/menu-machines/st/menu-side/' ); ?></span>
|
<span data-link='machines' data-desc='Véhicules' ><?php echo file_get_contents( 'http://'.$_SERVER['HTTP_HOST'].'/f/svg/machines/st/menu-side/' ); ?></span>
|
||||||
<span data-link='users' data-desc='Utilisateurs' ><?php echo file_get_contents( 'http://'.$_SERVER['HTTP_HOST'].'/f/svg/users2/st/menu-side/' ); ?></span>
|
<span data-link='users' data-desc='Utilisateurs' ><?php echo file_get_contents( 'http://'.$_SERVER['HTTP_HOST'].'/f/svg/users/st/menu-side/' ); ?></span>
|
||||||
<span data-link='analytics' data-desc='Statistiques et suivi' ><?php echo file_get_contents( 'http://'.$_SERVER['HTTP_HOST'].'/f/svg/menu-sync/st/menu-side/' ); ?></span>
|
<span data-link='analytics' data-desc='Statistiques et suivi' ><?php echo file_get_contents( 'http://'.$_SERVER['HTTP_HOST'].'/f/svg/analytics/st/menu-side/' ); ?></span>
|
||||||
|
|
||||||
<span data-link='settings' data-desc='Paramètres' class='mt' ><?php echo file_get_contents( 'http://'.$_SERVER['HTTP_HOST'].'/f/svg/menu-settings/st/menu-side/' ); ?></span>
|
<span data-link='settings' data-desc='Paramètres' class='mt' ><?php echo file_get_contents( 'http://'.$_SERVER['HTTP_HOST'].'/f/svg/settings/st/menu-side/' ); ?></span>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<!-- [1] Gestion du sous-menu de gauche -->
|
<!-- [1] Gestion du sous-menu de gauche -->
|
||||||
|
|
||||||
<nav class='sub-menu-side'>
|
<nav class='sub-menu-side'>
|
||||||
<span data-sublink='displayall'>
|
<span data-sublink='view'>
|
||||||
<span class='svg'><?php echo file_get_contents( 'http://'.$_SERVER['HTTP_HOST'].'/f/svg/view/st/sub-menu-side' ); ?></span>
|
<span class='svg'><?php echo file_get_contents( 'http://'.$_SERVER['HTTP_HOST'].'/f/svg/view/st/sub-menu-side' ); ?></span>
|
||||||
<span>Tout afficher</span>
|
<span>Tout afficher</span>
|
||||||
</span>
|
</span>
|
||||||
|
@ -52,7 +52,7 @@
|
||||||
/* PAGE DES STATISTIQUES
|
/* PAGE DES STATISTIQUES
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
if( $sublink == 'displayall' ){
|
if( $sublink == 'view' ){
|
||||||
|
|
||||||
// On recupere tous les utilisateurs
|
// On recupere tous les utilisateurs
|
||||||
debug();
|
debug();
|
||||||
|
@ -68,9 +68,17 @@
|
||||||
var_dump( \manager\ManagerError::explicit($answer->error) );
|
var_dump( \manager\ManagerError::explicit($answer->error) );
|
||||||
|
|
||||||
// Si aucune erreur, on affiche les resultats
|
// Si aucune erreur, on affiche les resultats
|
||||||
else
|
else{
|
||||||
|
foreach( $answer->get('users') as $user){
|
||||||
|
echo "<article class='inline-box'>";
|
||||||
|
echo $user['code'];
|
||||||
|
|
||||||
|
echo "</article>";
|
||||||
|
}
|
||||||
var_dump( $answer->get('users') );
|
var_dump( $answer->get('users') );
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
echo '</section>';
|
echo '</section>';
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|