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: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/imensosw/www/imenso.co/dev/japfa/delivery/order-details.php
<!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>Order Details | Japfa </title>
  <link rel='stylesheet' href='../css/bootstrap.min.css'  media='all' />
  <link rel='stylesheet' href='../css/style.css'  media='all' />
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css"  media="all">
  <link href="https://fonts.googleapis.com/css2?family=Sen:wght@400;700;800&display=swap" rel="stylesheet">
</head>
<body>
  <nav class="navbar navbar-expand-lg fixed-top">

    <div class="navbar-logo"> 
      <a class="navbar-brand" href="#">
        <img src="../images/logo-2.png" width="80"> 
      </a>
      <span class="divide">|</span> <span class="subhead">Delivery</span>
    </div>

    <div class="navbar-collapse" id="navbarSupportedContent">
      <div class="navbar-collapse justify-content-center" id="navbarNav">
        <ul class="navbar-nav">
          <li class="nav-item active">
            <a class="nav-link" href="open-orders.php">Open Orders</a>
          </li>
          <li class="nav-item">
            <a class="nav-link" href="completed.php">Completed Orders</a>
          </li>
          <li class="nav-item">
            <a class="nav-link" href="return.php">Return</a>
          </li>
        </ul>
      </div>
    </div>

    <div class="ml-auto userinfo">      
      <div class="user-area dropdown">       
        <a class="dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
          <div class="avtar">AS</div>
          <span class="hide-mobile">Alice Smith</span>
        </a>
        <div class="dropdown-menu" aria-labelledby="navbarDropdown">
          <a class="dropdown-item" href="#">Profile</a>
          <a class="dropdown-item" href="#">Setting</a>
          <div class="dropdown-divider"></div>
          <a class="dropdown-item" href="index.php">Logout</a>
        </div>
      </div>
    </div>
    
  </nav>

  <main class="offset">

    <div class="container">
      <div class="row pt-4">
        <div class="col-lg-12">
         
            <div class="row align-items-center border-mobile">
              <div class="col-lg-4 col">
                <h1 class="date-scroll"> <a href="open-orders.php"><i class="fa fa-long-arrow-left smbtn"></i></a> <strong>#1 - Binary Foods</strong> </h1>
              </div>
              <div class="col-lg-4 col-8 hide-mobile">              
                <form class="form-search">
                  <input class="form-control mr-sm-2" type="search" placeholder="Search.." aria-label="Search">             
                </form>
              </div>
              <div class="col-lg-4 col-4 text-right">
                <a href="customer-sign.php" class="btn btn-primary">Proceed</a>
              </div>
            </div>

            <div id="table-scroll" class="table-scroll mt-4">
              <table id="main-table" class="main-table full-first-td">
                <thead>
                  <tr>
                    <th scope="col" width="70%">SKU Name</th>
                    <th scope="col">Dispatched Qty</th>
                    <th scope="col" class="text-right">Delivered Qty</th>                    
                  </tr>
                </thead>
                <tbody>
                    <tr>
                      <td>Whole Chicken WS Tandoor - (<960 gm)</td>
                      <td data-th="Dispatched Qty"><span> 140</span></td>
                      <td data-th="Delivered Qty"><input type="text" class="form-control sml-input"></td>
                    </tr>
                    <tr>
                      <td>Whole Chicken WS Tandoor - (<960 gm)</td>
                      <td data-th="Dispatched Qty"><span> 140</span></td>
                      <td data-th="Delivered Qty"><input type="text" class="form-control sml-input"></td>
                    </tr>
                    <tr>
                      <td>Whole Chicken WS Tandoor - (<960 gm)</td>
                      <td data-th="Dispatched Qty"><span> 140</span></td>
                      <td data-th="Delivered Qty"><input type="text" class="form-control sml-input"></td>
                    </tr>
                    <tr>
                      <td>Whole Chicken WS Tandoor - (<960 gm)</td>
                      <td data-th="Dispatched Qty"><span> 140</span></td>
                      <td data-th="Delivered Qty"><input type="text" class="form-control sml-input"></td>
                    </tr>
                    <tr>
                      <td>Whole Chicken WS Tandoor - (<960 gm)</td>
                      <td data-th="Dispatched Qty"><span> 140</span></td>
                      <td data-th="Delivered Qty"><input type="text" class="form-control sml-input"></td>
                    </tr>
                    <tr>
                      <td>Whole Chicken WS Tandoor - (<960 gm)</td>
                      <td data-th="Dispatched Qty"><span> 140</span></td>
                      <td data-th="Delivered Qty"><input type="text" class="form-control sml-input"></td>
                    </tr>
                  </tbody>
                  <tfoot>
                    <tr>
                      <th>Total</th>
                      <td data-th="Dispatched Qty">540</td>                   
                      <td data-th="Delivered Qty">2500</td>
                    </tr>
                  </tfoot>
              </table>
            </div> 

          </div>
        </div>
      </div>

<?php include("../footer.php");?>

</body>
</html>