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/public_html/imenso.co/ui/kibc/add-new-project.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>KIBC | Imenso Software </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">
<link href="https://cdn.rawgit.com/atatanasov/gijgo/master/dist/combined/css/gijgo.min.css" rel="stylesheet" type="text/css" />

</head>
<body>
<?php include("header.php");?>
<nav class="navbar navbar-expand-lg fixed-top">
   <div class="form-header">
      <a href="projects.php"><i class="fa fa-chevron-left"></i></a> Add New Company
    </div>
  <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
    <span class="navbar-toggler-icon"></span>
  </button>

  <div class="collapse navbar-collapse" id="navbarSupportedContent">   
    
    <div class="ml-auto userinfo">
       <a href="" class="mr-4 notify"><i class="fa fa-bell-o"></i></a>
      <div class="user-area dropdown">
       
        <a class="dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
            <img src="images/avatar-3.png" class="rounded mr-2" width="30">
            Alice Smith
          </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="#">Logout</a>
          </div>
      </div>
    </div>

  </div>
</nav>
<main class="offset">
<div class="container-fluid"> 
  <div class="row gutter pt-4">
    <div class="col-lg-8 offset-lg-2">
      
      <form class="form-wrapper">
        <div class="d-card">
          <h4>Basic Details</h4>
          <div class="form-group">
              <label>Company Name</label>
              <input type="" class="form-control" placeholder="Enter Company Name" name="">
          </div>  

          <div class="form-group">
            <label>CEO</label>
            <input type="" class="form-control" placeholder="Enter CEO Name" name="">
          </div> 

          <div class="row">
            <div class="col-sm-6">
              <div class="form-group">
                <label>Establistment</label>
                <input type="" class="form-control" placeholder="Year" name="">
              </div>
            </div>
            <div class="col-sm-6">
              <div class="form-group">
                <label>Website</label>
                <input type="" class="form-control" placeholder="Enter Website URL" name="">
              </div>
            </div>
          </div>

          <div class="row">
            <div class="col-sm-6">
              <div class="form-group">
                <label>No. of Employees</label>
                <input type="" class="form-control" placeholder="11111111" name="">
              </div> 
            </div>
            <div class="col-sm-6">
              <div class="form-group">
                <label>Turn over</label>
                <input type="" class="form-control" placeholder="Enter Company Turn over" name="">
              </div> 
            </div>
          </div>
        </div>

        <div class="d-card mt-4">
          <div class="d-flex justify-content-between align-items-center mb-3">
            <h4 class="mb-0">Products</h4> 
            <!--<button type="button" class="btn btn-default" data-toggle="modal" data-target="#myModal">+ Add Products</button>-->
            <a href="#" class="btn btn-default" data-toggle="modal" data-target="#myModal">+ Add Products</a>
          </div>    

          <table class="table table-stried">
            <tr>
              <td width="50">1</td>
              <td width="80"> <div class="rounded-image"><img src="images/car.jpg" class="rounded" width=""></div> </td>
              <td>Passenger Car</td>
              <td class="text-right">
                  <a href="http://imenso.co/ui/memento/projects.php" class="action-btn pink-dim"><i class="fa fa-pencil"></i></a>
                  <a href="http://imenso.co/ui/memento/projects.php" class="action-btn pink-dim"><i class="fa fa-trash"></i></a>
                </td>
            </tr>
            <tr>
              <td width="50">2</td>
              <td width="80"> <div class="rounded-image"><img src="images/truck.png" class="rounded" width=""></div> </td>
              <td>Trucks</td>
              <td class="text-right">
                  <a href="http://imenso.co/ui/memento/projects.php" class="action-btn pink-dim"><i class="fa fa-pencil"></i></a>
                  <a href="http://imenso.co/ui/memento/projects.php" class="action-btn pink-dim"><i class="fa fa-trash"></i></a>
                </td>
            </tr>
          </table>        
        </div>

        <div class="d-card mt-4">
          <div class="d-flex justify-content-between align-items-center mb-3">
            <h4 class="mb-0">Locations</h4> 
            <!--<button type="button" class="btn btn-default" data-toggle="modal" data-target="#myModal">+ Add Location</button>-->
            <a href="#" class="btn btn-default" data-toggle="modal" data-target="#myModal">+ Add Location</a>
          </div>   

          <div class="row"> 
            <div class="col-6">
              <h5> <small>Office</small> </h5>
              <table class="table table-stried">
                <tr>
                  <td>1</td>
                  <td>Pune, Maharashtra</td>
                  <td class="text-right">
                      <a href="http://imenso.co/ui/memento/projects.php" class="action-btn pink-dim"><i class="fa fa-pencil"></i></a>
                      <a href="http://imenso.co/ui/memento/projects.php" class="action-btn pink-dim"><i class="fa fa-trash"></i></a>
                    </td>
                </tr>
                <tr>
                  <td>2</td>
                  <td>Mumbai, Maharashtra</td>
                  <td class="text-right">
                      <a href="http://imenso.co/ui/memento/projects.php" class="action-btn pink-dim"><i class="fa fa-pencil"></i></a>
                      <a href="http://imenso.co/ui/memento/projects.php" class="action-btn pink-dim"><i class="fa fa-trash"></i></a>
                    </td>
                </tr>
              </table>  
            </div>  
            <div class="col-6">
              <h5> <small>Factory</small> </h5>
              <table class="table table-stried">
                <tr>
                  <td>1</td>
                  <td>Mumbai, Maharashtra</td>                    
                  <td class="text-right">
                    <a href="http://imenso.co/ui/memento/projects.php" class="action-btn pink-dim"><i class="fa fa-pencil"></i></a>
                    <a href="http://imenso.co/ui/memento/projects.php" class="action-btn pink-dim"><i class="fa fa-trash"></i></a>
                  </td>
                </tr>
                <tr>
                  <td>2</td>
                  <td>Pune, Maharashtra</td>
                  <td class="text-right">
                    <a href="http://imenso.co/ui/memento/projects.php" class="action-btn pink-dim"><i class="fa fa-pencil"></i></a>
                    <a href="http://imenso.co/ui/memento/projects.php" class="action-btn pink-dim"><i class="fa fa-trash"></i></a>
                  </td>
                </tr>
              </table>  
            </div> 
          </div>         
        </div>

        <div class="d-card mt-4">
          <h4>Contact Details</h4>
          <div class="form-group">
            <label>Name</label>
            <input type="" class="form-control" placeholder="Enter Company Name" name="">
          </div> 
          <div class="form-group">
            <label>Designation</label>
            <input type="" class="form-control" placeholder="Enter Designation" name="">
          </div> 
          <div class="row">
            <div class="col-sm-6">
              <div class="form-group">
                <label>Email</label>
                <input type="" class="form-control" placeholder="abc@xyz.com" name="">
              </div>
            </div>
            <div class="col-sm-6">
              <div class="form-group">
                <label>Phone Number</label>
                <input type="" class="form-control" placeholder="777-777-7777" name="">
              </div>
            </div>
          </div>
        </div>

        <div class="d-card mt-4">
          <div class="d-flex justify-content-between align-items-center mb-3">
            <h4 class="mb-0">Foreign Collaboration</h4> 
            <!--<button type="button" class="btn btn-default" data-toggle="modal" data-target="#myModal">+ Add More</button>-->
            <a href="#" class="btn btn-default" data-toggle="modal" data-target="#myModal">+ Add More</a>
          </div> 
          <table class="table table-stried">
            <tr>
              <td width="50">1</td>
              <td>Tata</td>
              <td>North America</td>
              <td class="text-right">
                <a href="http://imenso.co/ui/memento/projects.php" class="action-btn pink-dim"><i class="fa fa-pencil"></i></a>
                <a href="http://imenso.co/ui/memento/projects.php" class="action-btn pink-dim"><i class="fa fa-trash"></i></a>
              </td>
            </tr>
            <tr>
              <td width="50">2</td>
              <td>Tata Steels</td>
              <td>Europe</td>
              <td class="text-right">
                <a href="http://imenso.co/ui/memento/projects.php" class="action-btn pink-dim"><i class="fa fa-pencil"></i></a>
                <a href="http://imenso.co/ui/memento/projects.php" class="action-btn pink-dim"><i class="fa fa-trash"></i></a>
              </td>
            </tr>
            <tr>
              <td width="50">3</td>
              <td>Tata Motors</td>
              <td>Asia</td>               
              <td class="text-right">
                <a href="http://imenso.co/ui/memento/projects.php" class="action-btn pink-dim"><i class="fa fa-pencil"></i></a>
                <a href="http://imenso.co/ui/memento/projects.php" class="action-btn pink-dim"><i class="fa fa-trash"></i></a>
              </td>
            </tr>
          </table> 
        </div>
      </form>
    </div>
<?php include("footer.php");?>



</body>
</html>