session added in fees calculator

This commit is contained in:
gandhimathi 2018-08-09 10:58:07 +05:30
parent 8502891892
commit 9133aa749b

View File

@ -9,7 +9,7 @@
</div>
<div class="card-body">
<div class="row">
<div class="form-group col-sm-4">
<div class="form-group col-sm-3">
<label for="university">University <span class="symbol required"></span></label>
<select class="form-control" id="university">
<!-- <option>Select University</option> -->
@ -29,7 +29,7 @@
<option>MP0200-Mechanical Engg</option>
</select>
</div>
<div class="form-group col-sm-4">
<div class="form-group col-sm-2">
<label for="semyear">Sem/Year <span class="symbol required"></span></label>
<select class="form-control" id="semyear">
<!-- <option>Select Sem/Year</option> -->
@ -43,11 +43,20 @@
<option>SEM8</option>
</select>
</div>
<div class="form-group col-sm-4">
<div class="form-group col-sm-3">
<label for="session">Session <span class="symbol required"></span></label>
<select class="form-control" id="session">
<!-- <option>Select Sem/Year</option> -->
<option>July-2018</option>
<option>Jun-2018</option>
<option>Jan-2018</option>
</select>
</div>
<div class="form-group col-sm-3">
<label for="new">No of New Applicants <span class="symbol required"></span></label>
<input type="text" class="form-control" value="10" id="new" placeholder="Enter new applicants">
</div>
<div class="form-group col-sm-4">
<div class="form-group col-sm-3">
<label for="old">No of Re-registered Applicants <span class="symbol required"></span></label>
<input type="text" value="20" class="form-control" id="old" placeholder="Enter registerd applicants">
</div>