{"id":6852,"date":"2016-01-13T18:36:52","date_gmt":"2016-01-13T17:36:52","guid":{"rendered":"http:\/\/webclub.asclepion.com\/?page_id=6852"},"modified":"2017-03-07T15:08:13","modified_gmt":"2017-03-07T14:08:13","slug":"home-3","status":"publish","type":"page","link":"https:\/\/webclub.asclepion.com\/de\/","title":{"rendered":"Webclub"},"content":{"rendered":"<p>[vc_row][vc_column][vc_column_text]Der <strong>Webclub<\/strong> ist ein reservierter Bereich f\u00fcr die Kunden von Asclepion. Diese Online-Plattform wurde entwickelt, um wichtige <strong>Tools zur Kommunikation, Anwendung und Promotion, Pr\u00e4sentationen, Manuals und vieles mehr<\/strong> anzubieten. Es ist ein exklusives Angebot aus hochwertigen Materialien f\u00fcr Anwender aus der ganzen Welt. Bitte registrieren Sie sich mit Ihrer Praxis- bzw. Klinikadresse <strong>und Ihrem Lasersystem von Asclepion<\/strong> (Name, Seriennummer, Kaufdatum, Verk\u00e4ufer).[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text]<\/p>\n<div class=\"row\"  ng-app=\"crudAsclepionFrontRegister\" ng-controller=\"frontUserRegister\">\n                                            <div ng-if=\"!registrationDone\" class=\"col-md-12\">\n                                                    <h2>Anmeldeformular<\/h2>\n                                                    <form>\n                                                    <div class=\"form-group row\">\n                                                            <div class=\"col-sm-12 col-md-6\">\n                                                                <input placeholder=\"Vorname\" ng-change=\"resetCompleted()\" ng-model=\"user.firstname\" type=\"text\" name=\"firstname\" class=\"form-control\" id=\"firstname\" >\n                                                            <\/div>\n                                                            <div class=\"col-sm-12 col-md-6\">\n                                                                <input placeholder=\"Nachname\" ng-change=\"resetCompleted()\" ng-model=\"user.lastname\" type=\"text\" name=\"lastname\" class=\"form-control\" id=\"lastname\" >\n                                                            <\/div>\n                                                        <\/div>\n                                                        <div class=\"form-group row\">\n                                                            <div class=\"col-md-12\">\n                                                                <input placeholder=\"Benutzername\" ng-change=\"resetCompleted()\" ng-model=\"user.username\" type=\"text\" name=\"username\" class=\"form-control\" id=\"username\" >\n                                                            <\/div>\n                                                        <\/div>\n                                                        <div class=\"form-group row\">\n                                                            <div class=\"col-sm-12 col-md-6\">\n                                                                <div class=\"input-group\">\n                                                                    <input placeholder=\"Passwort\" ng-change=\"resetCompleted()\" ng-class=\"{'input_error': user.password!==user.repassword}\" ng-model=\"user.password\" type=\"password\" name=\"password\" class=\"form-control\" id=\"password\" >\n                                                                    <div class=\"input-group-addon\">\n                                                                        <span ng-show=\"user.password!==user.repassword || user.password==undefined || user.repassword==undefined || user.password=='' ||  user.repassword==''\" class=\"glyphicon glyphicon-remove\"><\/span>\n                                                                        <span ng-show=\"user.password==user.repassword && user.password!==undefined && user.repassword!==undefined && user.password!=='' &&  user.repassword!==''\" class=\"glyphicon glyphicon-ok\"><\/span>\n                                                                    <\/div>\n                                                                <\/div>\n                                                            <\/div>\n                                                            <div class=\"col-sm-12 col-md-6\">\n                                                                <div class=\"input-group\">\n                                                                    <input placeholder=\"Passwort wiederholen\" ng-change=\"resetCompleted()\" ng-class=\"{'input_error': user.password!==user.repassword}\" ng-model=\"user.repassword\" type=\"password\" name=\"repassword\" class=\"form-control\" id=\"repassword\" >\n                                                                    <div class=\"input-group-addon\">\n                                                                        <span ng-show=\"user.password!==user.repassword || user.password==undefined || user.repassword==undefined || user.password=='' || user.repassword==''\" class=\"glyphicon glyphicon-remove\"><\/span>\n                                                                        <span ng-show=\"user.password==user.repassword && user.password!==undefined && user.repassword!==undefined && user.password!=='' &&  user.repassword!==''\" class=\"glyphicon glyphicon-ok\"><\/span>\n                                                                    <\/div>\n                                                                <\/div>\n                                                            <\/div>\n                                                        <\/div>\n                                                        <div class=\"form-group row\">\n                                                            <div class=\"col-sm-12 col-md-6\">\n                                                                <input placeholder=\"Klinik\" ng-change=\"resetCompleted()\" ng-model=\"user.clinic\" type=\"text\" name=\"clinic\" class=\"form-control\" id=\"clinic\" >\n                                                            <\/div>\n                                                            <div class=\"col-sm-12 col-md-6\">\n                                                                <input placeholder=\"Adresse\" ng-change=\"resetCompleted()\" ng-model=\"user.address\" type=\"text\" name=\"address\" class=\"form-control\" id=\"address\" >\n                                                            <\/div>\n                                                        <\/div>\n                                                        <div class=\"form-group row\">\n                                                            <div class=\"col-sm-12 col-md-4\">\n                                                                <input placeholder=\"PLZ\" ng-change=\"resetCompleted()\" ng-model=\"user.zip\" type=\"text\" name=\"zip\" class=\"form-control\" id=\"zip\" >\n                                                            <\/div>\n                                                            <div class=\"col-sm-12 col-md-4\">\n                                                                <input placeholder=\"Stadt\" ng-change=\"resetCompleted()\" ng-model=\"user.city\" type=\"text\" name=\"city\" class=\"form-control\" id=\"city\" >\n                                                            <\/div>\n                                                            <div class=\"col-sm-12 col-md-4\">\n                                                                <select ng-change=\"loadFlag()\" ng-model=\"user.country\" ng-options=\"country.country for country in countries\" id=\"country\" name=\"country\" class=\"form-control country_default\"><\/select>\n                                                            <\/div>\n                                                        <\/div>\n                                                        <div ng-if=\"flag.active\" class=\"form-group row\">\n                                                            <div class=\"col-md-10\">\n                                                                <input placeholder=\"E-Mail\" ng-change=\"resetCompleted()\" ng-model=\"user.email\" type=\"email\" name=\"email\" class=\"form-control\" id=\"email\" >\n                                                            <\/div>\n                                                            <div class=\"col-md-2\">\n                                                                <img ng-src=\"{{flag.src}}\" class=\"img-responsive country_flag\" alt=\"Flag {{user.country.country}}\">\n                                                            <\/div>\n                                                        <\/div>\n                                                        <div ng-if=\"!flag.active\" class=\"form-group row\">\n                                                            <div class=\"col-md-12\">\n                                                                <input placeholder=\"E-Mail\" ng-change=\"resetCompleted()\" ng-model=\"user.email\" type=\"email\" name=\"email\" class=\"form-control\" id=\"email\" >\n                                                            <\/div>\n                                                        <\/div>\n                                                        <div class=\"form-group row\">\n                                                            <div class=\"col-sm-12 col-md-4\">\n                                                                <input placeholder=\"Telefonnummer\" ng-change=\"resetCompleted()\" ng-model=\"user.phone\" type=\"text\" name=\"phone\" class=\"form-control\" id=\"phone\" >\n                                                            <\/div>\n                                                            <div class=\"col-sm-12 col-md-4\">\n                                                                <select ng-model=\"user.pref_langiso\" id=\"pref_langiso\" name=\"pref_langiso\" class=\"form-control language_default\">\n                                                                    <option value=\"undefined\">Bevorzugte Sprache<\/option>\n                                                                    <option value=\"it\">Italienisch<\/option>\n                                                                    <option value=\"en\">Englisch<\/option>\n                                                                    <option value=\"de\">Deutsch<\/option>\n                                                                    <option value=\"us\">Amerikanisch<\/option>\n                                                                <\/select>\n                                                            <\/div>\n                                                            <div class=\"checkbox col-sm-12 col-md-4\">\n                                                                <label>\n                                                                    <input ng-change=\"resetCompleted()\" ng-true-value=\"'Y'\" ng-false-value=\"'N'\"  ng-model=\"user.privacy\" type=\"checkbox\"><a class=\"privacy-link\" href=\"https:\/\/webclub.asclepion.com\/de\/datenschutz\/\" target=\"_blank\">Datenschutz<\/a>\n                                                                <\/label>\n                                                            <\/div>\n                                                        <\/div>\n                                                    <\/form>\n                                            <\/div>\n                                            <div ng-if=\"validateUser() && !registrationDone\" class=\"col-md-12\">\n                                                <h2>Produktliste<\/h2>\n                                                <form>\n                                                    <div class=\"row\">\n                                                        <div class=\"col-md-12\">\n                                                            <p>Bitte w\u00e4hlen Sie Ihr Produkt aus der Liste und geben Sie die Seriennummer, das Kaufdatum sowie den Verk\u00e4ufer ein.<\/p>\n                                                        <\/div>\n                                                    <\/div>\n                                                    <div class=\"form-group row\">\n                                                        <div class=\"col-sm-12 col-md-6\">\n                                                            <select ng-model=\"device.product\" ng-options=\"product.name for product in filtered_products\" id=\"product\" name=\"product\" class=\"form-control\"><\/select>\n                                                        <\/div>\n                                                        <div class=\"col-sm-12 col-md-6\">\n                                                            <input placeholder=\"Seriennummer\" ng-model=\"device.serial\" type=\"text\" name=\"serial\" class=\"form-control\" id=\"serial\" >\n                                                        <\/div>\n                                                    <\/div>\n                                                    <div class=\"form-group row\">\n                                                        <div class=\"col-sm-12 col-md-6\">\n                                                            <input onfocus=\"(this.type='date')\"  placeholder=\"Kaufdatum (JJJJ \/ MM \/ TT)\"  ng-model=\"device.buy_date\" type=\"text\" name=\"buy_date\" class=\"form-control\" id=\"buy_date\" size=\"16\">\n                                                        <\/div>\n                                                        <div class=\"col-sm-12 col-md-6\">\n                                                            <input placeholder=\"Verk\u00e4ufer\" ng-model=\"device.vendor\" type=\"text\" name=\"vendor\" class=\"form-control\" id=\"vendor\" >\n                                                        <\/div>\n                                                    <\/div>\n                                                    <div class=\"row\">\n                                                        <div class=\"col-md-12\">\n                                                            <button class=\"pull-right btn-asclepion\" ng-click=\"deviceAdd()\">Produkt hinzuf\u00fcgen<\/button>\n                                                        <\/div>\n                                                    <\/div>\n                                                    <table class=\"table table-responsive table-condensed listing devices\">\n                                                        <thead>\n                                                            <tr>\n                                                                <th>Produkt<\/th>\n                                                                <th>Verk\u00e4ufer<\/th>\n                                                                <th>Seriennr.<\/th>\n                                                                <th>Kaufdatum<\/th>\n                                                                <th>Aktionen<\/th>\n                                                            <\/tr>\n                                                        <\/thead>\n                                                        <tbody>\n                                                            <tr ng-repeat=\"x in deviceList\" ng-switch=\"x.editing\">\n                                                                <td ng-switch-default>{{ x.product.name }}<\/td>\n                                                                <td ng-switch-default>{{ x.vendor }}<\/td>\n                                                                <td ng-switch-default>{{ x.serial }}<\/td>\n                                                                <td ng-switch-default>{{ x.buy_date | date : format : longDate }}<\/td>\n                                                                <td class=\"actions\" ng-switch-default>\n                                                                        <span ng-click=\"deviceEdit($index)\" class=\"glyphicon glyphicon-edit\" aria-hidden=\"true\"><\/span>\n                                                                        <span ng-click=\"deviceDelete($index)\" class=\"glyphicon glyphicon-trash\" aria-hidden=\"true\"><\/span>\n                                                                <\/td>\n                                                                <td colspan=\"4\" class=\"editing\" ng-switch-when=\"true\">\n                                                                    <div class=\"form-group row\">\n                                                                        <div class=\"col-sm-12 col-md-6\">\n                                                                            <select ng-model=\"x.product\" ng-options=\"product.name for product in filtered_products\" id=\"xproduct\" name=\"xproduct\" class=\"form-control\"><\/select>\n                                                                        <\/div>\n                                                                        <div class=\"col-sm-12 col-md-6\">\n                                                                            <input placeholder=\"Seriennummer\" ng-model=\"x.serial\" type=\"text\" name=\"xserial\" class=\"form-control\" id=\"xserial\" >\n                                                                        <\/div>\n                                                                        <div class=\"col-sm-12 col-md-6\">\n                                                                            <input onfocus=\"(this.type='date')\" placeholder=\"Kaufdatum (JJJJ \/ MM \/ TT)\"  ng-model=\"x.buy_date\" type=\"text\" name=\"xbuy_date\" class=\"form-control\" id=\"xbuy_date\" size=\"16\">\n                                                                        <\/div>\n                                                                        <div class=\"col-sm-12 col-md-6\">\n                                                                            <input placeholder=\"Verk\u00e4ufer\" ng-model=\"x.vendor\" type=\"text\" name=\"xvendor\" class=\"form-control\" id=\"xvendor\" >\n                                                                        <\/div>\n                                                                    <\/div>\n                                                                <\/td>\n                                                                <td class=\"editing actions\" ng-switch-when=\"true\">\n                                                                        <span ng-click=\"deviceSave(x)\" class=\"glyphicon glyphicon-floppy-save\" aria-hidden=\"true\"><\/span>\n                                                                        <span ng-click=\"deviceCancel($index)\" class=\"glyphicon glyphicon-remove\" aria-hidden=\"true\"><\/span>\n                                                               <\/td>\n                                                            <\/tr>\n                                                        <\/tbody>\n                                                    <\/table>\n                                                <\/form>\n                                            <\/div>\n                                            <div class=\"row\">\n                                                <div class=\"col-md-12\">\n                                                    <button class=\"pull-right btn-asclepion btn-register\" ng-click=\"register()\">Registrieren<\/button>\n                                                <\/div>\n                                            <\/div>\n                                            <div ng-if=\"completed!==undefined\" class=\"row completed\">\n                                                <div class=\"col-md-12\">\n                                                    <p ng-class=\"{'message_error': message_error===true}\" >{{completed}}<\/p>\n                                                <\/div>\n                                            <\/div>\n                                        <\/div>\n<p>[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column][vc_column_text]Der Webclub ist ein reservierter Bereich f\u00fcr die Kunden von Asclepion. Diese Online-Plattform wurde entwickelt, um wichtige Tools zur Kommunikation, Anwendung und Promotion, Pr\u00e4sentationen, Manuals und vieles mehr anzubieten. Es ist ein exklusives Angebot aus hochwertigen Materialien f\u00fcr Anwender aus der ganzen Welt. Bitte registrieren Sie sich mit Ihrer Praxis- bzw. Klinikadresse und Ihrem Lasersystem&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"public-content.php","meta":[],"_links":{"self":[{"href":"https:\/\/webclub.asclepion.com\/de\/wp-json\/wp\/v2\/pages\/6852\/"}],"collection":[{"href":"https:\/\/webclub.asclepion.com\/de\/wp-json\/wp\/v2\/pages\/"}],"about":[{"href":"https:\/\/webclub.asclepion.com\/de\/wp-json\/wp\/v2\/types\/page\/"}],"author":[{"embeddable":true,"href":"https:\/\/webclub.asclepion.com\/de\/wp-json\/wp\/v2\/users\/1\/"}],"replies":[{"embeddable":true,"href":"https:\/\/webclub.asclepion.com\/de\/wp-json\/wp\/v2\/comments\/?post=6852"}],"version-history":[{"count":7,"href":"https:\/\/webclub.asclepion.com\/de\/wp-json\/wp\/v2\/pages\/6852\/revisions\/"}],"predecessor-version":[{"id":9107,"href":"https:\/\/webclub.asclepion.com\/de\/wp-json\/wp\/v2\/pages\/6852\/revisions\/9107\/"}],"wp:attachment":[{"href":"https:\/\/webclub.asclepion.com\/de\/wp-json\/wp\/v2\/media\/?parent=6852"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}