Profile & Assign Ticket View Overview |
<div id = "profile_page" class = "col-md-12 my-3 display-none"
>
<div class = "card" >
<div class = "card-body pb-0"
>
<table class = "table table-light"
>
<tbody>
<tr>
<td class = "w-25 border"
> ID </td>
<td class = "w-25 border"
> </td>
<td class = "w-25 border"
> Name </td>
<td class = "w-25 border"
> </td>
</tr>
</tbody>
<tfoot>
<tr>
<td class = "w-25 border"
> Father Name </td>
<td class = "w-25 border"> </td>
<td class = "w-25 border"> Phone No </td>
<td class = "w-25 border"> </td>
</tr>
<tr>
<td class = "w-25 border"> CNIC </td>
<td class = "w-25 border"> </td>
<td class = "w-25 border"> Job </td>
<td class = "w-25 border"> </td>
</tr>
<tr>
<td class = "w-25 border"> Email </td>
<td class = "w-75 border" colspan = "4" > </td>
</tr>
<tr>
<td class = "w-25 border"> Address </td>
<td class = "w-75 border" colspan = "4"> </td>
</tr>
</tfoot>
</table>
</div>
</div>
</div>
Output:
Empolyee Portal Dashboard Collapse View |
Empolyee Portal Dashboard View |
Assign Ticket View
<div id = "assign_ticket_page" class = "col-md-12 my-3 display-none"
>
<div class = "card" >
<div class = "card-body" >
<div class = "row" >
<div class = "col-md-6" >
<div class = "form-group" >
<label for = "my-input" > Select Date </label>
<input id = "my-input" class = "form-control" type = "text" name = "" />
<small class = "text-muted" > Validation Goes Here </small>
</div>
</div>
<div class = "col-md-6" > Validation Goes Here </div>
<div class = "col-md-6" >
<div class = "form-group" >
<label for = "my-input" > Time </label>
<input id = "my-input" class = "form-control" type = "text" name = "" />
<small class = "text-muted" > Validation Goes Here </small>
</div>
</div>
<div class = "col-md-6" > Validation Goes Here </div>
<div class = "col-md-6" >
<div class = "form-group" >
<label for = "my-input"> From </label>
<input id = "my-input" class = "form-control" type = "text" name = "" />
<small class = "text-muted" > Validation Goes Here </small>
</div>
</div>
<div class = "col-md-6" > Validation Goes Here </div>
<div class = "col-md-6" >
<div class = "form-group" >
<label for = "my-input" > To </label>
<input id = "my-input" class = "form-control" type = "text" name = "" />
<small class = "text-muted" > Validation Goes Here </small>
</div>
</div>
<div class = "col-md-6" > Validation Goes Here </div>
<div class = "col-md-6" >
<div class = "form-group" >
<label for = "my-input" > Payment </label>
<input id = "my-input" class = "form-control" type = "text" name = "" />
<small class = "text-muted" > Validation Goes Here </small>
</div>
</div>
<div class = "col-md-6" > Validation Goes Here </div>
<div class = "col-md-6" >
<div class = "form-group" >
<label for = "my-input" > Charges </label>
<input id = "my-input" class = "form-control" type = "text" name = "" />
<small class = "text-muted" > Validation Goes Here </small>
</div>
</div>
<div class = "col-md-6" > Validation Goes Here </div>
<div class = "col-md-6" >
<button class = "btn btn-success w-25 float-right"
> Booked </button>
</div>
</div>
</div>
</div>
</div>
|
|
0 Comments
Thanks