{"id":6854,"date":"2016-01-13T18:37:02","date_gmt":"2016-01-13T17:37:02","guid":{"rendered":"http:\/\/webclub.asclepion.com\/?page_id=6854"},"modified":"2017-03-07T15:11:48","modified_gmt":"2017-03-07T14:11:48","slug":"home-4","status":"publish","type":"page","link":"https:\/\/webclub.asclepion.com\/us\/","title":{"rendered":"Webclub"},"content":{"rendered":"<p>[vc_row][vc_column][vc_column_text]The <strong>Webclub<\/strong> is a reserved area for the customers of Asclepion. This online platform is designed to offer <strong>important communication, clinical and promotion tools, presentations, manuals and much more<\/strong>. It\u2019s an exclusive range of services offering high added value to users all around the world. Please register with your practice or clinic address <strong>and your Asclepion laser device<\/strong> (name, serial number, date of purchase, vendor).[\/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>Register Form<\/h2>\n                                                    <form>\n                                                    <div class=\"form-group row\">\n                                                            <div class=\"col-sm-12 col-md-6\">\n                                                                <input placeholder=\"First Name\" 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=\"Last Name\" 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=\"Username\" 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=\"Password\" 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=\"Repeat Password\" 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=\"Clinic\" 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=\"Address\" 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=\"Zip Code\" 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=\"City\" 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=\"Email\" 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=\"Email\" 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=\"Phone Number\" 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\">Preferred Language<\/option>\n                                                                    <option value=\"it\">Italian<\/option>\n                                                                    <option value=\"en\">English<\/option>\n                                                                    <option value=\"de\">German<\/option>\n                                                                    <option value=\"us\">American<\/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\/us\/privacy-policy\/\" target=\"_blank\">Privacy policy<\/a>\n                                                                <\/label>\n                                                            <\/div>\n                                                        <\/div>\n                                                    <\/form>\n                                            <\/div>\n                                            <div ng-if=\"validateUser() && !registrationDone\" class=\"col-md-12\">\n                                                <h2>Device Form<\/h2>\n                                                <form>\n                                                    <div class=\"row\">\n                                                        <div class=\"col-md-12\">\n                                                            <p>Please locate your laser in the list below and enter the serial number of your device as well as buy date and vendor.<\/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=\"Serial Number\" 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=\"Purchase Date (YYYY\/mm\/dd)\"  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=\"Vendor Name\" 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()\">Add device<\/button>\n                                                        <\/div>\n                                                    <\/div>\n                                                    <table class=\"table table-responsive table-condensed listing devices\">\n                                                        <thead>\n                                                            <tr>\n                                                                <th>Product<\/th>\n                                                                <th>Vendor<\/th>\n                                                                <th>Serial<\/th>\n                                                                <th>Purchase Date<\/th>\n                                                                <th>Actions<\/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=\"Serial Number\" 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=\"Purchase Date (YYYY\/mm\/dd)\"  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=\"Vendor Name\" 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()\">Register<\/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]The Webclub is a reserved area for the customers of Asclepion. This online platform is designed to offer important communication, clinical and promotion tools, presentations, manuals and much more. It\u2019s an exclusive range of services offering high added value to users all around the world. Please register with your practice or clinic address and your&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\/us\/wp-json\/wp\/v2\/pages\/6854\/"}],"collection":[{"href":"https:\/\/webclub.asclepion.com\/us\/wp-json\/wp\/v2\/pages\/"}],"about":[{"href":"https:\/\/webclub.asclepion.com\/us\/wp-json\/wp\/v2\/types\/page\/"}],"author":[{"embeddable":true,"href":"https:\/\/webclub.asclepion.com\/us\/wp-json\/wp\/v2\/users\/1\/"}],"replies":[{"embeddable":true,"href":"https:\/\/webclub.asclepion.com\/us\/wp-json\/wp\/v2\/comments\/?post=6854"}],"version-history":[{"count":5,"href":"https:\/\/webclub.asclepion.com\/us\/wp-json\/wp\/v2\/pages\/6854\/revisions\/"}],"predecessor-version":[{"id":9109,"href":"https:\/\/webclub.asclepion.com\/us\/wp-json\/wp\/v2\/pages\/6854\/revisions\/9109\/"}],"wp:attachment":[{"href":"https:\/\/webclub.asclepion.com\/us\/wp-json\/wp\/v2\/media\/?parent=6854"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}