diff --git a/src/assets/img/reset-password.png b/src/assets/img/reset-password.png new file mode 100644 index 0000000..bed3af2 Binary files /dev/null and b/src/assets/img/reset-password.png differ diff --git a/src/component/auth/CSignup.jsx b/src/component/auth/CSignup.jsx index 129e45e..f41ef8b 100644 --- a/src/component/auth/CSignup.jsx +++ b/src/component/auth/CSignup.jsx @@ -97,7 +97,7 @@ export default function CSignup() {
-
+

MERMS Panel

diff --git a/src/component/auth/Forgetpwd2.jsx b/src/component/auth/Forgetpwd2.jsx index 377df22..0dee603 100644 --- a/src/component/auth/Forgetpwd2.jsx +++ b/src/component/auth/Forgetpwd2.jsx @@ -7,6 +7,7 @@ import { Link } from 'react-router-dom' import siteLinks from '../../links/siteLinks' import { useMutation } from '@tanstack/react-query' import { recoverPWD } from '../../services/services'; +import getImage from '../../utils/getImage'; const validationSchema = Yup.object().shape({ username: Yup.string() @@ -46,7 +47,7 @@ export default function Forgetpwd2() {
-
+

MERMS Panel

@@ -81,8 +82,9 @@ export default function Forgetpwd2() { :
-
+

Check your email to continue password reset.

+ reset-icon Home
diff --git a/src/component/auth/Login2.jsx b/src/component/auth/Login2.jsx index aeda597..2acd857 100644 --- a/src/component/auth/Login2.jsx +++ b/src/component/auth/Login2.jsx @@ -83,7 +83,7 @@ export default function Login() {
-
+

MERMS Panel

diff --git a/src/component/auth/Signup2.jsx b/src/component/auth/Signup2.jsx index 0d26254..5509903 100644 --- a/src/component/auth/Signup2.jsx +++ b/src/component/auth/Signup2.jsx @@ -61,7 +61,7 @@ export default function Signup2() {
-
+

MERMS Panel

diff --git a/src/component/product/ProductActive.jsx b/src/component/product/ProductActive.jsx index a755d2c..41d35ca 100644 --- a/src/component/product/ProductActive.jsx +++ b/src/component/product/ProductActive.jsx @@ -1,6 +1,7 @@ import React from "react"; import getImage from "../../utils/getImage"; import BreadcrumbComBS from "../breadcrumb/BreadcrumbComBS"; +import GeneralTab from "./settingsTab/GeneralTab"; export default function ProductActive(){ @@ -42,218 +43,54 @@ export default function ProductActive(){
-
- -
-
-
-
-
- - -
-
- - -
-
- - -
-
- - -
-
-
- - -
-
- - -
- - - -
-
-
- +
+
-
-
- -
-
-
-
- - -
-
- - -
-
- - -
-
- - -
-
-
- - -
-
- - -
- - - -
-
-
+
+
-
-

-

-
-
Edit Your Product Settings
-
-
-
-
-
- - -
-
- - -
-
- - -
-
- - -
-
-
- - -
-
- - -
- - - -
-
-
-

-
-

-

-
-
Edit Your Product Settings
-
-
-
-
-
- - -
-
- - -
-
- - -
-
- - -
-
-
- - -
-
- - -
- - - -
-
-
-

+ +
+ +
+
+ +
+
+ +
+
+ +
+
+
diff --git a/src/component/product/_PA.jsx b/src/component/product/_PA.jsx new file mode 100644 index 0000000..a755d2c --- /dev/null +++ b/src/component/product/_PA.jsx @@ -0,0 +1,278 @@ +import React from "react"; +import getImage from "../../utils/getImage"; +import BreadcrumbComBS from "../breadcrumb/BreadcrumbComBS"; + + +export default function ProductActive(){ + + return( + <> + {/**/} + {/*
*/} + {/*
Coming Soon
*/} + {/*
*/} + + +
+<> + + +
+
+
+
+
+

https://25681.devprov.mermsemr.com/

+
+
+
+ + +
+
+
+
+
+
+
+

Site Settings

+
+
+
+
+ +
+
+ +
+
+
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ + +
+ + + +
+
+
+ +
+
+
+ +
+
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ + +
+ + + +
+
+
+
+
+

+

+
+
Edit Your Product Settings
+
+
+
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ + +
+ + + +
+
+
+

+
+

+

+
+
Edit Your Product Settings
+
+
+
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ + +
+ + + +
+
+
+

+
+
+
+
+
+
+
+ + + + + + + + + + +
+ + + ) +} \ No newline at end of file diff --git a/src/component/product/settingsTab/GeneralTab.jsx b/src/component/product/settingsTab/GeneralTab.jsx new file mode 100644 index 0000000..3003619 --- /dev/null +++ b/src/component/product/settingsTab/GeneralTab.jsx @@ -0,0 +1,49 @@ +import React from 'react' + +export default function GeneralTab({name='Full Name'}) { + return ( +
+
+
+

{name}

+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ + +
+ + + +
+
+
+ ) +}