{"id":16571,"date":"2024-06-13T08:44:11","date_gmt":"2024-06-13T08:44:11","guid":{"rendered":"https:\/\/ig8df3bgexm.preview.infomaniak.website\/touchvue-zone-de-demonstration\/"},"modified":"2024-10-07T13:36:58","modified_gmt":"2024-10-07T13:36:58","slug":"touchvue-zone-de-demonstration","status":"publish","type":"page","link":"https:\/\/www.pcvue.com\/fr\/touchvue-zone-de-demonstration\/","title":{"rendered":"TouchVue &#8211; Zone de d\u00e9monstration"},"content":{"rendered":"            <div class=\"block-popup-demo\">\n            <div class=\"box-popup\">\n                <div class=\"btn-close\">\n                    <svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M26.4712 25.5288L16.9425 16.0001L26.4712 6.47132C26.7208 6.21302 26.7208 5.80344 26.4712 5.54505C26.2155 5.28024 25.7934 5.27292 25.5286 5.5287L15.9999 15.0574L6.47123 5.52878C6.21293 5.27927 5.80334 5.27927 5.54496 5.52878C5.28015 5.78456 5.27283 6.20659 5.52861 6.4714L15.0573 16.0001L5.52861 25.5287C5.40361 25.6537 5.33337 25.8232 5.33337 26C5.33329 26.3681 5.6318 26.6666 5.99996 26.6667C6.1768 26.6669 6.34639 26.5966 6.47123 26.4713L15.9999 16.9427L25.5286 26.4714C25.6534 26.5966 25.8231 26.667 26 26.6667C26.1766 26.6666 26.3461 26.5965 26.4711 26.4716C26.7315 26.2112 26.7316 25.7891 26.4712 25.5288Z\" fill=\"white\" \/>\n                    <\/svg>\n                <\/div>\n                <div class=\"border-popup\">\n                    <div class=\"title-popup\">Test PcVue Remote Solutions<\/div>\n                                            <div class=\"list-item-popup\">\n                                                            <div class=\"item\">\n                                                                            <div class=\"border-info\">\n                                            <div class=\"info-item\">\n                                                                                                    <div class=\"icon\"><img decoding=\"async\" src=\"https:\/\/www.pcvue.com\/wp-content\/uploads\/2024\/06\/Layer_1-4.png\" alt=\"Layer 1 4\" loading=\"lazy\" \/><\/div>\n                                                                                                                                                    <div class=\"heading\">WebVue<\/div>\n                                                                                            <\/div>\n                                        <\/div>\n                                                                                                                <a class=\"button arrow\" href=\"https:\/\/www.pcvue.com\/webvue\/\" target=\"_self\">ALLER \u00c0 LA D\u00c9MO<\/a>\n                                                                    <\/div>\n                                                            <div class=\"item\">\n                                                                            <div class=\"border-info\">\n                                            <div class=\"info-item\">\n                                                                                                    <div class=\"icon\"><img decoding=\"async\" src=\"https:\/\/www.pcvue.com\/wp-content\/uploads\/2024\/06\/Layer_1-5.png\" alt=\"Layer 1 5\" loading=\"lazy\" \/><\/div>\n                                                                                                                                                    <div class=\"heading\">SnapVue<\/div>\n                                                                                            <\/div>\n                                        <\/div>\n                                                                                                                <a class=\"button arrow\" href=\"https:\/\/www.pcvue.com\/snapvue\/\" target=\"_self\">ALLER \u00c0 LA D\u00c9MO<\/a>\n                                                                    <\/div>\n                                                            <div class=\"item\">\n                                                                            <div class=\"border-info\">\n                                            <div class=\"info-item\">\n                                                                                                    <div class=\"icon\"><img decoding=\"async\" src=\"https:\/\/www.pcvue.com\/wp-content\/uploads\/2024\/06\/Layer_1-6.png\" alt=\"Layer 1 6\" loading=\"lazy\" \/><\/div>\n                                                                                                                                                    <div class=\"heading\">TouchVue<\/div>\n                                                                                            <\/div>\n                                        <\/div>\n                                                                                                                <a class=\"button arrow\" href=\"https:\/\/www.pcvue.com\/touchvue\/\" target=\"_self\">ALLER \u00c0 LA D\u00c9MO<\/a>\n                                                                    <\/div>\n                                                    <\/div>\n                                    <\/div>\n            <\/div>\n        <\/div>\n        <script>\n            document.addEventListener('DOMContentLoaded', function() {\n                function setCookie(name, value, days) {\n                    const d = new Date();\n                    d.setTime(d.getTime() + (days * 24 * 60 * 60 * 1000));\n                    const expires = \"expires=\" + d.toUTCString();\n                    document.cookie = name + \"=\" + value + \";\" + expires + \";path=\/\";\n                }\n\n                function getCookie(name) {\n                    const cname = name + \"=\";\n                    const decodedCookie = decodeURIComponent(document.cookie);\n                    const ca = decodedCookie.split(';');\n                    for (let i = 0; i < ca.length; i++) {\n                        let c = ca[i];\n                        while (c.charAt(0) === ' ') {\n                            c = c.substring(1);\n                        }\n                        if (c.indexOf(cname) === 0) {\n                            return c.substring(cname.length, c.length);\n                        }\n                    }\n                    return \"\";\n                }\n\n\n                const popupDemo = document.querySelector('.block-popup-demo');\n                const closeButton = document.querySelector('.btn-close');\n                const borderPopup = document.querySelector('.border-popup');\n\n                function addSkipTimeClass() {\n                    popupDemo.className = 'block-popup-demo skip-time';\n                    popupDemo.style.opacity = '0';                \n                    document.documentElement.style.overflow = 'initial';\n                }\n                if (popupDemo) {\n                    if (getCookie('popupLoadedBefore') === 'true') {\n                        popupDemo.classList.add('skip-time');\n                    } else {\n                        popupDemo.classList.add('time-1');\n                        popupDemo.style.opacity = '1';\n                        document.body.style.overflow = 'hidden';\n                        document.documentElement.style.overflow = 'hidden';\n                        setCookie('popupLoadedBefore', 'true', 365);\n\n                        closeButton.addEventListener('click', addSkipTimeClass);\n                        popupDemo.addEventListener('click', function(e) {\n                            if (!borderPopup.contains(e.target)) {\n                                addSkipTimeClass();\n                            }\n                        });\n                    }\n\n\n                }\n            });\n        <\/script>\n    \n\n\n<div class=\"content-demo-page\">\n    \n                <div class=\"type-block content-content-image\">\n        <div class='block-wrapper'>\n                            <div class='content'>\n                                            <div class='paragraph' data-aos=\"fade-up\"><p>TouchVue est une application qui avertit les utilisateurs mobiles de tout \u00e9v\u00e9nement survenant dans le processus et leur fournit une interface pour r\u00e9agir en temps utile. Il s&#8217;appuie sur les derni\u00e8res technologies et offre une solution \u00e9conomique alliant ergonomie, s\u00e9curit\u00e9 et facilit\u00e9 de mise en \u0153uvre.<\/p>\n<ol>\n<li>Un serveur de d\u00e9monstration est disponible<\/li>\n<li>Sur cette page, vous pouvez t\u00e9l\u00e9charger et tester TouchVue<\/li>\n<\/ol>\n<\/div>\n                                                                <div class=\"content-download-files left\" data-aos=\"fade-up\">\n                            <div class=\"border-download\" data-aos=\"fade-up\">\n                                <a href=\"https:\/\/www.pcvue.com\/wp-content\/uploads\/2024\/10\/TouchVue_Demos_Webpages_FR.pdf\" download>\n                                    <span>T\u00e9l\u00e9charger le guide !<\/span>\n                                    <svg class=\"icon-download\" width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                        <path d=\"M8.5 22.01H16.5C19.3284 22.01 20.7426 22.01 21.6213 21.1313C22.5 20.2527 22.5 18.8384 22.5 16.01V15.01C22.5 12.1816 22.5 10.7674 21.6213 9.88867C20.8529 9.12028 19.675 9.02383 17.5 9.01172M7.5 9.01172C5.32497 9.02383 4.14706 9.12028 3.37868 9.88866C2.5 10.7674 2.5 12.1816 2.5 15.01V16.01C2.5 18.8384 2.5 20.2527 3.37868 21.1313C3.67848 21.4311 4.04062 21.6286 4.5 21.7588\" stroke=\"#131436\" stroke-linecap=\"round\"><\/path>\n                                        <path d=\"M12.5 2.00977V15.0098M12.5 15.0098L9.5 11.5098M12.5 15.0098L15.5 11.5098\" stroke=\"#131436\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path>\n                                    <\/svg>\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                                    <\/div>\n                <div class=\"image\">\n                                            <div class=\"border-image\" data-aos=\"fade-up\">\n                            <picture>\n                                <source media=\"(max-width:767.98px)\" srcset=\"https:\/\/www.pcvue.com\/wp-content\/uploads\/2024\/08\/Screenshot-2567-05-28-at-14.19-1-1.jpg\">\n                                <img decoding=\"async\" src=\"https:\/\/www.pcvue.com\/wp-content\/uploads\/2024\/08\/Screenshot-2567-05-28-at-14.19-1-1.jpg\" alt=\"image\" loading=\"lazy\" \/>\n                            <\/picture>\n                        <\/div>\n                                    <\/div>\n                    <\/div>\n    <\/div>\n    <\/div>\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"templates\/demo.php","meta":{"_acf_changed":false,"content-type":"","footnotes":""},"class_list":["post-16571","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>TouchVue - Zone de d\u00e9monstration - PcVue<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.pcvue.com\/fr\/touchvue-zone-de-demonstration\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"TouchVue - Zone de d\u00e9monstration - PcVue\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.pcvue.com\/fr\/touchvue-zone-de-demonstration\/\" \/>\n<meta property=\"og:site_name\" content=\"PcVue\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-07T13:36:58+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.pcvue.com\/fr\/touchvue-zone-de-demonstration\/\",\"url\":\"https:\/\/www.pcvue.com\/fr\/touchvue-zone-de-demonstration\/\",\"name\":\"TouchVue - Zone de d\u00e9monstration - PcVue\",\"isPartOf\":{\"@id\":\"https:\/\/www.pcvue.com\/fr\/#website\"},\"datePublished\":\"2024-06-13T08:44:11+00:00\",\"dateModified\":\"2024-10-07T13:36:58+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.pcvue.com\/fr\/touchvue-zone-de-demonstration\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.pcvue.com\/fr\/touchvue-zone-de-demonstration\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.pcvue.com\/fr\/touchvue-zone-de-demonstration\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.pcvue.com\/fr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"TouchVue &#8211; Zone de d\u00e9monstration\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.pcvue.com\/fr\/#website\",\"url\":\"https:\/\/www.pcvue.com\/fr\/\",\"name\":\"PcVue\",\"description\":\"LET&#039;S ENGINEER\",\"publisher\":{\"@id\":\"https:\/\/www.pcvue.com\/fr\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.pcvue.com\/fr\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.pcvue.com\/fr\/#organization\",\"name\":\"PcVue\",\"url\":\"https:\/\/www.pcvue.com\/fr\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/www.pcvue.com\/fr\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.pcvue.com\/wp-content\/uploads\/2024\/04\/fullColor.svg\",\"contentUrl\":\"https:\/\/www.pcvue.com\/wp-content\/uploads\/2024\/04\/fullColor.svg\",\"caption\":\"PcVue\"},\"image\":{\"@id\":\"https:\/\/www.pcvue.com\/fr\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"TouchVue - Zone de d\u00e9monstration - PcVue","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.pcvue.com\/fr\/touchvue-zone-de-demonstration\/","og_locale":"fr_FR","og_type":"article","og_title":"TouchVue - Zone de d\u00e9monstration - PcVue","og_url":"https:\/\/www.pcvue.com\/fr\/touchvue-zone-de-demonstration\/","og_site_name":"PcVue","article_modified_time":"2024-10-07T13:36:58+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.pcvue.com\/fr\/touchvue-zone-de-demonstration\/","url":"https:\/\/www.pcvue.com\/fr\/touchvue-zone-de-demonstration\/","name":"TouchVue - Zone de d\u00e9monstration - PcVue","isPartOf":{"@id":"https:\/\/www.pcvue.com\/fr\/#website"},"datePublished":"2024-06-13T08:44:11+00:00","dateModified":"2024-10-07T13:36:58+00:00","breadcrumb":{"@id":"https:\/\/www.pcvue.com\/fr\/touchvue-zone-de-demonstration\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.pcvue.com\/fr\/touchvue-zone-de-demonstration\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.pcvue.com\/fr\/touchvue-zone-de-demonstration\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.pcvue.com\/fr\/"},{"@type":"ListItem","position":2,"name":"TouchVue &#8211; Zone de d\u00e9monstration"}]},{"@type":"WebSite","@id":"https:\/\/www.pcvue.com\/fr\/#website","url":"https:\/\/www.pcvue.com\/fr\/","name":"PcVue","description":"LET&#039;S ENGINEER","publisher":{"@id":"https:\/\/www.pcvue.com\/fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.pcvue.com\/fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/www.pcvue.com\/fr\/#organization","name":"PcVue","url":"https:\/\/www.pcvue.com\/fr\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/www.pcvue.com\/fr\/#\/schema\/logo\/image\/","url":"https:\/\/www.pcvue.com\/wp-content\/uploads\/2024\/04\/fullColor.svg","contentUrl":"https:\/\/www.pcvue.com\/wp-content\/uploads\/2024\/04\/fullColor.svg","caption":"PcVue"},"image":{"@id":"https:\/\/www.pcvue.com\/fr\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.pcvue.com\/fr\/wp-json\/wp\/v2\/pages\/16571","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.pcvue.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.pcvue.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.pcvue.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.pcvue.com\/fr\/wp-json\/wp\/v2\/comments?post=16571"}],"version-history":[{"count":5,"href":"https:\/\/www.pcvue.com\/fr\/wp-json\/wp\/v2\/pages\/16571\/revisions"}],"predecessor-version":[{"id":23867,"href":"https:\/\/www.pcvue.com\/fr\/wp-json\/wp\/v2\/pages\/16571\/revisions\/23867"}],"wp:attachment":[{"href":"https:\/\/www.pcvue.com\/fr\/wp-json\/wp\/v2\/media?parent=16571"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}