286 lines
11 KiB
HTML
286 lines
11 KiB
HTML
<div class="animated fadeIn">
|
|
<div class="col-md-12">
|
|
<tabset>
|
|
<tab>
|
|
<ng-template tabHeading> View Allocation of Study Materials </ng-template>
|
|
<!--/.row-->
|
|
<div class="card">
|
|
<div class="card-header">
|
|
<i class="fa fa-align-justify"></i> Allocate Study Materials
|
|
</div>
|
|
|
|
<div class="card-body">
|
|
<div class="row">
|
|
<div class="col-md-3">
|
|
<div class="input-prepend input-group">
|
|
<select id="disabledSelect" class="form-control">
|
|
<option value="0">Please Select Styducenter</option>
|
|
<option value="1">MMM Stydycenter</option>
|
|
<option value="2">PPP Stydycenter</option>
|
|
<option value="3">SSS Stydycenter</option>
|
|
</select>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-3">
|
|
<div class="input-prepend input-group">
|
|
<select id="disabledSelect" class="form-control">
|
|
<option value="0">Please Select Course</option>
|
|
<option value="1">B.com</option>
|
|
<option value="2">MCA</option>
|
|
<option value="3">M.Sc</option>
|
|
</select>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="col-md-2">
|
|
<div class="input-prepend input-group">
|
|
<select id="disabledSelect" class="form-control">
|
|
<option value="0">Batch</option>
|
|
<option value="1">Jan 2017</option>
|
|
<option value="2">Jul 2017</option>
|
|
<option value="3">Jan 2018</option>
|
|
</select>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-2">
|
|
<div class="input-prepend input-group">
|
|
<button type="button" value="Submit" class="btn btn-primary"> <i class="fa fa-search"></i> Filter</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<br>
|
|
|
|
<div class="row">
|
|
<div class="col-md-4">
|
|
<div class="input-prepend input-group">
|
|
<span class="input-group-addon">
|
|
<i class="fa fa-search"></i>
|
|
</span>
|
|
<input id="search" class="form-control" type="text" placeholder="search">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<br>
|
|
<div class="row">
|
|
<div class="col-lg-12 col-xs-12">
|
|
<table class="table table-bordered">
|
|
<thead>
|
|
<tr>
|
|
<th>Study Center Name</th>
|
|
<th>Batch Name</th>
|
|
<th>Course Name</th>
|
|
<th> Quantity</th>
|
|
<th>Status</th>
|
|
|
|
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>Center A</td>
|
|
<td>Batch A</td>
|
|
<td>MCA</td>
|
|
|
|
<td>10</td>
|
|
<td>
|
|
<span class="badge badge-danger">sent</span>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Center B</td>
|
|
<td>Batch B</td>
|
|
<td>MBA</td>
|
|
|
|
<td>15</td>
|
|
<td>
|
|
<span class="badge badge-success">Received</span>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Center C</td>
|
|
<td>Batch C</td>
|
|
<td>BE</td>
|
|
|
|
<td>20</td>
|
|
<td>
|
|
<span class="badge badge-success">Received</span>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Center D</td>
|
|
<td>Batch D</td>
|
|
<td>DE</td>
|
|
|
|
<td>34</td>
|
|
<td>
|
|
<span class="badge badge-success">Received</span>
|
|
</td>
|
|
</tr>
|
|
|
|
</tbody>
|
|
</table>
|
|
<ul class="pagination">
|
|
<li class="page-item"><a class="page-link" href="#">Prev</a></li>
|
|
<li class="page-item active">
|
|
<a class="page-link" href="#">1</a>
|
|
</li>
|
|
<li class="page-item"><a class="page-link" href="#">2</a></li>
|
|
<li class="page-item"><a class="page-link" href="#">3</a></li>
|
|
<li class="page-item"><a class="page-link" href="#">4</a></li>
|
|
<li class="page-item"><a class="page-link" href="#">Next</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!--/.col-->
|
|
</div>
|
|
<!--/.row-->
|
|
</tab>
|
|
<tab>
|
|
<ng-template tabHeading>Allocate Study Materials</ng-template>
|
|
<div class="card">
|
|
<div class="card-header">
|
|
<i class="fa fa-align-justify"></i> Allocate Study Materials
|
|
</div>
|
|
|
|
<div class="card-body">
|
|
<div class="row">
|
|
<div class="col-md-3">
|
|
<div class="input-prepend input-group">
|
|
<select id="disabledSelect" class="form-control">
|
|
<option value="0">Please Select Styducenter</option>
|
|
<option value="1">MMM Stydycenter</option>
|
|
<option value="2">PPP Stydycenter</option>
|
|
<option value="3">SSS Stydycenter</option>
|
|
</select>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-3">
|
|
<div class="input-prepend input-group">
|
|
<select id="disabledSelect" class="form-control">
|
|
<option value="0">Please Select Course</option>
|
|
<option value="1">B.com</option>
|
|
<option value="2">MCA</option>
|
|
<option value="3">M.Sc</option>
|
|
</select>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="col-md-2">
|
|
<div class="input-prepend input-group">
|
|
<select id="disabledSelect" class="form-control">
|
|
<option value="0">Batch</option>
|
|
<option value="1">Jan 2017</option>
|
|
<option value="2">Jul 2017</option>
|
|
<option value="3">Jan 2018</option>
|
|
</select>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-2">
|
|
<div class="input-prepend input-group">
|
|
<button type="button" value="Submit" class="btn btn-primary"> <i class="fa fa-search"></i> Filter</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<br>
|
|
|
|
<div class="row">
|
|
<div class="col-md-4">
|
|
<div class="input-prepend input-group">
|
|
<span class="input-group-addon">
|
|
<i class="fa fa-search"></i>
|
|
</span>
|
|
<input id="search" class="form-control" type="text" placeholder="search">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<br>
|
|
<div class="row">
|
|
<div class="col-md-4">
|
|
<label for="company"><strong>Total Materials</strong></label>
|
|
<input type="text" class="form-control" id="company" placeholder="150">
|
|
</div>
|
|
</div>
|
|
<br>
|
|
<div class="row">
|
|
<div class="col-lg-12 col-xs-12">
|
|
<table class="table table-bordered">
|
|
<thead>
|
|
<tr>
|
|
<th>Select</th>
|
|
<th>Study Center Name</th>
|
|
<th>Batch Name</th>
|
|
<th>Course Name</th>
|
|
|
|
<th>Request Quantity</th>
|
|
<th>Allocate Quantity</th>
|
|
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><input type="checkbox" name="name1" /> </td>
|
|
<td>Center A</td>
|
|
<td>Batch A</td>
|
|
<td>MCA</td>
|
|
|
|
<td>10</td>
|
|
<td><input type="text" value="10"></td>
|
|
|
|
</tr>
|
|
<tr>
|
|
<td><input type="checkbox" name="name1" /> </td>
|
|
<td>Center B</td>
|
|
<td>Batch B</td>
|
|
<td>MBA</td>
|
|
|
|
<td>15</td>
|
|
<td><input type="text" value="15"></td>
|
|
|
|
</tr>
|
|
<tr>
|
|
<td><input type="checkbox" name="name1" /> </td>
|
|
<td>Center C</td>
|
|
<td>Batch C</td>
|
|
<td>BE</td>
|
|
|
|
<td>20</td>
|
|
<td><input type="text" value="0"></td>
|
|
|
|
</tr>
|
|
<tr>
|
|
<td><input type="checkbox" name="name1" /> </td>
|
|
<td>Center D</td>
|
|
<td>Batch D</td>
|
|
<td>DE</td>
|
|
|
|
<td>34</td>
|
|
<td><input type="text" value="34"></td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
</table>
|
|
<ul class="pagination">
|
|
<li class="page-item"><a class="page-link" href="#">Prev</a></li>
|
|
<li class="page-item active">
|
|
<a class="page-link" href="#">1</a>
|
|
</li>
|
|
<li class="page-item"><a class="page-link" href="#">2</a></li>
|
|
<li class="page-item"><a class="page-link" href="#">3</a></li>
|
|
<li class="page-item"><a class="page-link" href="#">4</a></li>
|
|
<li class="page-item"><a class="page-link" href="#">Next</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="card-footer">
|
|
<div class="form-group row">
|
|
<div class="col-md-12" align="right">
|
|
<button type="button" class="btn btn-sm btn-success"><i class="fa fa-dot-circle-o"></i> Submit</button>
|
|
<button type="reset" class="btn btn-sm btn-danger"><i class="fa fa-ban"></i> Reset</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!--/.col-->
|
|
</div> |