{"id":2106,"date":"2023-12-15T11:06:24","date_gmt":"2023-12-15T11:06:24","guid":{"rendered":"https:\/\/muteba.de\/domaine-des-employes\/"},"modified":"2024-01-08T11:42:03","modified_gmt":"2024-01-08T11:42:03","slug":"domaine-des-employes","status":"publish","type":"page","link":"https:\/\/muteba.com\/fr\/domaine-des-employes\/","title":{"rendered":"Domaine des employ\u00e9s"},"content":{"rendered":"\n<div class=\"wrap plugin-container\">\n\n\t\n\t\n\t\n\t<!-- REGISTRATION -->\n\n\t<script>\n\n\t\tvar vapUserRegistrationValidator;\n\n\t\tjQuery(function($) {\n\t\t\t\/\/ in case of a specified form, register only the fields contained within the registration wrapper\n\t\t\tconst formSelector = '#vapregform';\n\n\t\t\t\/\/ create validator once the document is ready, because certain themes\n\t\t\t\/\/ might load the resources after the body\n\t\t\tvapUserRegistrationValidator = new VikFormValidator(formSelector, 'vapinvalid');\n\n\t\t\t\/\/ register callback to make sure both the password fields are equals\n\t\t\tvapUserRegistrationValidator.addCallback((form) => {\n\t\t\t\tconst pwd1 = $('#register-password');\n\t\t\t\tconst pwd2 = $('#register-confpassword');\n\n\t\t\t\tif (!pwd1.val() || (pwd1.val() !== pwd2.val())) {\n\t\t\t\t\t\/\/ the specified password are not matching\n\t\t\t\t\tform.setInvalid($(pwd1).add(pwd2));\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\n\t\t\t\t\/\/ the specified password are equals\n\t\t\t\tform.unsetInvalid($(pwd1).add(pwd2));\n\t\t\t\treturn true;\n\t\t\t});\n\n\t\t\t\t\t\t\tvapUserRegistrationValidator.addCallback((form) => {\n\t\t\t\t\tconst field = $('#gdpr-register');\n\n\t\t\t\t\tif (!field.is(':checked')) {\n\t\t\t\t\t\t\/\/ not checked\n\t\t\t\t\t\tform.setInvalid(field);\n\t\t\t\t\t\treturn false;\n\t\t\t\t\t}\n\n\t\t\t\t\t\/\/ checked\n\t\t\t\t\tform.unsetInvalid(field);\n\t\t\t\t\treturn true;\n\t\t\t\t});\n\t\t\t\t\n\t\t\t\/**\n\t\t\t * Overwrite getLabel method to properly access the label by using\n\t\t\t * our custom layout.\n\t\t\t *\n\t\t\t * @param \tmixed  input  The input element.\n\t\t\t *\n\t\t\t * @param \tmixed  The label of the input.\n\t\t\t *\/\n\t\t\tvapUserRegistrationValidator.getLabel = function(input) {\n\t\t\t\t\/\/ get all labels at the same level of the input (see checkbox)\n\t\t\t\tconst siblings = $(input).siblings('label');\n\n\t\t\t\tif (siblings.length) {\n\t\t\t\t\t\/\/ label found, use it\n\t\t\t\t\treturn siblings.first();\n\t\t\t\t}\n\n\t\t\t\t\/\/ otherwise fallback to label placed on a different block\n\t\t\t\treturn $(input).closest('.vaploginfield').find('.vaploginsplabel label');\n\t\t\t}\n\n\t\t\t$(formSelector).find('button[name=\"registerbutton\"]').on('click', function(event) {\n\t\t\t\tif (!vapUserRegistrationValidator.validate()) {\n\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\tevent.stopPropagation();\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\n\t\t\t\t\/\/ find parent form\n\t\t\t\tconst formElement = $(this).closest('form');\n\n\t\t\t\t\n\t\t\t\treturn true;\n\t\t\t});\n\t\t});\n\n\t\tfunction vapLoginValueChanged() {\n\t\t\tif (jQuery('input[name=loginradio]:checked').val() == 1) {\n\t\t\t\tjQuery('.vapregisterblock').css('display', 'none');\n\t\t\t\tjQuery('.vaploginblock').fadeIn();\n\t\t\t} else {\n\t\t\t\tjQuery('.vaploginblock').css('display', 'none');\n\t\t\t\tjQuery('.vapregisterblock').fadeIn();\n\t\t\t}\n\t\t}\n\n\t<\/script>\n\t\n\t<div class=\"vaploginradiobox\" id=\"vaploginradiobox\">\n\t\t<span class=\"vaploginradiosp\">\n\t\t\t<label for=\"logradio1\">Login<\/label>\n\t\t\t<input type=\"radio\" id=\"logradio1\" name=\"loginradio\" value=\"1\" onChange=\"vapLoginValueChanged();\" checked=\"checked\" \/>\n\t\t<\/span>\n\n\t\t<span class=\"vaploginradiosp\">\n\t\t\t<label for=\"logradio2\">Create New Account<\/label>\n\t\t\t<input type=\"radio\" id=\"logradio2\" name=\"loginradio\" value=\"2\" onChange=\"vapLoginValueChanged();\"  \/>\n\t\t<\/span>\n\t<\/div>\n\t\n\t<div class=\"vapregisterblock\" style=\"display: none;\">\n\t\t\t\t\t<form action=\"https:\/\/muteba.com\/fr\/domaine-des-employes\/?option=com_vikappointments\" method=\"post\" name=\"vapregform\" id=\"vapregform\">\n\t\t\t\n\t\t\t<h3>Registration<\/h3>\n\t\t\t\n\t\t\t<div class=\"vaploginfieldsdiv\">\n\n\t\t\t\t<!-- Define role to detect the supported hook -->\n\t\t\t\t<!-- {\"rule\":\"customizer\",\"event\":\"onDisplayUserRegistrationForm\",\"type\":\"sitepage\",\"key\":\"top\"} -->\n\n\t\t\t\t\n\t\t\t\t<!-- FIRST NAME -->\n\n\t\t\t\t<div class=\"vaploginfield\">\n\t\t\t\t\t<span class=\"vaploginsplabel\" id=\"vapfname\">\n\t\t\t\t\t\t<label for=\"register-fname\" id=\"register-fname-label\">First Name<sup>*<\/sup><\/label>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<span class=\"vaploginspinput\">\n\t\t\t\t\t\t<input id=\"register-fname\" type=\"text\" name=\"fname\" value=\"\" size=\"30\" class=\"vapinput required\" aria-labelledby=\"register-fname-label\" \/>\n\t\t\t\t\t<\/span>\n\t\t\t\t<\/div>\n\n\t\t\t\t<!-- LAST NAME -->\n\n\t\t\t\t<div class=\"vaploginfield\">\n\t\t\t\t\t<span class=\"vaploginsplabel\" id=\"vaplname\">\n\t\t\t\t\t\t<label for=\"register-lname\" id=\"register-lname-label\">Last Name<sup>*<\/sup><\/label>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<span class=\"vaploginspinput\">\n\t\t\t\t\t\t<input id=\"register-lname\" type=\"text\" name=\"lname\" value=\"\" size=\"30\" class=\"vapinput required\" aria-labelledby=\"register-lname-label\" \/>\n\t\t\t\t\t<\/span>\n\t\t\t\t<\/div>\n\n\t\t\t\t<!-- Define role to detect the supported hook -->\n\t\t\t\t<!-- {\"rule\":\"customizer\",\"event\":\"onDisplayUserRegistrationForm\",\"type\":\"sitepage\",\"key\":\"name\"} -->\n\n\t\t\t\t\n\t\t\t\t<!-- USERNAME -->\n\n\t\t\t\t<div class=\"vaploginfield\">\n\t\t\t\t\t<span class=\"vaploginsplabel\" id=\"vapusername\">\n\t\t\t\t\t\t<label for=\"register-username\" id=\"register-username-label\">Username<sup>*<\/sup><\/label>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<span class=\"vaploginspinput\">\n\t\t\t\t\t\t<input id=\"register-username\" type=\"text\" name=\"reg_username\" value=\"\" size=\"30\" class=\"vapinput required\" aria-labelledby=\"register-username-label\" \/>\n\t\t\t\t\t<\/span>\n\t\t\t\t<\/div>\n\n\t\t\t\t<!-- Define role to detect the supported hook -->\n\t\t\t\t<!-- {\"rule\":\"customizer\",\"event\":\"onDisplayUserRegistrationForm\",\"type\":\"sitepage\",\"key\":\"username\"} -->\n\n\t\t\t\t\n\t\t\t\t<!-- E-MAIL -->\n\n\t\t\t\t<div class=\"vaploginfield\">\n\t\t\t\t\t<span class=\"vaploginsplabel\" id=\"vapemail\">\n\t\t\t\t\t\t<label for=\"register-email\" id=\"register-email-label\">E-Mail<sup>*<\/sup><\/label>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<span class=\"vaploginspinput\">\n\t\t\t\t\t\t<input id=\"register-email\" type=\"email\" name=\"email\" value=\"\" size=\"30\" class=\"vapinput required\" aria-labelledby=\"register-email-label\" \/>\n\t\t\t\t\t<\/span>\n\t\t\t\t<\/div>\n\n\t\t\t\t<!-- Define role to detect the supported hook -->\n\t\t\t\t<!-- {\"rule\":\"customizer\",\"event\":\"onDisplayUserRegistrationForm\",\"type\":\"sitepage\",\"key\":\"email\"} -->\n\n\t\t\t\t\n\t\t\t\t<!-- PASSWORD -->\n\n\t\t\t\t<div class=\"vaploginfield\">\n\t\t\t\t\t<span class=\"vaploginsplabel\" id=\"vappassword\">\n\t\t\t\t\t\t<label for=\"register-password\" id=\"register-password-label\">Password<sup>*<\/sup><\/label>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<span class=\"vaploginspinput\">\n\t\t\t\t\t\t<input id=\"register-password\" type=\"password\" name=\"reg_password\" value=\"\" size=\"30\" class=\"vapinput required\" aria-labelledby=\"register-password-label\" \/>\n\t\t\t\t\t<\/span>\n\t\t\t\t<\/div>\n\n\t\t\t\t<!-- CONFIRM PASSWORD -->\n\n\t\t\t\t<div class=\"vaploginfield\">\n\t\t\t\t\t<span class=\"vaploginsplabel\" id=\"vapconfpassword\">\n\t\t\t\t\t\t<label for=\"register-confpassword\" id=\"register-confpassword-label\">Confirm Password<sup>*<\/sup><\/label>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<span class=\"vaploginspinput\">\n\t\t\t\t\t\t<input id=\"register-confpassword\" type=\"password\" name=\"confpassword\" value=\"\" size=\"30\" class=\"vapinput required\" aria-labelledby=\"register-confpassword-label\" \/>\n\t\t\t\t\t<\/span>\n\t\t\t\t<\/div>\n\n\t\t\t\t<!-- Define role to detect the supported hook -->\n\t\t\t\t<!-- {\"rule\":\"customizer\",\"event\":\"onDisplayUserRegistrationForm\",\"type\":\"sitepage\",\"key\":\"password\"} -->\n\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"vaploginfield field-gdpr\">\n\t\t\t\t\t\t<!-- <span class=\"vaploginsplabel\" class=\"\">&nbsp;<\/span> -->\n\t\t\t\t\t\t<span class=\"vaploginspinput\">\n\t\t\t\t\t\t\t<input type=\"checkbox\" class=\"required\" id=\"gdpr-register\" value=\"1\" \/>\n\t\t\t\t\t\t\t<label for=\"gdpr-register\" style=\"display: inline;\">\n\t\t\t\t\t\t\t\tI hereby authorize the use of my personal data (<a href=\"javascript: void(0);\" onclick=\"vapOpenPopup('https:\/\/muteba.de\/privacy-policy\/');\">see Privacy Policy<\/a>)\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t<!-- Define role to detect the supported hook -->\n\t\t\t\t<!-- {\"rule\":\"customizer\",\"event\":\"onDisplayUserRegistrationForm\",\"type\":\"sitepage\",\"key\":\"policy\"} -->\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t<!-- Define role to detect the supported hook -->\n\t\t\t\t<!-- {\"rule\":\"customizer\",\"event\":\"onDisplayUserRegistrationForm\",\"type\":\"sitepage\",\"key\":\"captcha\"} -->\n\n\t\t\t\t\n\t\t\t\t<div class=\"vaploginfield field-button\">\n\t\t\t\t\t<span class=\"vaploginsplabel\" class=\"\">&nbsp;<\/span>\n\t\t\t\t\t<span class=\"vaploginspinput\">\n\t\t\t\t\t\t<button type=\"submit\" class=\"vap-btn blue\" name=\"registerbutton\">\n\t\t\t\t\t\t\tRegister\t\t\t\t\t\t<\/button>\n\t\t\t\t\t<\/span>\n\t\t\t\t<\/div>\n\n\t\t\t\t<!-- Define role to detect the supported hook -->\n\t\t\t\t<!-- {\"rule\":\"customizer\",\"event\":\"onDisplayUserRegistrationForm\",\"type\":\"sitepage\",\"key\":\"bottom\"} -->\n\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t\t<input type=\"hidden\" id=\"vikwp_nonce\" name=\"vikwp_nonce\" value=\"9366bebae6\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/fr\/wp-json\/wp\/v2\/pages\/2106\" \/>\t\t\n\t\t\t\t\t\t<input type=\"hidden\" name=\"option\" value=\"com_vikappointments\" \/>\n\t\t\t\t<input type=\"hidden\" name=\"task\" value=\"emplogin.register\" \/>\n\t\t\t\t<input type=\"hidden\" name=\"return\" value=\"aW5kZXgucGhwP29wdGlvbj1jb21fdmlrYXBwb2ludG1lbnRzJnZpZXc9ZW1wbG9naW4=\" \/>\n\t\t\t<\/form>\n\t\t\t\n\t<\/div>\n\n\t\n<!-- LOGIN -->\n\n<div class=\"vaploginblock\" style=\"\">\n\t\n<script>\n\t(function($) {\n\t\t'use strict';\n\n\t\t$(function() {\n\t\t\t\t\t});\n\t})(jQuery);\n<\/script>\n\n\t<h3>Login<\/h3>\n\t\n\t<div class=\"vaploginfieldsdiv\">\n\t\t\n\t\t<form name=\"loginform\" id=\"loginform\" action=\"https:\/\/muteba.com\/fr\/wp-login.php\" method=\"post\"><p class=\"login-username\">\n\t\t\t\t<label for=\"user_login\">Identifiant ou adresse e-mail<\/label>\n\t\t\t\t<input type=\"text\" name=\"log\" id=\"user_login\" autocomplete=\"username\" class=\"input\" value=\"\" size=\"20\" \/>\n\t\t\t<\/p><p class=\"login-password\">\n\t\t\t\t<label for=\"user_pass\">Mot de passe<\/label>\n\t\t\t\t<input type=\"password\" name=\"pwd\" id=\"user_pass\" autocomplete=\"current-password\" spellcheck=\"false\" class=\"input\" value=\"\" size=\"20\" \/>\n\t\t\t<\/p><p class=\"login-remember\"><label><input name=\"rememberme\" type=\"checkbox\" id=\"rememberme\" value=\"forever\" \/> Se souvenir de moi<\/label><\/p><p class=\"login-submit\">\n\t\t\t\t<input type=\"submit\" name=\"wp-submit\" id=\"vap-wp-login-submit\" class=\"button button-primary\" value=\"Se connecter\" \/>\n\t\t\t\t<input type=\"hidden\" name=\"redirect_to\" value=\"https:\/\/muteba.com\/de\/bereich-mitarbeiter\/\" \/>\n\t\t\t<\/p><\/form>\n\t<\/div>\n\n\t\t\t<div class=\"vap-login-footer-links\">\n\t\t\t<div>\n\t\t\t\t<a href=\"https:\/\/muteba.com\/my-account\/lost-password\/\" target=\"_blank\">\n\t\t\t\t\tMot de passe oubli\u00e9\u00a0?\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\n\t<input type=\"hidden\" id=\"vikwp_nonce\" name=\"vikwp_nonce\" value=\"9366bebae6\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/fr\/wp-json\/wp\/v2\/pages\/2106\" \/>\n<\/div>\n\n<\/div>\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2106","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/muteba.com\/fr\/wp-json\/wp\/v2\/pages\/2106","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/muteba.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/muteba.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/muteba.com\/fr\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/muteba.com\/fr\/wp-json\/wp\/v2\/comments?post=2106"}],"version-history":[{"count":1,"href":"https:\/\/muteba.com\/fr\/wp-json\/wp\/v2\/pages\/2106\/revisions"}],"predecessor-version":[{"id":2107,"href":"https:\/\/muteba.com\/fr\/wp-json\/wp\/v2\/pages\/2106\/revisions\/2107"}],"wp:attachment":[{"href":"https:\/\/muteba.com\/fr\/wp-json\/wp\/v2\/media?parent=2106"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}