Showing
15 changed files
with
4199 additions
and
0 deletions
Too many changes to show.
To preserve performance only 15 of 15+ files are displayed.
Datum_UImodel/auth-confirm-mail.html
0 → 100644
| 1 | + | ||
| 2 | + | ||
| 3 | +<!doctype html> | ||
| 4 | +<html lang="en"> | ||
| 5 | + <head> | ||
| 6 | + <meta charset="utf-8"> | ||
| 7 | + <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
| 8 | + <title>Datum | CRM Admin Dashboard Template</title> | ||
| 9 | + | ||
| 10 | + <link rel="stylesheet" href="static/css/backend-plugin.min.css"> | ||
| 11 | + <link rel="stylesheet" href="static/css/backend.css"> </head> | ||
| 12 | + <body class=" "> | ||
| 13 | + <!-- loader Start --> | ||
| 14 | + <div id="loading"> | ||
| 15 | + <div id="loading-center"> | ||
| 16 | + </div> | ||
| 17 | + </div> | ||
| 18 | + <!-- loader END --> | ||
| 19 | + | ||
| 20 | + <div class="wrapper"> | ||
| 21 | + <section class="login-content"> | ||
| 22 | + <div class="container-fluid h-100"> | ||
| 23 | + <div class="row align-items-center justify-content-center h-100"> | ||
| 24 | + <div class="col-md-5"> | ||
| 25 | + <div class="card"> | ||
| 26 | + <div class="card-body"> | ||
| 27 | + <div class="row align-items-center"> | ||
| 28 | + <div class="col-lg-12 text-center"> | ||
| 29 | + <img src="static/picture/logo.png" class="img-fluid rounded-normal darkmode-logo" width="80" alt="logo"> | ||
| 30 | + <img src="static/picture/logo-dark.png" class="img-fluid rounded-normal light-logo" width="80" alt="logo"> | ||
| 31 | + <h2 class="mt-3 mb-0">Success !</h2> | ||
| 32 | + <p class="mb-1">A email has been send to <a href="javascript:;" class="__cf_email__" data-cfemail="2e57415b5c4b434f47426e4a41434f4740004d414300">[email protected]</a> Please check for an | ||
| 33 | + email from company and click | ||
| 34 | + on the included link to reset your password.</p> | ||
| 35 | + <div class="d-inline-block w-100"> | ||
| 36 | + <a href="index.html" class="btn btn-primary mt-3"> | ||
| 37 | + <svg width="20" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 38 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6"></path> | ||
| 39 | + </svg> | ||
| 40 | + <span>Back to Home</span> | ||
| 41 | + </a> | ||
| 42 | + </div> | ||
| 43 | + </div> | ||
| 44 | + </div> | ||
| 45 | + </div> | ||
| 46 | + </div> | ||
| 47 | + </div> | ||
| 48 | + </div> | ||
| 49 | + </div> | ||
| 50 | + </section> | ||
| 51 | + </div> | ||
| 52 | + | ||
| 53 | + <!-- Backend Bundle JavaScript --> | ||
| 54 | + <script data-cfasync="false" src="https://www.17sucai.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script src="static/js/backend-bundle.min.js"></script> | ||
| 55 | + <!-- Chart Custom JavaScript --> | ||
| 56 | + <script src="static/js/customizer.js"></script> | ||
| 57 | + | ||
| 58 | + <script src="static/js/sidebar.js"></script> | ||
| 59 | + | ||
| 60 | + <!-- Flextree Javascript--> | ||
| 61 | + <script src="static/js/flex-tree.min.js"></script> | ||
| 62 | + <script src="static/js/tree.js"></script> | ||
| 63 | + | ||
| 64 | + <!-- Table Treeview JavaScript --> | ||
| 65 | + <script src="static/js/table-treeview.js"></script> | ||
| 66 | + | ||
| 67 | + <!-- SweetAlert JavaScript --> | ||
| 68 | + <script src="static/js/sweetalert.js"></script> | ||
| 69 | + | ||
| 70 | + <!-- Vectoe Map JavaScript --> | ||
| 71 | + <script src="static/js/vector-map-custom.js"></script> | ||
| 72 | + | ||
| 73 | + <!-- Chart Custom JavaScript --> | ||
| 74 | + <script src="static/js/chart-custom.js"></script> | ||
| 75 | + <script src="static/js/01.js"></script> | ||
| 76 | + <script src="static/js/02.js"></script> | ||
| 77 | + | ||
| 78 | + <!-- slider JavaScript --> | ||
| 79 | + <script src="static/js/slider.js"></script> | ||
| 80 | + | ||
| 81 | + <!-- Emoji picker --> | ||
| 82 | + <script src="static/js/index.js" type="module"></script> | ||
| 83 | + | ||
| 84 | + | ||
| 85 | + <!-- app JavaScript --> | ||
| 86 | + <script src="static/js/app.js"></script> </body> | ||
| 87 | +</html> |
Datum_UImodel/auth-lock-screen.html
0 → 100644
| 1 | + | ||
| 2 | + | ||
| 3 | + | ||
| 4 | +<!doctype html> | ||
| 5 | +<html lang="en"> | ||
| 6 | + <head> | ||
| 7 | + <meta charset="utf-8"> | ||
| 8 | + <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
| 9 | + <title>Datum | CRM Admin Dashboard Template</title> | ||
| 10 | + | ||
| 11 | + <link rel="stylesheet" href="static/css/backend-plugin.min.css"> | ||
| 12 | + <link rel="stylesheet" href="static/css/backend.css"> </head> | ||
| 13 | + <body class=" "> | ||
| 14 | + <!-- loader Start --> | ||
| 15 | + <div id="loading"> | ||
| 16 | + <div id="loading-center"> | ||
| 17 | + </div> | ||
| 18 | + </div> | ||
| 19 | + <!-- loader END --> | ||
| 20 | + | ||
| 21 | + <div class="wrapper"> | ||
| 22 | + <section class="login-content"> | ||
| 23 | + <div class="container h-100"> | ||
| 24 | + <div class="row align-items-center justify-content-center h-100"> | ||
| 25 | + <div class="col-md-5"> | ||
| 26 | + <div class="card"> | ||
| 27 | + <div class="card-body"> | ||
| 28 | + <div class="row align-items-center"> | ||
| 29 | + <div class="col-lg-12"> | ||
| 30 | + <div class="auth-logo"> | ||
| 31 | + <img src="static/picture/logo.png" class="img-fluid rounded-normal darkmode-logo" alt="logo"> | ||
| 32 | + <img src="static/picture/logo-dark.png" alt="user-icon" class="img-fluid rounded-normal light-logo"> | ||
| 33 | + </div> | ||
| 34 | + <div class="text-center"> | ||
| 35 | + <h2 class="mb-2">Hi ! Barry Tech</h2> | ||
| 36 | + <p>Enter your password to access the admin.</p> | ||
| 37 | + </div> | ||
| 38 | + <form> | ||
| 39 | + <div class="row"> | ||
| 40 | + <div class="col-lg-12"> | ||
| 41 | + <div class="form-group"> | ||
| 42 | + <label>Password</label> | ||
| 43 | + <input class="form-control" type="password" placeholder="********"> | ||
| 44 | + </div> | ||
| 45 | + </div> | ||
| 46 | + </div> | ||
| 47 | + <button type="submit" class="btn btn-primary btn-block">Login</button> | ||
| 48 | + </form> | ||
| 49 | + </div> | ||
| 50 | + </div> | ||
| 51 | + </div> | ||
| 52 | + </div> | ||
| 53 | + </div> | ||
| 54 | + </div> | ||
| 55 | + </div> | ||
| 56 | + </section> | ||
| 57 | + </div> | ||
| 58 | + | ||
| 59 | + <!-- Backend Bundle JavaScript --> | ||
| 60 | + <script src="static/js/backend-bundle.min.js"></script> | ||
| 61 | + <!-- Chart Custom JavaScript --> | ||
| 62 | + <script src="static/js/customizer.js"></script> | ||
| 63 | + | ||
| 64 | + <script src="static/js/sidebar.js"></script> | ||
| 65 | + | ||
| 66 | + <!-- Flextree Javascript--> | ||
| 67 | + <script src="static/js/flex-tree.min.js"></script> | ||
| 68 | + <script src="static/js/tree.js"></script> | ||
| 69 | + | ||
| 70 | + <!-- Table Treeview JavaScript --> | ||
| 71 | + <script src="static/js/table-treeview.js"></script> | ||
| 72 | + | ||
| 73 | + <!-- SweetAlert JavaScript --> | ||
| 74 | + <script src="static/js/sweetalert.js"></script> | ||
| 75 | + | ||
| 76 | + <!-- Vectoe Map JavaScript --> | ||
| 77 | + <script src="static/js/vector-map-custom.js"></script> | ||
| 78 | + | ||
| 79 | + <!-- Chart Custom JavaScript --> | ||
| 80 | + <script src="static/js/chart-custom.js"></script> | ||
| 81 | + <script src="static/js/01.js"></script> | ||
| 82 | + <script src="static/js/02.js"></script> | ||
| 83 | + | ||
| 84 | + <!-- slider JavaScript --> | ||
| 85 | + <script src="static/js/slider.js"></script> | ||
| 86 | + | ||
| 87 | + <!-- Emoji picker --> | ||
| 88 | + <script src="static/js/index.js" type="module"></script> | ||
| 89 | + | ||
| 90 | + | ||
| 91 | + <!-- app JavaScript --> | ||
| 92 | + <script src="static/js/app.js"></script> </body> | ||
| 93 | +</html> |
Datum_UImodel/auth-login.html
0 → 100644
| 1 | + | ||
| 2 | + | ||
| 3 | +<!doctype html> | ||
| 4 | +<html lang="en"> | ||
| 5 | + <head> | ||
| 6 | + <meta charset="utf-8"> | ||
| 7 | + <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
| 8 | + <title>Datum | CRM Admin Dashboard Template</title> | ||
| 9 | + | ||
| 10 | + <link rel="stylesheet" href="static/css/backend-plugin.min.css"> | ||
| 11 | + <link rel="stylesheet" href="static/css/backend.css"> </head> | ||
| 12 | + <body class=" "> | ||
| 13 | + <!-- loader Start --> | ||
| 14 | + <div id="loading"> | ||
| 15 | + <div id="loading-center"> | ||
| 16 | + </div> | ||
| 17 | + </div> | ||
| 18 | + <!-- loader END --> | ||
| 19 | + | ||
| 20 | + <div class="wrapper"> | ||
| 21 | + <section class="login-content"> | ||
| 22 | + <div class="container h-100"> | ||
| 23 | + <div class="row align-items-center justify-content-center h-100"> | ||
| 24 | + <div class="col-md-5"> | ||
| 25 | + <div class="card p-3"> | ||
| 26 | + <div class="card-body"> | ||
| 27 | + <div class="auth-logo"> | ||
| 28 | + <img src="static/picture/logo.png" class="img-fluid rounded-normal darkmode-logo" alt="logo"> | ||
| 29 | + <img src="static/picture/logo-dark.png" class="img-fluid rounded-normal light-logo" alt="logo"> | ||
| 30 | + </div> | ||
| 31 | + <h3 class="mb-3 font-weight-bold text-center">Sign In</h3> | ||
| 32 | + <p class="text-center text-secondary mb-4">Log in to your account to continue</p> | ||
| 33 | + <div class="social-btn d-flex justify-content-around align-items-center mb-4"> | ||
| 34 | + <button class="btn btn-outline-light"> | ||
| 35 | + <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewbox="88.428 12.828 107.543 207.085"> | ||
| 36 | + <path d="M158.232 219.912v-94.461h31.707l4.747-36.813h-36.454V65.134c0-10.658 2.96-17.922 18.245-17.922l19.494-.009V14.278c-3.373-.447-14.944-1.449-28.406-1.449-28.106 0-47.348 17.155-47.348 48.661v27.149H88.428v36.813h31.788v94.461l38.016-.001z" fill="#3c5a9a"></path> | ||
| 37 | + </svg> | ||
| 38 | + </button> | ||
| 39 | + <button class="btn btn-outline-light"> | ||
| 40 | + <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewbox="0 0 256 262" preserveaspectratio="xMidYMid"> | ||
| 41 | + <path d="M255.878 133.451c0-10.734-.871-18.567-2.756-26.69H130.55v48.448h71.947c-1.45 12.04-9.283 30.172-26.69 42.356l-.244 1.622 38.755 30.023 2.685.268c24.659-22.774 38.875-56.282 38.875-96.027" fill="#4285F4"></path> | ||
| 42 | + <path d="M130.55 261.1c35.248 0 64.839-11.605 86.453-31.622l-41.196-31.913c-11.024 7.688-25.82 13.055-45.257 13.055-34.523 0-63.824-22.773-74.269-54.25l-1.531.13-40.298 31.187-.527 1.465C35.393 231.798 79.49 261.1 130.55 261.1" fill="#34A853"></path> | ||
| 43 | + <path d="M56.281 156.37c-2.756-8.123-4.351-16.827-4.351-25.82 0-8.994 1.595-17.697 4.206-25.82l-.073-1.73L15.26 71.312l-1.335.635C5.077 89.644 0 109.517 0 130.55s5.077 40.905 13.925 58.602l42.356-32.782" fill="#FBBC05"></path> | ||
| 44 | + <path d="M130.55 50.479c24.514 0 41.05 10.589 50.479 19.438l36.844-35.974C195.245 12.91 165.798 0 130.55 0 79.49 0 35.393 29.301 13.925 71.947l42.211 32.783c10.59-31.477 39.891-54.251 74.414-54.251" fill="#EB4335"></path> | ||
| 45 | + </svg> | ||
| 46 | + </button> | ||
| 47 | + <button class="btn btn-outline-light"> | ||
| 48 | + <svg width="20" height="20" viewbox="328 355 335 276" xmlns="http://www.w3.org/2000/svg"> | ||
| 49 | + <path d="M 630, 425 A 195, 195 0 0 1 331, 600 A 142, 142 0 0 0 428, 570A 70, 70 0 0 1 370, 523A 70, 70 0 0 0 401, 521A 70, 70 0 0 1 344, 455A 70, 70 0 0 0 372, 460A 70, 70 0 0 1 354, 370A 195, 195 0 0 0 495, 442A 67, 67 0 0 1 611, 380A 117, 117 0 0 0 654, 363A 65, 65 0 0 1 623, 401A 117, 117 0 0 0 662, 390A 65, 65 0 0 1 630, 425Z" style="fill:#3BA9EE;"></path> | ||
| 50 | + </svg> | ||
| 51 | + </button> | ||
| 52 | + </div> | ||
| 53 | + <div class="mb-5"> | ||
| 54 | + <p class="line-around text-secondary mb-0"><span class="line-around-1">or login with email</span></p> | ||
| 55 | + </div> | ||
| 56 | + <form> | ||
| 57 | + <div class="row"> | ||
| 58 | + <div class="col-lg-12"> | ||
| 59 | + <div class="form-group"> | ||
| 60 | + <label class="text-secondary">Email</label> | ||
| 61 | + <input class="form-control" type="email" placeholder="Enter Email"> | ||
| 62 | + </div> | ||
| 63 | + </div> | ||
| 64 | + <div class="col-lg-12 mt-2"> | ||
| 65 | + <div class="form-group"> | ||
| 66 | + <div class="d-flex justify-content-between align-items-center"> | ||
| 67 | + <label class="text-secondary">Password</label> | ||
| 68 | + <label><a href="auth-recover-pwd.html">Forgot Password?</a></label> | ||
| 69 | + </div> | ||
| 70 | + <input class="form-control" type="password" placeholder="Enter Password"> | ||
| 71 | + </div> | ||
| 72 | + </div> | ||
| 73 | + </div> | ||
| 74 | + <button type="submit" class="btn btn-primary btn-block mt-2">Log In</button> | ||
| 75 | + <div class="col-lg-12 mt-3"> | ||
| 76 | + <p class="mb-0 text-center">Don't have an account? <a href="auth-sign-up.html">Sign Up</a></p> | ||
| 77 | + </div> | ||
| 78 | + </form> | ||
| 79 | + </div> | ||
| 80 | + </div> | ||
| 81 | + </div> | ||
| 82 | + </div> | ||
| 83 | + </div> | ||
| 84 | + </section> | ||
| 85 | + </div> | ||
| 86 | + | ||
| 87 | + <!-- Backend Bundle JavaScript --> | ||
| 88 | + <script src="static/js/backend-bundle.min.js"></script> | ||
| 89 | + <!-- Chart Custom JavaScript --> | ||
| 90 | + <script src="static/js/customizer.js"></script> | ||
| 91 | + | ||
| 92 | + <script src="static/js/sidebar.js"></script> | ||
| 93 | + | ||
| 94 | + <!-- Flextree Javascript--> | ||
| 95 | + <script src="static/js/flex-tree.min.js"></script> | ||
| 96 | + <script src="static/js/tree.js"></script> | ||
| 97 | + | ||
| 98 | + <!-- Table Treeview JavaScript --> | ||
| 99 | + <script src="static/js/table-treeview.js"></script> | ||
| 100 | + | ||
| 101 | + <!-- SweetAlert JavaScript --> | ||
| 102 | + <script src="static/js/sweetalert.js"></script> | ||
| 103 | + | ||
| 104 | + <!-- Vectoe Map JavaScript --> | ||
| 105 | + <script src="static/js/vector-map-custom.js"></script> | ||
| 106 | + | ||
| 107 | + <!-- Chart Custom JavaScript --> | ||
| 108 | + <script src="static/js/chart-custom.js"></script> | ||
| 109 | + <script src="static/js/01.js"></script> | ||
| 110 | + <script src="static/js/02.js"></script> | ||
| 111 | + | ||
| 112 | + <!-- slider JavaScript --> | ||
| 113 | + <script src="static/js/slider.js"></script> | ||
| 114 | + | ||
| 115 | + <!-- Emoji picker --> | ||
| 116 | + <script src="static/js/index.js" type="module"></script> | ||
| 117 | + | ||
| 118 | + | ||
| 119 | + <!-- app JavaScript --> | ||
| 120 | + <script src="static/js/app.js"></script> </body> | ||
| 121 | +</html> |
Datum_UImodel/auth-recover-pwd.html
0 → 100644
| 1 | + | ||
| 2 | + | ||
| 3 | +<!doctype html> | ||
| 4 | +<html lang="en"> | ||
| 5 | + <head> | ||
| 6 | + <meta charset="utf-8"> | ||
| 7 | + <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
| 8 | + <title>Datum | CRM Admin Dashboard Template</title> | ||
| 9 | + | ||
| 10 | + <link rel="stylesheet" href="static/css/backend-plugin.min.css"> | ||
| 11 | + <link rel="stylesheet" href="static/css/backend.css"> </head> | ||
| 12 | + <body class=" "> | ||
| 13 | + <!-- loader Start --> | ||
| 14 | + <div id="loading"> | ||
| 15 | + <div id="loading-center"> | ||
| 16 | + </div> | ||
| 17 | + </div> | ||
| 18 | + <!-- loader END --> | ||
| 19 | + | ||
| 20 | + <div class="wrapper"> | ||
| 21 | + <section class="login-content"> | ||
| 22 | + <div class="container h-100"> | ||
| 23 | + <div class="row align-items-center justify-content-center h-100"> | ||
| 24 | + <div class="col-md-5"> | ||
| 25 | + <div class="card p-5"> | ||
| 26 | + <div class="card-body"> | ||
| 27 | + <div class="auth-logo"> | ||
| 28 | + <img src="static/picture/logo.png" class="img-fluid rounded-normal darkmode-logo" alt="logo"> | ||
| 29 | + <img src="static/picture/logo-dark.png" class="img-fluid rounded-normal light-logo" alt="logo"> | ||
| 30 | + </div> | ||
| 31 | + <h3 class="mb-3 text-center">Reset Password</h3> | ||
| 32 | + <p class="text-center small text-secondary mb-3">You can reset your password here</p> | ||
| 33 | + <form> | ||
| 34 | + <div class="row"> | ||
| 35 | + <div class="col-lg-12"> | ||
| 36 | + <div class="form-group"> | ||
| 37 | + <label class="text-secondary">Email</label> | ||
| 38 | + <input class="form-control" type="email" placeholder="Enter Email"> | ||
| 39 | + </div> | ||
| 40 | + </div> | ||
| 41 | + </div> | ||
| 42 | + <button type="submit" class="btn btn-primary btn-block">Reset Password</button> | ||
| 43 | + </form> | ||
| 44 | + </div> | ||
| 45 | + </div> | ||
| 46 | + </div> | ||
| 47 | + </div> | ||
| 48 | + </div> | ||
| 49 | + </section> | ||
| 50 | + </div> | ||
| 51 | + | ||
| 52 | + <!-- Backend Bundle JavaScript --> | ||
| 53 | + <script src="static/js/backend-bundle.min.js"></script> | ||
| 54 | + <!-- Chart Custom JavaScript --> | ||
| 55 | + <script src="static/js/customizer.js"></script> | ||
| 56 | + | ||
| 57 | + <script src="static/js/sidebar.js"></script> | ||
| 58 | + | ||
| 59 | + <!-- Flextree Javascript--> | ||
| 60 | + <script src="static/js/flex-tree.min.js"></script> | ||
| 61 | + <script src="static/js/tree.js"></script> | ||
| 62 | + | ||
| 63 | + <!-- Table Treeview JavaScript --> | ||
| 64 | + <script src="static/js/table-treeview.js"></script> | ||
| 65 | + | ||
| 66 | + <!-- SweetAlert JavaScript --> | ||
| 67 | + <script src="static/js/sweetalert.js"></script> | ||
| 68 | + | ||
| 69 | + <!-- Vectoe Map JavaScript --> | ||
| 70 | + <script src="static/js/vector-map-custom.js"></script> | ||
| 71 | + | ||
| 72 | + <!-- Chart Custom JavaScript --> | ||
| 73 | + <script src="static/js/chart-custom.js"></script> | ||
| 74 | + <script src="static/js/01.js"></script> | ||
| 75 | + <script src="static/js/02.js"></script> | ||
| 76 | + | ||
| 77 | + <!-- slider JavaScript --> | ||
| 78 | + <script src="static/js/slider.js"></script> | ||
| 79 | + | ||
| 80 | + <!-- Emoji picker --> | ||
| 81 | + <script src="static/js/index.js" type="module"></script> | ||
| 82 | + | ||
| 83 | + | ||
| 84 | + <!-- app JavaScript --> | ||
| 85 | + <script src="static/js/app.js"></script> </body> | ||
| 86 | +</html> |
Datum_UImodel/auth-recoverpw.html
0 → 100644
| 1 | + | ||
| 2 | + | ||
| 3 | + | ||
| 4 | + | ||
| 5 | +<!doctype html> | ||
| 6 | +<html lang="en"> | ||
| 7 | + <head> | ||
| 8 | + <meta charset="utf-8"> | ||
| 9 | + <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
| 10 | + <title>Datum | CRM Admin Dashboard Template</title> | ||
| 11 | + | ||
| 12 | + <link rel="stylesheet" href="static/css/backend-plugin.min.css"> | ||
| 13 | + <link rel="stylesheet" href="static/css/backend.css"> </head> | ||
| 14 | + <body class=" "> | ||
| 15 | + <!-- loader Start --> | ||
| 16 | + <div id="loading"> | ||
| 17 | + <div id="loading-center"> | ||
| 18 | + </div> | ||
| 19 | + </div> | ||
| 20 | + <!-- loader END --> | ||
| 21 | + | ||
| 22 | + <div class="wrapper"> | ||
| 23 | + <section class="login-content"> | ||
| 24 | + <div class="container h-100"> | ||
| 25 | + <div class="row align-items-center justify-content-center h-100"> | ||
| 26 | + <div class="col-md-5"> | ||
| 27 | + <div class="card"> | ||
| 28 | + <div class="card-body"> | ||
| 29 | + <div class="auth-logo"> | ||
| 30 | + <img src="static/picture/logo.png" class="img-fluid rounded-normal" alt="logo"> | ||
| 31 | + </div> | ||
| 32 | + <h2 class="mb-2 text-center">Reset Password</h2> | ||
| 33 | + <p>Enter your email address and we'll send you an email with instructions to reset your password.</p> | ||
| 34 | + <form> | ||
| 35 | + <div class="row"> | ||
| 36 | + <div class="col-lg-12"> | ||
| 37 | + <div class="form-group"> | ||
| 38 | + <label>Email</label> | ||
| 39 | + <input class="form-control" type="email" placeholder=" "> | ||
| 40 | + </div> | ||
| 41 | + </div> | ||
| 42 | + </div> | ||
| 43 | + <button type="submit" class="btn btn-primary btn-block">Reset</button> | ||
| 44 | + </form> | ||
| 45 | + </div> | ||
| 46 | + </div> | ||
| 47 | + </div> | ||
| 48 | + </div> | ||
| 49 | + </div> | ||
| 50 | + </section> | ||
| 51 | + </div> | ||
| 52 | + | ||
| 53 | + <!-- Backend Bundle JavaScript --> | ||
| 54 | + <script src="static/js/backend-bundle.min.js"></script> | ||
| 55 | + <!-- Chart Custom JavaScript --> | ||
| 56 | + <script src="static/js/customizer.js"></script> | ||
| 57 | + | ||
| 58 | + <script src="static/js/sidebar.js"></script> | ||
| 59 | + | ||
| 60 | + <!-- Flextree Javascript--> | ||
| 61 | + <script src="static/js/flex-tree.min.js"></script> | ||
| 62 | + <script src="static/js/tree.js"></script> | ||
| 63 | + | ||
| 64 | + <!-- Table Treeview JavaScript --> | ||
| 65 | + <script src="static/js/table-treeview.js"></script> | ||
| 66 | + | ||
| 67 | + <!-- SweetAlert JavaScript --> | ||
| 68 | + <script src="static/js/sweetalert.js"></script> | ||
| 69 | + | ||
| 70 | + <!-- Vectoe Map JavaScript --> | ||
| 71 | + <script src="static/js/vector-map-custom.js"></script> | ||
| 72 | + | ||
| 73 | + <!-- Chart Custom JavaScript --> | ||
| 74 | + <script src="static/js/chart-custom.js"></script> | ||
| 75 | + <script src="static/js/01.js"></script> | ||
| 76 | + <script src="static/js/02.js"></script> | ||
| 77 | + | ||
| 78 | + <!-- slider JavaScript --> | ||
| 79 | + <script src="static/js/slider.js"></script> | ||
| 80 | + | ||
| 81 | + <!-- Emoji picker --> | ||
| 82 | + <script src="static/js/index.js" type="module"></script> | ||
| 83 | + | ||
| 84 | + | ||
| 85 | + <!-- app JavaScript --> | ||
| 86 | + <script src="static/js/app.js"></script> </body> | ||
| 87 | +</html> |
Datum_UImodel/auth-sign-in.html
0 → 100644
| 1 | + | ||
| 2 | + | ||
| 3 | + | ||
| 4 | +<!doctype html> | ||
| 5 | +<html lang="en"> | ||
| 6 | + <head> | ||
| 7 | + <meta charset="utf-8"> | ||
| 8 | + <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
| 9 | + <title>Datum | CRM Admin Dashboard Template</title> | ||
| 10 | + | ||
| 11 | + <link rel="stylesheet" href="static/css/backend-plugin.min.css"> | ||
| 12 | + <link rel="stylesheet" href="static/css/backend.css"> </head> | ||
| 13 | + <body class=" "> | ||
| 14 | + <!-- loader Start --> | ||
| 15 | + <div id="loading"> | ||
| 16 | + <div id="loading-center"> | ||
| 17 | + </div> | ||
| 18 | + </div> | ||
| 19 | + <!-- loader END --> | ||
| 20 | + | ||
| 21 | + <div class="wrapper"> | ||
| 22 | + <section class="login-content"> | ||
| 23 | + <div class="container h-100"> | ||
| 24 | + <div class="row align-items-center justify-content-center h-100"> | ||
| 25 | + <div class="col-md-5"> | ||
| 26 | + <div class="card"> | ||
| 27 | + <div class="card-body"> | ||
| 28 | + <div class="auth-logo"> | ||
| 29 | + <img src="static/picture/logo.png" class="img-fluid rounded-normal" alt="logo"> | ||
| 30 | + </div> | ||
| 31 | + <h2 class="mb-2 text-center">Sign In</h2> | ||
| 32 | + <p class="text-center">To Keep connected with us please login with your personal info.</p> | ||
| 33 | + <form> | ||
| 34 | + <div class="row"> | ||
| 35 | + <div class="col-lg-12"> | ||
| 36 | + <div class="form-group"> | ||
| 37 | + <label>Email</label> | ||
| 38 | + <input class="form-control" type="email" placeholder="admin@example.com"> | ||
| 39 | + </div> | ||
| 40 | + </div> | ||
| 41 | + <div class="col-lg-12"> | ||
| 42 | + <div class="form-group"> | ||
| 43 | + <label>Password</label> | ||
| 44 | + <input class="form-control" type="password" placeholder="********"> | ||
| 45 | + </div> | ||
| 46 | + </div> | ||
| 47 | + <div class="col-lg-6"> | ||
| 48 | + <div class="custom-control custom-checkbox mb-3"> | ||
| 49 | + <input type="checkbox" class="custom-control-input" id="customCheck1"> | ||
| 50 | + <label class="custom-control-label" for="customCheck1">Remember Me</label> | ||
| 51 | + </div> | ||
| 52 | + </div> | ||
| 53 | + <div class="col-lg-6"> | ||
| 54 | + <a href="auth-recoverpw.html" class="text-primary float-right">Forgot Password?</a> | ||
| 55 | + </div> | ||
| 56 | + </div> | ||
| 57 | + <div class="d-flex justify-content-between align-items-center"> | ||
| 58 | + <span>Create an Account <a href="auth-sign-up.html" class="text-primary">Sign Up</a></span> | ||
| 59 | + <button type="submit" class="btn btn-primary">Sign In</button> | ||
| 60 | + </div> | ||
| 61 | + </form> | ||
| 62 | + </div> | ||
| 63 | + </div> | ||
| 64 | + </div> | ||
| 65 | + </div> | ||
| 66 | + </div> | ||
| 67 | + </section> | ||
| 68 | + </div> | ||
| 69 | + | ||
| 70 | + <!-- Backend Bundle JavaScript --> | ||
| 71 | + <script src="static/js/backend-bundle.min.js"></script> | ||
| 72 | + <!-- Chart Custom JavaScript --> | ||
| 73 | + <script src="static/js/customizer.js"></script> | ||
| 74 | + | ||
| 75 | + <script src="static/js/sidebar.js"></script> | ||
| 76 | + | ||
| 77 | + <!-- Flextree Javascript--> | ||
| 78 | + <script src="static/js/flex-tree.min.js"></script> | ||
| 79 | + <script src="static/js/tree.js"></script> | ||
| 80 | + | ||
| 81 | + <!-- Table Treeview JavaScript --> | ||
| 82 | + <script src="static/js/table-treeview.js"></script> | ||
| 83 | + | ||
| 84 | + <!-- SweetAlert JavaScript --> | ||
| 85 | + <script src="static/js/sweetalert.js"></script> | ||
| 86 | + | ||
| 87 | + <!-- Vectoe Map JavaScript --> | ||
| 88 | + <script src="static/js/vector-map-custom.js"></script> | ||
| 89 | + | ||
| 90 | + <!-- Chart Custom JavaScript --> | ||
| 91 | + <script src="static/js/chart-custom.js"></script> | ||
| 92 | + <script src="static/js/01.js"></script> | ||
| 93 | + <script src="static/js/02.js"></script> | ||
| 94 | + | ||
| 95 | + <!-- slider JavaScript --> | ||
| 96 | + <script src="static/js/slider.js"></script> | ||
| 97 | + | ||
| 98 | + <!-- Emoji picker --> | ||
| 99 | + <script src="static/js/index.js" type="module"></script> | ||
| 100 | + | ||
| 101 | + | ||
| 102 | + <!-- app JavaScript --> | ||
| 103 | + <script src="static/js/app.js"></script> </body> | ||
| 104 | +</html> |
Datum_UImodel/auth-sign-up.html
0 → 100644
| 1 | + | ||
| 2 | + | ||
| 3 | +<!doctype html> | ||
| 4 | +<html lang="en"> | ||
| 5 | + <head> | ||
| 6 | + <meta charset="utf-8"> | ||
| 7 | + <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
| 8 | + <title>Datum | CRM Admin Dashboard Template</title> | ||
| 9 | + | ||
| 10 | + <link rel="stylesheet" href="static/css/backend-plugin.min.css"> | ||
| 11 | + <link rel="stylesheet" href="static/css/backend.css"> </head> | ||
| 12 | + <body class=" "> | ||
| 13 | + <!-- loader Start --> | ||
| 14 | + <div id="loading"> | ||
| 15 | + <div id="loading-center"> | ||
| 16 | + </div> | ||
| 17 | + </div> | ||
| 18 | + <!-- loader END --> | ||
| 19 | + | ||
| 20 | + <div class="wrapper"> | ||
| 21 | + <section class="login-content"> | ||
| 22 | + <div class="container h-100"> | ||
| 23 | + <div class="row align-items-center justify-content-center h-100"> | ||
| 24 | + <div class="col-md-5"> | ||
| 25 | + <div class="card p-3"> | ||
| 26 | + <div class="card-body"> | ||
| 27 | + <div class="auth-logo"> | ||
| 28 | + <img src="static/picture/logo.png" class="img-fluid rounded-normal darkmode-logo" alt="logo"> | ||
| 29 | + <img src="static/picture/logo-dark.png" class="img-fluid rounded-normal light-logo" alt="logo"> | ||
| 30 | + </div> | ||
| 31 | + <h3 class="mb-3 font-weight-bold text-center">Getting Started</h3> | ||
| 32 | + <p class="text-center text-secondary mb-4">Choose your social media to create account</p> | ||
| 33 | + <div class="social-btn d-flex justify-content-around align-items-center mb-4"> | ||
| 34 | + <button class="btn btn-outline-light"> | ||
| 35 | + <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewbox="88.428 12.828 107.543 207.085"> | ||
| 36 | + <path d="M158.232 219.912v-94.461h31.707l4.747-36.813h-36.454V65.134c0-10.658 2.96-17.922 18.245-17.922l19.494-.009V14.278c-3.373-.447-14.944-1.449-28.406-1.449-28.106 0-47.348 17.155-47.348 48.661v27.149H88.428v36.813h31.788v94.461l38.016-.001z" fill="#3c5a9a"></path> | ||
| 37 | + </svg> | ||
| 38 | + </button> | ||
| 39 | + <button class="btn btn-outline-light"> | ||
| 40 | + <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewbox="0 0 256 262" preserveaspectratio="xMidYMid"> | ||
| 41 | + <path d="M255.878 133.451c0-10.734-.871-18.567-2.756-26.69H130.55v48.448h71.947c-1.45 12.04-9.283 30.172-26.69 42.356l-.244 1.622 38.755 30.023 2.685.268c24.659-22.774 38.875-56.282 38.875-96.027" fill="#4285F4"></path> | ||
| 42 | + <path d="M130.55 261.1c35.248 0 64.839-11.605 86.453-31.622l-41.196-31.913c-11.024 7.688-25.82 13.055-45.257 13.055-34.523 0-63.824-22.773-74.269-54.25l-1.531.13-40.298 31.187-.527 1.465C35.393 231.798 79.49 261.1 130.55 261.1" fill="#34A853"></path> | ||
| 43 | + <path d="M56.281 156.37c-2.756-8.123-4.351-16.827-4.351-25.82 0-8.994 1.595-17.697 4.206-25.82l-.073-1.73L15.26 71.312l-1.335.635C5.077 89.644 0 109.517 0 130.55s5.077 40.905 13.925 58.602l42.356-32.782" fill="#FBBC05"></path> | ||
| 44 | + <path d="M130.55 50.479c24.514 0 41.05 10.589 50.479 19.438l36.844-35.974C195.245 12.91 165.798 0 130.55 0 79.49 0 35.393 29.301 13.925 71.947l42.211 32.783c10.59-31.477 39.891-54.251 74.414-54.251" fill="#EB4335"></path> | ||
| 45 | + </svg> | ||
| 46 | + </button> | ||
| 47 | + <button class="btn btn-outline-light"> | ||
| 48 | + <svg width="20" height="20" viewbox="328 355 335 276" xmlns="http://www.w3.org/2000/svg"> | ||
| 49 | + <path d="M 630, 425 A 195, 195 0 0 1 331, 600 A 142, 142 0 0 0 428, 570A 70, 70 0 0 1 370, 523A 70, 70 0 0 0 401, 521A 70, 70 0 0 1 344, 455A 70, 70 0 0 0 372, 460A 70, 70 0 0 1 354, 370A 195, 195 0 0 0 495, 442A 67, 67 0 0 1 611, 380A 117, 117 0 0 0 654, 363A 65, 65 0 0 1 623, 401A 117, 117 0 0 0 662, 390A 65, 65 0 0 1 630, 425Z" style="fill:#3BA9EE;"></path> | ||
| 50 | + </svg> | ||
| 51 | + </button> | ||
| 52 | + </div> | ||
| 53 | + <div class="mb-5"> | ||
| 54 | + <p class="line-around text-secondary mb-0"><span class="line-around-1">or register with email</span></p> | ||
| 55 | + </div> | ||
| 56 | + <form> | ||
| 57 | + <div class="row"> | ||
| 58 | + <div class="col-lg-12"> | ||
| 59 | + <div class="form-group"> | ||
| 60 | + <label class="text-secondary">Email</label> | ||
| 61 | + <input class="form-control" type="email" placeholder="Enter Email"> | ||
| 62 | + </div> | ||
| 63 | + </div> | ||
| 64 | + <div class="col-lg-12 mt-2"> | ||
| 65 | + <div class="form-group"> | ||
| 66 | + <label class="text-secondary">Password</label> | ||
| 67 | + <input class="form-control" type="password" placeholder="Enter Password"> | ||
| 68 | + </div> | ||
| 69 | + </div> | ||
| 70 | + <div class="col-lg-12 mt-2"> | ||
| 71 | + <div class="form-check form-check-inline"> | ||
| 72 | + <div class="custom-control custom-checkbox custom-control-inline mb-3"> | ||
| 73 | + <input type="checkbox" class="custom-control-input m-0" id="inlineCheckbox1"> | ||
| 74 | + <label class="custom-control-label pl-2" for="inlineCheckbox1">I agree to the <a href="terms-of-service.html">Terms of Service </a> and <a href="privacy-policy.html">Privacy Policy</a></label> | ||
| 75 | + </div> | ||
| 76 | + </div> | ||
| 77 | + </div> | ||
| 78 | + </div> | ||
| 79 | + <button type="submit" class="btn btn-primary btn-block mt-2">Create Account</button> | ||
| 80 | + <div class="col-lg-12 mt-3"> | ||
| 81 | + <p class="mb-0 text-center">Do you have an account? <a href="auth-login.html">Sign In</a></p> | ||
| 82 | + </div> | ||
| 83 | + </form> | ||
| 84 | + </div> | ||
| 85 | + </div> | ||
| 86 | + </div> | ||
| 87 | + </div> | ||
| 88 | + </div> | ||
| 89 | + </section> | ||
| 90 | + </div> | ||
| 91 | + | ||
| 92 | + <!-- Backend Bundle JavaScript --> | ||
| 93 | + <script src="static/js/backend-bundle.min.js"></script> | ||
| 94 | + <!-- Chart Custom JavaScript --> | ||
| 95 | + <script src="static/js/customizer.js"></script> | ||
| 96 | + | ||
| 97 | + <script src="static/js/sidebar.js"></script> | ||
| 98 | + | ||
| 99 | + <!-- Flextree Javascript--> | ||
| 100 | + <script src="static/js/flex-tree.min.js"></script> | ||
| 101 | + <script src="static/js/tree.js"></script> | ||
| 102 | + | ||
| 103 | + <!-- Table Treeview JavaScript --> | ||
| 104 | + <script src="static/js/table-treeview.js"></script> | ||
| 105 | + | ||
| 106 | + <!-- SweetAlert JavaScript --> | ||
| 107 | + <script src="static/js/sweetalert.js"></script> | ||
| 108 | + | ||
| 109 | + <!-- Vectoe Map JavaScript --> | ||
| 110 | + <script src="static/js/vector-map-custom.js"></script> | ||
| 111 | + | ||
| 112 | + <!-- Chart Custom JavaScript --> | ||
| 113 | + <script src="static/js/chart-custom.js"></script> | ||
| 114 | + <script src="static/js/01.js"></script> | ||
| 115 | + <script src="static/js/02.js"></script> | ||
| 116 | + | ||
| 117 | + <!-- slider JavaScript --> | ||
| 118 | + <script src="static/js/slider.js"></script> | ||
| 119 | + | ||
| 120 | + <!-- Emoji picker --> | ||
| 121 | + <script src="static/js/index.js" type="module"></script> | ||
| 122 | + | ||
| 123 | + | ||
| 124 | + <!-- app JavaScript --> | ||
| 125 | + <script src="static/js/app.js"></script> </body> | ||
| 126 | +</html> |
Datum_UImodel/calendar.html
0 → 100644
| 1 | + | ||
| 2 | +<!doctype html> | ||
| 3 | +<html lang="en"> | ||
| 4 | + <head> | ||
| 5 | + <meta charset="utf-8"> | ||
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
| 7 | + <title>Datum | CRM Admin Dashboard Template</title> | ||
| 8 | + | ||
| 9 | + <link rel='stylesheet' href='static/css/main.css'> | ||
| 10 | + <link rel='stylesheet' href='static/css/main1.css'> | ||
| 11 | + <link rel='stylesheet' href='static/css/main2.css'> | ||
| 12 | + <link rel='stylesheet' href='static/css/main3.css'> | ||
| 13 | + <link rel="stylesheet" href="static/css/backend-plugin.min.css"> | ||
| 14 | + <link rel="stylesheet" href="static/css/backend.css"> </head> | ||
| 15 | + <body class=" "> | ||
| 16 | + <!-- loader Start --> | ||
| 17 | + <div id="loading"> | ||
| 18 | + <div id="loading-center"> | ||
| 19 | + </div> | ||
| 20 | + </div> | ||
| 21 | + <!-- loader END --> | ||
| 22 | + <!-- Wrapper Start --> | ||
| 23 | + <div class="wrapper"> | ||
| 24 | + <div class="iq-sidebar sidebar-default "> | ||
| 25 | + <div class="iq-sidebar-logo d-flex align-items-end justify-content-between"> | ||
| 26 | + <a href="index.html" class="header-logo"> | ||
| 27 | + <img src="static/picture/logo.png" class="img-fluid rounded-normal light-logo" alt="logo"> | ||
| 28 | + <img src="static/picture/logo-dark.png" class="img-fluid rounded-normal d-none sidebar-light-img" alt="logo"> | ||
| 29 | + <span>Datum</span> | ||
| 30 | + </a> | ||
| 31 | + <div class="side-menu-bt-sidebar-1"> | ||
| 32 | + <svg xmlns="http://www.w3.org/2000/svg" class="text-light wrapper-menu" width="30" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 33 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path> | ||
| 34 | + </svg> | ||
| 35 | + </div> | ||
| 36 | + </div> | ||
| 37 | + <div class="data-scrollbar" data-scroll="1"> | ||
| 38 | + <nav class="iq-sidebar-menu"> | ||
| 39 | + <ul id="iq-sidebar-toggle" class="side-menu"> | ||
| 40 | + <li class=" sidebar-layout"> | ||
| 41 | + <a href="index.html" class="svg-icon"> | ||
| 42 | + <i class=""> | ||
| 43 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 44 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6"></path> | ||
| 45 | + </svg> | ||
| 46 | + </i> | ||
| 47 | + <span class="ml-2">Dashboard</span> | ||
| 48 | + <p class="mb-0 w-10 badge badge-pill badge-primary">6</p> | ||
| 49 | + </a> | ||
| 50 | + </li> | ||
| 51 | + <li class="px-3 pt-3 pb-2 "> | ||
| 52 | + <span class="text-uppercase small font-weight-bold">Application</span> | ||
| 53 | + </li> | ||
| 54 | + <li class=" sidebar-layout"> | ||
| 55 | + <a href="customer.html" class="svg-icon "> | ||
| 56 | + <i class=""> | ||
| 57 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 58 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0zm6 3a2 2 0 11-4 0 2 2 0 014 0zM7 10a2 2 0 11-4 0 2 2 0 014 0z"></path> | ||
| 59 | + </svg> | ||
| 60 | + </i> | ||
| 61 | + <span class="ml-2">Customer</span> | ||
| 62 | + </a> | ||
| 63 | + </li> | ||
| 64 | + <li class=" sidebar-layout"> | ||
| 65 | + <a href="product.html" class="svg-icon"> | ||
| 66 | + <i class=""> | ||
| 67 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 68 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 7h.01M7 3h5c.512 0 1.024.195 1.414.586l7 7a2 2 0 010 2.828l-7 7a2 2 0 01-2.828 0l-7-7A1.994 1.994 0 013 12V7a4 4 0 014-4z"></path> | ||
| 69 | + </svg> | ||
| 70 | + </i> | ||
| 71 | + <span class="ml-2">Product</span> | ||
| 72 | + </a> | ||
| 73 | + </li> | ||
| 74 | + <li class=" sidebar-layout"> | ||
| 75 | + <a href="order.html" class="svg-icon"> | ||
| 76 | + <i class=""> | ||
| 77 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 78 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path> | ||
| 79 | + </svg> | ||
| 80 | + </i> | ||
| 81 | + <span class="ml-2">Order</span> | ||
| 82 | + </a> | ||
| 83 | + </li> | ||
| 84 | + <li class=" sidebar-layout"> | ||
| 85 | + <a href="invoice.html" class="svg-icon"> | ||
| 86 | + <i class=""> | ||
| 87 | + <svg class="icon line" width="18" id="receipt" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 88 | + <path d="M17,16V3L13,5,10,3,7,5,3,3V17.83A3.13,3.13,0,0,0,5.84,21,3,3,0,0,0,9,18V17a1,1,0,0,1,1-1H20a1,1,0,0,1,1,1v1a3,3,0,0,1-3,3H6" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2;"></path> | ||
| 89 | + <line x1="8" y1="10" x2="12" y2="10" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2;"></line> | ||
| 90 | + </svg> | ||
| 91 | + </i> | ||
| 92 | + <span class="ml-2">Invoice</span> | ||
| 93 | + </a> | ||
| 94 | + </li> | ||
| 95 | + <li class=" sidebar-layout"> | ||
| 96 | + <a href="todo.html" class="svg-icon"> | ||
| 97 | + <i class=""> | ||
| 98 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 99 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4"></path> | ||
| 100 | + </svg> | ||
| 101 | + </i><span class="ml-2">Todo</span> | ||
| 102 | + </a> | ||
| 103 | + </li> | ||
| 104 | + <li class="active sidebar-layout"> | ||
| 105 | + <a href="" class="svg-icon"> | ||
| 106 | + <i class=""> | ||
| 107 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 108 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"></path> | ||
| 109 | + </svg> | ||
| 110 | + </i> | ||
| 111 | + <span class="ml-2">Calendar</span> | ||
| 112 | + <p class="mb-0 px-2 badge badge-pill badge-success">New</p> | ||
| 113 | + </a> | ||
| 114 | + </li> | ||
| 115 | + <li class="px-3 pt-3 pb-2"> | ||
| 116 | + <span class="text-uppercase small font-weight-bold">Pages</span> | ||
| 117 | + </li> | ||
| 118 | + <li class=" sidebar-layout"> | ||
| 119 | + <a href="chat.html" class="svg-icon"> | ||
| 120 | + <i class=""> | ||
| 121 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 122 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z"></path> | ||
| 123 | + </svg> | ||
| 124 | + </i><span class="ml-2">Chat</span> | ||
| 125 | + </a> | ||
| 126 | + </li> | ||
| 127 | + <li class=" sidebar-layout"> | ||
| 128 | + <a href="user-profile.html" class="svg-icon"> | ||
| 129 | + <i class=""> | ||
| 130 | + <svg class="svg-icon" id="iq-user-1-1" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 131 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5.121 17.804A13.937 13.937 0 0112 16c2.5 0 4.847.655 6.879 1.804M15 10a3 3 0 11-6 0 3 3 0 016 0zm6 2a9 9 0 11-18 0 9 9 0 0118 0z"></path> | ||
| 132 | + </svg> | ||
| 133 | + </i><span class="ml-2">User Profile</span> | ||
| 134 | + </a> | ||
| 135 | + </li> | ||
| 136 | + <li class="sidebar-layout"> | ||
| 137 | + <a href="#app1" class="collapsed svg-icon" data-toggle="collapse" aria-expanded="false"> | ||
| 138 | + <i> | ||
| 139 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 140 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z"></path> | ||
| 141 | + </svg> | ||
| 142 | + </i> | ||
| 143 | + <span class="ml-2">Authentication</span> | ||
| 144 | + <svg xmlns="http://www.w3.org/2000/svg" class="svg-icon iq-arrow-right arrow-active" width="15" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 145 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path> | ||
| 146 | + </svg> | ||
| 147 | + </a> | ||
| 148 | + <ul id="app1" class="submenu collapse" data-parent="#iq-sidebar-toggle"> | ||
| 149 | + <li class=" sidebar-layout"> | ||
| 150 | + <a href="auth-login.html" class="svg-icon"> | ||
| 151 | + <i class=""><svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 152 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 11c0 3.517-1.009 6.799-2.753 9.571m-3.44-2.04l.054-.09A13.916 13.916 0 008 11a4 4 0 118 0c0 1.017-.07 2.019-.203 3m-2.118 6.844A21.88 21.88 0 0015.171 17m3.839 1.132c.645-2.266.99-4.659.99-7.132A8 8 0 008 4.07M3 15.364c.64-1.319 1-2.8 1-4.364 0-1.457.39-2.823 1.07-4"></path> | ||
| 153 | + </svg> | ||
| 154 | + </i><span class="">Login</span> | ||
| 155 | + </a> | ||
| 156 | + </li> | ||
| 157 | + <li class=" sidebar-layout"> | ||
| 158 | + <a href="auth-sign-up.html" class="svg-icon"> | ||
| 159 | + <i class=""> | ||
| 160 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 161 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4"></path> | ||
| 162 | + </svg> | ||
| 163 | + </i><span class="">Register</span> | ||
| 164 | + </a> | ||
| 165 | + </li> | ||
| 166 | + <li class=" sidebar-layout"> | ||
| 167 | + <a href="auth-recover-pwd.html" class="svg-icon"> | ||
| 168 | + <i class=""> | ||
| 169 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 170 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15.232 5.232l3.536 3.536m-2.036-5.036a2.5 2.5 0 113.536 3.536L6.5 21.036H3v-3.572L16.732 3.732z"></path> | ||
| 171 | + </svg> | ||
| 172 | + </i><span class="">Reset Password</span> | ||
| 173 | + </a> | ||
| 174 | + </li> | ||
| 175 | + <li class=" sidebar-layout"> | ||
| 176 | + <a href="auth-confirm-mail.html" class="svg-icon"> | ||
| 177 | + <i class=""> | ||
| 178 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 179 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"></path> | ||
| 180 | + </svg> | ||
| 181 | + </i><span class="">Confirm Mail</span> | ||
| 182 | + </a> | ||
| 183 | + </li> | ||
| 184 | + <li class=" sidebar-layout"> | ||
| 185 | + <a href="auth-lock-screen.html" class="svg-icon"> | ||
| 186 | + <i class=""> | ||
| 187 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 188 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9.75 17L9 20l-1 1h8l-1-1-.75-3M3 13h18M5 17h14a2 2 0 002-2V5a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"></path> | ||
| 189 | + </svg> | ||
| 190 | + </i><span class="">Lock Screen</span> | ||
| 191 | + </a> | ||
| 192 | + </li> | ||
| 193 | + </ul> | ||
| 194 | + </li> | ||
| 195 | + <li class="sidebar-layout"> | ||
| 196 | + <a href="#app6" class="collapsed svg-icon" data-toggle="collapse" aria-expanded="false"> | ||
| 197 | + <i> | ||
| 198 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 199 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z"></path> | ||
| 200 | + </svg> | ||
| 201 | + </i> | ||
| 202 | + <span class="ml-2">Error</span> | ||
| 203 | + <svg xmlns="http://www.w3.org/2000/svg" class="svg-icon iq-arrow-right arrow-active" width="15" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 204 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path> | ||
| 205 | + </svg> | ||
| 206 | + </a> | ||
| 207 | + <ul id="app6" class="submenu collapse" data-parent="#iq-sidebar-toggle"> | ||
| 208 | + <li class=" sidebar-layout"> | ||
| 209 | + <a href="pages-error.html" class="svg-icon"> | ||
| 210 | + <i class=""> | ||
| 211 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 212 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 9v6m4-6v6m7-3a9 9 0 11-18 0 9 9 0 0118 0z"></path> | ||
| 213 | + </svg> | ||
| 214 | + </i> | ||
| 215 | + <span class="ml-2">Error 404</span> | ||
| 216 | + </a> | ||
| 217 | + </li> | ||
| 218 | + <li class=" sidebar-layout"> | ||
| 219 | + <a href="pages-error-500.html" class="svg-icon"> | ||
| 220 | + <i class=""> | ||
| 221 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 222 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18.364 5.636a9 9 0 010 12.728m0 0l-2.829-2.829m2.829 2.829L21 21M15.536 8.464a5 5 0 010 7.072m0 0l-2.829-2.829m-4.243 2.829a4.978 4.978 0 01-1.414-2.83m-1.414 5.658a9 9 0 01-2.167-9.238m7.824 2.167a1 1 0 111.414 1.414m-1.414-1.414L3 3m8.293 8.293l1.414 1.414"></path> | ||
| 223 | + </svg> | ||
| 224 | + </i> | ||
| 225 | + <span class="ml-2">Error 500</span> | ||
| 226 | + </a> | ||
| 227 | + </li> | ||
| 228 | + </ul> | ||
| 229 | + </li> | ||
| 230 | + <li class=" sidebar-layout"> | ||
| 231 | + <a href="pages-comingsoon.html" class="svg-icon"> | ||
| 232 | + <i class=""> | ||
| 233 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 234 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19.428 15.428a2 2 0 00-1.022-.547l-2.387-.477a6 6 0 00-3.86.517l-.318.158a6 6 0 01-3.86.517L6.05 15.21a2 2 0 00-1.806.547M8 4h8l-1 1v5.172a2 2 0 00.586 1.414l5 5c1.26 1.26.367 3.414-1.415 3.414H4.828c-1.782 0-2.674-2.154-1.414-3.414l5-5A2 2 0 009 10.172V5L8 4z"></path> | ||
| 235 | + </svg> | ||
| 236 | + </i><span class="ml-2">Comingsoon</span> | ||
| 237 | + </a> | ||
| 238 | + </li> | ||
| 239 | + <li class=" sidebar-layout"> | ||
| 240 | + <a href="pages-maintenance.html" class="svg-icon"> | ||
| 241 | + <i class=""> | ||
| 242 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 243 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 6V4m0 2a2 2 0 100 4m0-4a2 2 0 110 4m-6 8a2 2 0 100-4m0 4a2 2 0 110-4m0 4v2m0-6V4m6 6v10m6-2a2 2 0 100-4m0 4a2 2 0 110-4m0 4v2m0-6V4"></path> | ||
| 244 | + </svg> | ||
| 245 | + </i><span class="ml-2">Maintenance</span> | ||
| 246 | + </a> | ||
| 247 | + </li> | ||
| 248 | + <li class=" sidebar-layout"> | ||
| 249 | + <a href="pages-blank-page.html" class="svg-icon"> | ||
| 250 | + <i class=""> | ||
| 251 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 252 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"></path> | ||
| 253 | + </svg> | ||
| 254 | + </i><span class="ml-2">Blank Page</span> | ||
| 255 | + </a> | ||
| 256 | + </li> | ||
| 257 | + <li class=" sidebar-layout"> | ||
| 258 | + <a href="pages-faq.html" class="svg-icon"> | ||
| 259 | + <i class=""> | ||
| 260 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 261 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H5a2 2 0 00-2 2v9a2 2 0 002 2h14a2 2 0 002-2V8a2 2 0 00-2-2h-5m-4 0V5a2 2 0 114 0v1m-4 0a2 2 0 104 0m-5 8a2 2 0 100-4 2 2 0 000 4zm0 0c1.306 0 2.417.835 2.83 2M9 14a3.001 3.001 0 00-2.83 2M15 11h3m-3 4h2"></path> | ||
| 262 | + </svg> | ||
| 263 | + </i><span class="ml-2">Faq</span> | ||
| 264 | + </a> | ||
| 265 | + </li> | ||
| 266 | + <li class=" sidebar-layout"> | ||
| 267 | + <a href="pricing.html" class="svg-icon"> | ||
| 268 | + <i class=""> | ||
| 269 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 270 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8c-1.657 0-3 .895-3 2s1.343 2 3 2 3 .895 3 2-1.343 2-3 2m0-8c1.11 0 2.08.402 2.599 1M12 8V7m0 1v8m0 0v1m0-1c-1.11 0-2.08-.402-2.599-1M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path> | ||
| 271 | + </svg> | ||
| 272 | + </i><span class="ml-2">Pricing</span> | ||
| 273 | + </a> | ||
| 274 | + </li> | ||
| 275 | + <li class=" sidebar-layout"> | ||
| 276 | + <a href="timeline.html" class="svg-icon"> | ||
| 277 | + <i class=""> | ||
| 278 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 279 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"></path> | ||
| 280 | + </svg> | ||
| 281 | + </i><span class="ml-2">Timeline</span> | ||
| 282 | + </a> | ||
| 283 | + </li> | ||
| 284 | + <li class="px-3 pt-3 pb-2"> | ||
| 285 | + <span class="text-uppercase small font-weight-bold">Components</span> | ||
| 286 | + </li> | ||
| 287 | + <li class="sidebar-layout"> | ||
| 288 | + <a href="#app2" class="collapsed svg-icon" data-toggle="collapse" aria-expanded="false"> | ||
| 289 | + <i> | ||
| 290 | + <svg class="svg-icon" id="iq-ui-1" width="18" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 291 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 21a4 4 0 01-4-4V5a2 2 0 012-2h4a2 2 0 012 2v12a4 4 0 01-4 4zm0 0h12a2 2 0 002-2v-4a2 2 0 00-2-2h-2.343M11 7.343l1.657-1.657a2 2 0 012.828 0l2.829 2.829a2 2 0 010 2.828l-8.486 8.485M7 17h.01" style="stroke-dasharray: 97, 117; stroke-dashoffset: 0;"></path> | ||
| 292 | + </svg> | ||
| 293 | + </i> | ||
| 294 | + <span class="ml-2">UI Elements</span> | ||
| 295 | + <svg xmlns="http://www.w3.org/2000/svg" class="svg-icon iq-arrow-right arrow-active" width="15" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 296 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path> | ||
| 297 | + </svg> | ||
| 298 | + </a> | ||
| 299 | + <ul id="app2" class="submenu collapse" data-parent="#iq-sidebar-toggle"> | ||
| 300 | + <li class=" sidebar-layout"> | ||
| 301 | + <a href="ui-avatars.html" class="svg-icon"> | ||
| 302 | + <i class=""> | ||
| 303 | + <svg class="svg-icon" id="iq-ui-1-0" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 304 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5.121 17.804A13.937 13.937 0 0112 16c2.5 0 4.847.655 6.879 1.804M15 10a3 3 0 11-6 0 3 3 0 016 0zm6 2a9 9 0 11-18 0 9 9 0 0118 0z" style="stroke-dasharray: 90, 110; stroke-dashoffset: 0;"></path> | ||
| 305 | + </svg> | ||
| 306 | + </i><span class="">Avatars</span> | ||
| 307 | + </a> | ||
| 308 | + </li> | ||
| 309 | + <li class=" sidebar-layout"> | ||
| 310 | + <a href="ui-alerts.html" class="svg-icon"> | ||
| 311 | + <i class=""> | ||
| 312 | + <svg class="svg-icon" width="18" id="iq-ui-1-1" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 313 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 7h.01M7 3h5c.512 0 1.024.195 1.414.586l7 7a2 2 0 010 2.828l-7 7a2 2 0 01-2.828 0l-7-7A1.994 1.994 0 013 12V7a4 4 0 014-4z" style="stroke-dasharray: 56, 76; stroke-dashoffset: 0;"></path> | ||
| 314 | + </svg> | ||
| 315 | + </i><span class="">Alerts</span> | ||
| 316 | + </a> | ||
| 317 | + </li> | ||
| 318 | + <li class=" sidebar-layout"> | ||
| 319 | + <a href="ui-badges.html" class="svg-icon"> | ||
| 320 | + <i class=""> | ||
| 321 | + <svg class="svg-icon" width="18" id="iq-ui-1-2" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 322 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-3 7h3m-3 4h3m-6-4h.01M9 16h.01" style="stroke-dasharray: 74, 94; stroke-dashoffset: 0;"></path> | ||
| 323 | + </svg> | ||
| 324 | + </i><span class="">Badges</span> | ||
| 325 | + </a> | ||
| 326 | + </li> | ||
| 327 | + <li class=" sidebar-layout"> | ||
| 328 | + <a href="ui-breadcrumb.html" class="svg-icon"> | ||
| 329 | + <i class=""> | ||
| 330 | + <svg class="svg-icon" width="18" id="iq-ui-1-3" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 331 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" style="stroke-dasharray: 48, 68; stroke-dashoffset: 0;"></path> | ||
| 332 | + </svg> | ||
| 333 | + </i><span class="">Breadcrumb</span> | ||
| 334 | + </a> | ||
| 335 | + </li> | ||
| 336 | + <li class=" sidebar-layout"> | ||
| 337 | + <a href="ui-buttons.html" class="svg-icon"> | ||
| 338 | + <i class=""> | ||
| 339 | + <svg class="svg-icon" width="18" id="iq-ui-1-4" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 340 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="{2}" d="M15 5v2m0 4v2m0 4v2M5 5a2 2 0 00-2 2v3a2 2 0 110 4v3a2 2 0 002 2h14a2 2 0 002-2v-3a2 2 0 110-4V7a2 2 0 00-2-2H5z" style="stroke-dasharray: 72, 92; stroke-dashoffset: 0;"></path> | ||
| 341 | + </svg> | ||
| 342 | + </i><span class="">Buttons</span> | ||
| 343 | + </a> | ||
| 344 | + </li> | ||
| 345 | + <li class=" sidebar-layout"> | ||
| 346 | + <a href="ui-buttons-group.html" class="svg-icon"> | ||
| 347 | + <i class=""> | ||
| 348 | + <svg class="svg-icon" id="iq-ui-1-5" width="20" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 349 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 11H5m14 0a2 2 0 012 2v6a2 2 0 01-2 2H5a2 2 0 01-2-2v-6a2 2 0 012-2m14 0V9a2 2 0 00-2-2M5 11V9a2 2 0 012-2m0 0V5a2 2 0 012-2h6a2 2 0 012 2v2M7 7h10" style="stroke-dasharray: 90, 110; stroke-dashoffset: 0;"></path> | ||
| 350 | + </svg> | ||
| 351 | + </i><span class="">Buttons Group</span> | ||
| 352 | + </a> | ||
| 353 | + </li> | ||
| 354 | + <li class=" sidebar-layout"> | ||
| 355 | + <a href="ui-boxshadow.html" class="svg-icon"> | ||
| 356 | + <i class=""> | ||
| 357 | + <svg class="svg-icon" width="18" id="iq-ui-1-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 358 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20 7l-8-4-8 4m16 0l-8 4m8-4v10l-8 4m0-10L4 7m8 4v10M4 7v10l8 4" style="stroke-dasharray: 84, 104; stroke-dashoffset: 0;"></path> | ||
| 359 | + </svg> | ||
| 360 | + </i><span class="">Box Shadow</span> | ||
| 361 | + </a> | ||
| 362 | + </li> | ||
| 363 | + <li class=" sidebar-layout"> | ||
| 364 | + <a href="ui-colors.html" class="svg-icon"> | ||
| 365 | + <i class=""> | ||
| 366 | + <svg class="svg-icon" width="18" id="iq-ui-1-7" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 367 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 21a4 4 0 01-4-4V5a2 2 0 012-2h4a2 2 0 012 2v12a4 4 0 01-4 4zm0 0h12a2 2 0 002-2v-4a2 2 0 00-2-2h-2.343M11 7.343l1.657-1.657a2 2 0 012.828 0l2.829 2.829a2 2 0 010 2.828l-8.486 8.485M7 17h.01" style="stroke-dasharray: 97, 117; stroke-dashoffset: 0;"></path> | ||
| 368 | + </svg> | ||
| 369 | + </i><span class="">Colors</span> | ||
| 370 | + </a> | ||
| 371 | + </li> | ||
| 372 | + <li class=" sidebar-layout"> | ||
| 373 | + <a href="ui-cards.html" class="svg-icon"> | ||
| 374 | + <i class=""> | ||
| 375 | + <svg class="svg-icon" width="18" id="iq-ui-1-8" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 376 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 10h18M7 15h1m4 0h1m-7 4h12a3 3 0 003-3V8a3 3 0 00-3-3H6a3 3 0 00-3 3v8a3 3 0 003 3z" style="stroke-dasharray: 79, 99; stroke-dashoffset: 0;"></path> | ||
| 377 | + </svg> | ||
| 378 | + </i><span class="">Cards</span> | ||
| 379 | + </a> | ||
| 380 | + </li> | ||
| 381 | + <li class=" sidebar-layout"> | ||
| 382 | + <a href="ui-carousel.html" class="svg-icon"> | ||
| 383 | + <i class=""> | ||
| 384 | + <svg class="svg-icon" width="18" id="iq-ui-1-9" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 385 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 4v16M17 4v16M3 8h4m10 0h4M3 12h18M3 16h4m10 0h4M4 20h16a1 1 0 001-1V5a1 1 0 00-1-1H4a1 1 0 00-1 1v14a1 1 0 001 1z" style="stroke-dasharray: 133, 153; stroke-dashoffset: 0;"></path> | ||
| 386 | + </svg> | ||
| 387 | + </i><span class="">Carousel</span> | ||
| 388 | + </a> | ||
| 389 | + </li> | ||
| 390 | + <li class=" sidebar-layout"> | ||
| 391 | + <a href="ui-grid.html" class="svg-icon"> | ||
| 392 | + <i class=""> | ||
| 393 | + <svg class="svg-icon" width="18" id="iq-ui-1-10" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 394 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2V6zM14 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V6zM4 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2v-2zM14 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z" style="stroke-dasharray: 83, 103; stroke-dashoffset: 0;"></path> | ||
| 395 | + </svg> | ||
| 396 | + </i><span class="">Grid</span> | ||
| 397 | + </a> | ||
| 398 | + </li> | ||
| 399 | + <li class=" sidebar-layout"> | ||
| 400 | + <a href="ui-images.html" class="svg-icon"> | ||
| 401 | + <i class=""> | ||
| 402 | + <svg class="svg-icon" width="18" id="iq-ui-1-12" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 403 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 16l4.586-4.586a2 2 0 012.828 0L16 16m-2-2l1.586-1.586a2 2 0 012.828 0L20 14m-6-6h.01M6 20h12a2 2 0 002-2V6a2 2 0 00-2-2H6a2 2 0 00-2 2v12a2 2 0 002 2z" style="stroke-dasharray: 85, 105; stroke-dashoffset: 0;"></path> | ||
| 404 | + </svg> | ||
| 405 | + </i><span class="">Images</span> | ||
| 406 | + </a> | ||
| 407 | + </li> | ||
| 408 | + <li class=" sidebar-layout"> | ||
| 409 | + <a href="ui-list-group.html" class="svg-icon"> | ||
| 410 | + <i class=""> | ||
| 411 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 412 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 10h16M4 14h16M4 18h16"></path> | ||
| 413 | + </svg> | ||
| 414 | + </i><span class="">list Group</span> | ||
| 415 | + </a> | ||
| 416 | + </li> | ||
| 417 | + <li class=" sidebar-layout"> | ||
| 418 | + <a href="ui-media-object.html" class="svg-icon"> | ||
| 419 | + <i class=""> | ||
| 420 | + <svg class="svg-icon" width="18" id="iq-ui-1-14" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 421 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 11H5m14 0a2 2 0 012 2v6a2 2 0 01-2 2H5a2 2 0 01-2-2v-6a2 2 0 012-2m14 0V9a2 2 0 00-2-2M5 11V9a2 2 0 012-2m0 0V5a2 2 0 012-2h6a2 2 0 012 2v2M7 7h10" style="stroke-dasharray: 90, 110; stroke-dashoffset: 0;"></path> | ||
| 422 | + </svg> | ||
| 423 | + </i><span class="">Media</span> | ||
| 424 | + </a> | ||
| 425 | + </li> | ||
| 426 | + <li class=" sidebar-layout"> | ||
| 427 | + <a href="ui-modal.html" class="svg-icon"> | ||
| 428 | + <i class=""> | ||
| 429 | + <svg class="svg-icon" width="18" id="iq-ui-1-15" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> | ||
| 430 | + <path d="M12 3h7a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-7m0-18H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7m0-18v18" style="stroke-dasharray: 87, 107; stroke-dashoffset: 0;"> | ||
| 431 | + </path> | ||
| 432 | + </svg> | ||
| 433 | + </i><span class="">Modal</span> | ||
| 434 | + </a> | ||
| 435 | + </li> | ||
| 436 | + <li class=" sidebar-layout"> | ||
| 437 | + <a href="ui-notifications.html" class="svg-icon"> | ||
| 438 | + <i class=""> | ||
| 439 | + <svg class="svg-icon" width="18" id="iq-ui-1-16" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 440 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14.158V11a6.002 6.002 0 00-4-5.659V5a2 2 0 10-4 0v.341C7.67 6.165 6 8.388 6 11v3.159c0 .538-.214 1.055-.595 1.436L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9" style="stroke-dasharray: 63, 83; stroke-dashoffset: 0;"></path> | ||
| 441 | + </svg> | ||
| 442 | + </i><span class="">Notifications</span> | ||
| 443 | + </a> | ||
| 444 | + </li> | ||
| 445 | + <li class=" sidebar-layout"> | ||
| 446 | + <a href="ui-pagination.html" class="svg-icon"> | ||
| 447 | + <i class=""> | ||
| 448 | + <svg class="svg-icon" width="18" id="iq-ui-1-17" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 449 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 12h.01M12 12h.01M19 12h.01M6 12a1 1 0 11-2 0 1 1 0 012 0zm7 0a1 1 0 11-2 0 1 1 0 012 0zm7 0a1 1 0 11-2 0 1 1 0 012 0z" style="stroke-dasharray: 19, 39; stroke-dashoffset: 0;"></path> | ||
| 450 | + </svg> | ||
| 451 | + </i><span class="">Pagination</span> | ||
| 452 | + </a> | ||
| 453 | + </li> | ||
| 454 | + <li class=" sidebar-layout"> | ||
| 455 | + <a href="ui-popovers.html" class="svg-icon"> | ||
| 456 | + <i class=""> | ||
| 457 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 458 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 11l3-3m0 0l3 3m-3-3v8m0-13a9 9 0 110 18 9 9 0 010-18z"></path> | ||
| 459 | + </svg> | ||
| 460 | + </i><span class="">Popovers</span> | ||
| 461 | + </a> | ||
| 462 | + </li> | ||
| 463 | + <li class=" sidebar-layout"> | ||
| 464 | + <a href="ui-progressbars.html" class="svg-icon"> | ||
| 465 | + <i class=""> | ||
| 466 | + <svg xmlns="http://www.w3.org/2000/svg" fill="none" width="18" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 467 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 11H5m14 0a2 2 0 012 2v6a2 2 0 01-2 2H5a2 2 0 01-2-2v-6a2 2 0 012-2m14 0V9a2 2 0 00-2-2M5 11V9a2 2 0 012-2m0 0V5a2 2 0 012-2h6a2 2 0 012 2v2M7 7h10"></path> | ||
| 468 | + </svg> | ||
| 469 | + </i><span class="">Progressbars</span> | ||
| 470 | + </a> | ||
| 471 | + </li> | ||
| 472 | + <li class=" sidebar-layout"> | ||
| 473 | + <a href="ui-typography.html" class="svg-icon"> | ||
| 474 | + <i class=""> | ||
| 475 | + <svg class="svg-icon" id="iq-ui-1-20" xmlns="http://www.w3.org/2000/svg" fill="none" width="18" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 476 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 4v1m6 11h2m-6 0h-2v4m0-11v3m0 0h.01M12 12h4.01M16 20h4M4 12h4m12 0h.01M5 8h2a1 1 0 001-1V5a1 1 0 00-1-1H5a1 1 0 00-1 1v2a1 1 0 001 1zm12 0h2a1 1 0 001-1V5a1 1 0 00-1-1h-2a1 1 0 00-1 1v2a1 1 0 001 1zM5 20h2a1 1 0 001-1v-2a1 1 0 00-1-1H5a1 1 0 00-1 1v2a1 1 0 001 1z" style="stroke-dasharray: 67, 87; stroke-dashoffset: 0;"></path> | ||
| 477 | + </svg> | ||
| 478 | + </i><span class="">Typography</span> | ||
| 479 | + </a> | ||
| 480 | + </li> | ||
| 481 | + <li class=" sidebar-layout"> | ||
| 482 | + <a href="ui-tabs.html" class="svg-icon"> | ||
| 483 | + <i class=""> | ||
| 484 | + <svg class="svg-icon" id="iq-ui-1-21" xmlns="http://www.w3.org/2000/svg" fill="none" width="18" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 485 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 7v10c0 2.21 3.582 4 8 4s8-1.79 8-4V7M4 7c0 2.21 3.582 4 8 4s8-1.79 8-4M4 7c0-2.21 3.582-4 8-4s8 1.79 8 4m0 5c0 2.21-3.582 4-8 4s-8-1.79-8-4" style="stroke-dasharray: 98, 118; stroke-dashoffset: 0;"></path> | ||
| 486 | + </svg> | ||
| 487 | + </i><span class="">Tabs</span> | ||
| 488 | + </a> | ||
| 489 | + </li> | ||
| 490 | + <li class=" sidebar-layout"> | ||
| 491 | + <a href="ui-tooltips.html" class="svg-icon"> | ||
| 492 | + <i class=""> | ||
| 493 | + <svg xmlns="http://www.w3.org/2000/svg" fill="none" width="18" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 494 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 13h6m2 8H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"></path> | ||
| 495 | + </svg> | ||
| 496 | + </i><span class="">Tooltips</span> | ||
| 497 | + </a> | ||
| 498 | + </li> | ||
| 499 | + <li class=" sidebar-layout"> | ||
| 500 | + <a href="ui-embed-video.html" class="svg-icon"> | ||
| 501 | + <i class=""> | ||
| 502 | + <svg class="svg-icon" id="iq-ui-1-23" xmlns="http://www.w3.org/2000/svg" fill="none" width="18" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 503 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 10l4.553-2.276A1 1 0 0121 8.618v6.764a1 1 0 01-1.447.894L15 14M5 18h8a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v8a2 2 0 002 2z" style="stroke-dasharray: 66, 86; stroke-dashoffset: 0;"></path> | ||
| 504 | + </svg> | ||
| 505 | + </i><span class="">Video</span> | ||
| 506 | + </a> | ||
| 507 | + </li> | ||
| 508 | + </ul> | ||
| 509 | + </li> | ||
| 510 | + <li class="sidebar-layout"> | ||
| 511 | + <a href="#app3" class="collapsed svg-icon" data-toggle="collapse" aria-expanded="false"> | ||
| 512 | + <i> | ||
| 513 | + <svg class="svg-icon" id="iq-form-1" width="18" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 514 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-3 7h3m-3 4h3m-6-4h.01M9 16h.01" style="stroke-dasharray: 74, 94; stroke-dashoffset: 0;"></path> | ||
| 515 | + </svg> | ||
| 516 | + </i> | ||
| 517 | + <span class="ml-2">Forms</span> | ||
| 518 | + <svg xmlns="http://www.w3.org/2000/svg" class="svg-icon iq-arrow-right arrow-active" width="15" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 519 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path> | ||
| 520 | + </svg> | ||
| 521 | + </a> | ||
| 522 | + <ul id="app3" class="submenu collapse" data-parent="#iq-sidebar-toggle"> | ||
| 523 | + <li class="sidebar-layout"> | ||
| 524 | + <a href="#form1" class="collapsed svg-icon" data-toggle="collapse" aria-expanded="false"> | ||
| 525 | + <i class=""> | ||
| 526 | + <svg class="svg-icon" width="18" id="iq-form-1-1" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 527 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 18h.01M7 21h10a2 2 0 002-2V5a2 2 0 00-2-2H7a2 2 0 00-2 2v14a2 2 0 002 2z" style="stroke-dasharray: 61, 81; stroke-dashoffset: 0;"></path> | ||
| 528 | + </svg> | ||
| 529 | + </i> | ||
| 530 | + <span class="">Form Control</span> | ||
| 531 | + <svg xmlns="http://www.w3.org/2000/svg" class="svg-icon iq-arrow-right arrow-active" width="15" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 532 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path> | ||
| 533 | + </svg> | ||
| 534 | + </a> | ||
| 535 | + <ul id="form1" class="submenu collapse" data-parent="#app3"> | ||
| 536 | + <li class=" sidebar-layout"> | ||
| 537 | + <a href="form-layout.html" class="svg-icon"> | ||
| 538 | + <i class=""> | ||
| 539 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 540 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20 7l-8-4-8 4m16 0l-8 4m8-4v10l-8 4m0-10L4 7m8 4v10M4 7v10l8 4"></path> | ||
| 541 | + </svg> | ||
| 542 | + </i><span class="">Form Elements</span> | ||
| 543 | + </a> | ||
| 544 | + </li> | ||
| 545 | + <li class=" sidebar-layout"> | ||
| 546 | + <a href="form-input-group.html" class="svg-icon"> | ||
| 547 | + <i class=""> | ||
| 548 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 549 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 13h6M3 17V7a2 2 0 012-2h6l2 2h6a2 2 0 012 2v8a2 2 0 01-2 2H5a2 2 0 01-2-2z"></path> | ||
| 550 | + </svg> | ||
| 551 | + </i><span class="">Form Input</span> | ||
| 552 | + </a> | ||
| 553 | + </li> | ||
| 554 | + <li class=" sidebar-layout"> | ||
| 555 | + <a href="form-validation.html" class="svg-icon"> | ||
| 556 | + <i class=""> | ||
| 557 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 558 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11 5H6a2 2 0 00-2 2v11a2 2 0 002 2h11a2 2 0 002-2v-5m-1.414-9.414a2 2 0 112.828 2.828L11.828 15H9v-2.828l8.586-8.586z"></path> | ||
| 559 | + </svg> | ||
| 560 | + </i><span class="">Form Validation</span> | ||
| 561 | + </a> | ||
| 562 | + </li> | ||
| 563 | + <li class=" sidebar-layout"> | ||
| 564 | + <a href="form-switch.html" class="svg-icon"> | ||
| 565 | + <i class=""> | ||
| 566 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 567 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 7h12m0 0l-4-4m4 4l-4 4m0 6H4m0 0l4 4m-4-4l4-4"></path> | ||
| 568 | + </svg> | ||
| 569 | + </i><span class="">Form Switch</span> | ||
| 570 | + </a> | ||
| 571 | + </li> | ||
| 572 | + <li class=" sidebar-layout"> | ||
| 573 | + <a href="form-chechbox.html" class="svg-icon"> | ||
| 574 | + <i class=""> | ||
| 575 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 576 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path> | ||
| 577 | + </svg> | ||
| 578 | + </i><span class="">Form Checkbox</span> | ||
| 579 | + </a> | ||
| 580 | + </li> | ||
| 581 | + <li class=" sidebar-layout"> | ||
| 582 | + <a href="form-radio.html" class="svg-icon"> | ||
| 583 | + <i class=""> | ||
| 584 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 585 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"></path> | ||
| 586 | + </svg> | ||
| 587 | + </i><span class="">Form Radio</span> | ||
| 588 | + </a> | ||
| 589 | + </li> | ||
| 590 | + <li class=" sidebar-layout"> | ||
| 591 | + <a href="form-textarea.html" class="svg-icon"> | ||
| 592 | + <i class=""> | ||
| 593 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 594 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"></path> | ||
| 595 | + </svg> | ||
| 596 | + </i><span class="">Form Textarea</span> | ||
| 597 | + </a> | ||
| 598 | + </li> | ||
| 599 | + </ul> | ||
| 600 | + </li> | ||
| 601 | + <li class="sidebar-layout"> | ||
| 602 | + <a href="#form2" class="collapsed svg-icon" data-toggle="collapse" aria-expanded="false"> | ||
| 603 | + <i class=""> | ||
| 604 | + <svg class="svg-icon" width="18" id="iq-user-1" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 605 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z"></path> | ||
| 606 | + </svg> | ||
| 607 | + </i> | ||
| 608 | + <span class="">Form Widget</span> | ||
| 609 | + <svg xmlns="http://www.w3.org/2000/svg" class="svg-icon iq-arrow-right arrow-active" width="15" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 610 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path> | ||
| 611 | + </svg> | ||
| 612 | + </a> | ||
| 613 | + <ul id="form2" class="submenu collapse" data-parent="#app3"> | ||
| 614 | + <li class=" sidebar-layout"> | ||
| 615 | + <a href="form-datepicker.html" class="svg-icon"> | ||
| 616 | + <i class=""> | ||
| 617 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 618 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"></path> | ||
| 619 | + </svg> | ||
| 620 | + </i><span class="">Datepicker</span> | ||
| 621 | + </a> | ||
| 622 | + </li> | ||
| 623 | + <li class=" sidebar-layout"> | ||
| 624 | + <a href="form-select.html" class="svg-icon"> | ||
| 625 | + <i class=""> | ||
| 626 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 627 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 15l-2 5L9 9l11 4-5 2zm0 0l5 5M7.188 2.239l.777 2.897M5.136 7.965l-2.898-.777M13.95 4.05l-2.122 2.122m-5.657 5.656l-2.12 2.122"></path> | ||
| 628 | + </svg> | ||
| 629 | + </i><span class="">Select2</span> | ||
| 630 | + </a> | ||
| 631 | + </li> | ||
| 632 | + <li class=" sidebar-layout"> | ||
| 633 | + <a href="form-file-uploader.html" class="svg-icon"> | ||
| 634 | + <i class=""> | ||
| 635 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 636 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 16a4 4 0 01-.88-7.903A5 5 0 1115.9 6L16 6a5 5 0 011 9.9M15 13l-3-3m0 0l-3 3m3-3v12"></path> | ||
| 637 | + </svg> | ||
| 638 | + </i><span class="">File Upload</span> | ||
| 639 | + </a> | ||
| 640 | + </li> | ||
| 641 | + <li class=" sidebar-layout"> | ||
| 642 | + <a href="form-quill.html" class="svg-icon"> | ||
| 643 | + <i class=""> | ||
| 644 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 645 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"></path> | ||
| 646 | + </svg> | ||
| 647 | + </i><span class="">Form quill</span> | ||
| 648 | + </a> | ||
| 649 | + </li> | ||
| 650 | + </ul> | ||
| 651 | + </li> | ||
| 652 | + </ul> | ||
| 653 | + </li> | ||
| 654 | + <li class="sidebar-layout"> | ||
| 655 | + <a href="#app5" class="collapsed svg-icon" data-toggle="collapse" aria-expanded="false"> | ||
| 656 | + <i> | ||
| 657 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 658 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 10h18M3 14h18m-9-4v8m-7 0h14a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v8a2 2 0 002 2z"></path> | ||
| 659 | + </svg> | ||
| 660 | + </i> | ||
| 661 | + <span class="ml-2">Table</span> | ||
| 662 | + <svg xmlns="http://www.w3.org/2000/svg" class="svg-icon iq-arrow-right arrow-active" width="15" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 663 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path> | ||
| 664 | + </svg> | ||
| 665 | + </a> | ||
| 666 | + <ul id="app5" class="submenu collapse" data-parent="#iq-sidebar-toggle"> | ||
| 667 | + <li class=" sidebar-layout"> | ||
| 668 | + <a href="tables-basic.html" class="svg-icon"> | ||
| 669 | + <i class=""> | ||
| 670 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 671 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 17V7m0 10a2 2 0 01-2 2H5a2 2 0 01-2-2V7a2 2 0 012-2h2a2 2 0 012 2m0 10a2 2 0 002 2h2a2 2 0 002-2M9 7a2 2 0 012-2h2a2 2 0 012 2m0 10V7m0 10a2 2 0 002 2h2a2 2 0 002-2V7a2 2 0 00-2-2h-2a2 2 0 00-2 2"></path> | ||
| 672 | + </svg> | ||
| 673 | + </i> | ||
| 674 | + <span class="ml-2">Basic Tables</span> | ||
| 675 | + </a> | ||
| 676 | + </li> | ||
| 677 | + <li class=" sidebar-layout"> | ||
| 678 | + <a href="table-data.html" class="svg-icon"> | ||
| 679 | + <i class=""> | ||
| 680 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 681 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 7v10c0 2.21 3.582 4 8 4s8-1.79 8-4V7M4 7c0 2.21 3.582 4 8 4s8-1.79 8-4M4 7c0-2.21 3.582-4 8-4s8 1.79 8 4m0 5c0 2.21-3.582 4-8 4s-8-1.79-8-4"></path> | ||
| 682 | + </svg> | ||
| 683 | + </i> | ||
| 684 | + <span class="ml-2">Data Table</span> | ||
| 685 | + </a> | ||
| 686 | + </li> | ||
| 687 | + <li class=" sidebar-layout"> | ||
| 688 | + <a href="table-editable.html" class="svg-icon"> | ||
| 689 | + <i class=""> | ||
| 690 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 691 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 7v8a2 2 0 002 2h6M8 7V5a2 2 0 012-2h4.586a1 1 0 01.707.293l4.414 4.414a1 1 0 01.293.707V15a2 2 0 01-2 2h-2M8 7H6a2 2 0 00-2 2v10a2 2 0 002 2h8a2 2 0 002-2v-2"></path> | ||
| 692 | + </svg> | ||
| 693 | + </i> | ||
| 694 | + <span class="ml-2">Editable Table</span> | ||
| 695 | + </a> | ||
| 696 | + </li> | ||
| 697 | + </ul> | ||
| 698 | + </li> | ||
| 699 | + <li class=" sidebar-layout"> | ||
| 700 | + <a href="chart-apex.html" class="svg-icon"> | ||
| 701 | + <i class=""> | ||
| 702 | + <svg class="svg-icon" id="iq-chart-1" width="18" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 703 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 13v-1m4 1v-3m4 3V8M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z" style="stroke-dasharray: 96, 116; stroke-dashoffset: 0;"></path> | ||
| 704 | + </svg> | ||
| 705 | + </i> | ||
| 706 | + <span class="ml-2">Chart</span> | ||
| 707 | + </a> | ||
| 708 | + </li> | ||
| 709 | + <li class=" sidebar-layout"> | ||
| 710 | + <a href="icon-heroicon.html" class="svg-icon"> | ||
| 711 | + <i class=""> | ||
| 712 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 713 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14 10l-2 1m0 0l-2-1m2 1v2.5M20 7l-2 1m2-1l-2-1m2 1v2.5M14 4l-2-1-2 1M4 7l2-1M4 7l2 1M4 7v2.5M12 21l-2-1m2 1l2-1m-2 1v-2.5M6 18l-2-1v-2.5M18 18l2-1v-2.5"></path> | ||
| 714 | + </svg> | ||
| 715 | + </i> | ||
| 716 | + <span class="ml-2">Icon</span> | ||
| 717 | + </a> | ||
| 718 | + </li> | ||
| 719 | + </ul> | ||
| 720 | + </nav> | ||
| 721 | + <div class="pt-5 pb-5"></div> | ||
| 722 | + </div> | ||
| 723 | + </div> | ||
| 724 | + <div class="iq-top-navbar"> | ||
| 725 | + <div class="iq-navbar-custom"> | ||
| 726 | + <nav class="navbar navbar-expand-lg navbar-light p-0"> | ||
| 727 | + <div class="side-menu-bt-sidebar"> | ||
| 728 | + <svg xmlns="http://www.w3.org/2000/svg" class="text-secondary wrapper-menu" width="30" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 729 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"></path> | ||
| 730 | + </svg> | ||
| 731 | + </div> | ||
| 732 | + <div class="d-flex align-items-center"> | ||
| 733 | + <div class="change-mode"> | ||
| 734 | + <div class="custom-control custom-switch custom-switch-icon custom-control-inline"> | ||
| 735 | + <div class="custom-switch-inner"> | ||
| 736 | + <p class="mb-0"> </p> | ||
| 737 | + <input type="checkbox" class="custom-control-input" id="dark-mode" data-active="true"> | ||
| 738 | + <label class="custom-control-label" for="dark-mode" data-mode="toggle"> | ||
| 739 | + <span class="switch-icon-right"> | ||
| 740 | + <svg xmlns="http://www.w3.org/2000/svg" id="h-moon" height="20" width="20" class="h-6 w-6" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 741 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.354 15.354A9 9 0 018.646 3.646 9.003 9.003 0 0012 21a9.003 9.003 0 008.354-5.646z"></path> | ||
| 742 | + </svg> | ||
| 743 | + </span> | ||
| 744 | + <span class="switch-icon-left"> | ||
| 745 | + <svg xmlns="http://www.w3.org/2000/svg" id="h-sun" height="20" width="20" class="h-6 w-6" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 746 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 3v1m0 16v1m9-9h-1M4 12H3m15.364 6.364l-.707-.707M6.343 6.343l-.707-.707m12.728 0l-.707.707M6.343 17.657l-.707.707M16 12a4 4 0 11-8 0 4 4 0 018 0z"></path> | ||
| 747 | + </svg> | ||
| 748 | + </span> | ||
| 749 | + </label> | ||
| 750 | + </div> | ||
| 751 | + </div> | ||
| 752 | + </div> | ||
| 753 | + <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-label="Toggle navigation"> | ||
| 754 | + <svg xmlns="http://www.w3.org/2000/svg" class="text-secondary" width="30" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 755 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16m-7 6h7"></path> | ||
| 756 | + </svg> | ||
| 757 | + </button> | ||
| 758 | + <div class="collapse navbar-collapse" id="navbarSupportedContent"> | ||
| 759 | + <ul class="navbar-nav ml-auto navbar-list align-items-center"> | ||
| 760 | + <li class="nav-item nav-icon dropdown"> | ||
| 761 | + <a href="#" class="search-toggle dropdown-toggle" id="notification-dropdown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | ||
| 762 | + <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" class="h-6 w-6 text-secondary" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 763 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14.158V11a6.002 6.002 0 00-4-5.659V5a2 2 0 10-4 0v.341C7.67 6.165 6 8.388 6 11v3.159c0 .538-.214 1.055-.595 1.436L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9"></path> | ||
| 764 | + </svg> | ||
| 765 | + <span class="bg-primary"></span> | ||
| 766 | + </a> | ||
| 767 | + <div class="iq-sub-dropdown dropdown-menu" aria-labelledby="notification-dropdown"> | ||
| 768 | + <div class="card shadow-none m-0 border-0"> | ||
| 769 | + <div class="p-3 card-header-border"> | ||
| 770 | + <h6 class="text-center"> | ||
| 771 | + Notifications | ||
| 772 | + </h6> | ||
| 773 | + </div> | ||
| 774 | + <div class="card-body overflow-auto card-header-border p-0 card-body-list" style="max-height: 500px;"> | ||
| 775 | + <ul class="dropdown-menu-1 overflow-auto list-style-1 mb-0"> | ||
| 776 | + <li class="dropdown-item-1 float-none p-3"> | ||
| 777 | + <div class="list-item d-flex justify-content-start align-items-start"> | ||
| 778 | + <div class="avatar"> | ||
| 779 | + <div class="avatar-img avatar-danger avatar-20"> | ||
| 780 | + <span> | ||
| 781 | + <svg class="icon line" width="30" height="30" id="cart-alt1" stroke="white" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24"><path d="M3,3H5.32a1,1,0,0,1,.93.63L10,13,8.72,15.55A1,1,0,0,0,9.62,17H19" style="fill: none;stroke-linecap: round; stroke-linejoin: round; stroke-width: 2;"></path><polyline points="10 13 18.2 13 21 6" style="fill: none;stroke-linecap: round; stroke-linejoin: round; stroke-width: 2;"></polyline><line x1="20.8" y1="6" x2="7.2" y2="6" style="fill: none;stroke-linecap: round; stroke-linejoin: round; stroke-width: 2;"></line><circle cx="10.5" cy="20.5" r="0.5" style="fill: none;stroke-miterlimit: 10; stroke-width: 2;"></circle><circle cx="16.5" cy="20.5" r="0.5" style="fill: none;stroke-miterlimit: 10; stroke-width: 2;"></circle></svg> | ||
| 782 | + </span> | ||
| 783 | + </div> | ||
| 784 | + </div> | ||
| 785 | + <div class="list-style-detail ml-2 mr-2"> | ||
| 786 | + <h6 class="font-weight-bold">Your order is placed</h6> | ||
| 787 | + <p class="m-0"> | ||
| 788 | + <small class="text-secondary">If several languages coalesce</small> | ||
| 789 | + </p> | ||
| 790 | + <p class="m-0"> | ||
| 791 | + <small class="text-secondary"> | ||
| 792 | + <svg xmlns="http://www.w3.org/2000/svg" class="text-secondary mr-1" width="15" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 793 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"></path> | ||
| 794 | + </svg> | ||
| 795 | + 3 hours ago</small> | ||
| 796 | + </p> | ||
| 797 | + </div> | ||
| 798 | + </div> | ||
| 799 | + </li> | ||
| 800 | + <li class="dropdown-item-1 float-none p-3"> | ||
| 801 | + <div class="list-item d-flex justify-content-start align-items-start"> | ||
| 802 | + <div class="avatar"> | ||
| 803 | + <div class="avatar-img avatar-success avatar-20"> | ||
| 804 | + <span><img class="avatar is-squared rounded-circle" src="static/picture/2.jpg" alt="2.jpg"></span> | ||
| 805 | + </div> | ||
| 806 | + </div> | ||
| 807 | + <div class="list-style-detail ml-2 mr-2"> | ||
| 808 | + <h6 class="font-weight-bold">New message form cate</h6> | ||
| 809 | + <p class="m-0"> | ||
| 810 | + <small class="text-secondary">You have 3 unreded messages</small> | ||
| 811 | + </p> | ||
| 812 | + <p class="m-0"> | ||
| 813 | + <small class="text-secondary"> | ||
| 814 | + <svg xmlns="http://www.w3.org/2000/svg" class="text-secondary mr-1" width="15" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 815 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"></path> | ||
| 816 | + </svg> | ||
| 817 | + 5 hours ago</small> | ||
| 818 | + </p> | ||
| 819 | + </div> | ||
| 820 | + </div> | ||
| 821 | + </li> | ||
| 822 | + <li class="dropdown-item-1 float-none p-3"> | ||
| 823 | + <div class="list-item d-flex justify-content-start align-items-start"> | ||
| 824 | + <div class="avatar"> | ||
| 825 | + <div class="avatar-img avatar-warning avatar-20"> | ||
| 826 | + <span> | ||
| 827 | + <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="30" height="30" stroke="white" id="Capa_1" x="0px" y="0px" viewbox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"> | ||
| 828 | + <g> | ||
| 829 | + <g> | ||
| 830 | + <path d="M386.689,304.403c-35.587,0-64.538,28.951-64.538,64.538s28.951,64.538,64.538,64.538 c35.593,0,64.538-28.951,64.538-64.538S422.276,304.403,386.689,304.403z M386.689,401.21c-17.796,0-32.269-14.473-32.269-32.269 c0-17.796,14.473-32.269,32.269-32.269c17.796,0,32.269,14.473,32.269,32.269C418.958,386.738,404.485,401.21,386.689,401.21z"></path> | ||
| 831 | + </g> | ||
| 832 | + </g> | ||
| 833 | + <g> | ||
| 834 | + <g> | ||
| 835 | + <path d="M166.185,304.403c-35.587,0-64.538,28.951-64.538,64.538s28.951,64.538,64.538,64.538s64.538-28.951,64.538-64.538 S201.772,304.403,166.185,304.403z M166.185,401.21c-17.796,0-32.269-14.473-32.269-32.269c0-17.796,14.473-32.269,32.269-32.269 c17.791,0,32.269,14.473,32.269,32.269C198.454,386.738,183.981,401.21,166.185,401.21z"></path> | ||
| 836 | + </g> | ||
| 837 | + </g> | ||
| 838 | + <g> | ||
| 839 | + <g> | ||
| 840 | + <path d="M430.15,119.675c-2.743-5.448-8.32-8.885-14.419-8.885h-84.975v32.269h75.025l43.934,87.384l28.838-14.5L430.15,119.675z"></path> | ||
| 841 | + </g> | ||
| 842 | + </g> | ||
| 843 | + <g> | ||
| 844 | + <g> | ||
| 845 | + <rect x="216.202" y="353.345" width="122.084" height="32.269"></rect> | ||
| 846 | + </g> | ||
| 847 | + </g> | ||
| 848 | + <g> | ||
| 849 | + <g> | ||
| 850 | + <path d="M117.781,353.345H61.849c-8.912,0-16.134,7.223-16.134,16.134c0,8.912,7.223,16.134,16.134,16.134h55.933 c8.912,0,16.134-7.223,16.134-16.134C133.916,360.567,126.693,353.345,117.781,353.345z"></path> | ||
| 851 | + </g> | ||
| 852 | + </g> | ||
| 853 | + <g> | ||
| 854 | + <g> | ||
| 855 | + <path d="M508.612,254.709l-31.736-40.874c-3.049-3.937-7.755-6.239-12.741-6.239H346.891V94.655 c0-8.912-7.223-16.134-16.134-16.134H61.849c-8.912,0-16.134,7.223-16.134,16.134s7.223,16.134,16.134,16.134h252.773v112.941 c0,8.912,7.223,16.134,16.134,16.134h125.478l23.497,30.268v83.211h-44.639c-8.912,0-16.134,7.223-16.134,16.134 c0,8.912,7.223,16.134,16.134,16.134h60.773c8.912,0,16.134-7.223,16.135-16.134V264.605 C512,261.023,510.806,257.538,508.612,254.709z"></path> | ||
| 856 | + </g> | ||
| 857 | + </g> | ||
| 858 | + <g> | ||
| 859 | + <g> | ||
| 860 | + <path d="M116.706,271.597H42.487c-8.912,0-16.134,7.223-16.134,16.134c0,8.912,7.223,16.134,16.134,16.134h74.218 c8.912,0,16.134-7.223,16.134-16.134C132.84,278.82,125.617,271.597,116.706,271.597z"></path> | ||
| 861 | + </g> | ||
| 862 | + </g> | ||
| 863 | + <g> | ||
| 864 | + <g> | ||
| 865 | + <path d="M153.815,208.134H16.134C7.223,208.134,0,215.357,0,224.269s7.223,16.134,16.134,16.134h137.681 c8.912,0,16.134-7.223,16.134-16.134S162.727,208.134,153.815,208.134z"></path> | ||
| 866 | + </g> | ||
| 867 | + </g> | ||
| 868 | + <g> | ||
| 869 | + <g> | ||
| 870 | + <path d="M180.168,144.672H42.487c-8.912,0-16.134,7.223-16.134,16.134c0,8.912,7.223,16.134,16.134,16.134h137.681 c8.912,0,16.134-7.223,16.134-16.134C196.303,151.895,189.08,144.672,180.168,144.672z"></path> | ||
| 871 | + </g> | ||
| 872 | + </g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g> </svg> | ||
| 873 | + </span> | ||
| 874 | + </div> | ||
| 875 | + </div> | ||
| 876 | + <div class="list-style-detail ml-2 mr-2"> | ||
| 877 | + <h6 class="font-weight-bold">Your item is shipped</h6> | ||
| 878 | + <p class="m-0"> | ||
| 879 | + <small class="text-secondary">You got new order of goods</small> | ||
| 880 | + </p> | ||
| 881 | + <p class="m-0"> | ||
| 882 | + <small class="text-secondary"> | ||
| 883 | + <svg xmlns="http://www.w3.org/2000/svg" class="text-secondary mr-1" width="15" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 884 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"></path> | ||
| 885 | + </svg> | ||
| 886 | + 5 hours ago</small> | ||
| 887 | + </p> | ||
| 888 | + </div> | ||
| 889 | + </div> | ||
| 890 | + </li> | ||
| 891 | + </ul> | ||
| 892 | + </div> | ||
| 893 | + <div class="card-footer text-muted p-3"> | ||
| 894 | + <p class="mb-0 text-primary text-center font-weight-bold">Show all notifications</p> | ||
| 895 | + </div> | ||
| 896 | + </div> | ||
| 897 | + </div> | ||
| 898 | + </li> | ||
| 899 | + <li class="nav-item nav-icon dropdown"> | ||
| 900 | + <a href="#" class="search-toggle dropdown-toggle" id="dropdownMenuButton2" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | ||
| 901 | + <img src="static/picture/flag001.png" class="img-fluid rounded-circle" alt="user" style="height: 30px; min-width: 30px; width: 30px;"> | ||
| 902 | + <span class="bg-primary"></span> | ||
| 903 | + </a> | ||
| 904 | + <div class="iq-sub-dropdown dropdown-menu" aria-labelledby="dropdownMenuButton2"> | ||
| 905 | + <div class="card shadow-none m-0 border-0"> | ||
| 906 | + <div class=" p-0 "> | ||
| 907 | + <ul class="dropdown-menu-1 list-group list-group-flush"> | ||
| 908 | + <li class="dropdown-item-1 list-group-item px-2"><a class="p-0" href="#"><img src="static/picture/flag-03.png" alt="img-flaf" class="img-fluid mr-2" style="width: 15px;height: 15px;min-width: 15px;">Spanish</a></li> | ||
| 909 | + <li class="dropdown-item-1 list-group-item px-2"><a class="p-0" href="#"><img src="static/picture/flag-04.png" alt="img-flaf" class="img-fluid mr-2" style="width: 15px;height: 15px;min-width: 15px;">Italian</a></li> | ||
| 910 | + <li class="dropdown-item-1 list-group-item px-2"><a class="p-0" href="#"><img src="static/picture/flag-02.png" alt="img-flaf" class="img-fluid mr-2" style="width: 15px;height: 15px;min-width: 15px;">French</a></li> | ||
| 911 | + <li class="dropdown-item-1 list-group-item px-2"><a class="p-0" href="#"><img src="static/picture/flag-05.png" alt="img-flaf" class="img-fluid mr-2" style="width: 15px;height: 15px;min-width: 15px;">German</a></li> | ||
| 912 | + <li class="dropdown-item-1 list-group-item px-2"><a class="p-0" href="#"><img src="static/picture/flag-06.png" alt="img-flaf" class="img-fluid mr-2" style="width: 15px;height: 15px;min-width: 15px;">Japanese</a></li> | ||
| 913 | + </ul> | ||
| 914 | + </div> | ||
| 915 | + </div> | ||
| 916 | + </div> | ||
| 917 | + </li> | ||
| 918 | + <li class="nav-item nav-icon search-content"> | ||
| 919 | + <a href="#" class="search-toggle rounded" id="dropdownSearch" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | ||
| 920 | + <svg class="svg-icon text-secondary" id="h-suns" height="25" width="25" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 921 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path> | ||
| 922 | + </svg> | ||
| 923 | + </a> | ||
| 924 | + <div class="iq-search-bar iq-sub-dropdown dropdown-menu" aria-labelledby="dropdownSearch"> | ||
| 925 | + <form action="#" class="searchbox p-2"> | ||
| 926 | + <div class="form-group mb-0 position-relative"> | ||
| 927 | + <input type="text" class="text search-input font-size-12" placeholder="type here to search..."> | ||
| 928 | + <a href="#" class="search-link"> | ||
| 929 | + <svg xmlns="http://www.w3.org/2000/svg" class="" width="20" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 930 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path> | ||
| 931 | + </svg> | ||
| 932 | + </a> | ||
| 933 | + </div> | ||
| 934 | + </form> | ||
| 935 | + </div> | ||
| 936 | + </li> | ||
| 937 | + <li class="nav-item nav-icon dropdown"> | ||
| 938 | + <a href="#" class="nav-item nav-icon dropdown-toggle pr-0 search-toggle" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | ||
| 939 | + <img src="static/picture/1.jpg" class="img-fluid avatar-rounded" alt="user"> | ||
| 940 | + <span class="mb-0 ml-2 user-name">John Doe</span> | ||
| 941 | + </a> | ||
| 942 | + <ul class="dropdown-menu dropdown-menu-right" aria-labelledby="dropdownMenuButton"> | ||
| 943 | + <li class="dropdown-item d-flex svg-icon"> | ||
| 944 | + <svg class="svg-icon mr-0 text-secondary" id="h-01-p" width="20" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 945 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5.121 17.804A13.937 13.937 0 0112 16c2.5 0 4.847.655 6.879 1.804M15 10a3 3 0 11-6 0 3 3 0 016 0zm6 2a9 9 0 11-18 0 9 9 0 0118 0z"></path> | ||
| 946 | + </svg> | ||
| 947 | + <a href="user-profile.html">My Profile</a> | ||
| 948 | + </li> | ||
| 949 | + <li class="dropdown-item d-flex svg-icon"> | ||
| 950 | + <svg class="svg-icon mr-0 text-secondary" id="h-02-p" width="20" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 951 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11 5H6a2 2 0 00-2 2v11a2 2 0 002 2h11a2 2 0 002-2v-5m-1.414-9.414a2 2 0 112.828 2.828L11.828 15H9v-2.828l8.586-8.586z"></path> | ||
| 952 | + </svg> | ||
| 953 | + <a href="user-profile-edit.html">Edit Profile</a> | ||
| 954 | + </li> | ||
| 955 | + <li class="dropdown-item d-flex svg-icon"> | ||
| 956 | + <svg class="svg-icon mr-0 text-secondary" id="h-03-p" width="20" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 957 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z"></path> | ||
| 958 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z"></path> | ||
| 959 | + </svg> | ||
| 960 | + <a href="user-account-setting.html">Account Settings</a> | ||
| 961 | + </li> | ||
| 962 | + <li class="dropdown-item d-flex svg-icon"> | ||
| 963 | + <svg class="svg-icon mr-0 text-secondary" id="h-04-p" width="20" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 964 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z"></path> | ||
| 965 | + </svg> | ||
| 966 | + <a href="user-privacy-setting.html">Privacy Settings</a> | ||
| 967 | + </li> | ||
| 968 | + <li class="dropdown-item d-flex svg-icon border-top"> | ||
| 969 | + <svg class="svg-icon mr-0 text-secondary" id="h-05-p" width="20" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 970 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 16l4-4m0 0l-4-4m4 4H7m6 4v1a3 3 0 01-3 3H6a3 3 0 01-3-3V7a3 3 0 013-3h4a3 3 0 013 3v1"></path> | ||
| 971 | + </svg> | ||
| 972 | + <a href="auth-sign-in.html">Logout</a> | ||
| 973 | + </li> | ||
| 974 | + </ul> | ||
| 975 | + </li> | ||
| 976 | + </ul> | ||
| 977 | + </div> | ||
| 978 | + </div> | ||
| 979 | + </nav> | ||
| 980 | + </div> | ||
| 981 | + </div> | ||
| 982 | + <div class="content-page"> | ||
| 983 | + <div class="container-fluid"> | ||
| 984 | + <div class="row"> | ||
| 985 | + | ||
| 986 | + <div class="col-lg-12"> | ||
| 987 | + <div class="d-flex flex-wrap align-items-center justify-content-between my-schedule mb-4"> | ||
| 988 | + <div class="d-flex align-items-center justify-content-between"> | ||
| 989 | + <h4>Set Your weekly hours</h4> | ||
| 990 | + </div> | ||
| 991 | + <div class="create-workform"> | ||
| 992 | + <button type="button" class="btn btn-primary position-relative d-flex align-items-center justify-content-between" data-toggle="modal" data-target="#exampleModal"> | ||
| 993 | + <svg xmlns="http://www.w3.org/2000/svg" class="mr-2" width="20" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 994 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 6v6m0 0v6m0-6h6m-6 0H6"></path> | ||
| 995 | + </svg> | ||
| 996 | + Add New Event | ||
| 997 | + </button> | ||
| 998 | + </div> | ||
| 999 | + </div> | ||
| 1000 | + | ||
| 1001 | + <div class="row"> | ||
| 1002 | + <div class="col-lg-12"> | ||
| 1003 | + <div class="card card-block card-stretch"> | ||
| 1004 | + <div class="card-body"> | ||
| 1005 | + <div id="calendar1" class="calendar-s"></div> | ||
| 1006 | + </div> | ||
| 1007 | + </div> | ||
| 1008 | + </div> | ||
| 1009 | + </div> | ||
| 1010 | + </div> | ||
| 1011 | + </div> | ||
| 1012 | + </div> | ||
| 1013 | + <!-- Modal --> | ||
| 1014 | + <div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true"> | ||
| 1015 | + <div class="modal-dialog"> | ||
| 1016 | + <div class="modal-content"> | ||
| 1017 | + <div class="modal-body"> | ||
| 1018 | + <div class="d-flex justify-content-between align-items-center pb-3"> | ||
| 1019 | + <h5 class="modal-title" id="exampleModalLabel">Add New Event</h5> | ||
| 1020 | + <button type="button" class="close" data-dismiss="modal" aria-label="Close"> | ||
| 1021 | + <span aria-hidden="true">×</span> | ||
| 1022 | + </button> | ||
| 1023 | + </div> | ||
| 1024 | + <div class="row"> | ||
| 1025 | + <div class="col-md-12 mb-3"> | ||
| 1026 | + <label for="Text1" class="form-label font-weight-bold text-muted text-uppercase">Event Title</label> | ||
| 1027 | + <input type="text" class="form-control" id="Text1" placeholder="Enter Event Title"> | ||
| 1028 | + </div> | ||
| 1029 | + <div class="col-md-12"> | ||
| 1030 | + <label class="form-label font-weight-bold text-muted text-uppercase">Date & Time</label> | ||
| 1031 | + </div> | ||
| 1032 | + | ||
| 1033 | + <div class="col-md-6 mb-3"> | ||
| 1034 | + <div class="input-group"> | ||
| 1035 | + <input type="text" class="form-control vanila-datepicker" name="range-start" placeholder="Start Date"> | ||
| 1036 | + <div class="input-group-append"> | ||
| 1037 | + <span class="input-group-text"> | ||
| 1038 | + <svg xmlns="http://www.w3.org/2000/svg" class="" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 1039 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"></path> | ||
| 1040 | + </svg> | ||
| 1041 | + </span> | ||
| 1042 | + </div> | ||
| 1043 | + </div> | ||
| 1044 | + </div> | ||
| 1045 | + <div class="col-md-6 mb-3"> | ||
| 1046 | + <div class="input-group"> | ||
| 1047 | + <input type="text" class="form-control vanila-datepicker" name="range-end" placeholder="End Date"> | ||
| 1048 | + <div class="input-group-append"> | ||
| 1049 | + <span class="input-group-text"> | ||
| 1050 | + <svg xmlns="http://www.w3.org/2000/svg" class="" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 1051 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"></path> | ||
| 1052 | + </svg> | ||
| 1053 | + </span> | ||
| 1054 | + </div> | ||
| 1055 | + </div> | ||
| 1056 | + </div> | ||
| 1057 | + <div class="col-md-12 mb-3"> | ||
| 1058 | + <div class="form-check form-check-inline"> | ||
| 1059 | + <div class="custom-control custom-checkbox custom-control-inline"> | ||
| 1060 | + <input type="checkbox" class="custom-control-input m-0" id="inlineCheckbox1"> | ||
| 1061 | + <label class="custom-control-label" for="inlineCheckbox1">All Day</label> | ||
| 1062 | + </div> | ||
| 1063 | + </div> | ||
| 1064 | + <div class="form-check form-check-inline"> | ||
| 1065 | + <div class="custom-control custom-checkbox custom-control-inline"> | ||
| 1066 | + <input type="checkbox" class="custom-control-input m-0" id="inlineCheckbox2" checked=""> | ||
| 1067 | + <label class="custom-control-label" for="inlineCheckbox2">Does not repeat</label> | ||
| 1068 | + </div> | ||
| 1069 | + </div> | ||
| 1070 | + </div> | ||
| 1071 | + <div class="col-md-12 mb-3"> | ||
| 1072 | + <label for="inputState" class="form-label font-weight-bold text-muted text-uppercase">Category</label> | ||
| 1073 | + <select id="inputState" class="form-select form-control choicesjs"> | ||
| 1074 | + <option selected="">Select Category</option> | ||
| 1075 | + <option> | ||
| 1076 | + Appointments | ||
| 1077 | + </option> | ||
| 1078 | + <option>Birthday</option> | ||
| 1079 | + <option>Meetings</option> | ||
| 1080 | + <option>Tour</option> | ||
| 1081 | + <option>Anniversary</option> | ||
| 1082 | + </select> | ||
| 1083 | + </div> | ||
| 1084 | + <div class="col-md-12 mb-3"> | ||
| 1085 | + <label for="Text9" class="form-label font-weight-bold text-muted text-uppercase">Description</label> | ||
| 1086 | + <textarea class="form-control" id="Text9" rows="2" placeholder="Enter Description"></textarea> | ||
| 1087 | + </div> | ||
| 1088 | + </div> | ||
| 1089 | + <div class="d-flex justify-content-end"> | ||
| 1090 | + <button type="button" class="btn btn-primary">Add Event</button> | ||
| 1091 | + </div> | ||
| 1092 | + </div> | ||
| 1093 | + </div> | ||
| 1094 | + </div> | ||
| 1095 | + </div> | ||
| 1096 | + </div> | ||
| 1097 | + </div> | ||
| 1098 | + <!-- Wrapper End--> | ||
| 1099 | + <footer class="iq-footer"> | ||
| 1100 | + <div class="container-fluid"> | ||
| 1101 | + <div class="row"> | ||
| 1102 | + <div class="col-lg-6"> | ||
| 1103 | + <ul class="list-inline mb-0"> | ||
| 1104 | + <li class="list-inline-item"><a href="privacy-policy.html">Privacy Policy</a></li> | ||
| 1105 | + <li class="list-inline-item"><a href="terms-of-service.html">Terms of Use</a></li> | ||
| 1106 | + </ul> | ||
| 1107 | + </div> | ||
| 1108 | + <div class="col-lg-6 text-right"> | ||
| 1109 | + <span class="mr-1">Copyright © 2021.Company name All rights reserved.<a target="_blank" href="https://sc.chinaz.com/moban/">网页模板</a></span> | ||
| 1110 | + </div> | ||
| 1111 | + </div> | ||
| 1112 | + </div> | ||
| 1113 | + </footer> <!-- Backend Bundle JavaScript --> | ||
| 1114 | + <script src="static/js/backend-bundle.min.js"></script> | ||
| 1115 | + <!-- Chart Custom JavaScript --> | ||
| 1116 | + <script src="static/js/customizer.js"></script> | ||
| 1117 | + | ||
| 1118 | + <script src="static/js/sidebar.js"></script> | ||
| 1119 | + | ||
| 1120 | + <!-- Flextree Javascript--> | ||
| 1121 | + <script src="static/js/flex-tree.min.js"></script> | ||
| 1122 | + <script src="static/js/tree.js"></script> | ||
| 1123 | + | ||
| 1124 | + <!-- Table Treeview JavaScript --> | ||
| 1125 | + <script src="static/js/table-treeview.js"></script> | ||
| 1126 | + | ||
| 1127 | + <!-- SweetAlert JavaScript --> | ||
| 1128 | + <script src="static/js/sweetalert.js"></script> | ||
| 1129 | + | ||
| 1130 | + <!-- Vectoe Map JavaScript --> | ||
| 1131 | + <script src="static/js/vector-map-custom.js"></script> | ||
| 1132 | + | ||
| 1133 | + <!-- Chart Custom JavaScript --> | ||
| 1134 | + <script src="static/js/chart-custom.js"></script> | ||
| 1135 | + <script src="static/js/01.js"></script> | ||
| 1136 | + <script src="static/js/02.js"></script> | ||
| 1137 | + | ||
| 1138 | + <!-- slider JavaScript --> | ||
| 1139 | + <script src="static/js/slider.js"></script> | ||
| 1140 | + | ||
| 1141 | + <!-- Emoji picker --> | ||
| 1142 | + <script src="static/js/index.js" type="module"></script> | ||
| 1143 | + | ||
| 1144 | + <!-- Fullcalender Javascript --> | ||
| 1145 | + <script src='static/js/main.js'></script> | ||
| 1146 | + <script src='static/js/main1.js'></script> | ||
| 1147 | + <script src='static/js/main2.js'></script> | ||
| 1148 | + <script src='static/js/main3.js'></script> | ||
| 1149 | + | ||
| 1150 | + <!-- app JavaScript --> | ||
| 1151 | + <script src="static/js/app.js"></script> </body> | ||
| 1152 | +</html> |
Datum_UImodel/chart-apex.html
0 → 100644
| 1 | + | ||
| 2 | + | ||
| 3 | +<!doctype html> | ||
| 4 | +<html lang="en"> | ||
| 5 | + <head> | ||
| 6 | + <meta charset="utf-8"> | ||
| 7 | + <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
| 8 | + <title>Datum | CRM Admin Dashboard Template</title> | ||
| 9 | + | ||
| 10 | + <link rel="stylesheet" href="static/css/backend-plugin.min.css"> | ||
| 11 | + <link rel="stylesheet" href="static/css/backend.css"> </head> | ||
| 12 | + <body class=" color-light "> | ||
| 13 | + <!-- loader Start --> | ||
| 14 | + <div id="loading"> | ||
| 15 | + <div id="loading-center"> | ||
| 16 | + </div> | ||
| 17 | + </div> | ||
| 18 | + <!-- loader END --> | ||
| 19 | + <!-- Wrapper Start --> | ||
| 20 | + <div class="wrapper"> | ||
| 21 | + <div class="iq-sidebar sidebar-default "> | ||
| 22 | + <div class="iq-sidebar-logo d-flex align-items-end justify-content-between"> | ||
| 23 | + <a href="index.html" class="header-logo"> | ||
| 24 | + <img src="static/picture/logo.png" class="img-fluid rounded-normal light-logo" alt="logo"> | ||
| 25 | + <img src="static/picture/logo-dark.png" class="img-fluid rounded-normal d-none sidebar-light-img" alt="logo"> | ||
| 26 | + <span>Datum</span> | ||
| 27 | + </a> | ||
| 28 | + <div class="side-menu-bt-sidebar-1"> | ||
| 29 | + <svg xmlns="http://www.w3.org/2000/svg" class="text-light wrapper-menu" width="30" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 30 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path> | ||
| 31 | + </svg> | ||
| 32 | + </div> | ||
| 33 | + </div> | ||
| 34 | + <div class="data-scrollbar" data-scroll="1"> | ||
| 35 | + <nav class="iq-sidebar-menu"> | ||
| 36 | + <ul id="iq-sidebar-toggle" class="side-menu"> | ||
| 37 | + <li class=" sidebar-layout"> | ||
| 38 | + <a href="index.html" class="svg-icon"> | ||
| 39 | + <i class=""> | ||
| 40 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 41 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6"></path> | ||
| 42 | + </svg> | ||
| 43 | + </i> | ||
| 44 | + <span class="ml-2">Dashboard</span> | ||
| 45 | + <p class="mb-0 w-10 badge badge-pill badge-primary">6</p> | ||
| 46 | + </a> | ||
| 47 | + </li> | ||
| 48 | + <li class="px-3 pt-3 pb-2 "> | ||
| 49 | + <span class="text-uppercase small font-weight-bold">Application</span> | ||
| 50 | + </li> | ||
| 51 | + <li class=" sidebar-layout"> | ||
| 52 | + <a href="customer.html" class="svg-icon "> | ||
| 53 | + <i class=""> | ||
| 54 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 55 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0zm6 3a2 2 0 11-4 0 2 2 0 014 0zM7 10a2 2 0 11-4 0 2 2 0 014 0z"></path> | ||
| 56 | + </svg> | ||
| 57 | + </i> | ||
| 58 | + <span class="ml-2">Customer</span> | ||
| 59 | + </a> | ||
| 60 | + </li> | ||
| 61 | + <li class=" sidebar-layout"> | ||
| 62 | + <a href="product.html" class="svg-icon"> | ||
| 63 | + <i class=""> | ||
| 64 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 65 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 7h.01M7 3h5c.512 0 1.024.195 1.414.586l7 7a2 2 0 010 2.828l-7 7a2 2 0 01-2.828 0l-7-7A1.994 1.994 0 013 12V7a4 4 0 014-4z"></path> | ||
| 66 | + </svg> | ||
| 67 | + </i> | ||
| 68 | + <span class="ml-2">Product</span> | ||
| 69 | + </a> | ||
| 70 | + </li> | ||
| 71 | + <li class=" sidebar-layout"> | ||
| 72 | + <a href="order.html" class="svg-icon"> | ||
| 73 | + <i class=""> | ||
| 74 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 75 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path> | ||
| 76 | + </svg> | ||
| 77 | + </i> | ||
| 78 | + <span class="ml-2">Order</span> | ||
| 79 | + </a> | ||
| 80 | + </li> | ||
| 81 | + <li class=" sidebar-layout"> | ||
| 82 | + <a href="invoice.html" class="svg-icon"> | ||
| 83 | + <i class=""> | ||
| 84 | + <svg class="icon line" width="18" id="receipt" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 85 | + <path d="M17,16V3L13,5,10,3,7,5,3,3V17.83A3.13,3.13,0,0,0,5.84,21,3,3,0,0,0,9,18V17a1,1,0,0,1,1-1H20a1,1,0,0,1,1,1v1a3,3,0,0,1-3,3H6" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2;"></path> | ||
| 86 | + <line x1="8" y1="10" x2="12" y2="10" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2;"></line> | ||
| 87 | + </svg> | ||
| 88 | + </i> | ||
| 89 | + <span class="ml-2">Invoice</span> | ||
| 90 | + </a> | ||
| 91 | + </li> | ||
| 92 | + <li class=" sidebar-layout"> | ||
| 93 | + <a href="todo.html" class="svg-icon"> | ||
| 94 | + <i class=""> | ||
| 95 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 96 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4"></path> | ||
| 97 | + </svg> | ||
| 98 | + </i><span class="ml-2">Todo</span> | ||
| 99 | + </a> | ||
| 100 | + </li> | ||
| 101 | + <li class=" sidebar-layout"> | ||
| 102 | + <a href="calendar.html" class="svg-icon"> | ||
| 103 | + <i class=""> | ||
| 104 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 105 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"></path> | ||
| 106 | + </svg> | ||
| 107 | + </i> | ||
| 108 | + <span class="ml-2">Calendar</span> | ||
| 109 | + <p class="mb-0 px-2 badge badge-pill badge-success">New</p> | ||
| 110 | + </a> | ||
| 111 | + </li> | ||
| 112 | + <li class="px-3 pt-3 pb-2"> | ||
| 113 | + <span class="text-uppercase small font-weight-bold">Pages</span> | ||
| 114 | + </li> | ||
| 115 | + <li class=" sidebar-layout"> | ||
| 116 | + <a href="chat.html" class="svg-icon"> | ||
| 117 | + <i class=""> | ||
| 118 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 119 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z"></path> | ||
| 120 | + </svg> | ||
| 121 | + </i><span class="ml-2">Chat</span> | ||
| 122 | + </a> | ||
| 123 | + </li> | ||
| 124 | + <li class=" sidebar-layout"> | ||
| 125 | + <a href="user-profile.html" class="svg-icon"> | ||
| 126 | + <i class=""> | ||
| 127 | + <svg class="svg-icon" id="iq-user-1-1" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 128 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5.121 17.804A13.937 13.937 0 0112 16c2.5 0 4.847.655 6.879 1.804M15 10a3 3 0 11-6 0 3 3 0 016 0zm6 2a9 9 0 11-18 0 9 9 0 0118 0z"></path> | ||
| 129 | + </svg> | ||
| 130 | + </i><span class="ml-2">User Profile</span> | ||
| 131 | + </a> | ||
| 132 | + </li> | ||
| 133 | + <li class="sidebar-layout"> | ||
| 134 | + <a href="#app1" class="collapsed svg-icon" data-toggle="collapse" aria-expanded="false"> | ||
| 135 | + <i> | ||
| 136 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 137 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z"></path> | ||
| 138 | + </svg> | ||
| 139 | + </i> | ||
| 140 | + <span class="ml-2">Authentication</span> | ||
| 141 | + <svg xmlns="http://www.w3.org/2000/svg" class="svg-icon iq-arrow-right arrow-active" width="15" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 142 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path> | ||
| 143 | + </svg> | ||
| 144 | + </a> | ||
| 145 | + <ul id="app1" class="submenu collapse" data-parent="#iq-sidebar-toggle"> | ||
| 146 | + <li class=" sidebar-layout"> | ||
| 147 | + <a href="auth-login.html" class="svg-icon"> | ||
| 148 | + <i class=""><svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 149 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 11c0 3.517-1.009 6.799-2.753 9.571m-3.44-2.04l.054-.09A13.916 13.916 0 008 11a4 4 0 118 0c0 1.017-.07 2.019-.203 3m-2.118 6.844A21.88 21.88 0 0015.171 17m3.839 1.132c.645-2.266.99-4.659.99-7.132A8 8 0 008 4.07M3 15.364c.64-1.319 1-2.8 1-4.364 0-1.457.39-2.823 1.07-4"></path> | ||
| 150 | + </svg> | ||
| 151 | + </i><span class="">Login</span> | ||
| 152 | + </a> | ||
| 153 | + </li> | ||
| 154 | + <li class=" sidebar-layout"> | ||
| 155 | + <a href="auth-sign-up.html" class="svg-icon"> | ||
| 156 | + <i class=""> | ||
| 157 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 158 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4"></path> | ||
| 159 | + </svg> | ||
| 160 | + </i><span class="">Register</span> | ||
| 161 | + </a> | ||
| 162 | + </li> | ||
| 163 | + <li class=" sidebar-layout"> | ||
| 164 | + <a href="auth-recover-pwd.html" class="svg-icon"> | ||
| 165 | + <i class=""> | ||
| 166 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 167 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15.232 5.232l3.536 3.536m-2.036-5.036a2.5 2.5 0 113.536 3.536L6.5 21.036H3v-3.572L16.732 3.732z"></path> | ||
| 168 | + </svg> | ||
| 169 | + </i><span class="">Reset Password</span> | ||
| 170 | + </a> | ||
| 171 | + </li> | ||
| 172 | + <li class=" sidebar-layout"> | ||
| 173 | + <a href="auth-confirm-mail.html" class="svg-icon"> | ||
| 174 | + <i class=""> | ||
| 175 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 176 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"></path> | ||
| 177 | + </svg> | ||
| 178 | + </i><span class="">Confirm Mail</span> | ||
| 179 | + </a> | ||
| 180 | + </li> | ||
| 181 | + <li class=" sidebar-layout"> | ||
| 182 | + <a href="auth-lock-screen.html" class="svg-icon"> | ||
| 183 | + <i class=""> | ||
| 184 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 185 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9.75 17L9 20l-1 1h8l-1-1-.75-3M3 13h18M5 17h14a2 2 0 002-2V5a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"></path> | ||
| 186 | + </svg> | ||
| 187 | + </i><span class="">Lock Screen</span> | ||
| 188 | + </a> | ||
| 189 | + </li> | ||
| 190 | + </ul> | ||
| 191 | + </li> | ||
| 192 | + <li class="sidebar-layout"> | ||
| 193 | + <a href="#app6" class="collapsed svg-icon" data-toggle="collapse" aria-expanded="false"> | ||
| 194 | + <i> | ||
| 195 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 196 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z"></path> | ||
| 197 | + </svg> | ||
| 198 | + </i> | ||
| 199 | + <span class="ml-2">Error</span> | ||
| 200 | + <svg xmlns="http://www.w3.org/2000/svg" class="svg-icon iq-arrow-right arrow-active" width="15" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 201 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path> | ||
| 202 | + </svg> | ||
| 203 | + </a> | ||
| 204 | + <ul id="app6" class="submenu collapse" data-parent="#iq-sidebar-toggle"> | ||
| 205 | + <li class=" sidebar-layout"> | ||
| 206 | + <a href="pages-error.html" class="svg-icon"> | ||
| 207 | + <i class=""> | ||
| 208 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 209 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 9v6m4-6v6m7-3a9 9 0 11-18 0 9 9 0 0118 0z"></path> | ||
| 210 | + </svg> | ||
| 211 | + </i> | ||
| 212 | + <span class="ml-2">Error 404</span> | ||
| 213 | + </a> | ||
| 214 | + </li> | ||
| 215 | + <li class=" sidebar-layout"> | ||
| 216 | + <a href="pages-error-500.html" class="svg-icon"> | ||
| 217 | + <i class=""> | ||
| 218 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 219 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18.364 5.636a9 9 0 010 12.728m0 0l-2.829-2.829m2.829 2.829L21 21M15.536 8.464a5 5 0 010 7.072m0 0l-2.829-2.829m-4.243 2.829a4.978 4.978 0 01-1.414-2.83m-1.414 5.658a9 9 0 01-2.167-9.238m7.824 2.167a1 1 0 111.414 1.414m-1.414-1.414L3 3m8.293 8.293l1.414 1.414"></path> | ||
| 220 | + </svg> | ||
| 221 | + </i> | ||
| 222 | + <span class="ml-2">Error 500</span> | ||
| 223 | + </a> | ||
| 224 | + </li> | ||
| 225 | + </ul> | ||
| 226 | + </li> | ||
| 227 | + <li class=" sidebar-layout"> | ||
| 228 | + <a href="pages-comingsoon.html" class="svg-icon"> | ||
| 229 | + <i class=""> | ||
| 230 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 231 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19.428 15.428a2 2 0 00-1.022-.547l-2.387-.477a6 6 0 00-3.86.517l-.318.158a6 6 0 01-3.86.517L6.05 15.21a2 2 0 00-1.806.547M8 4h8l-1 1v5.172a2 2 0 00.586 1.414l5 5c1.26 1.26.367 3.414-1.415 3.414H4.828c-1.782 0-2.674-2.154-1.414-3.414l5-5A2 2 0 009 10.172V5L8 4z"></path> | ||
| 232 | + </svg> | ||
| 233 | + </i><span class="ml-2">Comingsoon</span> | ||
| 234 | + </a> | ||
| 235 | + </li> | ||
| 236 | + <li class=" sidebar-layout"> | ||
| 237 | + <a href="pages-maintenance.html" class="svg-icon"> | ||
| 238 | + <i class=""> | ||
| 239 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 240 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 6V4m0 2a2 2 0 100 4m0-4a2 2 0 110 4m-6 8a2 2 0 100-4m0 4a2 2 0 110-4m0 4v2m0-6V4m6 6v10m6-2a2 2 0 100-4m0 4a2 2 0 110-4m0 4v2m0-6V4"></path> | ||
| 241 | + </svg> | ||
| 242 | + </i><span class="ml-2">Maintenance</span> | ||
| 243 | + </a> | ||
| 244 | + </li> | ||
| 245 | + <li class=" sidebar-layout"> | ||
| 246 | + <a href="pages-blank-page.html" class="svg-icon"> | ||
| 247 | + <i class=""> | ||
| 248 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 249 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"></path> | ||
| 250 | + </svg> | ||
| 251 | + </i><span class="ml-2">Blank Page</span> | ||
| 252 | + </a> | ||
| 253 | + </li> | ||
| 254 | + <li class=" sidebar-layout"> | ||
| 255 | + <a href="pages-faq.html" class="svg-icon"> | ||
| 256 | + <i class=""> | ||
| 257 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 258 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H5a2 2 0 00-2 2v9a2 2 0 002 2h14a2 2 0 002-2V8a2 2 0 00-2-2h-5m-4 0V5a2 2 0 114 0v1m-4 0a2 2 0 104 0m-5 8a2 2 0 100-4 2 2 0 000 4zm0 0c1.306 0 2.417.835 2.83 2M9 14a3.001 3.001 0 00-2.83 2M15 11h3m-3 4h2"></path> | ||
| 259 | + </svg> | ||
| 260 | + </i><span class="ml-2">Faq</span> | ||
| 261 | + </a> | ||
| 262 | + </li> | ||
| 263 | + <li class=" sidebar-layout"> | ||
| 264 | + <a href="pricing.html" class="svg-icon"> | ||
| 265 | + <i class=""> | ||
| 266 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 267 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8c-1.657 0-3 .895-3 2s1.343 2 3 2 3 .895 3 2-1.343 2-3 2m0-8c1.11 0 2.08.402 2.599 1M12 8V7m0 1v8m0 0v1m0-1c-1.11 0-2.08-.402-2.599-1M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path> | ||
| 268 | + </svg> | ||
| 269 | + </i><span class="ml-2">Pricing</span> | ||
| 270 | + </a> | ||
| 271 | + </li> | ||
| 272 | + <li class=" sidebar-layout"> | ||
| 273 | + <a href="timeline.html" class="svg-icon"> | ||
| 274 | + <i class=""> | ||
| 275 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 276 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"></path> | ||
| 277 | + </svg> | ||
| 278 | + </i><span class="ml-2">Timeline</span> | ||
| 279 | + </a> | ||
| 280 | + </li> | ||
| 281 | + <li class="px-3 pt-3 pb-2"> | ||
| 282 | + <span class="text-uppercase small font-weight-bold">Components</span> | ||
| 283 | + </li> | ||
| 284 | + <li class="sidebar-layout"> | ||
| 285 | + <a href="#app2" class="collapsed svg-icon" data-toggle="collapse" aria-expanded="false"> | ||
| 286 | + <i> | ||
| 287 | + <svg class="svg-icon" id="iq-ui-1" width="18" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 288 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 21a4 4 0 01-4-4V5a2 2 0 012-2h4a2 2 0 012 2v12a4 4 0 01-4 4zm0 0h12a2 2 0 002-2v-4a2 2 0 00-2-2h-2.343M11 7.343l1.657-1.657a2 2 0 012.828 0l2.829 2.829a2 2 0 010 2.828l-8.486 8.485M7 17h.01" style="stroke-dasharray: 97, 117; stroke-dashoffset: 0;"></path> | ||
| 289 | + </svg> | ||
| 290 | + </i> | ||
| 291 | + <span class="ml-2">UI Elements</span> | ||
| 292 | + <svg xmlns="http://www.w3.org/2000/svg" class="svg-icon iq-arrow-right arrow-active" width="15" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 293 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path> | ||
| 294 | + </svg> | ||
| 295 | + </a> | ||
| 296 | + <ul id="app2" class="submenu collapse" data-parent="#iq-sidebar-toggle"> | ||
| 297 | + <li class=" sidebar-layout"> | ||
| 298 | + <a href="ui-avatars.html" class="svg-icon"> | ||
| 299 | + <i class=""> | ||
| 300 | + <svg class="svg-icon" id="iq-ui-1-0" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 301 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5.121 17.804A13.937 13.937 0 0112 16c2.5 0 4.847.655 6.879 1.804M15 10a3 3 0 11-6 0 3 3 0 016 0zm6 2a9 9 0 11-18 0 9 9 0 0118 0z" style="stroke-dasharray: 90, 110; stroke-dashoffset: 0;"></path> | ||
| 302 | + </svg> | ||
| 303 | + </i><span class="">Avatars</span> | ||
| 304 | + </a> | ||
| 305 | + </li> | ||
| 306 | + <li class=" sidebar-layout"> | ||
| 307 | + <a href="ui-alerts.html" class="svg-icon"> | ||
| 308 | + <i class=""> | ||
| 309 | + <svg class="svg-icon" width="18" id="iq-ui-1-1" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 310 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 7h.01M7 3h5c.512 0 1.024.195 1.414.586l7 7a2 2 0 010 2.828l-7 7a2 2 0 01-2.828 0l-7-7A1.994 1.994 0 013 12V7a4 4 0 014-4z" style="stroke-dasharray: 56, 76; stroke-dashoffset: 0;"></path> | ||
| 311 | + </svg> | ||
| 312 | + </i><span class="">Alerts</span> | ||
| 313 | + </a> | ||
| 314 | + </li> | ||
| 315 | + <li class=" sidebar-layout"> | ||
| 316 | + <a href="ui-badges.html" class="svg-icon"> | ||
| 317 | + <i class=""> | ||
| 318 | + <svg class="svg-icon" width="18" id="iq-ui-1-2" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 319 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-3 7h3m-3 4h3m-6-4h.01M9 16h.01" style="stroke-dasharray: 74, 94; stroke-dashoffset: 0;"></path> | ||
| 320 | + </svg> | ||
| 321 | + </i><span class="">Badges</span> | ||
| 322 | + </a> | ||
| 323 | + </li> | ||
| 324 | + <li class=" sidebar-layout"> | ||
| 325 | + <a href="ui-breadcrumb.html" class="svg-icon"> | ||
| 326 | + <i class=""> | ||
| 327 | + <svg class="svg-icon" width="18" id="iq-ui-1-3" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 328 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" style="stroke-dasharray: 48, 68; stroke-dashoffset: 0;"></path> | ||
| 329 | + </svg> | ||
| 330 | + </i><span class="">Breadcrumb</span> | ||
| 331 | + </a> | ||
| 332 | + </li> | ||
| 333 | + <li class=" sidebar-layout"> | ||
| 334 | + <a href="ui-buttons.html" class="svg-icon"> | ||
| 335 | + <i class=""> | ||
| 336 | + <svg class="svg-icon" width="18" id="iq-ui-1-4" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 337 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="{2}" d="M15 5v2m0 4v2m0 4v2M5 5a2 2 0 00-2 2v3a2 2 0 110 4v3a2 2 0 002 2h14a2 2 0 002-2v-3a2 2 0 110-4V7a2 2 0 00-2-2H5z" style="stroke-dasharray: 72, 92; stroke-dashoffset: 0;"></path> | ||
| 338 | + </svg> | ||
| 339 | + </i><span class="">Buttons</span> | ||
| 340 | + </a> | ||
| 341 | + </li> | ||
| 342 | + <li class=" sidebar-layout"> | ||
| 343 | + <a href="ui-buttons-group.html" class="svg-icon"> | ||
| 344 | + <i class=""> | ||
| 345 | + <svg class="svg-icon" id="iq-ui-1-5" width="20" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 346 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 11H5m14 0a2 2 0 012 2v6a2 2 0 01-2 2H5a2 2 0 01-2-2v-6a2 2 0 012-2m14 0V9a2 2 0 00-2-2M5 11V9a2 2 0 012-2m0 0V5a2 2 0 012-2h6a2 2 0 012 2v2M7 7h10" style="stroke-dasharray: 90, 110; stroke-dashoffset: 0;"></path> | ||
| 347 | + </svg> | ||
| 348 | + </i><span class="">Buttons Group</span> | ||
| 349 | + </a> | ||
| 350 | + </li> | ||
| 351 | + <li class=" sidebar-layout"> | ||
| 352 | + <a href="ui-boxshadow.html" class="svg-icon"> | ||
| 353 | + <i class=""> | ||
| 354 | + <svg class="svg-icon" width="18" id="iq-ui-1-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 355 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20 7l-8-4-8 4m16 0l-8 4m8-4v10l-8 4m0-10L4 7m8 4v10M4 7v10l8 4" style="stroke-dasharray: 84, 104; stroke-dashoffset: 0;"></path> | ||
| 356 | + </svg> | ||
| 357 | + </i><span class="">Box Shadow</span> | ||
| 358 | + </a> | ||
| 359 | + </li> | ||
| 360 | + <li class=" sidebar-layout"> | ||
| 361 | + <a href="ui-colors.html" class="svg-icon"> | ||
| 362 | + <i class=""> | ||
| 363 | + <svg class="svg-icon" width="18" id="iq-ui-1-7" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 364 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 21a4 4 0 01-4-4V5a2 2 0 012-2h4a2 2 0 012 2v12a4 4 0 01-4 4zm0 0h12a2 2 0 002-2v-4a2 2 0 00-2-2h-2.343M11 7.343l1.657-1.657a2 2 0 012.828 0l2.829 2.829a2 2 0 010 2.828l-8.486 8.485M7 17h.01" style="stroke-dasharray: 97, 117; stroke-dashoffset: 0;"></path> | ||
| 365 | + </svg> | ||
| 366 | + </i><span class="">Colors</span> | ||
| 367 | + </a> | ||
| 368 | + </li> | ||
| 369 | + <li class=" sidebar-layout"> | ||
| 370 | + <a href="ui-cards.html" class="svg-icon"> | ||
| 371 | + <i class=""> | ||
| 372 | + <svg class="svg-icon" width="18" id="iq-ui-1-8" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 373 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 10h18M7 15h1m4 0h1m-7 4h12a3 3 0 003-3V8a3 3 0 00-3-3H6a3 3 0 00-3 3v8a3 3 0 003 3z" style="stroke-dasharray: 79, 99; stroke-dashoffset: 0;"></path> | ||
| 374 | + </svg> | ||
| 375 | + </i><span class="">Cards</span> | ||
| 376 | + </a> | ||
| 377 | + </li> | ||
| 378 | + <li class=" sidebar-layout"> | ||
| 379 | + <a href="ui-carousel.html" class="svg-icon"> | ||
| 380 | + <i class=""> | ||
| 381 | + <svg class="svg-icon" width="18" id="iq-ui-1-9" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 382 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 4v16M17 4v16M3 8h4m10 0h4M3 12h18M3 16h4m10 0h4M4 20h16a1 1 0 001-1V5a1 1 0 00-1-1H4a1 1 0 00-1 1v14a1 1 0 001 1z" style="stroke-dasharray: 133, 153; stroke-dashoffset: 0;"></path> | ||
| 383 | + </svg> | ||
| 384 | + </i><span class="">Carousel</span> | ||
| 385 | + </a> | ||
| 386 | + </li> | ||
| 387 | + <li class=" sidebar-layout"> | ||
| 388 | + <a href="ui-grid.html" class="svg-icon"> | ||
| 389 | + <i class=""> | ||
| 390 | + <svg class="svg-icon" width="18" id="iq-ui-1-10" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 391 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2V6zM14 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V6zM4 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2v-2zM14 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z" style="stroke-dasharray: 83, 103; stroke-dashoffset: 0;"></path> | ||
| 392 | + </svg> | ||
| 393 | + </i><span class="">Grid</span> | ||
| 394 | + </a> | ||
| 395 | + </li> | ||
| 396 | + <li class=" sidebar-layout"> | ||
| 397 | + <a href="ui-images.html" class="svg-icon"> | ||
| 398 | + <i class=""> | ||
| 399 | + <svg class="svg-icon" width="18" id="iq-ui-1-12" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 400 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 16l4.586-4.586a2 2 0 012.828 0L16 16m-2-2l1.586-1.586a2 2 0 012.828 0L20 14m-6-6h.01M6 20h12a2 2 0 002-2V6a2 2 0 00-2-2H6a2 2 0 00-2 2v12a2 2 0 002 2z" style="stroke-dasharray: 85, 105; stroke-dashoffset: 0;"></path> | ||
| 401 | + </svg> | ||
| 402 | + </i><span class="">Images</span> | ||
| 403 | + </a> | ||
| 404 | + </li> | ||
| 405 | + <li class=" sidebar-layout"> | ||
| 406 | + <a href="ui-list-group.html" class="svg-icon"> | ||
| 407 | + <i class=""> | ||
| 408 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 409 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 10h16M4 14h16M4 18h16"></path> | ||
| 410 | + </svg> | ||
| 411 | + </i><span class="">list Group</span> | ||
| 412 | + </a> | ||
| 413 | + </li> | ||
| 414 | + <li class=" sidebar-layout"> | ||
| 415 | + <a href="ui-media-object.html" class="svg-icon"> | ||
| 416 | + <i class=""> | ||
| 417 | + <svg class="svg-icon" width="18" id="iq-ui-1-14" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 418 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 11H5m14 0a2 2 0 012 2v6a2 2 0 01-2 2H5a2 2 0 01-2-2v-6a2 2 0 012-2m14 0V9a2 2 0 00-2-2M5 11V9a2 2 0 012-2m0 0V5a2 2 0 012-2h6a2 2 0 012 2v2M7 7h10" style="stroke-dasharray: 90, 110; stroke-dashoffset: 0;"></path> | ||
| 419 | + </svg> | ||
| 420 | + </i><span class="">Media</span> | ||
| 421 | + </a> | ||
| 422 | + </li> | ||
| 423 | + <li class=" sidebar-layout"> | ||
| 424 | + <a href="ui-modal.html" class="svg-icon"> | ||
| 425 | + <i class=""> | ||
| 426 | + <svg class="svg-icon" width="18" id="iq-ui-1-15" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> | ||
| 427 | + <path d="M12 3h7a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-7m0-18H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7m0-18v18" style="stroke-dasharray: 87, 107; stroke-dashoffset: 0;"> | ||
| 428 | + </path> | ||
| 429 | + </svg> | ||
| 430 | + </i><span class="">Modal</span> | ||
| 431 | + </a> | ||
| 432 | + </li> | ||
| 433 | + <li class=" sidebar-layout"> | ||
| 434 | + <a href="ui-notifications.html" class="svg-icon"> | ||
| 435 | + <i class=""> | ||
| 436 | + <svg class="svg-icon" width="18" id="iq-ui-1-16" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 437 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14.158V11a6.002 6.002 0 00-4-5.659V5a2 2 0 10-4 0v.341C7.67 6.165 6 8.388 6 11v3.159c0 .538-.214 1.055-.595 1.436L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9" style="stroke-dasharray: 63, 83; stroke-dashoffset: 0;"></path> | ||
| 438 | + </svg> | ||
| 439 | + </i><span class="">Notifications</span> | ||
| 440 | + </a> | ||
| 441 | + </li> | ||
| 442 | + <li class=" sidebar-layout"> | ||
| 443 | + <a href="ui-pagination.html" class="svg-icon"> | ||
| 444 | + <i class=""> | ||
| 445 | + <svg class="svg-icon" width="18" id="iq-ui-1-17" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 446 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 12h.01M12 12h.01M19 12h.01M6 12a1 1 0 11-2 0 1 1 0 012 0zm7 0a1 1 0 11-2 0 1 1 0 012 0zm7 0a1 1 0 11-2 0 1 1 0 012 0z" style="stroke-dasharray: 19, 39; stroke-dashoffset: 0;"></path> | ||
| 447 | + </svg> | ||
| 448 | + </i><span class="">Pagination</span> | ||
| 449 | + </a> | ||
| 450 | + </li> | ||
| 451 | + <li class=" sidebar-layout"> | ||
| 452 | + <a href="ui-popovers.html" class="svg-icon"> | ||
| 453 | + <i class=""> | ||
| 454 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 455 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 11l3-3m0 0l3 3m-3-3v8m0-13a9 9 0 110 18 9 9 0 010-18z"></path> | ||
| 456 | + </svg> | ||
| 457 | + </i><span class="">Popovers</span> | ||
| 458 | + </a> | ||
| 459 | + </li> | ||
| 460 | + <li class=" sidebar-layout"> | ||
| 461 | + <a href="ui-progressbars.html" class="svg-icon"> | ||
| 462 | + <i class=""> | ||
| 463 | + <svg xmlns="http://www.w3.org/2000/svg" fill="none" width="18" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 464 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 11H5m14 0a2 2 0 012 2v6a2 2 0 01-2 2H5a2 2 0 01-2-2v-6a2 2 0 012-2m14 0V9a2 2 0 00-2-2M5 11V9a2 2 0 012-2m0 0V5a2 2 0 012-2h6a2 2 0 012 2v2M7 7h10"></path> | ||
| 465 | + </svg> | ||
| 466 | + </i><span class="">Progressbars</span> | ||
| 467 | + </a> | ||
| 468 | + </li> | ||
| 469 | + <li class=" sidebar-layout"> | ||
| 470 | + <a href="ui-typography.html" class="svg-icon"> | ||
| 471 | + <i class=""> | ||
| 472 | + <svg class="svg-icon" id="iq-ui-1-20" xmlns="http://www.w3.org/2000/svg" fill="none" width="18" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 473 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 4v1m6 11h2m-6 0h-2v4m0-11v3m0 0h.01M12 12h4.01M16 20h4M4 12h4m12 0h.01M5 8h2a1 1 0 001-1V5a1 1 0 00-1-1H5a1 1 0 00-1 1v2a1 1 0 001 1zm12 0h2a1 1 0 001-1V5a1 1 0 00-1-1h-2a1 1 0 00-1 1v2a1 1 0 001 1zM5 20h2a1 1 0 001-1v-2a1 1 0 00-1-1H5a1 1 0 00-1 1v2a1 1 0 001 1z" style="stroke-dasharray: 67, 87; stroke-dashoffset: 0;"></path> | ||
| 474 | + </svg> | ||
| 475 | + </i><span class="">Typography</span> | ||
| 476 | + </a> | ||
| 477 | + </li> | ||
| 478 | + <li class=" sidebar-layout"> | ||
| 479 | + <a href="ui-tabs.html" class="svg-icon"> | ||
| 480 | + <i class=""> | ||
| 481 | + <svg class="svg-icon" id="iq-ui-1-21" xmlns="http://www.w3.org/2000/svg" fill="none" width="18" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 482 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 7v10c0 2.21 3.582 4 8 4s8-1.79 8-4V7M4 7c0 2.21 3.582 4 8 4s8-1.79 8-4M4 7c0-2.21 3.582-4 8-4s8 1.79 8 4m0 5c0 2.21-3.582 4-8 4s-8-1.79-8-4" style="stroke-dasharray: 98, 118; stroke-dashoffset: 0;"></path> | ||
| 483 | + </svg> | ||
| 484 | + </i><span class="">Tabs</span> | ||
| 485 | + </a> | ||
| 486 | + </li> | ||
| 487 | + <li class=" sidebar-layout"> | ||
| 488 | + <a href="ui-tooltips.html" class="svg-icon"> | ||
| 489 | + <i class=""> | ||
| 490 | + <svg xmlns="http://www.w3.org/2000/svg" fill="none" width="18" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 491 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 13h6m2 8H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"></path> | ||
| 492 | + </svg> | ||
| 493 | + </i><span class="">Tooltips</span> | ||
| 494 | + </a> | ||
| 495 | + </li> | ||
| 496 | + <li class=" sidebar-layout"> | ||
| 497 | + <a href="ui-embed-video.html" class="svg-icon"> | ||
| 498 | + <i class=""> | ||
| 499 | + <svg class="svg-icon" id="iq-ui-1-23" xmlns="http://www.w3.org/2000/svg" fill="none" width="18" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 500 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 10l4.553-2.276A1 1 0 0121 8.618v6.764a1 1 0 01-1.447.894L15 14M5 18h8a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v8a2 2 0 002 2z" style="stroke-dasharray: 66, 86; stroke-dashoffset: 0;"></path> | ||
| 501 | + </svg> | ||
| 502 | + </i><span class="">Video</span> | ||
| 503 | + </a> | ||
| 504 | + </li> | ||
| 505 | + </ul> | ||
| 506 | + </li> | ||
| 507 | + <li class="sidebar-layout"> | ||
| 508 | + <a href="#app3" class="collapsed svg-icon" data-toggle="collapse" aria-expanded="false"> | ||
| 509 | + <i> | ||
| 510 | + <svg class="svg-icon" id="iq-form-1" width="18" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 511 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-3 7h3m-3 4h3m-6-4h.01M9 16h.01" style="stroke-dasharray: 74, 94; stroke-dashoffset: 0;"></path> | ||
| 512 | + </svg> | ||
| 513 | + </i> | ||
| 514 | + <span class="ml-2">Forms</span> | ||
| 515 | + <svg xmlns="http://www.w3.org/2000/svg" class="svg-icon iq-arrow-right arrow-active" width="15" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 516 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path> | ||
| 517 | + </svg> | ||
| 518 | + </a> | ||
| 519 | + <ul id="app3" class="submenu collapse" data-parent="#iq-sidebar-toggle"> | ||
| 520 | + <li class="sidebar-layout"> | ||
| 521 | + <a href="#form1" class="collapsed svg-icon" data-toggle="collapse" aria-expanded="false"> | ||
| 522 | + <i class=""> | ||
| 523 | + <svg class="svg-icon" width="18" id="iq-form-1-1" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 524 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 18h.01M7 21h10a2 2 0 002-2V5a2 2 0 00-2-2H7a2 2 0 00-2 2v14a2 2 0 002 2z" style="stroke-dasharray: 61, 81; stroke-dashoffset: 0;"></path> | ||
| 525 | + </svg> | ||
| 526 | + </i> | ||
| 527 | + <span class="">Form Control</span> | ||
| 528 | + <svg xmlns="http://www.w3.org/2000/svg" class="svg-icon iq-arrow-right arrow-active" width="15" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 529 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path> | ||
| 530 | + </svg> | ||
| 531 | + </a> | ||
| 532 | + <ul id="form1" class="submenu collapse" data-parent="#app3"> | ||
| 533 | + <li class=" sidebar-layout"> | ||
| 534 | + <a href="form-layout.html" class="svg-icon"> | ||
| 535 | + <i class=""> | ||
| 536 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 537 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20 7l-8-4-8 4m16 0l-8 4m8-4v10l-8 4m0-10L4 7m8 4v10M4 7v10l8 4"></path> | ||
| 538 | + </svg> | ||
| 539 | + </i><span class="">Form Elements</span> | ||
| 540 | + </a> | ||
| 541 | + </li> | ||
| 542 | + <li class=" sidebar-layout"> | ||
| 543 | + <a href="form-input-group.html" class="svg-icon"> | ||
| 544 | + <i class=""> | ||
| 545 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 546 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 13h6M3 17V7a2 2 0 012-2h6l2 2h6a2 2 0 012 2v8a2 2 0 01-2 2H5a2 2 0 01-2-2z"></path> | ||
| 547 | + </svg> | ||
| 548 | + </i><span class="">Form Input</span> | ||
| 549 | + </a> | ||
| 550 | + </li> | ||
| 551 | + <li class=" sidebar-layout"> | ||
| 552 | + <a href="form-validation.html" class="svg-icon"> | ||
| 553 | + <i class=""> | ||
| 554 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 555 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11 5H6a2 2 0 00-2 2v11a2 2 0 002 2h11a2 2 0 002-2v-5m-1.414-9.414a2 2 0 112.828 2.828L11.828 15H9v-2.828l8.586-8.586z"></path> | ||
| 556 | + </svg> | ||
| 557 | + </i><span class="">Form Validation</span> | ||
| 558 | + </a> | ||
| 559 | + </li> | ||
| 560 | + <li class=" sidebar-layout"> | ||
| 561 | + <a href="form-switch.html" class="svg-icon"> | ||
| 562 | + <i class=""> | ||
| 563 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 564 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 7h12m0 0l-4-4m4 4l-4 4m0 6H4m0 0l4 4m-4-4l4-4"></path> | ||
| 565 | + </svg> | ||
| 566 | + </i><span class="">Form Switch</span> | ||
| 567 | + </a> | ||
| 568 | + </li> | ||
| 569 | + <li class=" sidebar-layout"> | ||
| 570 | + <a href="form-chechbox.html" class="svg-icon"> | ||
| 571 | + <i class=""> | ||
| 572 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 573 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path> | ||
| 574 | + </svg> | ||
| 575 | + </i><span class="">Form Checkbox</span> | ||
| 576 | + </a> | ||
| 577 | + </li> | ||
| 578 | + <li class=" sidebar-layout"> | ||
| 579 | + <a href="form-radio.html" class="svg-icon"> | ||
| 580 | + <i class=""> | ||
| 581 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 582 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"></path> | ||
| 583 | + </svg> | ||
| 584 | + </i><span class="">Form Radio</span> | ||
| 585 | + </a> | ||
| 586 | + </li> | ||
| 587 | + <li class=" sidebar-layout"> | ||
| 588 | + <a href="form-textarea.html" class="svg-icon"> | ||
| 589 | + <i class=""> | ||
| 590 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 591 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"></path> | ||
| 592 | + </svg> | ||
| 593 | + </i><span class="">Form Textarea</span> | ||
| 594 | + </a> | ||
| 595 | + </li> | ||
| 596 | + </ul> | ||
| 597 | + </li> | ||
| 598 | + <li class="sidebar-layout"> | ||
| 599 | + <a href="#form2" class="collapsed svg-icon" data-toggle="collapse" aria-expanded="false"> | ||
| 600 | + <i class=""> | ||
| 601 | + <svg class="svg-icon" width="18" id="iq-user-1" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 602 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z"></path> | ||
| 603 | + </svg> | ||
| 604 | + </i> | ||
| 605 | + <span class="">Form Widget</span> | ||
| 606 | + <svg xmlns="http://www.w3.org/2000/svg" class="svg-icon iq-arrow-right arrow-active" width="15" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 607 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path> | ||
| 608 | + </svg> | ||
| 609 | + </a> | ||
| 610 | + <ul id="form2" class="submenu collapse" data-parent="#app3"> | ||
| 611 | + <li class=" sidebar-layout"> | ||
| 612 | + <a href="form-datepicker.html" class="svg-icon"> | ||
| 613 | + <i class=""> | ||
| 614 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 615 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"></path> | ||
| 616 | + </svg> | ||
| 617 | + </i><span class="">Datepicker</span> | ||
| 618 | + </a> | ||
| 619 | + </li> | ||
| 620 | + <li class=" sidebar-layout"> | ||
| 621 | + <a href="form-select.html" class="svg-icon"> | ||
| 622 | + <i class=""> | ||
| 623 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 624 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 15l-2 5L9 9l11 4-5 2zm0 0l5 5M7.188 2.239l.777 2.897M5.136 7.965l-2.898-.777M13.95 4.05l-2.122 2.122m-5.657 5.656l-2.12 2.122"></path> | ||
| 625 | + </svg> | ||
| 626 | + </i><span class="">Select2</span> | ||
| 627 | + </a> | ||
| 628 | + </li> | ||
| 629 | + <li class=" sidebar-layout"> | ||
| 630 | + <a href="form-file-uploader.html" class="svg-icon"> | ||
| 631 | + <i class=""> | ||
| 632 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 633 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 16a4 4 0 01-.88-7.903A5 5 0 1115.9 6L16 6a5 5 0 011 9.9M15 13l-3-3m0 0l-3 3m3-3v12"></path> | ||
| 634 | + </svg> | ||
| 635 | + </i><span class="">File Upload</span> | ||
| 636 | + </a> | ||
| 637 | + </li> | ||
| 638 | + <li class=" sidebar-layout"> | ||
| 639 | + <a href="form-quill.html" class="svg-icon"> | ||
| 640 | + <i class=""> | ||
| 641 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 642 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"></path> | ||
| 643 | + </svg> | ||
| 644 | + </i><span class="">Form quill</span> | ||
| 645 | + </a> | ||
| 646 | + </li> | ||
| 647 | + </ul> | ||
| 648 | + </li> | ||
| 649 | + </ul> | ||
| 650 | + </li> | ||
| 651 | + <li class="sidebar-layout"> | ||
| 652 | + <a href="#app5" class="collapsed svg-icon" data-toggle="collapse" aria-expanded="false"> | ||
| 653 | + <i> | ||
| 654 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 655 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 10h18M3 14h18m-9-4v8m-7 0h14a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v8a2 2 0 002 2z"></path> | ||
| 656 | + </svg> | ||
| 657 | + </i> | ||
| 658 | + <span class="ml-2">Table</span> | ||
| 659 | + <svg xmlns="http://www.w3.org/2000/svg" class="svg-icon iq-arrow-right arrow-active" width="15" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 660 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path> | ||
| 661 | + </svg> | ||
| 662 | + </a> | ||
| 663 | + <ul id="app5" class="submenu collapse" data-parent="#iq-sidebar-toggle"> | ||
| 664 | + <li class=" sidebar-layout"> | ||
| 665 | + <a href="tables-basic.html" class="svg-icon"> | ||
| 666 | + <i class=""> | ||
| 667 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 668 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 17V7m0 10a2 2 0 01-2 2H5a2 2 0 01-2-2V7a2 2 0 012-2h2a2 2 0 012 2m0 10a2 2 0 002 2h2a2 2 0 002-2M9 7a2 2 0 012-2h2a2 2 0 012 2m0 10V7m0 10a2 2 0 002 2h2a2 2 0 002-2V7a2 2 0 00-2-2h-2a2 2 0 00-2 2"></path> | ||
| 669 | + </svg> | ||
| 670 | + </i> | ||
| 671 | + <span class="ml-2">Basic Tables</span> | ||
| 672 | + </a> | ||
| 673 | + </li> | ||
| 674 | + <li class=" sidebar-layout"> | ||
| 675 | + <a href="table-data.html" class="svg-icon"> | ||
| 676 | + <i class=""> | ||
| 677 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 678 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 7v10c0 2.21 3.582 4 8 4s8-1.79 8-4V7M4 7c0 2.21 3.582 4 8 4s8-1.79 8-4M4 7c0-2.21 3.582-4 8-4s8 1.79 8 4m0 5c0 2.21-3.582 4-8 4s-8-1.79-8-4"></path> | ||
| 679 | + </svg> | ||
| 680 | + </i> | ||
| 681 | + <span class="ml-2">Data Table</span> | ||
| 682 | + </a> | ||
| 683 | + </li> | ||
| 684 | + <li class=" sidebar-layout"> | ||
| 685 | + <a href="table-editable.html" class="svg-icon"> | ||
| 686 | + <i class=""> | ||
| 687 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 688 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 7v8a2 2 0 002 2h6M8 7V5a2 2 0 012-2h4.586a1 1 0 01.707.293l4.414 4.414a1 1 0 01.293.707V15a2 2 0 01-2 2h-2M8 7H6a2 2 0 00-2 2v10a2 2 0 002 2h8a2 2 0 002-2v-2"></path> | ||
| 689 | + </svg> | ||
| 690 | + </i> | ||
| 691 | + <span class="ml-2">Editable Table</span> | ||
| 692 | + </a> | ||
| 693 | + </li> | ||
| 694 | + </ul> | ||
| 695 | + </li> | ||
| 696 | + <li class="active sidebar-layout"> | ||
| 697 | + <a href="" class="svg-icon"> | ||
| 698 | + <i class=""> | ||
| 699 | + <svg class="svg-icon" id="iq-chart-1" width="18" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 700 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 13v-1m4 1v-3m4 3V8M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z" style="stroke-dasharray: 96, 116; stroke-dashoffset: 0;"></path> | ||
| 701 | + </svg> | ||
| 702 | + </i> | ||
| 703 | + <span class="ml-2">Chart</span> | ||
| 704 | + </a> | ||
| 705 | + </li> | ||
| 706 | + <li class=" sidebar-layout"> | ||
| 707 | + <a href="icon-heroicon.html" class="svg-icon"> | ||
| 708 | + <i class=""> | ||
| 709 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 710 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14 10l-2 1m0 0l-2-1m2 1v2.5M20 7l-2 1m2-1l-2-1m2 1v2.5M14 4l-2-1-2 1M4 7l2-1M4 7l2 1M4 7v2.5M12 21l-2-1m2 1l2-1m-2 1v-2.5M6 18l-2-1v-2.5M18 18l2-1v-2.5"></path> | ||
| 711 | + </svg> | ||
| 712 | + </i> | ||
| 713 | + <span class="ml-2">Icon</span> | ||
| 714 | + </a> | ||
| 715 | + </li> | ||
| 716 | + </ul> | ||
| 717 | + </nav> | ||
| 718 | + <div class="pt-5 pb-5"></div> | ||
| 719 | + </div> | ||
| 720 | + </div> | ||
| 721 | + <div class="iq-top-navbar"> | ||
| 722 | + <div class="iq-navbar-custom"> | ||
| 723 | + <nav class="navbar navbar-expand-lg navbar-light p-0"> | ||
| 724 | + <div class="side-menu-bt-sidebar"> | ||
| 725 | + <svg xmlns="http://www.w3.org/2000/svg" class="text-secondary wrapper-menu" width="30" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 726 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"></path> | ||
| 727 | + </svg> | ||
| 728 | + </div> | ||
| 729 | + <div class="d-flex align-items-center"> | ||
| 730 | + <div class="change-mode"> | ||
| 731 | + <div class="custom-control custom-switch custom-switch-icon custom-control-inline"> | ||
| 732 | + <div class="custom-switch-inner"> | ||
| 733 | + <p class="mb-0"> </p> | ||
| 734 | + <input type="checkbox" class="custom-control-input" id="dark-mode" data-active="true"> | ||
| 735 | + <label class="custom-control-label" for="dark-mode" data-mode="toggle"> | ||
| 736 | + <span class="switch-icon-right"> | ||
| 737 | + <svg xmlns="http://www.w3.org/2000/svg" id="h-moon" height="20" width="20" class="h-6 w-6" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 738 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.354 15.354A9 9 0 018.646 3.646 9.003 9.003 0 0012 21a9.003 9.003 0 008.354-5.646z"></path> | ||
| 739 | + </svg> | ||
| 740 | + </span> | ||
| 741 | + <span class="switch-icon-left"> | ||
| 742 | + <svg xmlns="http://www.w3.org/2000/svg" id="h-sun" height="20" width="20" class="h-6 w-6" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 743 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 3v1m0 16v1m9-9h-1M4 12H3m15.364 6.364l-.707-.707M6.343 6.343l-.707-.707m12.728 0l-.707.707M6.343 17.657l-.707.707M16 12a4 4 0 11-8 0 4 4 0 018 0z"></path> | ||
| 744 | + </svg> | ||
| 745 | + </span> | ||
| 746 | + </label> | ||
| 747 | + </div> | ||
| 748 | + </div> | ||
| 749 | + </div> | ||
| 750 | + <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-label="Toggle navigation"> | ||
| 751 | + <svg xmlns="http://www.w3.org/2000/svg" class="text-secondary" width="30" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 752 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16m-7 6h7"></path> | ||
| 753 | + </svg> | ||
| 754 | + </button> | ||
| 755 | + <div class="collapse navbar-collapse" id="navbarSupportedContent"> | ||
| 756 | + <ul class="navbar-nav ml-auto navbar-list align-items-center"> | ||
| 757 | + <li class="nav-item nav-icon dropdown"> | ||
| 758 | + <a href="#" class="search-toggle dropdown-toggle" id="notification-dropdown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | ||
| 759 | + <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" class="h-6 w-6 text-secondary" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 760 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14.158V11a6.002 6.002 0 00-4-5.659V5a2 2 0 10-4 0v.341C7.67 6.165 6 8.388 6 11v3.159c0 .538-.214 1.055-.595 1.436L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9"></path> | ||
| 761 | + </svg> | ||
| 762 | + <span class="bg-primary"></span> | ||
| 763 | + </a> | ||
| 764 | + <div class="iq-sub-dropdown dropdown-menu" aria-labelledby="notification-dropdown"> | ||
| 765 | + <div class="card shadow-none m-0 border-0"> | ||
| 766 | + <div class="p-3 card-header-border"> | ||
| 767 | + <h6 class="text-center"> | ||
| 768 | + Notifications | ||
| 769 | + </h6> | ||
| 770 | + </div> | ||
| 771 | + <div class="card-body overflow-auto card-header-border p-0 card-body-list" style="max-height: 500px;"> | ||
| 772 | + <ul class="dropdown-menu-1 overflow-auto list-style-1 mb-0"> | ||
| 773 | + <li class="dropdown-item-1 float-none p-3"> | ||
| 774 | + <div class="list-item d-flex justify-content-start align-items-start"> | ||
| 775 | + <div class="avatar"> | ||
| 776 | + <div class="avatar-img avatar-danger avatar-20"> | ||
| 777 | + <span> | ||
| 778 | + <svg class="icon line" width="30" height="30" id="cart-alt1" stroke="white" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24"><path d="M3,3H5.32a1,1,0,0,1,.93.63L10,13,8.72,15.55A1,1,0,0,0,9.62,17H19" style="fill: none;stroke-linecap: round; stroke-linejoin: round; stroke-width: 2;"></path><polyline points="10 13 18.2 13 21 6" style="fill: none;stroke-linecap: round; stroke-linejoin: round; stroke-width: 2;"></polyline><line x1="20.8" y1="6" x2="7.2" y2="6" style="fill: none;stroke-linecap: round; stroke-linejoin: round; stroke-width: 2;"></line><circle cx="10.5" cy="20.5" r="0.5" style="fill: none;stroke-miterlimit: 10; stroke-width: 2;"></circle><circle cx="16.5" cy="20.5" r="0.5" style="fill: none;stroke-miterlimit: 10; stroke-width: 2;"></circle></svg> | ||
| 779 | + </span> | ||
| 780 | + </div> | ||
| 781 | + </div> | ||
| 782 | + <div class="list-style-detail ml-2 mr-2"> | ||
| 783 | + <h6 class="font-weight-bold">Your order is placed</h6> | ||
| 784 | + <p class="m-0"> | ||
| 785 | + <small class="text-secondary">If several languages coalesce</small> | ||
| 786 | + </p> | ||
| 787 | + <p class="m-0"> | ||
| 788 | + <small class="text-secondary"> | ||
| 789 | + <svg xmlns="http://www.w3.org/2000/svg" class="text-secondary mr-1" width="15" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 790 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"></path> | ||
| 791 | + </svg> | ||
| 792 | + 3 hours ago</small> | ||
| 793 | + </p> | ||
| 794 | + </div> | ||
| 795 | + </div> | ||
| 796 | + </li> | ||
| 797 | + <li class="dropdown-item-1 float-none p-3"> | ||
| 798 | + <div class="list-item d-flex justify-content-start align-items-start"> | ||
| 799 | + <div class="avatar"> | ||
| 800 | + <div class="avatar-img avatar-success avatar-20"> | ||
| 801 | + <span><img class="avatar is-squared rounded-circle" src="static/picture/2.jpg" alt="2.jpg"></span> | ||
| 802 | + </div> | ||
| 803 | + </div> | ||
| 804 | + <div class="list-style-detail ml-2 mr-2"> | ||
| 805 | + <h6 class="font-weight-bold">New message form cate</h6> | ||
| 806 | + <p class="m-0"> | ||
| 807 | + <small class="text-secondary">You have 3 unreded messages</small> | ||
| 808 | + </p> | ||
| 809 | + <p class="m-0"> | ||
| 810 | + <small class="text-secondary"> | ||
| 811 | + <svg xmlns="http://www.w3.org/2000/svg" class="text-secondary mr-1" width="15" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 812 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"></path> | ||
| 813 | + </svg> | ||
| 814 | + 5 hours ago</small> | ||
| 815 | + </p> | ||
| 816 | + </div> | ||
| 817 | + </div> | ||
| 818 | + </li> | ||
| 819 | + <li class="dropdown-item-1 float-none p-3"> | ||
| 820 | + <div class="list-item d-flex justify-content-start align-items-start"> | ||
| 821 | + <div class="avatar"> | ||
| 822 | + <div class="avatar-img avatar-warning avatar-20"> | ||
| 823 | + <span> | ||
| 824 | + <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="30" height="30" stroke="white" id="Capa_1" x="0px" y="0px" viewbox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"> | ||
| 825 | + <g> | ||
| 826 | + <g> | ||
| 827 | + <path d="M386.689,304.403c-35.587,0-64.538,28.951-64.538,64.538s28.951,64.538,64.538,64.538 c35.593,0,64.538-28.951,64.538-64.538S422.276,304.403,386.689,304.403z M386.689,401.21c-17.796,0-32.269-14.473-32.269-32.269 c0-17.796,14.473-32.269,32.269-32.269c17.796,0,32.269,14.473,32.269,32.269C418.958,386.738,404.485,401.21,386.689,401.21z"></path> | ||
| 828 | + </g> | ||
| 829 | + </g> | ||
| 830 | + <g> | ||
| 831 | + <g> | ||
| 832 | + <path d="M166.185,304.403c-35.587,0-64.538,28.951-64.538,64.538s28.951,64.538,64.538,64.538s64.538-28.951,64.538-64.538 S201.772,304.403,166.185,304.403z M166.185,401.21c-17.796,0-32.269-14.473-32.269-32.269c0-17.796,14.473-32.269,32.269-32.269 c17.791,0,32.269,14.473,32.269,32.269C198.454,386.738,183.981,401.21,166.185,401.21z"></path> | ||
| 833 | + </g> | ||
| 834 | + </g> | ||
| 835 | + <g> | ||
| 836 | + <g> | ||
| 837 | + <path d="M430.15,119.675c-2.743-5.448-8.32-8.885-14.419-8.885h-84.975v32.269h75.025l43.934,87.384l28.838-14.5L430.15,119.675z"></path> | ||
| 838 | + </g> | ||
| 839 | + </g> | ||
| 840 | + <g> | ||
| 841 | + <g> | ||
| 842 | + <rect x="216.202" y="353.345" width="122.084" height="32.269"></rect> | ||
| 843 | + </g> | ||
| 844 | + </g> | ||
| 845 | + <g> | ||
| 846 | + <g> | ||
| 847 | + <path d="M117.781,353.345H61.849c-8.912,0-16.134,7.223-16.134,16.134c0,8.912,7.223,16.134,16.134,16.134h55.933 c8.912,0,16.134-7.223,16.134-16.134C133.916,360.567,126.693,353.345,117.781,353.345z"></path> | ||
| 848 | + </g> | ||
| 849 | + </g> | ||
| 850 | + <g> | ||
| 851 | + <g> | ||
| 852 | + <path d="M508.612,254.709l-31.736-40.874c-3.049-3.937-7.755-6.239-12.741-6.239H346.891V94.655 c0-8.912-7.223-16.134-16.134-16.134H61.849c-8.912,0-16.134,7.223-16.134,16.134s7.223,16.134,16.134,16.134h252.773v112.941 c0,8.912,7.223,16.134,16.134,16.134h125.478l23.497,30.268v83.211h-44.639c-8.912,0-16.134,7.223-16.134,16.134 c0,8.912,7.223,16.134,16.134,16.134h60.773c8.912,0,16.134-7.223,16.135-16.134V264.605 C512,261.023,510.806,257.538,508.612,254.709z"></path> | ||
| 853 | + </g> | ||
| 854 | + </g> | ||
| 855 | + <g> | ||
| 856 | + <g> | ||
| 857 | + <path d="M116.706,271.597H42.487c-8.912,0-16.134,7.223-16.134,16.134c0,8.912,7.223,16.134,16.134,16.134h74.218 c8.912,0,16.134-7.223,16.134-16.134C132.84,278.82,125.617,271.597,116.706,271.597z"></path> | ||
| 858 | + </g> | ||
| 859 | + </g> | ||
| 860 | + <g> | ||
| 861 | + <g> | ||
| 862 | + <path d="M153.815,208.134H16.134C7.223,208.134,0,215.357,0,224.269s7.223,16.134,16.134,16.134h137.681 c8.912,0,16.134-7.223,16.134-16.134S162.727,208.134,153.815,208.134z"></path> | ||
| 863 | + </g> | ||
| 864 | + </g> | ||
| 865 | + <g> | ||
| 866 | + <g> | ||
| 867 | + <path d="M180.168,144.672H42.487c-8.912,0-16.134,7.223-16.134,16.134c0,8.912,7.223,16.134,16.134,16.134h137.681 c8.912,0,16.134-7.223,16.134-16.134C196.303,151.895,189.08,144.672,180.168,144.672z"></path> | ||
| 868 | + </g> | ||
| 869 | + </g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g> </svg> | ||
| 870 | + </span> | ||
| 871 | + </div> | ||
| 872 | + </div> | ||
| 873 | + <div class="list-style-detail ml-2 mr-2"> | ||
| 874 | + <h6 class="font-weight-bold">Your item is shipped</h6> | ||
| 875 | + <p class="m-0"> | ||
| 876 | + <small class="text-secondary">You got new order of goods</small> | ||
| 877 | + </p> | ||
| 878 | + <p class="m-0"> | ||
| 879 | + <small class="text-secondary"> | ||
| 880 | + <svg xmlns="http://www.w3.org/2000/svg" class="text-secondary mr-1" width="15" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 881 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"></path> | ||
| 882 | + </svg> | ||
| 883 | + 5 hours ago</small> | ||
| 884 | + </p> | ||
| 885 | + </div> | ||
| 886 | + </div> | ||
| 887 | + </li> | ||
| 888 | + </ul> | ||
| 889 | + </div> | ||
| 890 | + <div class="card-footer text-muted p-3"> | ||
| 891 | + <p class="mb-0 text-primary text-center font-weight-bold">Show all notifications</p> | ||
| 892 | + </div> | ||
| 893 | + </div> | ||
| 894 | + </div> | ||
| 895 | + </li> | ||
| 896 | + <li class="nav-item nav-icon dropdown"> | ||
| 897 | + <a href="#" class="search-toggle dropdown-toggle" id="dropdownMenuButton2" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | ||
| 898 | + <img src="static/picture/flag001.png" class="img-fluid rounded-circle" alt="user" style="height: 30px; min-width: 30px; width: 30px;"> | ||
| 899 | + <span class="bg-primary"></span> | ||
| 900 | + </a> | ||
| 901 | + <div class="iq-sub-dropdown dropdown-menu" aria-labelledby="dropdownMenuButton2"> | ||
| 902 | + <div class="card shadow-none m-0 border-0"> | ||
| 903 | + <div class=" p-0 "> | ||
| 904 | + <ul class="dropdown-menu-1 list-group list-group-flush"> | ||
| 905 | + <li class="dropdown-item-1 list-group-item px-2"><a class="p-0" href="#"><img src="static/picture/flag-03.png" alt="img-flaf" class="img-fluid mr-2" style="width: 15px;height: 15px;min-width: 15px;">Spanish</a></li> | ||
| 906 | + <li class="dropdown-item-1 list-group-item px-2"><a class="p-0" href="#"><img src="static/picture/flag-04.png" alt="img-flaf" class="img-fluid mr-2" style="width: 15px;height: 15px;min-width: 15px;">Italian</a></li> | ||
| 907 | + <li class="dropdown-item-1 list-group-item px-2"><a class="p-0" href="#"><img src="static/picture/flag-02.png" alt="img-flaf" class="img-fluid mr-2" style="width: 15px;height: 15px;min-width: 15px;">French</a></li> | ||
| 908 | + <li class="dropdown-item-1 list-group-item px-2"><a class="p-0" href="#"><img src="static/picture/flag-05.png" alt="img-flaf" class="img-fluid mr-2" style="width: 15px;height: 15px;min-width: 15px;">German</a></li> | ||
| 909 | + <li class="dropdown-item-1 list-group-item px-2"><a class="p-0" href="#"><img src="static/picture/flag-06.png" alt="img-flaf" class="img-fluid mr-2" style="width: 15px;height: 15px;min-width: 15px;">Japanese</a></li> | ||
| 910 | + </ul> | ||
| 911 | + </div> | ||
| 912 | + </div> | ||
| 913 | + </div> | ||
| 914 | + </li> | ||
| 915 | + <li class="nav-item nav-icon search-content"> | ||
| 916 | + <a href="#" class="search-toggle rounded" id="dropdownSearch" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | ||
| 917 | + <svg class="svg-icon text-secondary" id="h-suns" height="25" width="25" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 918 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path> | ||
| 919 | + </svg> | ||
| 920 | + </a> | ||
| 921 | + <div class="iq-search-bar iq-sub-dropdown dropdown-menu" aria-labelledby="dropdownSearch"> | ||
| 922 | + <form action="#" class="searchbox p-2"> | ||
| 923 | + <div class="form-group mb-0 position-relative"> | ||
| 924 | + <input type="text" class="text search-input font-size-12" placeholder="type here to search..."> | ||
| 925 | + <a href="#" class="search-link"> | ||
| 926 | + <svg xmlns="http://www.w3.org/2000/svg" class="" width="20" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 927 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path> | ||
| 928 | + </svg> | ||
| 929 | + </a> | ||
| 930 | + </div> | ||
| 931 | + </form> | ||
| 932 | + </div> | ||
| 933 | + </li> | ||
| 934 | + <li class="nav-item nav-icon dropdown"> | ||
| 935 | + <a href="#" class="nav-item nav-icon dropdown-toggle pr-0 search-toggle" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | ||
| 936 | + <img src="static/picture/1.jpg" class="img-fluid avatar-rounded" alt="user"> | ||
| 937 | + <span class="mb-0 ml-2 user-name">John Doe</span> | ||
| 938 | + </a> | ||
| 939 | + <ul class="dropdown-menu dropdown-menu-right" aria-labelledby="dropdownMenuButton"> | ||
| 940 | + <li class="dropdown-item d-flex svg-icon"> | ||
| 941 | + <svg class="svg-icon mr-0 text-secondary" id="h-01-p" width="20" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 942 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5.121 17.804A13.937 13.937 0 0112 16c2.5 0 4.847.655 6.879 1.804M15 10a3 3 0 11-6 0 3 3 0 016 0zm6 2a9 9 0 11-18 0 9 9 0 0118 0z"></path> | ||
| 943 | + </svg> | ||
| 944 | + <a href="user-profile.html">My Profile</a> | ||
| 945 | + </li> | ||
| 946 | + <li class="dropdown-item d-flex svg-icon"> | ||
| 947 | + <svg class="svg-icon mr-0 text-secondary" id="h-02-p" width="20" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 948 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11 5H6a2 2 0 00-2 2v11a2 2 0 002 2h11a2 2 0 002-2v-5m-1.414-9.414a2 2 0 112.828 2.828L11.828 15H9v-2.828l8.586-8.586z"></path> | ||
| 949 | + </svg> | ||
| 950 | + <a href="user-profile-edit.html">Edit Profile</a> | ||
| 951 | + </li> | ||
| 952 | + <li class="dropdown-item d-flex svg-icon"> | ||
| 953 | + <svg class="svg-icon mr-0 text-secondary" id="h-03-p" width="20" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 954 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z"></path> | ||
| 955 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z"></path> | ||
| 956 | + </svg> | ||
| 957 | + <a href="user-account-setting.html">Account Settings</a> | ||
| 958 | + </li> | ||
| 959 | + <li class="dropdown-item d-flex svg-icon"> | ||
| 960 | + <svg class="svg-icon mr-0 text-secondary" id="h-04-p" width="20" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 961 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z"></path> | ||
| 962 | + </svg> | ||
| 963 | + <a href="user-privacy-setting.html">Privacy Settings</a> | ||
| 964 | + </li> | ||
| 965 | + <li class="dropdown-item d-flex svg-icon border-top"> | ||
| 966 | + <svg class="svg-icon mr-0 text-secondary" id="h-05-p" width="20" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 967 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 16l4-4m0 0l-4-4m4 4H7m6 4v1a3 3 0 01-3 3H6a3 3 0 01-3-3V7a3 3 0 013-3h4a3 3 0 013 3v1"></path> | ||
| 968 | + </svg> | ||
| 969 | + <a href="auth-sign-in.html">Logout</a> | ||
| 970 | + </li> | ||
| 971 | + </ul> | ||
| 972 | + </li> | ||
| 973 | + </ul> | ||
| 974 | + </div> | ||
| 975 | + </div> | ||
| 976 | + </nav> | ||
| 977 | + </div> | ||
| 978 | + </div> | ||
| 979 | + <div class="content-page"> | ||
| 980 | + <div class="container-fluid"> | ||
| 981 | + <div class="row"> | ||
| 982 | + <div class="col-sm-12 col-lg-6"> | ||
| 983 | + <div class="card"> | ||
| 984 | + <div class="card-header d-flex justify-content-between"> | ||
| 985 | + <div class="header-title"> | ||
| 986 | + <h4 class="card-title">Line Chart</h4> | ||
| 987 | + </div> | ||
| 988 | + </div> | ||
| 989 | + <div class="card-body"> | ||
| 990 | + <div id="apex-basic"></div> | ||
| 991 | + </div> | ||
| 992 | + </div> | ||
| 993 | + <div class="card"> | ||
| 994 | + <div class="card-header d-flex justify-content-between"> | ||
| 995 | + <div class="header-title"> | ||
| 996 | + <h4 class="card-title">Column Chart</h4> | ||
| 997 | + </div> | ||
| 998 | + </div> | ||
| 999 | + <div class="card-body"> | ||
| 1000 | + <div id="apex-column"></div> | ||
| 1001 | + </div> | ||
| 1002 | + </div> | ||
| 1003 | + <div class="card"> | ||
| 1004 | + <div class="card-header d-flex justify-content-between"> | ||
| 1005 | + <div class="header-title"> | ||
| 1006 | + <h4 class="card-title">Mixes Chart</h4> | ||
| 1007 | + </div> | ||
| 1008 | + </div> | ||
| 1009 | + <div class="card-body"> | ||
| 1010 | + <div id="apex-mixed-chart"></div> | ||
| 1011 | + </div> | ||
| 1012 | + </div> | ||
| 1013 | + <div class="card"> | ||
| 1014 | + <div class="card-header d-flex justify-content-between"> | ||
| 1015 | + <div class="header-title"> | ||
| 1016 | + <h4 class="card-title"> Bubble Charts</h4> | ||
| 1017 | + </div> | ||
| 1018 | + </div> | ||
| 1019 | + <div class="card-body"> | ||
| 1020 | + <div id="apex-bubble-chart"></div> | ||
| 1021 | + </div> | ||
| 1022 | + </div> | ||
| 1023 | + <div class="card"> | ||
| 1024 | + <div class="card-header d-flex justify-content-between"> | ||
| 1025 | + <div class="header-title"> | ||
| 1026 | + <h4 class="card-title"> Pie Charts</h4> | ||
| 1027 | + </div> | ||
| 1028 | + </div> | ||
| 1029 | + <div class="card-body"> | ||
| 1030 | + <div id="apex-pie-chart"></div> | ||
| 1031 | + </div> | ||
| 1032 | + </div> | ||
| 1033 | + </div> | ||
| 1034 | + <div class="col-sm-12 col-lg-6"> | ||
| 1035 | + <div class="card"> | ||
| 1036 | + <div class="card-header d-flex justify-content-between"> | ||
| 1037 | + <div class="header-title"> | ||
| 1038 | + <h4 class="card-title">Line Area Chart</h4> | ||
| 1039 | + </div> | ||
| 1040 | + </div> | ||
| 1041 | + <div class="card-body"> | ||
| 1042 | + <div id="apex-line-area"></div> | ||
| 1043 | + </div> | ||
| 1044 | + </div> | ||
| 1045 | + <div class="card"> | ||
| 1046 | + <div class="card-header d-flex justify-content-between"> | ||
| 1047 | + <div class="header-title"> | ||
| 1048 | + <h4 class="card-title">Bar Chart</h4> | ||
| 1049 | + </div> | ||
| 1050 | + </div> | ||
| 1051 | + <div class="card-body"> | ||
| 1052 | + <div id="apex-bar"></div> | ||
| 1053 | + </div> | ||
| 1054 | + </div> | ||
| 1055 | + <div class="card"> | ||
| 1056 | + <div class="card-header d-flex justify-content-between"> | ||
| 1057 | + <div class="header-title"> | ||
| 1058 | + <h4 class="card-title"> Candlestick Charts</h4> | ||
| 1059 | + </div> | ||
| 1060 | + </div> | ||
| 1061 | + <div class="card-body"> | ||
| 1062 | + <div id="apex-candlestick-chart"></div> | ||
| 1063 | + </div> | ||
| 1064 | + </div> | ||
| 1065 | + <div class="card"> | ||
| 1066 | + <div class="card-header d-flex justify-content-between"> | ||
| 1067 | + <div class="header-title"> | ||
| 1068 | + <h4 class="card-title"> Scatter Charts</h4> | ||
| 1069 | + </div> | ||
| 1070 | + </div> | ||
| 1071 | + <div class="card-body"> | ||
| 1072 | + <div id="apex-scatter-chart"></div> | ||
| 1073 | + </div> | ||
| 1074 | + </div> | ||
| 1075 | + <div class="card"> | ||
| 1076 | + <div class="card-header d-flex justify-content-between"> | ||
| 1077 | + <div class="header-title"> | ||
| 1078 | + <h4 class="card-title">Radial Bar Charts</h4> | ||
| 1079 | + </div> | ||
| 1080 | + </div> | ||
| 1081 | + <div class="card-body"> | ||
| 1082 | + <div id="apex-radialbar-chart"></div> | ||
| 1083 | + </div> | ||
| 1084 | + </div> | ||
| 1085 | + </div> | ||
| 1086 | + <div class="d-flex align-items-center w-100"> | ||
| 1087 | + <div class="col-lg-6"> | ||
| 1088 | + <div class="card"> | ||
| 1089 | + <div class="card-header d-flex justify-content-between"> | ||
| 1090 | + <div class="header-title"> | ||
| 1091 | + <h4 class="card-title">Advanced Charts</h4> | ||
| 1092 | + </div> | ||
| 1093 | + </div> | ||
| 1094 | + <div class="card-body"> | ||
| 1095 | + <div id="advanced-chart"></div> | ||
| 1096 | + </div> | ||
| 1097 | + </div> | ||
| 1098 | + </div> | ||
| 1099 | + <div class="col-lg-6"> | ||
| 1100 | + <div class="card"> | ||
| 1101 | + <div class="card-header d-flex justify-content-between"> | ||
| 1102 | + <div class="header-title"> | ||
| 1103 | + <h4 class="card-title">Radar Multiple Charts</h4> | ||
| 1104 | + </div> | ||
| 1105 | + </div> | ||
| 1106 | + <div class="card-body"> | ||
| 1107 | + <div id="radar-multiple-chart"></div> | ||
| 1108 | + </div> | ||
| 1109 | + </div> | ||
| 1110 | + </div> | ||
| 1111 | + </div> | ||
| 1112 | + </div> | ||
| 1113 | + </div> | ||
| 1114 | + </div> | ||
| 1115 | + </div> | ||
| 1116 | + <!-- Wrapper End--> | ||
| 1117 | + <footer class="iq-footer"> | ||
| 1118 | + <div class="container-fluid"> | ||
| 1119 | + <div class="row"> | ||
| 1120 | + <div class="col-lg-6"> | ||
| 1121 | + <ul class="list-inline mb-0"> | ||
| 1122 | + <li class="list-inline-item"><a href="privacy-policy.html">Privacy Policy</a></li> | ||
| 1123 | + <li class="list-inline-item"><a href="terms-of-service.html">Terms of Use</a></li> | ||
| 1124 | + </ul> | ||
| 1125 | + </div> | ||
| 1126 | + <div class="col-lg-6 text-right"> | ||
| 1127 | + <span class="mr-1">Copyright © 2021.Company name All rights reserved.<a target="_blank" href="https://sc.chinaz.com/moban/">网页模板</a></span> | ||
| 1128 | + </div> | ||
| 1129 | + </div> | ||
| 1130 | + </div> | ||
| 1131 | + </footer> <!-- Backend Bundle JavaScript --> | ||
| 1132 | + <script src="static/js/backend-bundle.min.js"></script> | ||
| 1133 | + <!-- Chart Custom JavaScript --> | ||
| 1134 | + <script src="static/js/customizer.js"></script> | ||
| 1135 | + | ||
| 1136 | + <script src="static/js/sidebar.js"></script> | ||
| 1137 | + | ||
| 1138 | + <!-- Flextree Javascript--> | ||
| 1139 | + <script src="static/js/flex-tree.min.js"></script> | ||
| 1140 | + <script src="static/js/tree.js"></script> | ||
| 1141 | + | ||
| 1142 | + <!-- Table Treeview JavaScript --> | ||
| 1143 | + <script src="static/js/table-treeview.js"></script> | ||
| 1144 | + | ||
| 1145 | + <!-- SweetAlert JavaScript --> | ||
| 1146 | + <script src="static/js/sweetalert.js"></script> | ||
| 1147 | + | ||
| 1148 | + <!-- Vectoe Map JavaScript --> | ||
| 1149 | + <script src="static/js/vector-map-custom.js"></script> | ||
| 1150 | + | ||
| 1151 | + <!-- Chart Custom JavaScript --> | ||
| 1152 | + <script src="static/js/chart-custom.js"></script> | ||
| 1153 | + <script src="static/js/01.js"></script> | ||
| 1154 | + <script src="static/js/02.js"></script> | ||
| 1155 | + | ||
| 1156 | + <!-- slider JavaScript --> | ||
| 1157 | + <script src="static/js/slider.js"></script> | ||
| 1158 | + | ||
| 1159 | + <!-- Emoji picker --> | ||
| 1160 | + <script src="static/js/index.js" type="module"></script> | ||
| 1161 | + | ||
| 1162 | + | ||
| 1163 | + <!-- app JavaScript --> | ||
| 1164 | + <script src="static/js/app.js"></script> </body> | ||
| 1165 | +</html> |
Datum_UImodel/chat.html
0 → 100644
This diff could not be displayed because it is too large.
Datum_UImodel/customer-add.html
0 → 100644
This diff could not be displayed because it is too large.
Datum_UImodel/customer-view.html
0 → 100644
This diff could not be displayed because it is too large.
Datum_UImodel/customer.html
0 → 100644
This diff could not be displayed because it is too large.
Datum_UImodel/form-chechbox.html
0 → 100644
This diff could not be displayed because it is too large.
Datum_UImodel/form-datepicker.html
0 → 100644
| 1 | + | ||
| 2 | + | ||
| 3 | +<!doctype html> | ||
| 4 | +<html lang="en"> | ||
| 5 | + <head> | ||
| 6 | + <meta charset="utf-8"> | ||
| 7 | + <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
| 8 | + <title>Datum | CRM Admin Dashboard Template</title> | ||
| 9 | + | ||
| 10 | + <link rel="stylesheet" href="static/css/backend-plugin.min.css"> | ||
| 11 | + <link rel="stylesheet" href="static/css/backend.css"> </head> | ||
| 12 | + <body class=" color-light "> | ||
| 13 | + <!-- loader Start --> | ||
| 14 | + <div id="loading"> | ||
| 15 | + <div id="loading-center"> | ||
| 16 | + </div> | ||
| 17 | + </div> | ||
| 18 | + <!-- loader END --> | ||
| 19 | + <!-- Wrapper Start --> | ||
| 20 | + <div class="wrapper"> | ||
| 21 | + <div class="iq-sidebar sidebar-default "> | ||
| 22 | + <div class="iq-sidebar-logo d-flex align-items-end justify-content-between"> | ||
| 23 | + <a href="index.html" class="header-logo"> | ||
| 24 | + <img src="static/picture/logo.png" class="img-fluid rounded-normal light-logo" alt="logo"> | ||
| 25 | + <img src="static/picture/logo-dark.png" class="img-fluid rounded-normal d-none sidebar-light-img" alt="logo"> | ||
| 26 | + <span>Datum</span> | ||
| 27 | + </a> | ||
| 28 | + <div class="side-menu-bt-sidebar-1"> | ||
| 29 | + <svg xmlns="http://www.w3.org/2000/svg" class="text-light wrapper-menu" width="30" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 30 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path> | ||
| 31 | + </svg> | ||
| 32 | + </div> | ||
| 33 | + </div> | ||
| 34 | + <div class="data-scrollbar" data-scroll="1"> | ||
| 35 | + <nav class="iq-sidebar-menu"> | ||
| 36 | + <ul id="iq-sidebar-toggle" class="side-menu"> | ||
| 37 | + <li class=" sidebar-layout"> | ||
| 38 | + <a href="index.html" class="svg-icon"> | ||
| 39 | + <i class=""> | ||
| 40 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 41 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6"></path> | ||
| 42 | + </svg> | ||
| 43 | + </i> | ||
| 44 | + <span class="ml-2">Dashboard</span> | ||
| 45 | + <p class="mb-0 w-10 badge badge-pill badge-primary">6</p> | ||
| 46 | + </a> | ||
| 47 | + </li> | ||
| 48 | + <li class="px-3 pt-3 pb-2 "> | ||
| 49 | + <span class="text-uppercase small font-weight-bold">Application</span> | ||
| 50 | + </li> | ||
| 51 | + <li class=" sidebar-layout"> | ||
| 52 | + <a href="customer.html" class="svg-icon "> | ||
| 53 | + <i class=""> | ||
| 54 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 55 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0zm6 3a2 2 0 11-4 0 2 2 0 014 0zM7 10a2 2 0 11-4 0 2 2 0 014 0z"></path> | ||
| 56 | + </svg> | ||
| 57 | + </i> | ||
| 58 | + <span class="ml-2">Customer</span> | ||
| 59 | + </a> | ||
| 60 | + </li> | ||
| 61 | + <li class=" sidebar-layout"> | ||
| 62 | + <a href="product.html" class="svg-icon"> | ||
| 63 | + <i class=""> | ||
| 64 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 65 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 7h.01M7 3h5c.512 0 1.024.195 1.414.586l7 7a2 2 0 010 2.828l-7 7a2 2 0 01-2.828 0l-7-7A1.994 1.994 0 013 12V7a4 4 0 014-4z"></path> | ||
| 66 | + </svg> | ||
| 67 | + </i> | ||
| 68 | + <span class="ml-2">Product</span> | ||
| 69 | + </a> | ||
| 70 | + </li> | ||
| 71 | + <li class=" sidebar-layout"> | ||
| 72 | + <a href="order.html" class="svg-icon"> | ||
| 73 | + <i class=""> | ||
| 74 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 75 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path> | ||
| 76 | + </svg> | ||
| 77 | + </i> | ||
| 78 | + <span class="ml-2">Order</span> | ||
| 79 | + </a> | ||
| 80 | + </li> | ||
| 81 | + <li class=" sidebar-layout"> | ||
| 82 | + <a href="invoice.html" class="svg-icon"> | ||
| 83 | + <i class=""> | ||
| 84 | + <svg class="icon line" width="18" id="receipt" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 85 | + <path d="M17,16V3L13,5,10,3,7,5,3,3V17.83A3.13,3.13,0,0,0,5.84,21,3,3,0,0,0,9,18V17a1,1,0,0,1,1-1H20a1,1,0,0,1,1,1v1a3,3,0,0,1-3,3H6" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2;"></path> | ||
| 86 | + <line x1="8" y1="10" x2="12" y2="10" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2;"></line> | ||
| 87 | + </svg> | ||
| 88 | + </i> | ||
| 89 | + <span class="ml-2">Invoice</span> | ||
| 90 | + </a> | ||
| 91 | + </li> | ||
| 92 | + <li class=" sidebar-layout"> | ||
| 93 | + <a href="todo.html" class="svg-icon"> | ||
| 94 | + <i class=""> | ||
| 95 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 96 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4"></path> | ||
| 97 | + </svg> | ||
| 98 | + </i><span class="ml-2">Todo</span> | ||
| 99 | + </a> | ||
| 100 | + </li> | ||
| 101 | + <li class=" sidebar-layout"> | ||
| 102 | + <a href="calendar.html" class="svg-icon"> | ||
| 103 | + <i class=""> | ||
| 104 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 105 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"></path> | ||
| 106 | + </svg> | ||
| 107 | + </i> | ||
| 108 | + <span class="ml-2">Calendar</span> | ||
| 109 | + <p class="mb-0 px-2 badge badge-pill badge-success">New</p> | ||
| 110 | + </a> | ||
| 111 | + </li> | ||
| 112 | + <li class="px-3 pt-3 pb-2"> | ||
| 113 | + <span class="text-uppercase small font-weight-bold">Pages</span> | ||
| 114 | + </li> | ||
| 115 | + <li class=" sidebar-layout"> | ||
| 116 | + <a href="chat.html" class="svg-icon"> | ||
| 117 | + <i class=""> | ||
| 118 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 119 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z"></path> | ||
| 120 | + </svg> | ||
| 121 | + </i><span class="ml-2">Chat</span> | ||
| 122 | + </a> | ||
| 123 | + </li> | ||
| 124 | + <li class=" sidebar-layout"> | ||
| 125 | + <a href="user-profile.html" class="svg-icon"> | ||
| 126 | + <i class=""> | ||
| 127 | + <svg class="svg-icon" id="iq-user-1-1" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 128 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5.121 17.804A13.937 13.937 0 0112 16c2.5 0 4.847.655 6.879 1.804M15 10a3 3 0 11-6 0 3 3 0 016 0zm6 2a9 9 0 11-18 0 9 9 0 0118 0z"></path> | ||
| 129 | + </svg> | ||
| 130 | + </i><span class="ml-2">User Profile</span> | ||
| 131 | + </a> | ||
| 132 | + </li> | ||
| 133 | + <li class="sidebar-layout"> | ||
| 134 | + <a href="#app1" class="collapsed svg-icon" data-toggle="collapse" aria-expanded="false"> | ||
| 135 | + <i> | ||
| 136 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 137 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z"></path> | ||
| 138 | + </svg> | ||
| 139 | + </i> | ||
| 140 | + <span class="ml-2">Authentication</span> | ||
| 141 | + <svg xmlns="http://www.w3.org/2000/svg" class="svg-icon iq-arrow-right arrow-active" width="15" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 142 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path> | ||
| 143 | + </svg> | ||
| 144 | + </a> | ||
| 145 | + <ul id="app1" class="submenu collapse" data-parent="#iq-sidebar-toggle"> | ||
| 146 | + <li class=" sidebar-layout"> | ||
| 147 | + <a href="auth-login.html" class="svg-icon"> | ||
| 148 | + <i class=""><svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 149 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 11c0 3.517-1.009 6.799-2.753 9.571m-3.44-2.04l.054-.09A13.916 13.916 0 008 11a4 4 0 118 0c0 1.017-.07 2.019-.203 3m-2.118 6.844A21.88 21.88 0 0015.171 17m3.839 1.132c.645-2.266.99-4.659.99-7.132A8 8 0 008 4.07M3 15.364c.64-1.319 1-2.8 1-4.364 0-1.457.39-2.823 1.07-4"></path> | ||
| 150 | + </svg> | ||
| 151 | + </i><span class="">Login</span> | ||
| 152 | + </a> | ||
| 153 | + </li> | ||
| 154 | + <li class=" sidebar-layout"> | ||
| 155 | + <a href="auth-sign-up.html" class="svg-icon"> | ||
| 156 | + <i class=""> | ||
| 157 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 158 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4"></path> | ||
| 159 | + </svg> | ||
| 160 | + </i><span class="">Register</span> | ||
| 161 | + </a> | ||
| 162 | + </li> | ||
| 163 | + <li class=" sidebar-layout"> | ||
| 164 | + <a href="auth-recover-pwd.html" class="svg-icon"> | ||
| 165 | + <i class=""> | ||
| 166 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 167 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15.232 5.232l3.536 3.536m-2.036-5.036a2.5 2.5 0 113.536 3.536L6.5 21.036H3v-3.572L16.732 3.732z"></path> | ||
| 168 | + </svg> | ||
| 169 | + </i><span class="">Reset Password</span> | ||
| 170 | + </a> | ||
| 171 | + </li> | ||
| 172 | + <li class=" sidebar-layout"> | ||
| 173 | + <a href="auth-confirm-mail.html" class="svg-icon"> | ||
| 174 | + <i class=""> | ||
| 175 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 176 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"></path> | ||
| 177 | + </svg> | ||
| 178 | + </i><span class="">Confirm Mail</span> | ||
| 179 | + </a> | ||
| 180 | + </li> | ||
| 181 | + <li class=" sidebar-layout"> | ||
| 182 | + <a href="auth-lock-screen.html" class="svg-icon"> | ||
| 183 | + <i class=""> | ||
| 184 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 185 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9.75 17L9 20l-1 1h8l-1-1-.75-3M3 13h18M5 17h14a2 2 0 002-2V5a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"></path> | ||
| 186 | + </svg> | ||
| 187 | + </i><span class="">Lock Screen</span> | ||
| 188 | + </a> | ||
| 189 | + </li> | ||
| 190 | + </ul> | ||
| 191 | + </li> | ||
| 192 | + <li class="sidebar-layout"> | ||
| 193 | + <a href="#app6" class="collapsed svg-icon" data-toggle="collapse" aria-expanded="false"> | ||
| 194 | + <i> | ||
| 195 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 196 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z"></path> | ||
| 197 | + </svg> | ||
| 198 | + </i> | ||
| 199 | + <span class="ml-2">Error</span> | ||
| 200 | + <svg xmlns="http://www.w3.org/2000/svg" class="svg-icon iq-arrow-right arrow-active" width="15" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 201 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path> | ||
| 202 | + </svg> | ||
| 203 | + </a> | ||
| 204 | + <ul id="app6" class="submenu collapse" data-parent="#iq-sidebar-toggle"> | ||
| 205 | + <li class=" sidebar-layout"> | ||
| 206 | + <a href="pages-error.html" class="svg-icon"> | ||
| 207 | + <i class=""> | ||
| 208 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 209 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 9v6m4-6v6m7-3a9 9 0 11-18 0 9 9 0 0118 0z"></path> | ||
| 210 | + </svg> | ||
| 211 | + </i> | ||
| 212 | + <span class="ml-2">Error 404</span> | ||
| 213 | + </a> | ||
| 214 | + </li> | ||
| 215 | + <li class=" sidebar-layout"> | ||
| 216 | + <a href="pages-error-500.html" class="svg-icon"> | ||
| 217 | + <i class=""> | ||
| 218 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 219 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18.364 5.636a9 9 0 010 12.728m0 0l-2.829-2.829m2.829 2.829L21 21M15.536 8.464a5 5 0 010 7.072m0 0l-2.829-2.829m-4.243 2.829a4.978 4.978 0 01-1.414-2.83m-1.414 5.658a9 9 0 01-2.167-9.238m7.824 2.167a1 1 0 111.414 1.414m-1.414-1.414L3 3m8.293 8.293l1.414 1.414"></path> | ||
| 220 | + </svg> | ||
| 221 | + </i> | ||
| 222 | + <span class="ml-2">Error 500</span> | ||
| 223 | + </a> | ||
| 224 | + </li> | ||
| 225 | + </ul> | ||
| 226 | + </li> | ||
| 227 | + <li class=" sidebar-layout"> | ||
| 228 | + <a href="pages-comingsoon.html" class="svg-icon"> | ||
| 229 | + <i class=""> | ||
| 230 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 231 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19.428 15.428a2 2 0 00-1.022-.547l-2.387-.477a6 6 0 00-3.86.517l-.318.158a6 6 0 01-3.86.517L6.05 15.21a2 2 0 00-1.806.547M8 4h8l-1 1v5.172a2 2 0 00.586 1.414l5 5c1.26 1.26.367 3.414-1.415 3.414H4.828c-1.782 0-2.674-2.154-1.414-3.414l5-5A2 2 0 009 10.172V5L8 4z"></path> | ||
| 232 | + </svg> | ||
| 233 | + </i><span class="ml-2">Comingsoon</span> | ||
| 234 | + </a> | ||
| 235 | + </li> | ||
| 236 | + <li class=" sidebar-layout"> | ||
| 237 | + <a href="pages-maintenance.html" class="svg-icon"> | ||
| 238 | + <i class=""> | ||
| 239 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 240 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 6V4m0 2a2 2 0 100 4m0-4a2 2 0 110 4m-6 8a2 2 0 100-4m0 4a2 2 0 110-4m0 4v2m0-6V4m6 6v10m6-2a2 2 0 100-4m0 4a2 2 0 110-4m0 4v2m0-6V4"></path> | ||
| 241 | + </svg> | ||
| 242 | + </i><span class="ml-2">Maintenance</span> | ||
| 243 | + </a> | ||
| 244 | + </li> | ||
| 245 | + <li class=" sidebar-layout"> | ||
| 246 | + <a href="pages-blank-page.html" class="svg-icon"> | ||
| 247 | + <i class=""> | ||
| 248 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 249 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"></path> | ||
| 250 | + </svg> | ||
| 251 | + </i><span class="ml-2">Blank Page</span> | ||
| 252 | + </a> | ||
| 253 | + </li> | ||
| 254 | + <li class=" sidebar-layout"> | ||
| 255 | + <a href="pages-faq.html" class="svg-icon"> | ||
| 256 | + <i class=""> | ||
| 257 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 258 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H5a2 2 0 00-2 2v9a2 2 0 002 2h14a2 2 0 002-2V8a2 2 0 00-2-2h-5m-4 0V5a2 2 0 114 0v1m-4 0a2 2 0 104 0m-5 8a2 2 0 100-4 2 2 0 000 4zm0 0c1.306 0 2.417.835 2.83 2M9 14a3.001 3.001 0 00-2.83 2M15 11h3m-3 4h2"></path> | ||
| 259 | + </svg> | ||
| 260 | + </i><span class="ml-2">Faq</span> | ||
| 261 | + </a> | ||
| 262 | + </li> | ||
| 263 | + <li class=" sidebar-layout"> | ||
| 264 | + <a href="pricing.html" class="svg-icon"> | ||
| 265 | + <i class=""> | ||
| 266 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 267 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8c-1.657 0-3 .895-3 2s1.343 2 3 2 3 .895 3 2-1.343 2-3 2m0-8c1.11 0 2.08.402 2.599 1M12 8V7m0 1v8m0 0v1m0-1c-1.11 0-2.08-.402-2.599-1M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path> | ||
| 268 | + </svg> | ||
| 269 | + </i><span class="ml-2">Pricing</span> | ||
| 270 | + </a> | ||
| 271 | + </li> | ||
| 272 | + <li class=" sidebar-layout"> | ||
| 273 | + <a href="timeline.html" class="svg-icon"> | ||
| 274 | + <i class=""> | ||
| 275 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 276 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"></path> | ||
| 277 | + </svg> | ||
| 278 | + </i><span class="ml-2">Timeline</span> | ||
| 279 | + </a> | ||
| 280 | + </li> | ||
| 281 | + <li class="px-3 pt-3 pb-2"> | ||
| 282 | + <span class="text-uppercase small font-weight-bold">Components</span> | ||
| 283 | + </li> | ||
| 284 | + <li class="sidebar-layout"> | ||
| 285 | + <a href="#app2" class="collapsed svg-icon" data-toggle="collapse" aria-expanded="false"> | ||
| 286 | + <i> | ||
| 287 | + <svg class="svg-icon" id="iq-ui-1" width="18" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 288 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 21a4 4 0 01-4-4V5a2 2 0 012-2h4a2 2 0 012 2v12a4 4 0 01-4 4zm0 0h12a2 2 0 002-2v-4a2 2 0 00-2-2h-2.343M11 7.343l1.657-1.657a2 2 0 012.828 0l2.829 2.829a2 2 0 010 2.828l-8.486 8.485M7 17h.01" style="stroke-dasharray: 97, 117; stroke-dashoffset: 0;"></path> | ||
| 289 | + </svg> | ||
| 290 | + </i> | ||
| 291 | + <span class="ml-2">UI Elements</span> | ||
| 292 | + <svg xmlns="http://www.w3.org/2000/svg" class="svg-icon iq-arrow-right arrow-active" width="15" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 293 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path> | ||
| 294 | + </svg> | ||
| 295 | + </a> | ||
| 296 | + <ul id="app2" class="submenu collapse" data-parent="#iq-sidebar-toggle"> | ||
| 297 | + <li class=" sidebar-layout"> | ||
| 298 | + <a href="ui-avatars.html" class="svg-icon"> | ||
| 299 | + <i class=""> | ||
| 300 | + <svg class="svg-icon" id="iq-ui-1-0" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 301 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5.121 17.804A13.937 13.937 0 0112 16c2.5 0 4.847.655 6.879 1.804M15 10a3 3 0 11-6 0 3 3 0 016 0zm6 2a9 9 0 11-18 0 9 9 0 0118 0z" style="stroke-dasharray: 90, 110; stroke-dashoffset: 0;"></path> | ||
| 302 | + </svg> | ||
| 303 | + </i><span class="">Avatars</span> | ||
| 304 | + </a> | ||
| 305 | + </li> | ||
| 306 | + <li class=" sidebar-layout"> | ||
| 307 | + <a href="ui-alerts.html" class="svg-icon"> | ||
| 308 | + <i class=""> | ||
| 309 | + <svg class="svg-icon" width="18" id="iq-ui-1-1" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 310 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 7h.01M7 3h5c.512 0 1.024.195 1.414.586l7 7a2 2 0 010 2.828l-7 7a2 2 0 01-2.828 0l-7-7A1.994 1.994 0 013 12V7a4 4 0 014-4z" style="stroke-dasharray: 56, 76; stroke-dashoffset: 0;"></path> | ||
| 311 | + </svg> | ||
| 312 | + </i><span class="">Alerts</span> | ||
| 313 | + </a> | ||
| 314 | + </li> | ||
| 315 | + <li class=" sidebar-layout"> | ||
| 316 | + <a href="ui-badges.html" class="svg-icon"> | ||
| 317 | + <i class=""> | ||
| 318 | + <svg class="svg-icon" width="18" id="iq-ui-1-2" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 319 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-3 7h3m-3 4h3m-6-4h.01M9 16h.01" style="stroke-dasharray: 74, 94; stroke-dashoffset: 0;"></path> | ||
| 320 | + </svg> | ||
| 321 | + </i><span class="">Badges</span> | ||
| 322 | + </a> | ||
| 323 | + </li> | ||
| 324 | + <li class=" sidebar-layout"> | ||
| 325 | + <a href="ui-breadcrumb.html" class="svg-icon"> | ||
| 326 | + <i class=""> | ||
| 327 | + <svg class="svg-icon" width="18" id="iq-ui-1-3" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 328 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" style="stroke-dasharray: 48, 68; stroke-dashoffset: 0;"></path> | ||
| 329 | + </svg> | ||
| 330 | + </i><span class="">Breadcrumb</span> | ||
| 331 | + </a> | ||
| 332 | + </li> | ||
| 333 | + <li class=" sidebar-layout"> | ||
| 334 | + <a href="ui-buttons.html" class="svg-icon"> | ||
| 335 | + <i class=""> | ||
| 336 | + <svg class="svg-icon" width="18" id="iq-ui-1-4" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 337 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="{2}" d="M15 5v2m0 4v2m0 4v2M5 5a2 2 0 00-2 2v3a2 2 0 110 4v3a2 2 0 002 2h14a2 2 0 002-2v-3a2 2 0 110-4V7a2 2 0 00-2-2H5z" style="stroke-dasharray: 72, 92; stroke-dashoffset: 0;"></path> | ||
| 338 | + </svg> | ||
| 339 | + </i><span class="">Buttons</span> | ||
| 340 | + </a> | ||
| 341 | + </li> | ||
| 342 | + <li class=" sidebar-layout"> | ||
| 343 | + <a href="ui-buttons-group.html" class="svg-icon"> | ||
| 344 | + <i class=""> | ||
| 345 | + <svg class="svg-icon" id="iq-ui-1-5" width="20" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 346 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 11H5m14 0a2 2 0 012 2v6a2 2 0 01-2 2H5a2 2 0 01-2-2v-6a2 2 0 012-2m14 0V9a2 2 0 00-2-2M5 11V9a2 2 0 012-2m0 0V5a2 2 0 012-2h6a2 2 0 012 2v2M7 7h10" style="stroke-dasharray: 90, 110; stroke-dashoffset: 0;"></path> | ||
| 347 | + </svg> | ||
| 348 | + </i><span class="">Buttons Group</span> | ||
| 349 | + </a> | ||
| 350 | + </li> | ||
| 351 | + <li class=" sidebar-layout"> | ||
| 352 | + <a href="ui-boxshadow.html" class="svg-icon"> | ||
| 353 | + <i class=""> | ||
| 354 | + <svg class="svg-icon" width="18" id="iq-ui-1-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 355 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20 7l-8-4-8 4m16 0l-8 4m8-4v10l-8 4m0-10L4 7m8 4v10M4 7v10l8 4" style="stroke-dasharray: 84, 104; stroke-dashoffset: 0;"></path> | ||
| 356 | + </svg> | ||
| 357 | + </i><span class="">Box Shadow</span> | ||
| 358 | + </a> | ||
| 359 | + </li> | ||
| 360 | + <li class=" sidebar-layout"> | ||
| 361 | + <a href="ui-colors.html" class="svg-icon"> | ||
| 362 | + <i class=""> | ||
| 363 | + <svg class="svg-icon" width="18" id="iq-ui-1-7" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 364 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 21a4 4 0 01-4-4V5a2 2 0 012-2h4a2 2 0 012 2v12a4 4 0 01-4 4zm0 0h12a2 2 0 002-2v-4a2 2 0 00-2-2h-2.343M11 7.343l1.657-1.657a2 2 0 012.828 0l2.829 2.829a2 2 0 010 2.828l-8.486 8.485M7 17h.01" style="stroke-dasharray: 97, 117; stroke-dashoffset: 0;"></path> | ||
| 365 | + </svg> | ||
| 366 | + </i><span class="">Colors</span> | ||
| 367 | + </a> | ||
| 368 | + </li> | ||
| 369 | + <li class=" sidebar-layout"> | ||
| 370 | + <a href="ui-cards.html" class="svg-icon"> | ||
| 371 | + <i class=""> | ||
| 372 | + <svg class="svg-icon" width="18" id="iq-ui-1-8" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 373 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 10h18M7 15h1m4 0h1m-7 4h12a3 3 0 003-3V8a3 3 0 00-3-3H6a3 3 0 00-3 3v8a3 3 0 003 3z" style="stroke-dasharray: 79, 99; stroke-dashoffset: 0;"></path> | ||
| 374 | + </svg> | ||
| 375 | + </i><span class="">Cards</span> | ||
| 376 | + </a> | ||
| 377 | + </li> | ||
| 378 | + <li class=" sidebar-layout"> | ||
| 379 | + <a href="ui-carousel.html" class="svg-icon"> | ||
| 380 | + <i class=""> | ||
| 381 | + <svg class="svg-icon" width="18" id="iq-ui-1-9" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 382 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 4v16M17 4v16M3 8h4m10 0h4M3 12h18M3 16h4m10 0h4M4 20h16a1 1 0 001-1V5a1 1 0 00-1-1H4a1 1 0 00-1 1v14a1 1 0 001 1z" style="stroke-dasharray: 133, 153; stroke-dashoffset: 0;"></path> | ||
| 383 | + </svg> | ||
| 384 | + </i><span class="">Carousel</span> | ||
| 385 | + </a> | ||
| 386 | + </li> | ||
| 387 | + <li class=" sidebar-layout"> | ||
| 388 | + <a href="ui-grid.html" class="svg-icon"> | ||
| 389 | + <i class=""> | ||
| 390 | + <svg class="svg-icon" width="18" id="iq-ui-1-10" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 391 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2V6zM14 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V6zM4 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2v-2zM14 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z" style="stroke-dasharray: 83, 103; stroke-dashoffset: 0;"></path> | ||
| 392 | + </svg> | ||
| 393 | + </i><span class="">Grid</span> | ||
| 394 | + </a> | ||
| 395 | + </li> | ||
| 396 | + <li class=" sidebar-layout"> | ||
| 397 | + <a href="ui-images.html" class="svg-icon"> | ||
| 398 | + <i class=""> | ||
| 399 | + <svg class="svg-icon" width="18" id="iq-ui-1-12" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 400 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 16l4.586-4.586a2 2 0 012.828 0L16 16m-2-2l1.586-1.586a2 2 0 012.828 0L20 14m-6-6h.01M6 20h12a2 2 0 002-2V6a2 2 0 00-2-2H6a2 2 0 00-2 2v12a2 2 0 002 2z" style="stroke-dasharray: 85, 105; stroke-dashoffset: 0;"></path> | ||
| 401 | + </svg> | ||
| 402 | + </i><span class="">Images</span> | ||
| 403 | + </a> | ||
| 404 | + </li> | ||
| 405 | + <li class=" sidebar-layout"> | ||
| 406 | + <a href="ui-list-group.html" class="svg-icon"> | ||
| 407 | + <i class=""> | ||
| 408 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 409 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 10h16M4 14h16M4 18h16"></path> | ||
| 410 | + </svg> | ||
| 411 | + </i><span class="">list Group</span> | ||
| 412 | + </a> | ||
| 413 | + </li> | ||
| 414 | + <li class=" sidebar-layout"> | ||
| 415 | + <a href="ui-media-object.html" class="svg-icon"> | ||
| 416 | + <i class=""> | ||
| 417 | + <svg class="svg-icon" width="18" id="iq-ui-1-14" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 418 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 11H5m14 0a2 2 0 012 2v6a2 2 0 01-2 2H5a2 2 0 01-2-2v-6a2 2 0 012-2m14 0V9a2 2 0 00-2-2M5 11V9a2 2 0 012-2m0 0V5a2 2 0 012-2h6a2 2 0 012 2v2M7 7h10" style="stroke-dasharray: 90, 110; stroke-dashoffset: 0;"></path> | ||
| 419 | + </svg> | ||
| 420 | + </i><span class="">Media</span> | ||
| 421 | + </a> | ||
| 422 | + </li> | ||
| 423 | + <li class=" sidebar-layout"> | ||
| 424 | + <a href="ui-modal.html" class="svg-icon"> | ||
| 425 | + <i class=""> | ||
| 426 | + <svg class="svg-icon" width="18" id="iq-ui-1-15" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> | ||
| 427 | + <path d="M12 3h7a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-7m0-18H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7m0-18v18" style="stroke-dasharray: 87, 107; stroke-dashoffset: 0;"> | ||
| 428 | + </path> | ||
| 429 | + </svg> | ||
| 430 | + </i><span class="">Modal</span> | ||
| 431 | + </a> | ||
| 432 | + </li> | ||
| 433 | + <li class=" sidebar-layout"> | ||
| 434 | + <a href="ui-notifications.html" class="svg-icon"> | ||
| 435 | + <i class=""> | ||
| 436 | + <svg class="svg-icon" width="18" id="iq-ui-1-16" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 437 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14.158V11a6.002 6.002 0 00-4-5.659V5a2 2 0 10-4 0v.341C7.67 6.165 6 8.388 6 11v3.159c0 .538-.214 1.055-.595 1.436L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9" style="stroke-dasharray: 63, 83; stroke-dashoffset: 0;"></path> | ||
| 438 | + </svg> | ||
| 439 | + </i><span class="">Notifications</span> | ||
| 440 | + </a> | ||
| 441 | + </li> | ||
| 442 | + <li class=" sidebar-layout"> | ||
| 443 | + <a href="ui-pagination.html" class="svg-icon"> | ||
| 444 | + <i class=""> | ||
| 445 | + <svg class="svg-icon" width="18" id="iq-ui-1-17" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 446 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 12h.01M12 12h.01M19 12h.01M6 12a1 1 0 11-2 0 1 1 0 012 0zm7 0a1 1 0 11-2 0 1 1 0 012 0zm7 0a1 1 0 11-2 0 1 1 0 012 0z" style="stroke-dasharray: 19, 39; stroke-dashoffset: 0;"></path> | ||
| 447 | + </svg> | ||
| 448 | + </i><span class="">Pagination</span> | ||
| 449 | + </a> | ||
| 450 | + </li> | ||
| 451 | + <li class=" sidebar-layout"> | ||
| 452 | + <a href="ui-popovers.html" class="svg-icon"> | ||
| 453 | + <i class=""> | ||
| 454 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 455 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 11l3-3m0 0l3 3m-3-3v8m0-13a9 9 0 110 18 9 9 0 010-18z"></path> | ||
| 456 | + </svg> | ||
| 457 | + </i><span class="">Popovers</span> | ||
| 458 | + </a> | ||
| 459 | + </li> | ||
| 460 | + <li class=" sidebar-layout"> | ||
| 461 | + <a href="ui-progressbars.html" class="svg-icon"> | ||
| 462 | + <i class=""> | ||
| 463 | + <svg xmlns="http://www.w3.org/2000/svg" fill="none" width="18" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 464 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 11H5m14 0a2 2 0 012 2v6a2 2 0 01-2 2H5a2 2 0 01-2-2v-6a2 2 0 012-2m14 0V9a2 2 0 00-2-2M5 11V9a2 2 0 012-2m0 0V5a2 2 0 012-2h6a2 2 0 012 2v2M7 7h10"></path> | ||
| 465 | + </svg> | ||
| 466 | + </i><span class="">Progressbars</span> | ||
| 467 | + </a> | ||
| 468 | + </li> | ||
| 469 | + <li class=" sidebar-layout"> | ||
| 470 | + <a href="ui-typography.html" class="svg-icon"> | ||
| 471 | + <i class=""> | ||
| 472 | + <svg class="svg-icon" id="iq-ui-1-20" xmlns="http://www.w3.org/2000/svg" fill="none" width="18" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 473 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 4v1m6 11h2m-6 0h-2v4m0-11v3m0 0h.01M12 12h4.01M16 20h4M4 12h4m12 0h.01M5 8h2a1 1 0 001-1V5a1 1 0 00-1-1H5a1 1 0 00-1 1v2a1 1 0 001 1zm12 0h2a1 1 0 001-1V5a1 1 0 00-1-1h-2a1 1 0 00-1 1v2a1 1 0 001 1zM5 20h2a1 1 0 001-1v-2a1 1 0 00-1-1H5a1 1 0 00-1 1v2a1 1 0 001 1z" style="stroke-dasharray: 67, 87; stroke-dashoffset: 0;"></path> | ||
| 474 | + </svg> | ||
| 475 | + </i><span class="">Typography</span> | ||
| 476 | + </a> | ||
| 477 | + </li> | ||
| 478 | + <li class=" sidebar-layout"> | ||
| 479 | + <a href="ui-tabs.html" class="svg-icon"> | ||
| 480 | + <i class=""> | ||
| 481 | + <svg class="svg-icon" id="iq-ui-1-21" xmlns="http://www.w3.org/2000/svg" fill="none" width="18" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 482 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 7v10c0 2.21 3.582 4 8 4s8-1.79 8-4V7M4 7c0 2.21 3.582 4 8 4s8-1.79 8-4M4 7c0-2.21 3.582-4 8-4s8 1.79 8 4m0 5c0 2.21-3.582 4-8 4s-8-1.79-8-4" style="stroke-dasharray: 98, 118; stroke-dashoffset: 0;"></path> | ||
| 483 | + </svg> | ||
| 484 | + </i><span class="">Tabs</span> | ||
| 485 | + </a> | ||
| 486 | + </li> | ||
| 487 | + <li class=" sidebar-layout"> | ||
| 488 | + <a href="ui-tooltips.html" class="svg-icon"> | ||
| 489 | + <i class=""> | ||
| 490 | + <svg xmlns="http://www.w3.org/2000/svg" fill="none" width="18" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 491 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 13h6m2 8H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"></path> | ||
| 492 | + </svg> | ||
| 493 | + </i><span class="">Tooltips</span> | ||
| 494 | + </a> | ||
| 495 | + </li> | ||
| 496 | + <li class=" sidebar-layout"> | ||
| 497 | + <a href="ui-embed-video.html" class="svg-icon"> | ||
| 498 | + <i class=""> | ||
| 499 | + <svg class="svg-icon" id="iq-ui-1-23" xmlns="http://www.w3.org/2000/svg" fill="none" width="18" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 500 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 10l4.553-2.276A1 1 0 0121 8.618v6.764a1 1 0 01-1.447.894L15 14M5 18h8a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v8a2 2 0 002 2z" style="stroke-dasharray: 66, 86; stroke-dashoffset: 0;"></path> | ||
| 501 | + </svg> | ||
| 502 | + </i><span class="">Video</span> | ||
| 503 | + </a> | ||
| 504 | + </li> | ||
| 505 | + </ul> | ||
| 506 | + </li> | ||
| 507 | + <li class="sidebar-layout"> | ||
| 508 | + <a href="#app3" class="collapsed svg-icon" data-toggle="collapse" aria-expanded="false"> | ||
| 509 | + <i> | ||
| 510 | + <svg class="svg-icon" id="iq-form-1" width="18" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 511 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-3 7h3m-3 4h3m-6-4h.01M9 16h.01" style="stroke-dasharray: 74, 94; stroke-dashoffset: 0;"></path> | ||
| 512 | + </svg> | ||
| 513 | + </i> | ||
| 514 | + <span class="ml-2">Forms</span> | ||
| 515 | + <svg xmlns="http://www.w3.org/2000/svg" class="svg-icon iq-arrow-right arrow-active" width="15" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 516 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path> | ||
| 517 | + </svg> | ||
| 518 | + </a> | ||
| 519 | + <ul id="app3" class="submenu collapse" data-parent="#iq-sidebar-toggle"> | ||
| 520 | + <li class="sidebar-layout"> | ||
| 521 | + <a href="#form1" class="collapsed svg-icon" data-toggle="collapse" aria-expanded="false"> | ||
| 522 | + <i class=""> | ||
| 523 | + <svg class="svg-icon" width="18" id="iq-form-1-1" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 524 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 18h.01M7 21h10a2 2 0 002-2V5a2 2 0 00-2-2H7a2 2 0 00-2 2v14a2 2 0 002 2z" style="stroke-dasharray: 61, 81; stroke-dashoffset: 0;"></path> | ||
| 525 | + </svg> | ||
| 526 | + </i> | ||
| 527 | + <span class="">Form Control</span> | ||
| 528 | + <svg xmlns="http://www.w3.org/2000/svg" class="svg-icon iq-arrow-right arrow-active" width="15" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 529 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path> | ||
| 530 | + </svg> | ||
| 531 | + </a> | ||
| 532 | + <ul id="form1" class="submenu collapse" data-parent="#app3"> | ||
| 533 | + <li class=" sidebar-layout"> | ||
| 534 | + <a href="form-layout.html" class="svg-icon"> | ||
| 535 | + <i class=""> | ||
| 536 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 537 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20 7l-8-4-8 4m16 0l-8 4m8-4v10l-8 4m0-10L4 7m8 4v10M4 7v10l8 4"></path> | ||
| 538 | + </svg> | ||
| 539 | + </i><span class="">Form Elements</span> | ||
| 540 | + </a> | ||
| 541 | + </li> | ||
| 542 | + <li class=" sidebar-layout"> | ||
| 543 | + <a href="form-input-group.html" class="svg-icon"> | ||
| 544 | + <i class=""> | ||
| 545 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 546 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 13h6M3 17V7a2 2 0 012-2h6l2 2h6a2 2 0 012 2v8a2 2 0 01-2 2H5a2 2 0 01-2-2z"></path> | ||
| 547 | + </svg> | ||
| 548 | + </i><span class="">Form Input</span> | ||
| 549 | + </a> | ||
| 550 | + </li> | ||
| 551 | + <li class=" sidebar-layout"> | ||
| 552 | + <a href="form-validation.html" class="svg-icon"> | ||
| 553 | + <i class=""> | ||
| 554 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 555 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11 5H6a2 2 0 00-2 2v11a2 2 0 002 2h11a2 2 0 002-2v-5m-1.414-9.414a2 2 0 112.828 2.828L11.828 15H9v-2.828l8.586-8.586z"></path> | ||
| 556 | + </svg> | ||
| 557 | + </i><span class="">Form Validation</span> | ||
| 558 | + </a> | ||
| 559 | + </li> | ||
| 560 | + <li class=" sidebar-layout"> | ||
| 561 | + <a href="form-switch.html" class="svg-icon"> | ||
| 562 | + <i class=""> | ||
| 563 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 564 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 7h12m0 0l-4-4m4 4l-4 4m0 6H4m0 0l4 4m-4-4l4-4"></path> | ||
| 565 | + </svg> | ||
| 566 | + </i><span class="">Form Switch</span> | ||
| 567 | + </a> | ||
| 568 | + </li> | ||
| 569 | + <li class=" sidebar-layout"> | ||
| 570 | + <a href="form-chechbox.html" class="svg-icon"> | ||
| 571 | + <i class=""> | ||
| 572 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 573 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path> | ||
| 574 | + </svg> | ||
| 575 | + </i><span class="">Form Checkbox</span> | ||
| 576 | + </a> | ||
| 577 | + </li> | ||
| 578 | + <li class=" sidebar-layout"> | ||
| 579 | + <a href="form-radio.html" class="svg-icon"> | ||
| 580 | + <i class=""> | ||
| 581 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 582 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"></path> | ||
| 583 | + </svg> | ||
| 584 | + </i><span class="">Form Radio</span> | ||
| 585 | + </a> | ||
| 586 | + </li> | ||
| 587 | + <li class=" sidebar-layout"> | ||
| 588 | + <a href="form-textarea.html" class="svg-icon"> | ||
| 589 | + <i class=""> | ||
| 590 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 591 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"></path> | ||
| 592 | + </svg> | ||
| 593 | + </i><span class="">Form Textarea</span> | ||
| 594 | + </a> | ||
| 595 | + </li> | ||
| 596 | + </ul> | ||
| 597 | + </li> | ||
| 598 | + <li class="sidebar-layout"> | ||
| 599 | + <a href="#form2" class="collapsed svg-icon" data-toggle="collapse" aria-expanded="false"> | ||
| 600 | + <i class=""> | ||
| 601 | + <svg class="svg-icon" width="18" id="iq-user-1" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 602 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z"></path> | ||
| 603 | + </svg> | ||
| 604 | + </i> | ||
| 605 | + <span class="">Form Widget</span> | ||
| 606 | + <svg xmlns="http://www.w3.org/2000/svg" class="svg-icon iq-arrow-right arrow-active" width="15" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 607 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path> | ||
| 608 | + </svg> | ||
| 609 | + </a> | ||
| 610 | + <ul id="form2" class="submenu collapse" data-parent="#app3"> | ||
| 611 | + <li class="active sidebar-layout"> | ||
| 612 | + <a href="" class="svg-icon"> | ||
| 613 | + <i class=""> | ||
| 614 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 615 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"></path> | ||
| 616 | + </svg> | ||
| 617 | + </i><span class="">Datepicker</span> | ||
| 618 | + </a> | ||
| 619 | + </li> | ||
| 620 | + <li class=" sidebar-layout"> | ||
| 621 | + <a href="form-select.html" class="svg-icon"> | ||
| 622 | + <i class=""> | ||
| 623 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 624 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 15l-2 5L9 9l11 4-5 2zm0 0l5 5M7.188 2.239l.777 2.897M5.136 7.965l-2.898-.777M13.95 4.05l-2.122 2.122m-5.657 5.656l-2.12 2.122"></path> | ||
| 625 | + </svg> | ||
| 626 | + </i><span class="">Select2</span> | ||
| 627 | + </a> | ||
| 628 | + </li> | ||
| 629 | + <li class=" sidebar-layout"> | ||
| 630 | + <a href="form-file-uploader.html" class="svg-icon"> | ||
| 631 | + <i class=""> | ||
| 632 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 633 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 16a4 4 0 01-.88-7.903A5 5 0 1115.9 6L16 6a5 5 0 011 9.9M15 13l-3-3m0 0l-3 3m3-3v12"></path> | ||
| 634 | + </svg> | ||
| 635 | + </i><span class="">File Upload</span> | ||
| 636 | + </a> | ||
| 637 | + </li> | ||
| 638 | + <li class=" sidebar-layout"> | ||
| 639 | + <a href="form-quill.html" class="svg-icon"> | ||
| 640 | + <i class=""> | ||
| 641 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 642 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"></path> | ||
| 643 | + </svg> | ||
| 644 | + </i><span class="">Form quill</span> | ||
| 645 | + </a> | ||
| 646 | + </li> | ||
| 647 | + </ul> | ||
| 648 | + </li> | ||
| 649 | + </ul> | ||
| 650 | + </li> | ||
| 651 | + <li class="sidebar-layout"> | ||
| 652 | + <a href="#app5" class="collapsed svg-icon" data-toggle="collapse" aria-expanded="false"> | ||
| 653 | + <i> | ||
| 654 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 655 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 10h18M3 14h18m-9-4v8m-7 0h14a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v8a2 2 0 002 2z"></path> | ||
| 656 | + </svg> | ||
| 657 | + </i> | ||
| 658 | + <span class="ml-2">Table</span> | ||
| 659 | + <svg xmlns="http://www.w3.org/2000/svg" class="svg-icon iq-arrow-right arrow-active" width="15" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 660 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path> | ||
| 661 | + </svg> | ||
| 662 | + </a> | ||
| 663 | + <ul id="app5" class="submenu collapse" data-parent="#iq-sidebar-toggle"> | ||
| 664 | + <li class=" sidebar-layout"> | ||
| 665 | + <a href="tables-basic.html" class="svg-icon"> | ||
| 666 | + <i class=""> | ||
| 667 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 668 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 17V7m0 10a2 2 0 01-2 2H5a2 2 0 01-2-2V7a2 2 0 012-2h2a2 2 0 012 2m0 10a2 2 0 002 2h2a2 2 0 002-2M9 7a2 2 0 012-2h2a2 2 0 012 2m0 10V7m0 10a2 2 0 002 2h2a2 2 0 002-2V7a2 2 0 00-2-2h-2a2 2 0 00-2 2"></path> | ||
| 669 | + </svg> | ||
| 670 | + </i> | ||
| 671 | + <span class="ml-2">Basic Tables</span> | ||
| 672 | + </a> | ||
| 673 | + </li> | ||
| 674 | + <li class=" sidebar-layout"> | ||
| 675 | + <a href="table-data.html" class="svg-icon"> | ||
| 676 | + <i class=""> | ||
| 677 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 678 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 7v10c0 2.21 3.582 4 8 4s8-1.79 8-4V7M4 7c0 2.21 3.582 4 8 4s8-1.79 8-4M4 7c0-2.21 3.582-4 8-4s8 1.79 8 4m0 5c0 2.21-3.582 4-8 4s-8-1.79-8-4"></path> | ||
| 679 | + </svg> | ||
| 680 | + </i> | ||
| 681 | + <span class="ml-2">Data Table</span> | ||
| 682 | + </a> | ||
| 683 | + </li> | ||
| 684 | + <li class=" sidebar-layout"> | ||
| 685 | + <a href="table-editable.html" class="svg-icon"> | ||
| 686 | + <i class=""> | ||
| 687 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 688 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 7v8a2 2 0 002 2h6M8 7V5a2 2 0 012-2h4.586a1 1 0 01.707.293l4.414 4.414a1 1 0 01.293.707V15a2 2 0 01-2 2h-2M8 7H6a2 2 0 00-2 2v10a2 2 0 002 2h8a2 2 0 002-2v-2"></path> | ||
| 689 | + </svg> | ||
| 690 | + </i> | ||
| 691 | + <span class="ml-2">Editable Table</span> | ||
| 692 | + </a> | ||
| 693 | + </li> | ||
| 694 | + </ul> | ||
| 695 | + </li> | ||
| 696 | + <li class=" sidebar-layout"> | ||
| 697 | + <a href="chart-apex.html" class="svg-icon"> | ||
| 698 | + <i class=""> | ||
| 699 | + <svg class="svg-icon" id="iq-chart-1" width="18" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 700 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 13v-1m4 1v-3m4 3V8M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z" style="stroke-dasharray: 96, 116; stroke-dashoffset: 0;"></path> | ||
| 701 | + </svg> | ||
| 702 | + </i> | ||
| 703 | + <span class="ml-2">Chart</span> | ||
| 704 | + </a> | ||
| 705 | + </li> | ||
| 706 | + <li class=" sidebar-layout"> | ||
| 707 | + <a href="icon-heroicon.html" class="svg-icon"> | ||
| 708 | + <i class=""> | ||
| 709 | + <svg xmlns="http://www.w3.org/2000/svg" width="18" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 710 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14 10l-2 1m0 0l-2-1m2 1v2.5M20 7l-2 1m2-1l-2-1m2 1v2.5M14 4l-2-1-2 1M4 7l2-1M4 7l2 1M4 7v2.5M12 21l-2-1m2 1l2-1m-2 1v-2.5M6 18l-2-1v-2.5M18 18l2-1v-2.5"></path> | ||
| 711 | + </svg> | ||
| 712 | + </i> | ||
| 713 | + <span class="ml-2">Icon</span> | ||
| 714 | + </a> | ||
| 715 | + </li> | ||
| 716 | + </ul> | ||
| 717 | + </nav> | ||
| 718 | + <div class="pt-5 pb-5"></div> | ||
| 719 | + </div> | ||
| 720 | + </div> | ||
| 721 | + <div class="iq-top-navbar"> | ||
| 722 | + <div class="iq-navbar-custom"> | ||
| 723 | + <nav class="navbar navbar-expand-lg navbar-light p-0"> | ||
| 724 | + <div class="side-menu-bt-sidebar"> | ||
| 725 | + <svg xmlns="http://www.w3.org/2000/svg" class="text-secondary wrapper-menu" width="30" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 726 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"></path> | ||
| 727 | + </svg> | ||
| 728 | + </div> | ||
| 729 | + <div class="d-flex align-items-center"> | ||
| 730 | + <div class="change-mode"> | ||
| 731 | + <div class="custom-control custom-switch custom-switch-icon custom-control-inline"> | ||
| 732 | + <div class="custom-switch-inner"> | ||
| 733 | + <p class="mb-0"> </p> | ||
| 734 | + <input type="checkbox" class="custom-control-input" id="dark-mode" data-active="true"> | ||
| 735 | + <label class="custom-control-label" for="dark-mode" data-mode="toggle"> | ||
| 736 | + <span class="switch-icon-right"> | ||
| 737 | + <svg xmlns="http://www.w3.org/2000/svg" id="h-moon" height="20" width="20" class="h-6 w-6" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 738 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.354 15.354A9 9 0 018.646 3.646 9.003 9.003 0 0012 21a9.003 9.003 0 008.354-5.646z"></path> | ||
| 739 | + </svg> | ||
| 740 | + </span> | ||
| 741 | + <span class="switch-icon-left"> | ||
| 742 | + <svg xmlns="http://www.w3.org/2000/svg" id="h-sun" height="20" width="20" class="h-6 w-6" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 743 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 3v1m0 16v1m9-9h-1M4 12H3m15.364 6.364l-.707-.707M6.343 6.343l-.707-.707m12.728 0l-.707.707M6.343 17.657l-.707.707M16 12a4 4 0 11-8 0 4 4 0 018 0z"></path> | ||
| 744 | + </svg> | ||
| 745 | + </span> | ||
| 746 | + </label> | ||
| 747 | + </div> | ||
| 748 | + </div> | ||
| 749 | + </div> | ||
| 750 | + <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-label="Toggle navigation"> | ||
| 751 | + <svg xmlns="http://www.w3.org/2000/svg" class="text-secondary" width="30" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 752 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16m-7 6h7"></path> | ||
| 753 | + </svg> | ||
| 754 | + </button> | ||
| 755 | + <div class="collapse navbar-collapse" id="navbarSupportedContent"> | ||
| 756 | + <ul class="navbar-nav ml-auto navbar-list align-items-center"> | ||
| 757 | + <li class="nav-item nav-icon dropdown"> | ||
| 758 | + <a href="#" class="search-toggle dropdown-toggle" id="notification-dropdown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | ||
| 759 | + <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" class="h-6 w-6 text-secondary" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 760 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14.158V11a6.002 6.002 0 00-4-5.659V5a2 2 0 10-4 0v.341C7.67 6.165 6 8.388 6 11v3.159c0 .538-.214 1.055-.595 1.436L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9"></path> | ||
| 761 | + </svg> | ||
| 762 | + <span class="bg-primary"></span> | ||
| 763 | + </a> | ||
| 764 | + <div class="iq-sub-dropdown dropdown-menu" aria-labelledby="notification-dropdown"> | ||
| 765 | + <div class="card shadow-none m-0 border-0"> | ||
| 766 | + <div class="p-3 card-header-border"> | ||
| 767 | + <h6 class="text-center"> | ||
| 768 | + Notifications | ||
| 769 | + </h6> | ||
| 770 | + </div> | ||
| 771 | + <div class="card-body overflow-auto card-header-border p-0 card-body-list" style="max-height: 500px;"> | ||
| 772 | + <ul class="dropdown-menu-1 overflow-auto list-style-1 mb-0"> | ||
| 773 | + <li class="dropdown-item-1 float-none p-3"> | ||
| 774 | + <div class="list-item d-flex justify-content-start align-items-start"> | ||
| 775 | + <div class="avatar"> | ||
| 776 | + <div class="avatar-img avatar-danger avatar-20"> | ||
| 777 | + <span> | ||
| 778 | + <svg class="icon line" width="30" height="30" id="cart-alt1" stroke="white" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24"><path d="M3,3H5.32a1,1,0,0,1,.93.63L10,13,8.72,15.55A1,1,0,0,0,9.62,17H19" style="fill: none;stroke-linecap: round; stroke-linejoin: round; stroke-width: 2;"></path><polyline points="10 13 18.2 13 21 6" style="fill: none;stroke-linecap: round; stroke-linejoin: round; stroke-width: 2;"></polyline><line x1="20.8" y1="6" x2="7.2" y2="6" style="fill: none;stroke-linecap: round; stroke-linejoin: round; stroke-width: 2;"></line><circle cx="10.5" cy="20.5" r="0.5" style="fill: none;stroke-miterlimit: 10; stroke-width: 2;"></circle><circle cx="16.5" cy="20.5" r="0.5" style="fill: none;stroke-miterlimit: 10; stroke-width: 2;"></circle></svg> | ||
| 779 | + </span> | ||
| 780 | + </div> | ||
| 781 | + </div> | ||
| 782 | + <div class="list-style-detail ml-2 mr-2"> | ||
| 783 | + <h6 class="font-weight-bold">Your order is placed</h6> | ||
| 784 | + <p class="m-0"> | ||
| 785 | + <small class="text-secondary">If several languages coalesce</small> | ||
| 786 | + </p> | ||
| 787 | + <p class="m-0"> | ||
| 788 | + <small class="text-secondary"> | ||
| 789 | + <svg xmlns="http://www.w3.org/2000/svg" class="text-secondary mr-1" width="15" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 790 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"></path> | ||
| 791 | + </svg> | ||
| 792 | + 3 hours ago</small> | ||
| 793 | + </p> | ||
| 794 | + </div> | ||
| 795 | + </div> | ||
| 796 | + </li> | ||
| 797 | + <li class="dropdown-item-1 float-none p-3"> | ||
| 798 | + <div class="list-item d-flex justify-content-start align-items-start"> | ||
| 799 | + <div class="avatar"> | ||
| 800 | + <div class="avatar-img avatar-success avatar-20"> | ||
| 801 | + <span><img class="avatar is-squared rounded-circle" src="static/picture/2.jpg" alt="2.jpg"></span> | ||
| 802 | + </div> | ||
| 803 | + </div> | ||
| 804 | + <div class="list-style-detail ml-2 mr-2"> | ||
| 805 | + <h6 class="font-weight-bold">New message form cate</h6> | ||
| 806 | + <p class="m-0"> | ||
| 807 | + <small class="text-secondary">You have 3 unreded messages</small> | ||
| 808 | + </p> | ||
| 809 | + <p class="m-0"> | ||
| 810 | + <small class="text-secondary"> | ||
| 811 | + <svg xmlns="http://www.w3.org/2000/svg" class="text-secondary mr-1" width="15" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 812 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"></path> | ||
| 813 | + </svg> | ||
| 814 | + 5 hours ago</small> | ||
| 815 | + </p> | ||
| 816 | + </div> | ||
| 817 | + </div> | ||
| 818 | + </li> | ||
| 819 | + <li class="dropdown-item-1 float-none p-3"> | ||
| 820 | + <div class="list-item d-flex justify-content-start align-items-start"> | ||
| 821 | + <div class="avatar"> | ||
| 822 | + <div class="avatar-img avatar-warning avatar-20"> | ||
| 823 | + <span> | ||
| 824 | + <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="30" height="30" stroke="white" id="Capa_1" x="0px" y="0px" viewbox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"> | ||
| 825 | + <g> | ||
| 826 | + <g> | ||
| 827 | + <path d="M386.689,304.403c-35.587,0-64.538,28.951-64.538,64.538s28.951,64.538,64.538,64.538 c35.593,0,64.538-28.951,64.538-64.538S422.276,304.403,386.689,304.403z M386.689,401.21c-17.796,0-32.269-14.473-32.269-32.269 c0-17.796,14.473-32.269,32.269-32.269c17.796,0,32.269,14.473,32.269,32.269C418.958,386.738,404.485,401.21,386.689,401.21z"></path> | ||
| 828 | + </g> | ||
| 829 | + </g> | ||
| 830 | + <g> | ||
| 831 | + <g> | ||
| 832 | + <path d="M166.185,304.403c-35.587,0-64.538,28.951-64.538,64.538s28.951,64.538,64.538,64.538s64.538-28.951,64.538-64.538 S201.772,304.403,166.185,304.403z M166.185,401.21c-17.796,0-32.269-14.473-32.269-32.269c0-17.796,14.473-32.269,32.269-32.269 c17.791,0,32.269,14.473,32.269,32.269C198.454,386.738,183.981,401.21,166.185,401.21z"></path> | ||
| 833 | + </g> | ||
| 834 | + </g> | ||
| 835 | + <g> | ||
| 836 | + <g> | ||
| 837 | + <path d="M430.15,119.675c-2.743-5.448-8.32-8.885-14.419-8.885h-84.975v32.269h75.025l43.934,87.384l28.838-14.5L430.15,119.675z"></path> | ||
| 838 | + </g> | ||
| 839 | + </g> | ||
| 840 | + <g> | ||
| 841 | + <g> | ||
| 842 | + <rect x="216.202" y="353.345" width="122.084" height="32.269"></rect> | ||
| 843 | + </g> | ||
| 844 | + </g> | ||
| 845 | + <g> | ||
| 846 | + <g> | ||
| 847 | + <path d="M117.781,353.345H61.849c-8.912,0-16.134,7.223-16.134,16.134c0,8.912,7.223,16.134,16.134,16.134h55.933 c8.912,0,16.134-7.223,16.134-16.134C133.916,360.567,126.693,353.345,117.781,353.345z"></path> | ||
| 848 | + </g> | ||
| 849 | + </g> | ||
| 850 | + <g> | ||
| 851 | + <g> | ||
| 852 | + <path d="M508.612,254.709l-31.736-40.874c-3.049-3.937-7.755-6.239-12.741-6.239H346.891V94.655 c0-8.912-7.223-16.134-16.134-16.134H61.849c-8.912,0-16.134,7.223-16.134,16.134s7.223,16.134,16.134,16.134h252.773v112.941 c0,8.912,7.223,16.134,16.134,16.134h125.478l23.497,30.268v83.211h-44.639c-8.912,0-16.134,7.223-16.134,16.134 c0,8.912,7.223,16.134,16.134,16.134h60.773c8.912,0,16.134-7.223,16.135-16.134V264.605 C512,261.023,510.806,257.538,508.612,254.709z"></path> | ||
| 853 | + </g> | ||
| 854 | + </g> | ||
| 855 | + <g> | ||
| 856 | + <g> | ||
| 857 | + <path d="M116.706,271.597H42.487c-8.912,0-16.134,7.223-16.134,16.134c0,8.912,7.223,16.134,16.134,16.134h74.218 c8.912,0,16.134-7.223,16.134-16.134C132.84,278.82,125.617,271.597,116.706,271.597z"></path> | ||
| 858 | + </g> | ||
| 859 | + </g> | ||
| 860 | + <g> | ||
| 861 | + <g> | ||
| 862 | + <path d="M153.815,208.134H16.134C7.223,208.134,0,215.357,0,224.269s7.223,16.134,16.134,16.134h137.681 c8.912,0,16.134-7.223,16.134-16.134S162.727,208.134,153.815,208.134z"></path> | ||
| 863 | + </g> | ||
| 864 | + </g> | ||
| 865 | + <g> | ||
| 866 | + <g> | ||
| 867 | + <path d="M180.168,144.672H42.487c-8.912,0-16.134,7.223-16.134,16.134c0,8.912,7.223,16.134,16.134,16.134h137.681 c8.912,0,16.134-7.223,16.134-16.134C196.303,151.895,189.08,144.672,180.168,144.672z"></path> | ||
| 868 | + </g> | ||
| 869 | + </g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g> </svg> | ||
| 870 | + </span> | ||
| 871 | + </div> | ||
| 872 | + </div> | ||
| 873 | + <div class="list-style-detail ml-2 mr-2"> | ||
| 874 | + <h6 class="font-weight-bold">Your item is shipped</h6> | ||
| 875 | + <p class="m-0"> | ||
| 876 | + <small class="text-secondary">You got new order of goods</small> | ||
| 877 | + </p> | ||
| 878 | + <p class="m-0"> | ||
| 879 | + <small class="text-secondary"> | ||
| 880 | + <svg xmlns="http://www.w3.org/2000/svg" class="text-secondary mr-1" width="15" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 881 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"></path> | ||
| 882 | + </svg> | ||
| 883 | + 5 hours ago</small> | ||
| 884 | + </p> | ||
| 885 | + </div> | ||
| 886 | + </div> | ||
| 887 | + </li> | ||
| 888 | + </ul> | ||
| 889 | + </div> | ||
| 890 | + <div class="card-footer text-muted p-3"> | ||
| 891 | + <p class="mb-0 text-primary text-center font-weight-bold">Show all notifications</p> | ||
| 892 | + </div> | ||
| 893 | + </div> | ||
| 894 | + </div> | ||
| 895 | + </li> | ||
| 896 | + <li class="nav-item nav-icon dropdown"> | ||
| 897 | + <a href="#" class="search-toggle dropdown-toggle" id="dropdownMenuButton2" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | ||
| 898 | + <img src="static/picture/flag001.png" class="img-fluid rounded-circle" alt="user" style="height: 30px; min-width: 30px; width: 30px;"> | ||
| 899 | + <span class="bg-primary"></span> | ||
| 900 | + </a> | ||
| 901 | + <div class="iq-sub-dropdown dropdown-menu" aria-labelledby="dropdownMenuButton2"> | ||
| 902 | + <div class="card shadow-none m-0 border-0"> | ||
| 903 | + <div class=" p-0 "> | ||
| 904 | + <ul class="dropdown-menu-1 list-group list-group-flush"> | ||
| 905 | + <li class="dropdown-item-1 list-group-item px-2"><a class="p-0" href="#"><img src="static/picture/flag-03.png" alt="img-flaf" class="img-fluid mr-2" style="width: 15px;height: 15px;min-width: 15px;">Spanish</a></li> | ||
| 906 | + <li class="dropdown-item-1 list-group-item px-2"><a class="p-0" href="#"><img src="static/picture/flag-04.png" alt="img-flaf" class="img-fluid mr-2" style="width: 15px;height: 15px;min-width: 15px;">Italian</a></li> | ||
| 907 | + <li class="dropdown-item-1 list-group-item px-2"><a class="p-0" href="#"><img src="static/picture/flag-02.png" alt="img-flaf" class="img-fluid mr-2" style="width: 15px;height: 15px;min-width: 15px;">French</a></li> | ||
| 908 | + <li class="dropdown-item-1 list-group-item px-2"><a class="p-0" href="#"><img src="static/picture/flag-05.png" alt="img-flaf" class="img-fluid mr-2" style="width: 15px;height: 15px;min-width: 15px;">German</a></li> | ||
| 909 | + <li class="dropdown-item-1 list-group-item px-2"><a class="p-0" href="#"><img src="static/picture/flag-06.png" alt="img-flaf" class="img-fluid mr-2" style="width: 15px;height: 15px;min-width: 15px;">Japanese</a></li> | ||
| 910 | + </ul> | ||
| 911 | + </div> | ||
| 912 | + </div> | ||
| 913 | + </div> | ||
| 914 | + </li> | ||
| 915 | + <li class="nav-item nav-icon search-content"> | ||
| 916 | + <a href="#" class="search-toggle rounded" id="dropdownSearch" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | ||
| 917 | + <svg class="svg-icon text-secondary" id="h-suns" height="25" width="25" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 918 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path> | ||
| 919 | + </svg> | ||
| 920 | + </a> | ||
| 921 | + <div class="iq-search-bar iq-sub-dropdown dropdown-menu" aria-labelledby="dropdownSearch"> | ||
| 922 | + <form action="#" class="searchbox p-2"> | ||
| 923 | + <div class="form-group mb-0 position-relative"> | ||
| 924 | + <input type="text" class="text search-input font-size-12" placeholder="type here to search..."> | ||
| 925 | + <a href="#" class="search-link"> | ||
| 926 | + <svg xmlns="http://www.w3.org/2000/svg" class="" width="20" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 927 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path> | ||
| 928 | + </svg> | ||
| 929 | + </a> | ||
| 930 | + </div> | ||
| 931 | + </form> | ||
| 932 | + </div> | ||
| 933 | + </li> | ||
| 934 | + <li class="nav-item nav-icon dropdown"> | ||
| 935 | + <a href="#" class="nav-item nav-icon dropdown-toggle pr-0 search-toggle" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | ||
| 936 | + <img src="static/picture/1.jpg" class="img-fluid avatar-rounded" alt="user"> | ||
| 937 | + <span class="mb-0 ml-2 user-name">John Doe</span> | ||
| 938 | + </a> | ||
| 939 | + <ul class="dropdown-menu dropdown-menu-right" aria-labelledby="dropdownMenuButton"> | ||
| 940 | + <li class="dropdown-item d-flex svg-icon"> | ||
| 941 | + <svg class="svg-icon mr-0 text-secondary" id="h-01-p" width="20" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 942 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5.121 17.804A13.937 13.937 0 0112 16c2.5 0 4.847.655 6.879 1.804M15 10a3 3 0 11-6 0 3 3 0 016 0zm6 2a9 9 0 11-18 0 9 9 0 0118 0z"></path> | ||
| 943 | + </svg> | ||
| 944 | + <a href="user-profile.html">My Profile</a> | ||
| 945 | + </li> | ||
| 946 | + <li class="dropdown-item d-flex svg-icon"> | ||
| 947 | + <svg class="svg-icon mr-0 text-secondary" id="h-02-p" width="20" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 948 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11 5H6a2 2 0 00-2 2v11a2 2 0 002 2h11a2 2 0 002-2v-5m-1.414-9.414a2 2 0 112.828 2.828L11.828 15H9v-2.828l8.586-8.586z"></path> | ||
| 949 | + </svg> | ||
| 950 | + <a href="user-profile-edit.html">Edit Profile</a> | ||
| 951 | + </li> | ||
| 952 | + <li class="dropdown-item d-flex svg-icon"> | ||
| 953 | + <svg class="svg-icon mr-0 text-secondary" id="h-03-p" width="20" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 954 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z"></path> | ||
| 955 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z"></path> | ||
| 956 | + </svg> | ||
| 957 | + <a href="user-account-setting.html">Account Settings</a> | ||
| 958 | + </li> | ||
| 959 | + <li class="dropdown-item d-flex svg-icon"> | ||
| 960 | + <svg class="svg-icon mr-0 text-secondary" id="h-04-p" width="20" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 961 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z"></path> | ||
| 962 | + </svg> | ||
| 963 | + <a href="user-privacy-setting.html">Privacy Settings</a> | ||
| 964 | + </li> | ||
| 965 | + <li class="dropdown-item d-flex svg-icon border-top"> | ||
| 966 | + <svg class="svg-icon mr-0 text-secondary" id="h-05-p" width="20" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 967 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 16l4-4m0 0l-4-4m4 4H7m6 4v1a3 3 0 01-3 3H6a3 3 0 01-3-3V7a3 3 0 013-3h4a3 3 0 013 3v1"></path> | ||
| 968 | + </svg> | ||
| 969 | + <a href="auth-sign-in.html">Logout</a> | ||
| 970 | + </li> | ||
| 971 | + </ul> | ||
| 972 | + </li> | ||
| 973 | + </ul> | ||
| 974 | + </div> | ||
| 975 | + </div> | ||
| 976 | + </nav> | ||
| 977 | + </div> | ||
| 978 | + </div> | ||
| 979 | + <div class="content-page"> | ||
| 980 | + <div class="container-fluid"> | ||
| 981 | + <div class="row"> | ||
| 982 | + <div class="col-lg-12"> | ||
| 983 | + <div class="card"> | ||
| 984 | + <div class="card-header d-flex justify-content-between"> | ||
| 985 | + <div class="header-title"> | ||
| 986 | + <h4 class="card-title">Basic</h4> | ||
| 987 | + </div> | ||
| 988 | + <div class="header-action"> | ||
| 989 | + <i data-toggle="collapse" data-target="#datepicker-1" aria-expanded="false"> | ||
| 990 | + <svg width="20" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 991 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4"></path> | ||
| 992 | + </svg> | ||
| 993 | + </i> | ||
| 994 | + </div> | ||
| 995 | + </div> | ||
| 996 | + <div class="card-body"> | ||
| 997 | + <div class="collapse" id="datepicker-1"> | ||
| 998 | + <div class="card"><kbd class="bg-dark"><pre id="datepicker-basic" class="text-white"><code> | ||
| 999 | +<div class="form-group"> | ||
| 1000 | + <label for="exampleInputdate">Date Input</label> | ||
| 1001 | + <input type="date" class="form-control" id="exampleInputdate" value="2019-12-18"> | ||
| 1002 | +</div> | ||
| 1003 | +</code></pre></kbd></div> | ||
| 1004 | + </div> | ||
| 1005 | + <div class="form-group"> | ||
| 1006 | + <label for="exampleInputdate">Date Input</label> | ||
| 1007 | + <input type="date" class="form-control" id="exampleInputdate" value="2019-12-18"> | ||
| 1008 | + </div> | ||
| 1009 | + </div> | ||
| 1010 | + </div> | ||
| 1011 | + <div class="card"> | ||
| 1012 | + <div class="card-header d-flex justify-content-between"> | ||
| 1013 | + <div class="header-title"> | ||
| 1014 | + <h4 class="card-title">Month Date</h4> | ||
| 1015 | + </div> | ||
| 1016 | + <div class="header-action"> | ||
| 1017 | + <i data-toggle="collapse" data-target="#datepicker-2" aria-expanded="false"> | ||
| 1018 | + <svg width="20" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 1019 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4"></path> | ||
| 1020 | + </svg> | ||
| 1021 | + </i> | ||
| 1022 | + </div> | ||
| 1023 | + </div> | ||
| 1024 | + <div class="card-body"> | ||
| 1025 | + <div class="collapse" id="datepicker-2"> | ||
| 1026 | + <div class="card"><kbd class="bg-dark"><pre id="datepicker-month-date" class="text-white"><code> | ||
| 1027 | +<div class="form-group"> | ||
| 1028 | + <label for="exampleInputmonth">Month Input</label> | ||
| 1029 | + <input type="month" class="form-control" id="exampleInputmonth" value="2019-12"> | ||
| 1030 | +</div> | ||
| 1031 | +</code></pre></kbd></div> | ||
| 1032 | + </div> | ||
| 1033 | + <div class="form-group"> | ||
| 1034 | + <label for="exampleInputmonth">Month Input</label> | ||
| 1035 | + <input type="month" class="form-control" id="exampleInputmonth" value="2019-12"> | ||
| 1036 | + </div> | ||
| 1037 | + </div> | ||
| 1038 | + </div> | ||
| 1039 | + <div class="card"> | ||
| 1040 | + <div class="card-header d-flex justify-content-between"> | ||
| 1041 | + <div class="header-title"> | ||
| 1042 | + <h4 class="card-title">Time</h4> | ||
| 1043 | + </div> | ||
| 1044 | + <div class="header-action"> | ||
| 1045 | + <i data-toggle="collapse" data-target="#datepicker-3" aria-expanded="false"> | ||
| 1046 | + <svg width="20" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 1047 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4"></path> | ||
| 1048 | + </svg> | ||
| 1049 | + </i> | ||
| 1050 | + </div> | ||
| 1051 | + </div> | ||
| 1052 | + <div class="card-body"> | ||
| 1053 | + <div class="collapse" id="datepicker-3"> | ||
| 1054 | + <div class="card"><kbd class="bg-dark"><pre id="datepicker-time" class="text-white"><code> | ||
| 1055 | +<div class="form-group"> | ||
| 1056 | + <label for="exampleInputtime">Time Input</label> | ||
| 1057 | + <input type="time" class="form-control" id="exampleInputtime" value="13:45"> | ||
| 1058 | +</div> | ||
| 1059 | +</code></pre></kbd></div> | ||
| 1060 | + </div> | ||
| 1061 | + <div class="form-group"> | ||
| 1062 | + <label for="exampleInputtime">Time Input</label> | ||
| 1063 | + <input type="time" class="form-control" id="exampleInputtime" value="13:45"> | ||
| 1064 | + </div> | ||
| 1065 | + </div> | ||
| 1066 | + </div> | ||
| 1067 | + | ||
| 1068 | + <div class="card"> | ||
| 1069 | + <div class="card-header d-flex justify-content-between"> | ||
| 1070 | + <div class="header-title"> | ||
| 1071 | + <h4 class="card-title">Week</h4> | ||
| 1072 | + </div> | ||
| 1073 | + <div class="header-action"> | ||
| 1074 | + <i data-toggle="collapse" data-target="#datepicker-4" aria-expanded="false"> | ||
| 1075 | + <svg width="20" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 1076 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4"></path> | ||
| 1077 | + </svg> | ||
| 1078 | + </i> | ||
| 1079 | + </div> | ||
| 1080 | + </div> | ||
| 1081 | + <div class="card-body"> | ||
| 1082 | + <div class="collapse" id="datepicker-4"> | ||
| 1083 | + <div class="card"><kbd class="bg-dark"><pre id="datepicker-week" class="text-white"><code> | ||
| 1084 | +<div class="form-group"> | ||
| 1085 | + <label for="exampleInputweek">Week Input</label> | ||
| 1086 | + <input type="week" class="form-control" id="exampleInputweek" value="2019-W46"> | ||
| 1087 | +</div> | ||
| 1088 | +</code></pre></kbd></div> | ||
| 1089 | + </div> | ||
| 1090 | + <div class="form-group"> | ||
| 1091 | + <label for="exampleInputweek">Week Input</label> | ||
| 1092 | + <input type="week" class="form-control" id="exampleInputweek" value="2019-W46"> | ||
| 1093 | + </div> | ||
| 1094 | + </div> | ||
| 1095 | + </div> | ||
| 1096 | + <div class="card"> | ||
| 1097 | + <div class="card-header d-flex justify-content-between"> | ||
| 1098 | + <div class="header-title"> | ||
| 1099 | + <h4 class="card-title">Date and Time</h4> | ||
| 1100 | + </div> | ||
| 1101 | + <div class="header-action"> | ||
| 1102 | + <i data-toggle="collapse" data-target="#datepicker-5" aria-expanded="false"> | ||
| 1103 | + <svg width="20" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor"> | ||
| 1104 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4"></path> | ||
| 1105 | + </svg> | ||
| 1106 | + </i> | ||
| 1107 | + </div> | ||
| 1108 | + </div> | ||
| 1109 | + <div class="card-body"> | ||
| 1110 | + <div class="collapse" id="datepicker-5"> | ||
| 1111 | + <div class="card"><kbd class="bg-dark"><pre id="datepicker-date-time" class="text-white"><code> | ||
| 1112 | +<div class="form-group"> | ||
| 1113 | + <label for="exampleInputdatetime">Date and Time Input</label> | ||
| 1114 | + <input type="datetime-local" class="form-control" id="exampleInputdatetime" value="2019-12-19T13:45:00"> | ||
| 1115 | +</div> | ||
| 1116 | +</code></pre></kbd></div> | ||
| 1117 | + </div> | ||
| 1118 | + <div class="form-group"> | ||
| 1119 | + <label for="exampleInputdatetime">Date and Time Input</label> | ||
| 1120 | + <input type="datetime-local" class="form-control" id="exampleInputdatetime" value="2019-12-19T13:45:00"> | ||
| 1121 | + </div> | ||
| 1122 | + </div> | ||
| 1123 | + </div> | ||
| 1124 | + </div> | ||
| 1125 | + </div> | ||
| 1126 | + </div> | ||
| 1127 | + </div> | ||
| 1128 | + </div> | ||
| 1129 | + <!-- Wrapper End--> | ||
| 1130 | + <footer class="iq-footer"> | ||
| 1131 | + <div class="container-fluid"> | ||
| 1132 | + <div class="row"> | ||
| 1133 | + <div class="col-lg-6"> | ||
| 1134 | + <ul class="list-inline mb-0"> | ||
| 1135 | + <li class="list-inline-item"><a href="privacy-policy.html">Privacy Policy</a></li> | ||
| 1136 | + <li class="list-inline-item"><a href="terms-of-service.html">Terms of Use</a></li> | ||
| 1137 | + </ul> | ||
| 1138 | + </div> | ||
| 1139 | + <div class="col-lg-6 text-right"> | ||
| 1140 | + <span class="mr-1">Copyright © 2021.Company name All rights reserved.<a target="_blank" href="https://sc.chinaz.com/moban/">网页模板</a></span> | ||
| 1141 | + </div> | ||
| 1142 | + </div> | ||
| 1143 | + </div> | ||
| 1144 | + </footer> <!-- Backend Bundle JavaScript --> | ||
| 1145 | + <script src="static/js/backend-bundle.min.js"></script> | ||
| 1146 | + <!-- Chart Custom JavaScript --> | ||
| 1147 | + <script src="static/js/customizer.js"></script> | ||
| 1148 | + | ||
| 1149 | + <script src="static/js/sidebar.js"></script> | ||
| 1150 | + | ||
| 1151 | + <!-- Flextree Javascript--> | ||
| 1152 | + <script src="static/js/flex-tree.min.js"></script> | ||
| 1153 | + <script src="static/js/tree.js"></script> | ||
| 1154 | + | ||
| 1155 | + <!-- Table Treeview JavaScript --> | ||
| 1156 | + <script src="static/js/table-treeview.js"></script> | ||
| 1157 | + | ||
| 1158 | + <!-- SweetAlert JavaScript --> | ||
| 1159 | + <script src="static/js/sweetalert.js"></script> | ||
| 1160 | + | ||
| 1161 | + <!-- Vectoe Map JavaScript --> | ||
| 1162 | + <script src="static/js/vector-map-custom.js"></script> | ||
| 1163 | + | ||
| 1164 | + <!-- Chart Custom JavaScript --> | ||
| 1165 | + <script src="static/js/chart-custom.js"></script> | ||
| 1166 | + <script src="static/js/01.js"></script> | ||
| 1167 | + <script src="static/js/02.js"></script> | ||
| 1168 | + | ||
| 1169 | + <!-- slider JavaScript --> | ||
| 1170 | + <script src="static/js/slider.js"></script> | ||
| 1171 | + | ||
| 1172 | + <!-- Emoji picker --> | ||
| 1173 | + <script src="static/js/index.js" type="module"></script> | ||
| 1174 | + | ||
| 1175 | + | ||
| 1176 | + <!-- app JavaScript --> | ||
| 1177 | + <script src="static/js/app.js"></script> </body> | ||
| 1178 | +</html> |
-
Please register or login to post a comment