]> _ Git - Animations.git/commitdiff
wait #4135 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 14 Jan 2021 14:31:18 +0000 (15:31 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 14 Jan 2021 14:31:18 +0000 (15:31 +0100)
Discac/Discac.zip
Discac/checkbox.png [new file with mode: 0644]
Discac/index.html

index 2f28b243a448eb7dd4e2d13502ccbc7d8f7f22db..ff8b805c2dd002f1ae1154756979eddb427e37b4 100644 (file)
Binary files a/Discac/Discac.zip and b/Discac/Discac.zip differ
diff --git a/Discac/checkbox.png b/Discac/checkbox.png
new file mode 100644 (file)
index 0000000..9163bea
Binary files /dev/null and b/Discac/checkbox.png differ
index a8bb00ede04c2b5a5282f72156a962b6fac9cbaa..046cf7b287abfa38e1b30b9b3293b49b6c9acfad 100644 (file)
 <script src="jquery.multi-select.js"></script>
 <script>
     var selects = {
+        profondeur: {
+            label: 'Profondeurs',
+            data: {
+                '54': '54 cm',
+                '46': '46 cm',
+                '22': '22 cm',
+                '65': '65 cm'
+            }
+        },
+
+        poignees: {
+            label: 'Poignées',
+            data: {
+                'yes': 'Oui',
+                'no': 'Non',
+            }
+        },
         largeur: {
             label: 'Largeurs',
             data: {
-                '40': '40 cm',
+//                '40': '40 cm',
                 '60': '60 cm',
                 '70': '70 cm',
                 '90': '90 cm',
                 '105': '105 cm',
                 '120': '120 cm',
-                '124': '124 cm',
+  //              '124': '124 cm',
                 '140': '140 cm'
             }
         },
 
         meuble: {
             // Simple vasque,Double vasque,Vasque à gauche,Vasque à poser
-            label: 'Meubles',
+            label: 'Sous-vasques',
             data: {
                 '1T': '1 tiroir',
                 '2T': '2 tiroirs',
                 'P': 'Porte',
             }
         },
-        profondeur: {
-            label: 'Profondeurs',
-            data: {
-                '22': '22 cm',
-                '46': '46 cm',
-                '54': '54 cm',
-                '65': '65 cm'
-            }
-        },
 
-        poignees: {
-            label: 'Poignées',
-            data: {
-                'yes': 'Oui',
-                'no': 'Non',
-            }
-        },
+
     }
 
     $(function () {