diff --git a/providerwww/application/controllers/Register.php b/providerwww/application/controllers/Register.php index 6f62dcf..441fa58 100644 --- a/providerwww/application/controllers/Register.php +++ b/providerwww/application/controllers/Register.php @@ -21,6 +21,18 @@ class Register extends Web_Controller { $data["password"] = $this->input->post('password'); $data["username"] = $this->input->post('username'); + + $data['action'] = MERMS_PROVIDERS_STARTPRACTICE; + $this->load->model('backend_model'); + $out = array(); + $res = $this->backend_model->mermsemr_api($data, $out); + + $loginReturn = false; + + if ( $res==PHP_LOGIN_OK && isset($out["practice_id"]) && $out["practice_id"] > 0 ){ + + } + $this->renderExternalPage('register', $data); } diff --git a/providerwww/application/views/template/header.php b/providerwww/application/views/template/header.php index 4298d26..e87ac81 100644 --- a/providerwww/application/views/template/header.php +++ b/providerwww/application/views/template/header.php @@ -15,6 +15,7 @@ + diff --git a/providerwww/application/views/welcome_message.php b/providerwww/application/views/welcome_message.php index c13501b..3470148 100644 --- a/providerwww/application/views/welcome_message.php +++ b/providerwww/application/views/welcome_message.php @@ -7,83 +7,101 @@ if (!isset($facility_text) || $facility_text == '') { $facility_text = "Merms Providers"; } ?> - - -
- - - -
- -
-
-
- loader -
+ + +
+ + + +
+ +
+
+
+ loader
- +
+ - -
-
-
-
-
-
- + + + diff --git a/providerwww/assets/img/app-store-icons/apple-dark.svg b/providerwww/assets/img/app-store-icons/apple-dark.svg new file mode 100644 index 0000000..b626b5b --- /dev/null +++ b/providerwww/assets/img/app-store-icons/apple-dark.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/providerwww/assets/img/app-store-icons/apple-white.svg b/providerwww/assets/img/app-store-icons/apple-white.svg new file mode 100644 index 0000000..a5515dc --- /dev/null +++ b/providerwww/assets/img/app-store-icons/apple-white.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/providerwww/assets/img/app-store-icons/apple.svg b/providerwww/assets/img/app-store-icons/apple.svg new file mode 100644 index 0000000..d5e673c --- /dev/null +++ b/providerwww/assets/img/app-store-icons/apple.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/providerwww/assets/img/app-store-icons/google-dark.svg b/providerwww/assets/img/app-store-icons/google-dark.svg new file mode 100644 index 0000000..4ed5b87 --- /dev/null +++ b/providerwww/assets/img/app-store-icons/google-dark.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/providerwww/assets/img/app-store-icons/google-white.svg b/providerwww/assets/img/app-store-icons/google-white.svg new file mode 100644 index 0000000..f0e305c --- /dev/null +++ b/providerwww/assets/img/app-store-icons/google-white.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/providerwww/assets/img/app-store-icons/google.svg b/providerwww/assets/img/app-store-icons/google.svg new file mode 100644 index 0000000..3088736 --- /dev/null +++ b/providerwww/assets/img/app-store-icons/google.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + +