/
home
/
sditechnicalteam
/
socialsolargreens.pk
/
File Upload :
llllll
Current File: /home/sditechnicalteam/socialsolargreens.pk/Thirdlevel.php
<?php include_once('controller/third_level_controller.php'); include_once('partial/link.php'); include_once('partial/header.php'); include_once('partial/navbar.php'); $third_lavel = new Third_lavel(); $third_lavel_List = $third_lavel->Third_lavel_List(); ?> <!-- ============================================================== --> <!-- Start right Content here --> <!-- ============================================================== --> <div class="main-content"> <div class="page-content"> <?php // print_r($second_lavel_List); ?> <div class="container"> <!-- start page title --> <div class="row"> <div class="col-md-12"> <a class="btn btn-success fa-pull-right " style="margin-left:30px" asp-action="Create" href="<?=BASE_URL?>Create-New-Thirdlevel.php"><i class="fa fa-plus-circle"></i> Create New</a> </div> <div class="col-12" style="margin-top:20px"> <div class="card"> <div class="card-body"> <h5><i class="fa fa-table"></i> Third Level Table</h5> <hr> <table id="datatable" class="table table-striped table-bordered nowrap" style="border-collapse: collapse; border-spacing: 0; width: 100%;"> <thead> <tr> <th>Account Head </th> <th>First Level Account </th> <th>Second Level Account </th> <th>Third Level Account </th> <th>Account ID </th> <th>Action</th> </tr> </thead> <tfoot> <tr> <th>Account Head </th> <th>First Level Account </th> <th>Second Level Account </th> <th>Third Level Account </th> <th>Account ID </th> <th>Action</th> </tr> </tfoot> <tbody> <?php while($row = mysqli_fetch_assoc($third_lavel_List)){ // print_r($row); ?> <tr> <td><?= $row['Head_Name']; ?></td> <td><?= $row['FirstName']; ?></td> <td><?= $row['SecondName']; ?></td> <td><?= $row['AccountTitle']; ?></td> <td><?= $row['AccountNo']; ?></td> <td> <a onclick="return confirm('Are you sure you want to Execute ?');" class="badge badge-success" data-toggle="tooltip" data-placement="left" title="" href="<?=BASE_URL?>Create-New-Thirdlevel.php?q=Edit&AccountNo=<?= $row['AccountNo']; ?>" data-original-title="Click Me To Edit"><i class="fa fa-edit"></i></a> <!-- <a onclick="return confirm('Are you sure you want to Execute ?');" id="sa-warning" class="badge badge-danger" data-toggle="tooltip" data-placement="left" title="" href="<?=BASE_URL?>Create-New-Thirdlevel.php?q=delete&AccountNo=<?= $row['AccountNo']; ?>" data-original-title="Click Me To Delete"><i class="fa fa-trash-alt"></i></a> --> </td> </tr> <?php } ?> </tbody> </table> </div> </div> </div> <!-- end col --> </div> <!-- end row --> </div> <!-- container-fluid --> </div> <!-- End Page-content --> <?php include 'partial/footer.php'; ?>
Copyright ©2k19 -
Hexid
|
Tex7ure