Last active
July 26, 2022 06:58
-
-
Save momin-riyadh/964f9ed55ed0b7f8e314592d9536b547 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <!-- saved from url=(0078)http://192.168.10.108/gplex_scheduler/?task=account&act=adminList&accId=000017 --> | |
| <html lang="en"> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
| <meta name="viewport" | |
| content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> | |
| <meta http-equiv="X-UA-Compatible" content="ie=edge"> | |
| <link rel="stylesheet" href="./Gplex Scheduler_files/bootstrap.css"> | |
| <link rel="stylesheet" href="./Gplex Scheduler_files/main.css"> | |
| <title>Gplex Scheduler</title> | |
| </head> | |
| <body> | |
| <div class="ts-d-header-area fixed-top"> | |
| <div class="container-fluid"> | |
| <div class="ts-d-header-main"> | |
| <div class="ts-ds-logo"> | |
| <a href="http://192.168.10.108/gplex_scheduler/?task=account&act=adminList&accId=000017"> | |
| <img src="./Gplex Scheduler_files/logo.svg" alt=""> | |
| </a> | |
| </div> | |
| <div class="ts-user " id="dropdownMenuButton" aria-expanded="false"> | |
| <div class=" d-flex justify-content-center align-items-center"> | |
| <span class="ts-user-name">SUPERADMIN</span> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="ts-d-main-area"> | |
| <!--Sidebar--> | |
| <div class="ts-d-sidebar-area"> | |
| <!--Profile Avatar--> | |
| <div class="ts-d-user-avatar"> | |
| <img src="./Gplex Scheduler_files/profile-user.svg" alt=""> | |
| <span class="ts-d-user-avatar-name"> | |
| Genuity Systems | |
| </span> | |
| </div> | |
| <div class="ts-d-sidebar-navigation mt-5"> | |
| <h6>NAVIGATION</h6> | |
| <ul class="ts-d-nav"> | |
| <!-- Appoinment --> | |
| <!-- End Appoinment --> | |
| <!-- Account --> | |
| <li><a href="http://192.168.10.108/gplex_scheduler/?task=account&act=create"><i | |
| class="bi bi-person-rolodex"></i> Add New Account</a></li> | |
| <li><a href="http://192.168.10.108/gplex_scheduler/?task=account&act=list"><i | |
| class="bi bi-list"></i> Account List</a></li> <!-- End Account --> | |
| <!-- User --> | |
| <!-- End User --> | |
| <!-- Design Form --> | |
| <!-- End Design Form --> | |
| <li><a href="http://192.168.10.108/gplex_scheduler/?task=profile"><i class="bi bi-person-fill"></i> | |
| Profile</a></li> | |
| <li><a href="http://192.168.10.108/gplex_scheduler/?task=logout"><i class="bi bi-box-arrow-right"></i> | |
| Logout</a></li> | |
| </ul> | |
| </div> | |
| </div> | |
| <!--End Sidebar--> | |
| <div class="ts-d-common-area"> | |
| <div class="ts-d-workprocess-table-area"> | |
| <div class="row"> | |
| <div class="col-lg-12"> | |
| <div class="ts-workprocess-table-main"> | |
| <div class="ts-workprocess-table-header"> | |
| <h5 class="text-uppercase">Account Admin List</h5> | |
| </div> | |
| <div class="text-right"> | |
| <a role="button" class="btn btn-outline-info" | |
| href="http://192.168.10.108/gplex_scheduler/?task=account&act=createAccountAdmin&accId=000017">+ | |
| Add Admin</a> | |
| </div> | |
| <div class="ts-workprocess-table-content"> | |
| <h5 class="h5 text-black-50">Account Info</h5> | |
| <div class="row"> | |
| <div class="col-md-6 jumbotron ml-3"> | |
| <table class="table table-sm"> | |
| <tbody> | |
| <tr> | |
| <th>Account Name</th> | |
| <td>Square Hospital</td> | |
| </tr> | |
| <tr> | |
| <th>Account Slug</th> | |
| <td>square-hospital</td> | |
| </tr> | |
| <tr> | |
| <th>Appoinment URL</th> | |
| <td><a role="button" class="btn btn-sm btn-secondary" target="_blank" | |
| href="http://192.168.10.108/gplex_scheduler/?task=appointment&slug=square-hospital">Click | |
| to go</a></td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="ts-workprocess-table-content table-responsive mt-4 text-center"> | |
| <div class="text-left"> | |
| <h5 class="h5 text-black-50">Admin List</h5> | |
| </div> | |
| <table class="table table-striped table-bordered table-sm table-hover"> | |
| <thead> | |
| <tr> | |
| <th scope="col">Name</th> | |
| <th scope="col">Email</th> | |
| <th scope="col">Created Time</th> | |
| <th scope="col">Action</th> | |
| </tr> | |
| </thead> | |
| <tbody> | |
| <tr> | |
| <td>Square</td> | |
| <td>squareadmin@gmail.com</td> | |
| <td>07/26/2022 12:06 pm</td> | |
| <td> | |
| <a title="Edit" class="btn btn-outline-primary action-button" | |
| href="http://192.168.10.108/gplex_scheduler/?task=account&act=editAccountAdmin&id=39"><i | |
| class="bi bi-pencil-square"></i></a> | |
| <a title="Delete" class="btn btn-outline-danger action-button" | |
| onclick="javascript: return confirm('Are you sure?')" | |
| href="http://192.168.10.108/gplex_scheduler/?task=account&act=deleteAccountAdmin&id=39"><i | |
| class="bi bi-trash-fill"></i></a> | |
| </td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <script src="./Gplex Scheduler_files/jquery.slim.min.js.download" | |
| integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" | |
| crossorigin="anonymous"></script> | |
| <script src="./Gplex Scheduler_files/popper.min.js.download" | |
| integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" | |
| crossorigin="anonymous"></script> | |
| <script src="./Gplex Scheduler_files/bootstrap.min.js.download" | |
| integrity="sha384-VHvPCCyXqtD5DqJeNxl2dtTyhF78xXNXdkwX1CZeRusQfRKp+tA7hAShOK/B/fQ2" | |
| crossorigin="anonymous"></script> | |
| <script src="./Gplex Scheduler_files/apexcharts"></script> | |
| <script src="./Gplex Scheduler_files/main.js.download"></script> | |
| <svg id="SvgjsSvg1001" width="2" height="0" xmlns="http://www.w3.org/2000/svg" version="1.1" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.dev" | |
| style="overflow: hidden; top: -100%; left: -100%; position: absolute; opacity: 0;"> | |
| <defs id="SvgjsDefs1002"></defs> | |
| <polyline id="SvgjsPolyline1003" points="0,0"></polyline> | |
| <path id="SvgjsPath1004" d="M0 0 "></path> | |
| </svg> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment