Example #1
0
include THEME_DEFAULT . 'header.php';
?>
             			
<//-----------------CONTENT-START-------------------------------------------------//>
<h1 class="page-header"><?php 
echo $page_title;
?>
 Page</h1>

<div class="sub-header">
	<div class="panel panel-default">
		<div class="panel-heading">&nbsp;
		</div>
		<div class="panel-body">
        	<?php 
echo $pagingResult->pagingMenu();
?>
        	<br>
        	<table border="0" cellpadding="1" cellspacing="1" width="100%" class="table table-striped table-bordered table-condensed">	
				<thead>
            	<tr valign="middle"> 
                 	<th width="25">&nbsp;<b>NO.</b></td>
					<th width="*" align="left">&nbsp;<b>NAME</b></td>
                 	<th width="*" align="left">&nbsp;<b>START DATE</b>&nbsp;</td>
                 	<th width="*" align="left">&nbsp;<b>END DATE</b>&nbsp;</td>
                 	<th width="*" align="left">&nbsp;<b>LOCKET</b>&nbsp;</td>
                 	<th width="*" align="center">&nbsp;<b>CMD</b></td>
				</tr>
				</thead>
				<tbody>
<?php 
Example #2
0
<? } ?></select>
  				</div>
  				<div class="form-group">
      				<input type="text" name="conv" class="form-control" placeholder="Capacity per pallet">
  				</div>
  				<div class="form-group">
  					<button type="submit" name="add_co" class="btn btn-primary">Add New Conversion</button>
  				</div>
			</form>
		</div>
	<div class="panel panel-default">
		<div class="panel-heading">
			&nbsp;
		</div>
		<div class="panel-body">
		<?=$pagingResult->pagingMenu()?>
		<br>
		<table border="0" cellpadding="1" cellspacing="1" width="100%" class="table table-striped table-bordered table-condensed">	
			<thead>
            	<tr><th width="25" align="left">&nbsp;<b>NO</b>&nbsp;</td>
            		<th width="*" align="left">&nbsp;<b>SKU</b>&nbsp;</td>
					<th width="*" align="left">&nbsp;<b>COMMODITY</b>&nbsp;</td>
					<th width="35" align="left">&nbsp;<b>CAPACITY</b>&nbsp;</td>
					<th width="*" colspan="2" align="center">&nbsp;<b>CMD</b>&nbsp;</td>
				</tr>
			</thead>
			<tbody>
<?php 	if($pagingResult->getPageRows()>= 1) {	
			$count = $pagingResult->getPageOffset() + 1;
			$result = $pagingResult->getPageArray();
			while ($array = mysql_fetch_array($result, MYSQL_ASSOC)) {