MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 18.117.105.230
Web Server : Apache
System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
User : ppcad7no ( 715)
PHP Version : 8.2.25
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0750) :  /home2/ppcad7no/automationpowersolutions.com/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/automationpowersolutions.com/project-detail.php
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<title>Project Details</title>
<!-- Stylesheets -->
<?php include 'headlink.php';?>
<style>
    
</style>
</head>

<body>
    <?php include 'header.php';?>
    


<!-- PageWrapper -->
<div class="page-wrapper">
 	
	<!-- Preloader -->
	
	<!-- Preloader End -->
	
	<!-- scrollToTop start -->
	<div class="progress-wrap active-progress">
		<svg class="progress-circle svg-content" width="100%" height="100%" viewBox="-1 -1 102 102">
		<path d="M50,1 a49,49 0 0,1 0,98 a49,49 0 0,1 0,-98" style="transition: stroke-dashoffset 10ms linear 0s; stroke-dasharray: 307.919px, 307.919px; stroke-dashoffset: 228.265px;"></path>
		</svg>
	</div>
	<!-- scrollToTop end -->
	
 	<!-- Main Header / Header Style Three -->
    
    <!-- End Main Header -->
	<?php 
    include_once('admin/config.php');
    $a_id= $_GET['id'];
    $sql1 = "SELECT * FROM `tb_project` WHERE id = $a_id";
    $run1 = mysqli_query($db,$sql1) or die("Query Not run");
    $data1 = mysqli_fetch_assoc($run1);
?>
	<!-- Page Title -->
    <section class="page-title" style="background-image: url(images/background/9.jpg)">
        <div class="auto-container">
			<ul class="bread-crumb clearfix">
				<li><a href="index-2.html">Home</a></li>
				<li><a href="services.html">Pages</a></li>
				<li>Project Detail</li>
			</ul>
			<h2>Project Detail</h2>
        </div>
    </section>
    <!-- End Page Title -->
    
	
	<!-- Project Detail Section -->
    <div class="project-detail-section">
		<div class="pattern-layer" style="background-image:url(images/background/pattern-25.png)"></div>
		<div class="pattern-layer-two" style="background-image:url(images/background/pattern-31.png)"></div>
    	<div class="auto-container">
			<!-- Upper Box -->
        	<div class="upper-box">
				<div class="image">
					<img src="images/gallery/<?php echo $data1['image']?>" alt="" />
				</div>
				<!-- Info Box -->
				<div class="info-box">
					<div class="title">Project Details</div>
					<ul class="info-list">
						<li>Clients:<span><?php echo $data1['c_name']?></span></li>
						<li>Date:<span><?php echo $data1['date']?></span></li>
						
						
					</ul>
					
				</div>
			</div>
			<!-- End Upper Box -->
			
			<!-- Middle Box -->
        	<div class="middle-box">
				<h3><?php echo $data1['title']?></h3>
				<p><?php echo $data1['desc']?></p>
				
				
				
			</div>
			
			        
			        <div class="container">
<h1>Responsive Table</h1>
  <table class="rwd-table">
    <tbody>
      <tr>
        <th>Supplier Code</th>
        <th>Supplier Name</th>
        <th>Invoice Number</th>
        <th>Invoice Date</th>
        <th>Due Date</th>
        <th>Net Amount</th>
      </tr>
      <tr>
        <td data-th="Supplier Code">
          UPS5005
        </td>
        <td data-th="Supplier Name">
          UPS
        </td>
        <td data-th="Invoice Number">
          ASDF19218
        </td>
        <td data-th="Invoice Date">
          06/25/2016
        </td>
        <td data-th="Due Date">
          12/25/2016
        </td>
        <td data-th="Net Amount">
          $8,322.12
        </td>
      </tr>
      <tr>
        <td data-th="Supplier Code">
          UPS3449
        </td>
        <td data-th="Supplier Name">
          UPS South Inc.
        </td>
        <td data-th="Invoice Number">
          ASDF29301
        </td>
        <td data-th="Invoice Date">
          6/24/2016
        </td>
        <td data-th="Due Date">
          12/25/2016
        </td>
        <td data-th="Net Amount">
          $3,255.49
        </td>
      </tr>
      <tr>
        <td data-th="Supplier Code">
          BOX5599
        </td>
        <td data-th="Supplier Name">
          BOX Pro West
        </td>
        <td data-th="Invoice Number">
          ASDF43000
        </td>
        <td data-th="Invoice Date">
          6/27/2016
        </td>
        <td data-th="Due Date">
          12/25/2016
        </td>
        <td data-th="Net Amount">
          $45,255.49
        </td>
      </tr>
      <tr>
        <td data-th="Supplier Code">
          PAN9999
        </td>
        <td data-th="Supplier Name">
          Pan Providers and Co.
        </td>
        <td data-th="Invoice Number">
          ASDF33433
        </td>
        <td data-th="Invoice Date">
          6/29/2016
        </td>
        <td data-th="Due Date">
          12/25/2016
        </td>
        <td data-th="Net Amount">
          $12,335.69
        </td>
      </tr>
    </tbody>
  </table>
  <h3>Resize Me</h3>
</div>
			<!-- End Middle Box -->
			
			<!-- More Posts -->
			<!--<div class="more-posts clearfix">-->
			<!--	<div class="pull-left">-->
					<!-- Prev Post -->
			<!--		<div class="prev-post">-->
			<!--			<div class="thumb-image">-->
			<!--				<img src="images/gallery/thumb-1.jpg" alt="" />-->
			<!--				<a href="#" class="arrow flaticon-left-arrow"></a>-->
			<!--			</div>-->
			<!--			<div class="title">Previews</div>-->
			<!--			<h6><a href="#">Power & Energy Sector</a></h6>-->
			<!--		</div>-->
			<!--	</div>-->
				<!-- Next Post -->
			<!--	<div class="pull-right">-->
			<!--		<div class="next-post">-->
			<!--			<div class="thumb-image">-->
			<!--				<img src="images/gallery/thumb-2.jpg" alt="" />-->
			<!--				<a href="#" class="arrow flaticon-right-arrow"></a>-->
			<!--			</div>-->
			<!--			<div class="title">Next</div>-->
			<!--			<h6><a href="#">Manufacture Petroleum Camber</a></h6>-->
			<!--		</div>-->
			<!--	</div>-->
			<!--</div>-->
			<!-- End More Posts -->
			
		</div>
	</div>
	<!-- End Project Detail Section -->
	
	<!-- Main Footer -->
	<?php include 'footer.php';?>
	<!-- End Main Footer -->
	
</div>
<!-- End Page Wrapper -->



</body>

</html>

MMCT - 2023