This commit is contained in:
Nur Nadiah Nabilah Binti Hashinordin
2017-08-28 10:10:43 +08:00
parent 269df02cf7
commit d1af85d109
4 changed files with 4376 additions and 303 deletions
+103 -3
View File
@@ -1,4 +1,4 @@
<!DOCTYPE html>
e<!DOCTYPE html>
<!--
Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.7
Version: 4.7.5
@@ -316,6 +316,105 @@ License: You must have a valid license purchased only from themeforest(the above
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<div class="portlet box blue">
<div class="portlet-title">
<div class="caption">
<i class="fa fa-gift"></i>Select Company</div>
<div class="tools">
<a href="javascript:;" class="collapse" data-original-title="" title=""> </a>
</div>
</div>
<div class="portlet-body">
<div class="table-toolbar">
<div class="row">
<div class="col-md-6">
</div>
</div>
</div>
<div id="sample_1_wrapper" class="dataTables_wrapper no-footer">
<div class="row">
<div class="col-md-6 col-md-6">
<div id="sample_1_filter" class="dataTables_filter">
<label>Search:
<input type="search" class="form-control input-sm input-small input-inline" placeholder aria-controls="sample_1">
</label>
</div>
</div>
</div>
<div class="table-scrollable">
<table style="" class="table table-striped table-bordered table-hover" id="sample_3">
<thead>
<tr role="row">
<th class="sorting_disabled" rowspan="1" colspan="1" aria-label="" style="width: 62px;">
<label class="mt-checkbox mt-checkbox-single mt-checkbox-outline">
<input type="checkbox" class="group-checkable" data-set="#sample_1 .checkboxes">
<span></span>
</label>
</th>
<th class="sorting_asc" tabindex="0" aria-controls="sample_1" rowspan="1" colspan="1" aria-sort="ascending" aria-label="No : activate to sort column descending" style="width: 136px;"> Company </th>
</tr>
</thead>
<tbody>
<tr class="gradeX odd" role="row">
<td>
<label class="mt-checkbox mt-checkbox-single mt-checkbox-outline">
<input type="checkbox" class="checkboxes" value="1">
<span></span>
</label>
</td>
<td class="sorting_1"> Alpha Shipping Co </td>
</tr>
<tr class="gradeX even" role="row">
<td>
<label class="mt-checkbox mt-checkbox-single mt-checkbox-outline">
<input type="checkbox" class="checkboxes" value="1">
<span></span>
</label>
</td>
<td class="sorting_1"> Maersk Sdn Bhd </td>
</tr>
<tr class="gradeX odd" role="row">
<td>
<label class="mt-checkbox mt-checkbox-single mt-checkbox-outline">
<input type="checkbox" class="checkboxes" value="1">
<span></span>
</label>
</td>
<td class="sorting_1"> Msco Sdn Bhd </td>
</tr>
<tr class="gradeX even" role="row">
<td>
<label class="mt-checkbox mt-checkbox-single mt-checkbox-outline">
<input type="checkbox" class="checkboxes" value="1">
<span></span>
</label>
</td>
<td class="sorting_1"> Cosco Sdn Bhd </td>
</tr>
<tr class="gradeX odd" role="row">
<td>
<label class="mt-checkbox mt-checkbox-single mt-checkbox-outline">
<input type="checkbox" class="checkboxes" value="1">
<span></span>
</label>
</td>
<td class="sorting_1"> Deep Sea Shipping Logistic Sdn Bhd </td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
<div class="modal-header">
<div class="portlet box blue">
<div class="portlet-title">
<div class="caption">
@@ -433,6 +532,9 @@ License: You must have a valid license purchased only from themeforest(the above
<br></br>
<br></br>
</div>
</div>
<div class="form-actions">
<div class="row">
<div class="col-md-offset-5 col-md-5">
@@ -446,8 +548,6 @@ License: You must have a valid license purchased only from themeforest(the above
</div>
</div>
</div>
</div>
</div>
</div>
</div>
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff