?> </tr> <tr> <th class="head1">Date</th> <th class="head0"><?php if ($noti[0]['record'] == 'new') { echo dateFormt($noti[0]['date']); } ?> </th> <?php if ($noti[0]['record'] != 'new') { ?> <th class="head0"><?php echo dateFormt($noti[0]['date']); ?> </th><?php } ?> </tr> <?php if ($noti[0]['type'] == 'address') { ?> <tr> <th class="head1">Contact Person</th> <th class="head0"><?php echo ucwords($cAdd['name']); ?> </th>
<th class="head1">Email</th> <th class="head1">Contact No</th> <th class="head1">Comment</th> <th class="head1"></th> </tr> </tfoot> <tbody> <?php $qry = $db->runQuery("select * from " . CONTACT . " order by id DESC "); if (@mysqli_num_rows($qry) > 0) { while ($view = $db->getQuery($qry)) { ?> <tr> <td class="con0"><?php echo dateFormt($view['date']); ?> </td> <td class="con0"><?php echo ucwords($view['feedback']); ?> </td> <td class="con0"><?php echo ucwords($view['subject']); ?> </td> <td class="con0"><?php echo ucwords($view['name']); ?> </td> <td class="con0"><?php
<?php $slug = explode('/', $_REQUEST['slug']); $dob = explode('-', dateFormt($user->dob)); $name = explode(' ', $user->name); $this->load->controller('ecommerce'); $msg = $this->ecommerce->paymentResponse($slug); ?> <style type="text/css"> .displayMode { display:inline-table; } </style> <div style="padding-left:25px;"> <br /> <div style=" font-size: 12px;"> <span id=" " style="font-weight:bold;"> <h3>BOM Manager</h3> <br /> </div> <div> <table class="displayMode tblborder" cellspacing="0" cellpadding="3" style="border-color:#C0C0C0;border-width:2px;border-style:solid;width:255px;border-collapse:collapse;"> <tr class="tblhead"> <th class="tblborder" style="color:Black;border-width:1px;border-style:solid;">Quote / Ordering </th> </tr> <tr> <td><a href="<?php echo site_url; ?> /bom-manager-part-list/" style="color:Blue;">Create New Parts List (Manually)</a></td> </tr>