MOON
Server: Apache
System: Linux e2e-78-16.ssdcloudindia.net 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User: imensosw (1005)
PHP: 8.0.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/imensosw/www/imenso.co/dev/mps-new/statements.html
<!doctype html>
<html lang="en-US" >
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <link rel="profile" href="http://gmpg.org/xfn/11">
  <title>Patient Portal</title>

  <link rel='stylesheet' href='css/bootstrap.min.css'  media='all' />
  <link rel='stylesheet' href='css/style-2.css'  media='all' />
  <link rel='stylesheet' href='css/responsive.css'  media='all' />
  
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css"  media="all">

  <script src="js/jquery.min.js"></script>
  <script src="js/bootstrap.min.js"></script>
  <script src="js/popover.js"></script>

  <!-- <script src="js/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script> -->

  <script> 
    $(function(){
      $("#includedContent").load("sidebar.html"); 
      setTimeout(function(){
      $('.sidebar_nav a').removeClass('active');
      $('.sidebar_nav a').eq(3).addClass('active');
      },100);
    });
  </script> 
</head>
<body style="background: #F0F4F7;"> 
  <div class="container-fluid">
    <div id="includedContent"></div>
    <div class="right right_panel">
      <div class="m-5">
        <div class="container-fluid">
          <div class="row statement"> 
            <div class="col-md-12 mb-3 header_area">
              <div class="d-flex justify-content-between" style="display: none !important;">
                <div class="page-header d-flex">
                  <i class="fa fa-dashboard"></i> 
                  <h1> Dashboard <small>At a glance</small></h1>
                </div>
                <ul class="top-icon">
                  <li class="blue-bg"><a tooltip="Chat" href=""><img src="images/support.png"></a></li>
                  <li class="green-bg"><a tooltip="Commonly Asked Questions" href=""><img src="images/question.png"></a></li>
                  <li class="orange-bg"><a tooltip="E-mail Us" href=""><img src="images/envelope.png"></a></li>
                </ul>
              </div> 
              <div class="d-flex justify-content-between align-items-center">
                <h4 calss="mb-0">Statements</h4>
                <!-- <a class="btn btn btn-secondary fix_bottom" href="#"> Download</a> -->
              </div>
              <hr />
            </div>   

            <div class="col-md-12">
              <div class="table-responsive sml-text">
                <table class="table statement">
                  <thead>
                     <th>Payment Code</th>
                     <th>Statement Date</th>
                     <th>Billed Amount</th>
                     <th>Statement Type</th>
                     <th>Delivery Type</th>
                     <th>View Statement</th>                   
                  </thead> 
                  <tbody>
                    <tr>
                      <td>#530225</td>
                      <td>10/26/2016</td>
                      <td>$1,205.00</td>
                      <td>Payment Plan Statement</td>
                      <td>Mailed </td>  
                      <td><a href="https://demo.patientbillhelp.com/ViewStatementReport.aspx?pc=HQX03HFXeGf6hXgIV5ldfofvvBhtJvZrr/WVCVCSVhE=" target="_blank" class="card-link"><i class="fa fa-eye"></i> View Statement </a></td>
                    </tr>
                    <tr>
                      <td>#530000</td>
                      <td>10/24/2016</td>
                      <td>$1,300.00</td>
                      <td>Statement</td>
                      <td>E-mailed </td>  
                      <td><a href="https://demo.patientbillhelp.com/ViewStatementReport.aspx?pc=HQX03HFXeGf6hXgIV5ldfofvvBhtJvZrr/WVCVCSVhE=" target="_blank" class="card-link"><i class="fa fa-eye"></i> View Statement </a></td>
                    </tr>
                    <tr>
                      <td>#511525</td>
                      <td>09/20/2016</td>
                      <td>$1,650.00</td>
                      <td>Payment Plan Statement</td>
                      <td>Mailed </td>
                      <td><a href="https://demo.patientbillhelp.com/ViewStatementReport.aspx?pc=HQX03HFXeGf6hXgIV5ldfofvvBhtJvZrr/WVCVCSVhE=" target="_blank" class="card-link"><i class="fa fa-eye"></i> View Statement </a></td>
                    </tr>
                    <tr>
                      <td>#521225</td>
                      <td>09/19/2016</td>
                      <td>$198.00</td>
                      <td>Statement</td>
                      <td>Mailed </td>  
                      <td><a href="https://demo.patientbillhelp.com/ViewStatementReport.aspx?pc=HQX03HFXeGf6hXgIV5ldfofvvBhtJvZrr/WVCVCSVhE=" target="_blank" class="card-link"><i class="fa fa-eye"></i> View Statement </a></td>
                    </tr>
                    <tr>
                      <td>#530245</td>
                      <td>08/15/2016</td>
                      <td>$1,025.00</td>
                      <td>Payment Plan Statement</td>
                      <td>E-mailed </td> 
                      <td><a href="https://demo.patientbillhelp.com/ViewStatementReport.aspx?pc=HQX03HFXeGf6hXgIV5ldfofvvBhtJvZrr/WVCVCSVhE=" target="_blank" class="card-link"><i class="fa fa-eye"></i> View Statement </a></td>
                    </tr>
                  </tbody>               
                </table>
              </div>
              <!-- <div class="text-right">
                <a class="btn mt-5 btn-login mb-3" href="#">View Statement</a>
              </div> -->
            </div>
          </div>
        </div><!--/row-->        
      </div>
    </div>
  </div>
</body>
</html>