From 82771e0e9a82793e646db85681e0bd4283c1d200 Mon Sep 17 00:00:00 2001 From: suresh Date: Fri, 23 Jun 2023 12:24:30 +0530 Subject: [PATCH] suresh --- app/Config/App.php | 2 +- app/Views/myaccount.php | 38 +++++++++++++++++------- public/assets/member_css/front-style.css | 36 ++++++++++++++++++++++ 3 files changed, 64 insertions(+), 12 deletions(-) diff --git a/app/Config/App.php b/app/Config/App.php index 91ddb77..dfbef35 100644 --- a/app/Config/App.php +++ b/app/Config/App.php @@ -20,7 +20,7 @@ class App extends BaseConfig // public string $baseURL = 'https://mprkv.co.in/devbook'; public string $baseURL = 'http://localhost/golf_backend'; - // public string $baseURL = 'http://localhost:88/golf_backend'; + // public string $baseURL = 'http://localhost:88/golf_backend'; diff --git a/app/Views/myaccount.php b/app/Views/myaccount.php index b6f029d..37b6027 100644 --- a/app/Views/myaccount.php +++ b/app/Views/myaccount.php @@ -117,11 +117,11 @@
" role="form" class="parsley-examples">

Create Account

-
+
-
+
@@ -166,15 +166,16 @@
+
- - - - + getTempdata('error')):?> @@ -205,7 +203,7 @@ -
+
@@ -216,7 +214,7 @@
-
+
@@ -234,6 +232,8 @@ + +
@@ -280,8 +280,12 @@ const signUpButton = document.getElementById('signUp'); +const signUpButton1 = document.getElementById('signUp1'); + const signInButton = document.getElementById('signIn'); +const signInButton1 = document.getElementById('signIn1'); + const container = document.getElementById('myaccount'); @@ -292,12 +296,24 @@ signUpButton.addEventListener('click', () => { }); +signUpButton1.addEventListener('click', () => { + +container.classList.add("right-panel-active"); + +}); + signInButton.addEventListener('click', () => { container.classList.remove("right-panel-active"); }); +signInButton1.addEventListener('click', () => { + +container.classList.remove("right-panel-active"); + +}); +