Untitled
unknown
html
3 years ago
1.0 kB
10
Indexable
<?php
include('inc/header.php');
include('inc/container.php');
?>
<title>YBOMedia stocksync</title>
<script src="js/jquery.dataTables.min.js"></script>
<script src="js/dataTables.bootstrap.min.js"></script>
<link rel="stylesheet" href="css/dataTables.bootstrap.min.css" />
<script src="js/ajax.js"></script>
<div class="container contact">
<div class="col-lg-10 col-md-10 col-sm-9 col-xs-12">
<!-- <div class="panel-heading">
<div class="row">
<div class="col-md-2" align="right">
<button type="button" name="add" id="addRecord" class="btn btn-success">Add New Record</button>
</div>
</div>
</div> -->
<table style="width: 1200px; align-content: center;" id="logsListing" class="table table-bordered table-striped">
<thead>
<tr>
<th>#</th>
<th>Product Code</th>
<th>Product Name</th>
<th>BaseLinker ID</th>
</tr>
</thead>
</table>
</div>
</div>
<?php include('inc/footer.php');?>Editor is loading...