mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/IZYIM-Prototype.git
synced 2026-08-19 04:33:55 +00:00
qweqwe
This commit is contained in:
@@ -458,7 +458,7 @@ License: You must have a valid license purchased only from themeforest(the above
|
||||
<tr>
|
||||
<td> <center>1</center> </td>
|
||||
<td> 03-07-2017 </td>
|
||||
<td> <a href="trackorder.html">Warehouse Received <i class="fa fa-pencil" aria-hidden="true"></i></a> </td>
|
||||
<td> <a href="trackorder.html">Delivery Request <span style='color:#36c6d3;font-weight: 700;'>Accepted</span> <i class="fa fa-pencil" aria-hidden="true"></i></a> </td>
|
||||
<td> PO & SO </td>
|
||||
<td> <a href="chat.html"> 00005 <span style="margin-bottom: 20px;" class="badge badge-danger">5</span></a> </td>
|
||||
<td> 123456 </td>
|
||||
|
||||
+12
-5
@@ -341,12 +341,19 @@ License: You must have a valid license purchased only from themeforest(the above
|
||||
<div class="form-group">
|
||||
<label class="control-label">Email</label>
|
||||
<input type="text" placeholder="johndoe@example.com" class="form-control" /> </div>
|
||||
<button onclick="myFunction()">Hide/Show</button>
|
||||
<div id="myDIV">
|
||||
<div class="form-group">
|
||||
<label class="control-label">Mobile Number</label>
|
||||
<input type="text" placeholder="+6 012 3456789" class="form-control" /></div>
|
||||
</div>
|
||||
<label class="control-label">Mobile Number</label>
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-10" style="padding-left: 0px;padding-right: 0px;">
|
||||
<input type="text" placeholder="+6 012 3456789" class="form-control" />
|
||||
</div>
|
||||
<div class="col-md-2" style="padding-left: 30px;">
|
||||
<input type="checkbox" checked class="make-switch" data-size="small" >
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="control-label">Interests</label>
|
||||
<input type="text" placeholder="Design, Web etc." class="form-control" /> </div>
|
||||
|
||||
+1
-1
@@ -443,7 +443,7 @@ License: You must have a valid license purchased only from themeforest(the above
|
||||
<table class="table table-striped table-hover table-bordered" id="sample_editable_1">
|
||||
<thead>
|
||||
<tr>
|
||||
<th> Name </th>
|
||||
<th> Warehouse <br> Name </th>
|
||||
<th> Address </th>
|
||||
<th> State </th>
|
||||
<th> Country </th>
|
||||
|
||||
+15
-5
@@ -316,12 +316,22 @@ License: You must have a valid license purchased only from themeforest(the above
|
||||
<div class="form-group">
|
||||
<label class="control-label">Last Name</label>
|
||||
<input type="text" placeholder="Amir" class="form-control" /> </div>
|
||||
<button onclick="myFunction()">Hide/Show</button>
|
||||
<div id="myDIV">
|
||||
<div class="form-group">
|
||||
<label class="control-label">Email</label>
|
||||
<input type="text" placeholder="johndoe@example.com" class="form-control" /> </div>
|
||||
<div class="form-group">
|
||||
<label class="control-label">Mobile Number</label>
|
||||
<input type="text" placeholder="+6 012 3456789" class="form-control" /></div>
|
||||
</div>
|
||||
<label class="control-label">Mobile Number</label>
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-10" style="padding-left: 0px;padding-right: 0px;">
|
||||
<input type="text" placeholder="+6 012 3456789" class="form-control" />
|
||||
</div>
|
||||
<div class="col-md-2" style="padding-left: 30px;">
|
||||
<input type="checkbox" checked class="make-switch" data-size="small" >
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="control-label">Interests</label>
|
||||
<input type="text" placeholder="Design, Web etc." class="form-control" /> </div>
|
||||
|
||||
+3
-3
@@ -286,6 +286,7 @@ License: You must have a valid license purchased only from themeforest(the above
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div><center><img alt="" src="../assets/pages/img/QR_code.png" /><br><a href="javascript:;" class="btn blue"> Share QR Code </a></center></div>
|
||||
<!-- END MENU -->
|
||||
</div>
|
||||
<!-- END PORTLET MAIN -->
|
||||
@@ -392,7 +393,6 @@ License: You must have a valid license purchased only from themeforest(the above
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<a href="javascript:;" class="btn green"> Save Changes </a>
|
||||
<a href="javascript:;" class="btn blue"> Share QR Code </a>
|
||||
<a href="javascript:;" class="btn default"> Cancel </a>
|
||||
</div>
|
||||
</div>
|
||||
@@ -417,11 +417,11 @@ License: You must have a valid license purchased only from themeforest(the above
|
||||
<table class="table table-striped table-hover table-bordered" id="sample_editable_1">
|
||||
<thead>
|
||||
<tr>
|
||||
<th> Name </th>
|
||||
<th> Company Name </th>
|
||||
<th> Address </th>
|
||||
<th> State </th>
|
||||
<th> Country </th>
|
||||
<th> Notice </th>
|
||||
<th> Remark </th>
|
||||
<th> Status </th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
Reference in New Issue
Block a user