view file modified
This commit is contained in:
parent
75b830bc45
commit
3bb6262dbb
@ -12,9 +12,14 @@
|
|||||||
<!-- Nav tabs -->
|
<!-- Nav tabs -->
|
||||||
<tabset>
|
<tabset>
|
||||||
<tab>
|
<tab>
|
||||||
<ng-template tabHeading> View Batch <span class="badge badge-pill badge-success">13</span></ng-template>
|
<ng-template tabHeading> View Batch </ng-template>
|
||||||
|
|
||||||
<!--/.row-->
|
<!--/.row-->
|
||||||
|
<div class="card">
|
||||||
|
<div class="card-header">
|
||||||
|
<i class="fa fa-align-justify"></i>Batch List
|
||||||
|
</div>
|
||||||
|
<div class="card-body">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
<div class="input-prepend input-group">
|
<div class="input-prepend input-group">
|
||||||
@ -160,6 +165,8 @@
|
|||||||
<li class="page-item"><a class="page-link" href="#">Next</a></li>
|
<li class="page-item"><a class="page-link" href="#">Next</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<!--/.col-->
|
<!--/.col-->
|
||||||
</div>
|
</div>
|
||||||
<!--/.row-->
|
<!--/.row-->
|
||||||
@ -168,34 +175,45 @@
|
|||||||
<ng-template tabHeading> Add Batch</ng-template>
|
<ng-template tabHeading> Add Batch</ng-template>
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="card-header">
|
<div class="card-header">
|
||||||
<strong>Batch</strong>
|
<i class="fa fa-align-justify"></i>Batch
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<form action="" method="post" class="form-horizontal">
|
<form action="" method="post" class="form-horizontal">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<div class="form-group row">
|
<div class="form-group row">
|
||||||
<div class="col-md-offset-2 col-md-4 ">
|
<div class="col-md-offset-2 col-md-4 ">
|
||||||
<label for="company">Batch Code<span class="required">*</span></label>
|
<label class="col-md-6 form-control-label" for="select">Select University<span class="required"> *</span></label>
|
||||||
<input type="text" class="form-control" id="company" placeholder="Enter Batch ID">
|
|
||||||
</div>
|
|
||||||
<div class="col-md-offset-2 col-md-4 ">
|
|
||||||
<label for="company">Batch Date<span class="required">*</span></label>
|
|
||||||
<input type="date" class="form-control" id="date" placeholder="Enter Batch Date" onchange="mydate1();">
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="form-group row">
|
|
||||||
<div class="col-md-offset-2 col-md-4 ">
|
|
||||||
<label for="company">Batch Name<span class="required">*</span></label>
|
|
||||||
<input type="text" class="form-control" id="company" placeholder="Enter Batch Name"> </div>
|
|
||||||
<div class="col-md-offset-2 col-md-4 ">
|
|
||||||
<label class="col-md-6 form-control-label" for="select">Select University<span class="required">*</span></label>
|
|
||||||
|
|
||||||
<select id="select" name="select" class="form-control">
|
<select id="select" name="select" class="form-control">
|
||||||
<option *ngFor="let i of university">{{i}}</option>
|
<option *ngFor="let i of university">{{i}}</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="col-md-offset-2 col-md-4 ">
|
||||||
|
<label for="company">Batch Name<span class="required"> *</span></label>
|
||||||
|
<input type="text" class="form-control" id="company" placeholder="Enter Batch Name">
|
||||||
|
</div>
|
||||||
|
<div class=" col-md-4 ">
|
||||||
|
<label for="company">Batch Code<span class="required"> *</span></label>
|
||||||
|
<input type="text" class="form-control" id="company" placeholder="Enter Batch ID">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="form-group row">
|
||||||
|
<div class="col-md-4 ">
|
||||||
|
<label for="company">Batch Date<span class="required"> *</span></label>
|
||||||
|
<input type="date" class="form-control" id="date" placeholder="Enter Batch Date" onchange="mydate1();">
|
||||||
|
</div>
|
||||||
|
<div class="col-md-4">
|
||||||
|
<label for="company">Active/De-Active<span class="required"> *</span></label>
|
||||||
|
<br>
|
||||||
|
<label class="switch switch-3d switch-primary">
|
||||||
|
<input type="checkbox" class="switch-input" checked>
|
||||||
|
<span class="switch-label"></span>
|
||||||
|
<span class="switch-handle"></span>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -12,9 +12,14 @@
|
|||||||
<!-- Nav tabs -->
|
<!-- Nav tabs -->
|
||||||
<tabset>
|
<tabset>
|
||||||
<tab>
|
<tab>
|
||||||
<ng-template tabHeading> View Document <span class="badge badge-pill badge-success">13</span></ng-template>
|
<ng-template tabHeading> View Document </ng-template>
|
||||||
<!--/.row-->
|
<!--/.row-->
|
||||||
<div class="row">
|
<div class="card">
|
||||||
|
<div class="card-header">
|
||||||
|
<i class="fa fa-align-justify"></i>Document List
|
||||||
|
</div>
|
||||||
|
<div class="card-body">
|
||||||
|
<div class="row">
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
<div class="input-prepend input-group">
|
<div class="input-prepend input-group">
|
||||||
<span class="input-group-addon">
|
<span class="input-group-addon">
|
||||||
@ -33,7 +38,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th>Document Name</th>
|
<th>Document Name</th>
|
||||||
<th>Document Description</th>
|
<th>Document Description</th>
|
||||||
<th>Document Date</th>
|
<th>Status</th>
|
||||||
<th>Action</th>
|
<th>Action</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
@ -41,46 +46,44 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>SF</td>
|
<td>SF</td>
|
||||||
<td>Semester Fess Document</td>
|
<td>Semester Fess Document</td>
|
||||||
<td>12/12/2018</td>
|
<td> <span class="badge badge-danger">Inactive</span></td>
|
||||||
<td>
|
<td>
|
||||||
|
<i class="fa fa-edit" tooltip="Edit" (click)="editEmployee()"></i> |
|
||||||
|
<i class="fa fa-eye" tooltip="View More" data-toggle="modal" (click)="myModal.show(); getModelWindowDetails(emp)"></i>
|
||||||
<i class="fa fa-trash" tooltip="Edit" (click)="editEmployee()"></i> |
|
|
||||||
<i class="fa fa-download" tooltip="Edit" (click)="editEmployee()"></i>
|
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>MF</td>
|
<td>MF</td>
|
||||||
<td>Marksheet Document</td>
|
<td>Marksheet Document</td>
|
||||||
<td>12/12/2018</td>
|
<td> <span class="badge badge-danger">Inactive</span></td>
|
||||||
|
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
<i class="fa fa-trash" tooltip="Delete" (click)="editEmployee()"></i> |
|
<i class="fa fa-edit" tooltip="Edit" (click)="editEmployee()"></i> |
|
||||||
<i class="fa fa-download" tooltip="Download" (click)="editEmployee()"></i>
|
<i class="fa fa-eye" tooltip="View More" data-toggle="modal" (click)="myModal.show(); getModelWindowDetails(emp)"></i>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>EF</td>
|
<td>EF</td>
|
||||||
<td>Exam Fees</td>
|
<td>Exam Fees</td>
|
||||||
<td>12/12/2018</td>
|
<td> <span class="badge badge-success">Active</span></td>
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
<i class="fa fa-trash" tooltip="Delete" (click)="editEmployee()"></i> |
|
<i class="fa fa-edit" tooltip="Edit" (click)="editEmployee()"></i> |
|
||||||
<i class="fa fa-download" tooltip="Download" (click)="editEmployee()"></i>
|
<i class="fa fa-eye" tooltip="View More" data-toggle="modal" (click)="myModal.show(); getModelWindowDetails(emp)"></i>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>HT</td>
|
<td>HT</td>
|
||||||
<td>Hall Ticket</td>
|
<td>Hall Ticket</td>
|
||||||
<td>12/12/2018</td>
|
<td>
|
||||||
|
<span class="badge badge-success">Active</span></td>
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
<i class="fa fa-trash" tooltip="Delete" (click)="editEmployee()"></i> |
|
<i class="fa fa-edit" tooltip="Edit" (click)="editEmployee()"></i> |
|
||||||
<i class="fa fa-download" tooltip="Download" (click)="editEmployee()"></i>
|
<i class="fa fa-eye" tooltip="View More" data-toggle="modal" (click)="myModal.show(); getModelWindowDetails(emp)"></i>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
@ -97,6 +100,8 @@
|
|||||||
<li class="page-item"><a class="page-link" href="#">4</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>
|
<li class="page-item"><a class="page-link" href="#">Next</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!--/.col-->
|
<!--/.col-->
|
||||||
</div>
|
</div>
|
||||||
@ -106,32 +111,32 @@
|
|||||||
<ng-template tabHeading> Add Document</ng-template>
|
<ng-template tabHeading> Add Document</ng-template>
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="card-header">
|
<div class="card-header">
|
||||||
<strong>Document</strong>
|
<i class="fa fa-align-justify"></i>Document
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<form action="" method="post" class="form-horizontal">
|
<form action="" method="post" class="form-horizontal">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<div class="form-group row">
|
<div class="form-group row">
|
||||||
<div class=" col-md-4 ">
|
<div class=" col-md-4 ">
|
||||||
<label for="company">Document Name<span class="required">*</span></label>
|
<label for="company">Document Name<span class="required"> *</span></label>
|
||||||
<input type="text" class="form-control" id="company" placeholder="Enter Document Name">
|
<input type="text" class="form-control" id="company" placeholder="Enter Document Name">
|
||||||
</div>
|
</div>
|
||||||
<div class=" col-md-4 ">
|
<div class=" col-md-4 ">
|
||||||
<label for="company">Document Description<span class="required">*</span></label>
|
<label for="company">Document Description<span class="required"> *</span></label>
|
||||||
<input type="text" class="form-control" id="company" placeholder="Document description">
|
<input type="text" class="form-control" id="company" placeholder="Document description">
|
||||||
</div>
|
</div>
|
||||||
|
<div class="col-md-4">
|
||||||
|
<label for="company">Active/De-Active<span class="required"> *</span></label>
|
||||||
|
<br>
|
||||||
|
<label class="switch switch-3d switch-primary">
|
||||||
|
<input type="checkbox" class="switch-input" checked>
|
||||||
|
<span class="switch-label"></span>
|
||||||
|
<span class="switch-handle"></span>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class=" col-md-4">
|
|
||||||
<label for="file-input">Document Upload<span class="required">*</span></label>
|
|
||||||
<div class="col-md-12">
|
|
||||||
<input type="file" id="file-input" name="file-input">
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
|
|||||||
@ -12,8 +12,61 @@
|
|||||||
<!-- Nav tabs -->
|
<!-- Nav tabs -->
|
||||||
<tabset>
|
<tabset>
|
||||||
<tab>
|
<tab>
|
||||||
<ng-template tabHeading> Exam TimeTable <span class="badge badge-pill badge-success">13</span></ng-template>
|
<ng-template tabHeading> Exam TimeTable </ng-template>
|
||||||
<!--/.row-->
|
<!--/.row-->
|
||||||
|
<div class="card">
|
||||||
|
<div class="card-header">
|
||||||
|
<i class="fa fa-align-justify"></i>ExamTimetable List
|
||||||
|
</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 University</option>
|
||||||
|
<option value="1">MMM univ</option>
|
||||||
|
<option value="2">PPP univ</option>
|
||||||
|
<option value="3">SSS univ</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">Please Sem/Year</option>
|
||||||
|
<option value="1">2</option>
|
||||||
|
<option value="2">3</option>
|
||||||
|
<option value="3">4</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="row">
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
<div class="input-prepend input-group">
|
<div class="input-prepend input-group">
|
||||||
@ -32,76 +85,70 @@
|
|||||||
<table class="table table-bordered">
|
<table class="table table-bordered">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>University Name</th>
|
<th>University Name</th>
|
||||||
<th>Batch Name</th>
|
|
||||||
<th>Course</th>
|
<th>Course</th>
|
||||||
<th>Subject Name</th>
|
<th>Document Name</th>
|
||||||
<th>Date</th>
|
<th>Description</th>
|
||||||
<th>From Time</th>
|
|
||||||
<th>To Time</th>
|
|
||||||
<th>Action</th>
|
<th>Action</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td>DMS</td>
|
<td>DMS</td>
|
||||||
<td>Batch B</td>
|
|
||||||
<td>MCA</td>
|
<td>MCA</td>
|
||||||
<td>Data Structure</td>
|
<td>MCA Timetable</td>
|
||||||
<td>10/01/2018</td>
|
<td>2017 1batch MCA</td>
|
||||||
<td>1.00 PM</td>
|
|
||||||
<td>4.00 PM</td>
|
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
|
|
||||||
<i class="fa fa-edit" tooltip="Edit" (click)="editEmployee()"></i> |
|
|
||||||
<i class="fa fa-eye" tooltip="View More" data-toggle="modal" (click)="myModal.show(); getModelWindowDetails(emp)"></i>
|
<i class="fa fa-download" tooltip="View More" data-toggle="modal" (click)="myModal.show(); getModelWindowDetails(emp)"></i>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>AUT</td>
|
<td>AUT</td>
|
||||||
<td>Batch A</td>
|
|
||||||
<td>MBA</td>
|
<td>MBA</td>
|
||||||
<td>Business Logic</td>
|
<td>MBA Timetable</td>
|
||||||
<td>12/12/2018</td>
|
<td>2017 1batch MBA</td>
|
||||||
<td>10.00 AM</td>
|
|
||||||
<td>1.00 PM</td>
|
|
||||||
|
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
<i class="fa fa-edit" tooltip="Edit" (click)="editEmployee()"></i> |
|
|
||||||
<i class="fa fa-eye" tooltip="View More" data-toggle="modal" (click)="myModal.show(); getModelWindowDetails(emp)"></i>
|
<i class="fa fa-download" tooltip="View More" data-toggle="modal" (click)="myModal.show(); getModelWindowDetails(emp)"></i>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>AUT</td>
|
<td>AUT</td>
|
||||||
<td>Batch A</td>
|
|
||||||
<td>MBA</td>
|
<td>ME</td>
|
||||||
<td>Business Logic</td>
|
<td>ME Timetable</td>
|
||||||
<td>12/12/2018</td>
|
<td>2017 1batch ME</td>
|
||||||
<td>10.00 AM</td>
|
|
||||||
<td>1.00 PM</td>
|
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
<i class="fa fa-edit" tooltip="Edit" (click)="editEmployee()"></i> |
|
|
||||||
<i class="fa fa-eye" tooltip="View More" data-toggle="modal" (click)="myModal.show(); getModelWindowDetails(emp)"></i>
|
<i class="fa fa-download" tooltip="View More" data-toggle="modal" (click)="myModal.show(); getModelWindowDetails(emp)"></i>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>AUT</td>
|
<td>AUT</td>
|
||||||
<td>Batch A</td>
|
|
||||||
<td>MBA</td>
|
<td>MTECH</td>
|
||||||
<td>Business Logic</td>
|
<td>MTECH Timetable</td>
|
||||||
<td>12/12/2018</td>
|
<td>2017 1batch MTECH</td>
|
||||||
<td>10.00 AM</td>
|
|
||||||
<td>1.00 PM</td>
|
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
<i class="fa fa-edit" tooltip="Edit" (click)="editEmployee()"></i> |
|
|
||||||
<i class="fa fa-eye" tooltip="View More" data-toggle="modal" (click)="myModal.show(); getModelWindowDetails(emp)"></i>
|
<i class="fa fa-download" tooltip="View More" data-toggle="modal" (click)="myModal.show(); getModelWindowDetails(emp)"></i>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
@ -121,6 +168,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<!--/.col-->
|
<!--/.col-->
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<!--/.row-->
|
<!--/.row-->
|
||||||
</tab>
|
</tab>
|
||||||
<tab>
|
<tab>
|
||||||
@ -134,21 +183,21 @@
|
|||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<div class="form-group row">
|
<div class="form-group row">
|
||||||
<div class=" col-md-4 ">
|
<div class=" col-md-4 ">
|
||||||
<label for="select">Select University Name<span class="required">*</span></label>
|
<label for="select">Select University Name<span class="required"> *</span></label>
|
||||||
|
|
||||||
<select id="select" name="select" class="form-control">
|
<select id="select" name="select" class="form-control">
|
||||||
<option *ngFor="let i of university">{{i}}</option>
|
<option *ngFor="let i of university">{{i}}</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<div class=" col-md-4 ">
|
<div class=" col-md-4 ">
|
||||||
<label for="select">Select Batch Name<span class="required">*</span></label>
|
<label for="select">Select Batch Name<span class="required"> *</span></label>
|
||||||
|
|
||||||
<select id="select" name="select" class="form-control">
|
<select id="select" name="select" class="form-control">
|
||||||
<option *ngFor="let j of batch">{{j}}</option>
|
<option *ngFor="let j of batch">{{j}}</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<div class=" col-md-4 ">
|
<div class=" col-md-4 ">
|
||||||
<label for="select">Select Course Name<span class="required">*</span></label>
|
<label for="select">Select Course Name<span class="required"> *</span></label>
|
||||||
|
|
||||||
<select id="select" name="select" class="form-control">
|
<select id="select" name="select" class="form-control">
|
||||||
<option *ngFor="let k of course">{{k}}</option>
|
<option *ngFor="let k of course">{{k}}</option>
|
||||||
@ -158,7 +207,7 @@
|
|||||||
|
|
||||||
<div class="form-group row">
|
<div class="form-group row">
|
||||||
<div class=" col-md-4">
|
<div class=" col-md-4">
|
||||||
<label for="file-input">File Upload<span class="required">*</span></label>
|
<label for="file-input">File Upload<span class="required"> *</span></label>
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<input type="file" id="file-input" name="file-input">
|
<input type="file" id="file-input" name="file-input">
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -28,3 +28,6 @@ p.example::after {
|
|||||||
clear: both;
|
clear: both;
|
||||||
display: table;
|
display: table;
|
||||||
}
|
}
|
||||||
|
.required{
|
||||||
|
color:red;
|
||||||
|
}
|
||||||
|
|||||||
@ -12,8 +12,13 @@
|
|||||||
<!-- Nav tabs -->
|
<!-- Nav tabs -->
|
||||||
<tabset>
|
<tabset>
|
||||||
<tab>
|
<tab>
|
||||||
<ng-template tabHeading> View Fees <span class="badge badge-pill badge-success">13</span></ng-template>
|
<ng-template tabHeading> View Fees </ng-template>
|
||||||
<!--/.row-->
|
<!--/.row-->
|
||||||
|
<div class="card">
|
||||||
|
<div class="card-header">
|
||||||
|
<i class="fa fa-align-justify"></i>Fees List
|
||||||
|
</div>
|
||||||
|
<div class="card-body">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
<div class="input-prepend input-group">
|
<div class="input-prepend input-group">
|
||||||
@ -97,6 +102,8 @@
|
|||||||
<li class="page-item"><a class="page-link" href="#">Next</a></li>
|
<li class="page-item"><a class="page-link" href="#">Next</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<!--/.col-->
|
<!--/.col-->
|
||||||
</div>
|
</div>
|
||||||
<!--/.row-->
|
<!--/.row-->
|
||||||
@ -105,7 +112,7 @@
|
|||||||
<ng-template tabHeading> Add Fees</ng-template>
|
<ng-template tabHeading> Add Fees</ng-template>
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="card-header">
|
<div class="card-header">
|
||||||
<strong>Fees</strong>
|
<i class="fa fa-align-justify"></i>Fees
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<form action="" method="post" class="form-horizontal">
|
<form action="" method="post" class="form-horizontal">
|
||||||
@ -113,13 +120,22 @@
|
|||||||
<div class="form-group row">
|
<div class="form-group row">
|
||||||
|
|
||||||
<div class=" col-md-4 ">
|
<div class=" col-md-4 ">
|
||||||
<label for="company">Fees Name<span class="required">*</span></label>
|
<label for="company">Fees Name<span class="required"> *</span></label>
|
||||||
<input type="text" class="form-control" id="company" placeholder="Enter Document Name">
|
<input type="text" class="form-control" id="company" placeholder="Enter Document Name">
|
||||||
</div>
|
</div>
|
||||||
<div class=" col-md-4 ">
|
<div class=" col-md-4 ">
|
||||||
<label for="company">Fees Description<span class="required">*</span></label>
|
<label for="company">Fees Description<span class="required"> *</span></label>
|
||||||
<input type="text" class="form-control" id="company" placeholder="Document description">
|
<input type="text" class="form-control" id="company" placeholder="Document description">
|
||||||
</div>
|
</div>
|
||||||
|
<div class="col-md-4">
|
||||||
|
<label for="company">Active/De-Active<span class="required"> *</span></label>
|
||||||
|
<br>
|
||||||
|
<label class="switch switch-3d switch-primary">
|
||||||
|
<input type="checkbox" class="switch-input" checked>
|
||||||
|
<span class="switch-label"></span>
|
||||||
|
<span class="switch-handle"></span>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
|
|||||||
@ -37,13 +37,13 @@
|
|||||||
<span *ngIf="form.status == 1" class="badge badge-success">Active</span>
|
<span *ngIf="form.status == 1" class="badge badge-success">Active</span>
|
||||||
<span *ngIf="form.status == 0" class="badge badge-danger">In-Active</span>
|
<span *ngIf="form.status == 0" class="badge badge-danger">In-Active</span>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<i class="fa fa-download" tooltip="Download"></i> |
|
<i class="fa fa-download" tooltip="Download"></i> |
|
||||||
<i class="fa fa-eye" tooltip="View More" data-toggle="modal" (click)="myModal.show(); getModelWindowDetails(form)"></i>
|
<i class="fa fa-eye" tooltip="View More" data-toggle="modal" (click)="myModal.show(); getModelWindowDetails(form)"></i>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<ul class="pagination">
|
<ul class="pagination">
|
||||||
<li class="page-item"><a class="page-link" href="#">Prev</a></li>
|
<li class="page-item"><a class="page-link" href="#">Prev</a></li>
|
||||||
<li class="page-item active">
|
<li class="page-item active">
|
||||||
|
|||||||
@ -12,8 +12,14 @@
|
|||||||
<!-- Nav tabs -->
|
<!-- Nav tabs -->
|
||||||
<tabset>
|
<tabset>
|
||||||
<tab>
|
<tab>
|
||||||
<ng-template tabHeading> View Fees <span class="badge badge-pill badge-success">13</span></ng-template>
|
<ng-template tabHeading> View Form <span class="badge badge-pill badge-success"></span></ng-template>
|
||||||
<!--/.row-->
|
<!--/.row-->
|
||||||
|
<div class="card">
|
||||||
|
<div class="card-header">
|
||||||
|
<i class="fa fa-align-justify"></i> Form List
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="card-body">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
<div class="input-prepend input-group">
|
<div class="input-prepend input-group">
|
||||||
@ -24,7 +30,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-12 col-xs-12">
|
<div class="col-lg-12 col-xs-12">
|
||||||
@ -98,6 +104,8 @@
|
|||||||
<li class="page-item"><a class="page-link" href="#">Next</a></li>
|
<li class="page-item"><a class="page-link" href="#">Next</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<!--/.col-->
|
<!--/.col-->
|
||||||
</div>
|
</div>
|
||||||
<!--/.row-->
|
<!--/.row-->
|
||||||
@ -106,7 +114,7 @@
|
|||||||
<ng-template tabHeading> Add Form</ng-template>
|
<ng-template tabHeading> Add Form</ng-template>
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="card-header">
|
<div class="card-header">
|
||||||
<strong>Form</strong>
|
<i class="fa fa-align-justify"></i>Form
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<form action="" method="post" class="form-horizontal">
|
<form action="" method="post" class="form-horizontal">
|
||||||
@ -114,13 +122,22 @@
|
|||||||
<div class="form-group row">
|
<div class="form-group row">
|
||||||
|
|
||||||
<div class=" col-md-4 ">
|
<div class=" col-md-4 ">
|
||||||
<label for="company">Form Name<span class="required">*</span></label>
|
<label for="company">Form Name<span class="required"> *</span></label>
|
||||||
<input type="text" class="form-control" id="company" placeholder="Enter Form Name">
|
<input type="text" class="form-control" id="company" placeholder="Enter Form Name">
|
||||||
</div>
|
</div>
|
||||||
<div class=" col-md-4 ">
|
<div class=" col-md-4 ">
|
||||||
<label for="company">Form Description<span class="required">*</span></label>
|
<label for="company">Form Description<span class="required"> *</span></label>
|
||||||
<input type="text" class="form-control" id="company" placeholder="Form description">
|
<input type="text" class="form-control" id="company" placeholder="Form description">
|
||||||
</div>
|
</div>
|
||||||
|
<div class="col-md-4">
|
||||||
|
<label for="company">Active/De-Active<span class="required"> *</span></label>
|
||||||
|
<br>
|
||||||
|
<label class="switch switch-3d switch-primary">
|
||||||
|
<input type="checkbox" class="switch-input" checked>
|
||||||
|
<span class="switch-label"></span>
|
||||||
|
<span class="switch-handle"></span>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
|
|||||||
@ -8,6 +8,11 @@
|
|||||||
<tab>
|
<tab>
|
||||||
<ng-template tabHeading> View University <span class="badge badge-pill badge-success">29</span></ng-template>
|
<ng-template tabHeading> View University <span class="badge badge-pill badge-success">29</span></ng-template>
|
||||||
<!--/.row-->
|
<!--/.row-->
|
||||||
|
<div class="card">
|
||||||
|
<div class="card-header">
|
||||||
|
<i class="fa fa-align-justify"></i>University List
|
||||||
|
</div>
|
||||||
|
<div class="card-body">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
<div class="input-prepend input-group">
|
<div class="input-prepend input-group">
|
||||||
@ -105,6 +110,8 @@
|
|||||||
<li class="page-item"><a class="page-link" href="#">Next</a></li>
|
<li class="page-item"><a class="page-link" href="#">Next</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<!--/.col-->
|
<!--/.col-->
|
||||||
</div>
|
</div>
|
||||||
<!--/.row-->
|
<!--/.row-->
|
||||||
@ -113,33 +120,33 @@
|
|||||||
<ng-template tabHeading> Add University</ng-template>
|
<ng-template tabHeading> Add University</ng-template>
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="card-header">
|
<div class="card-header">
|
||||||
<strong>University</strong>
|
<i class="fa fa-align-justify"></i>University
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<form action="" method="post" class="form-horizontal">
|
<form action="" method="post" class="form-horizontal">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<div class="form-group row">
|
<div class="form-group row">
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
<label for="company">University ID<span class="required">*</span></label>
|
<label for="company">University ID<span class="required"> *</span></label>
|
||||||
<input type="text" class="form-control" id="company" placeholder="Enter your University ID"> </div>
|
<input type="text" class="form-control" id="company" placeholder="Enter your University ID"> </div>
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
<label for="company">University Name<span class="required">*</span></label>
|
<label for="company">University Name<span class="required"> *</span></label>
|
||||||
<input type="text" class="form-control" id="company" placeholder="Enter your University Name"> </div>
|
<input type="text" class="form-control" id="company" placeholder="Enter your University Name"> </div>
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
<label for="company">University Short Name<span class="required">*</span></label>
|
<label for="company">University Short Name<span class="required"> *</span></label>
|
||||||
<input type="text" class="form-control" id="company" placeholder="Enter your University Short Name"> </div>
|
<input type="text" class="form-control" id="company" placeholder="Enter your University Short Name"> </div>
|
||||||
<br>
|
<br>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group row">
|
<div class="form-group row">
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
<label for="company">Mobile Number<span class="required">*</span></label>
|
<label for="company">Mobile Number<span class="required"> *</span></label>
|
||||||
<input type="text" class="form-control" id="company" placeholder="Enter University Mobile Number"> </div>
|
<input type="text" class="form-control" id="company" placeholder="Enter University Mobile Number"> </div>
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
<label for="company">Email ID<span class="required">*</span></label>
|
<label for="company">Email ID<span class="required"> *</span></label>
|
||||||
<input type="text" class="form-control" id="company" placeholder="Enter University Email ID">
|
<input type="text" class="form-control" id="company" placeholder="Enter University Email ID">
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group col-md-4">
|
<div class="form-group col-md-4">
|
||||||
<label for="premanentAddress">University Address <span class="required">*</span></label>
|
<label for="premanentAddress">University Address <span class="required"> *</span></label>
|
||||||
<textarea class="form-control" id="premanentAddress" placeholder="Enter University Address"></textarea>
|
<textarea class="form-control" id="premanentAddress" placeholder="Enter University Address"></textarea>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -152,7 +159,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
<label for="company">Active/De-Active</label>
|
<label for="company">Active/De-Active<span class="required"> *</span></label>
|
||||||
<br>
|
<br>
|
||||||
<label class="switch switch-3d switch-primary">
|
<label class="switch switch-3d switch-primary">
|
||||||
<input type="checkbox" class="switch-input" checked>
|
<input type="checkbox" class="switch-input" checked>
|
||||||
|
|||||||
@ -24,6 +24,46 @@
|
|||||||
|
|
||||||
|
|
||||||
<div class="card-body">
|
<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">From Date</option>
|
||||||
|
|
||||||
|
</select>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-3">
|
||||||
|
<div class="input-prepend input-group">
|
||||||
|
<select id="disabledSelect" class="form-control">
|
||||||
|
<option value="0">To Date</option>
|
||||||
|
|
||||||
|
</select>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-2">
|
||||||
|
<div class="input-prepend input-group">
|
||||||
|
<select id="disabledSelect" class="form-control">
|
||||||
|
<option value="0">Form ID</option>
|
||||||
|
|
||||||
|
</select>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-2">
|
||||||
|
<div class="input-prepend input-group">
|
||||||
|
<select id="disabledSelect" class="form-control">
|
||||||
|
<option value="0">Amount</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="row">
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
<div class="input-prepend input-group">
|
<div class="input-prepend input-group">
|
||||||
@ -111,7 +151,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
<div class="card-footer">
|
<!-- <div class="card-footer">
|
||||||
<div class="form-group row">
|
<div class="form-group row">
|
||||||
<div class=" col-md-12" align="right">
|
<div class=" col-md-12" align="right">
|
||||||
|
|
||||||
@ -120,7 +160,7 @@
|
|||||||
<button type="reset" class="btn btn-sm btn-danger"><i class="fa fa-ban"></i> Reset</button>
|
<button type="reset" class="btn btn-sm btn-danger"><i class="fa fa-ban"></i> Reset</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div> -->
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -2,8 +2,54 @@
|
|||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<tabset>
|
<tabset>
|
||||||
<tab>
|
<tab>
|
||||||
<ng-template tabHeading> View Allocation of Study Materials <span class="badge badge-pill badge-success">29</span></ng-template>
|
<ng-template tabHeading> View Allocation of Study Materials </ng-template>
|
||||||
<!--/.row-->
|
<!--/.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="row">
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
<div class="input-prepend input-group">
|
<div class="input-prepend input-group">
|
||||||
@ -21,21 +67,24 @@
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Study Center Name</th>
|
<th>Study Center Name</th>
|
||||||
<th>Batch Name</th>
|
<th>Batch Name</th>
|
||||||
<th>Course Name</th>
|
<th>Course Name</th>
|
||||||
|
<th> Quantity</th>
|
||||||
|
<th>Status</th>
|
||||||
|
|
||||||
|
|
||||||
<th>Quantity</th>
|
|
||||||
<th>Dispatch Date</th>
|
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Center A</td>
|
<td>Center A</td>
|
||||||
<td>Batch A</td>
|
<td>Batch A</td>
|
||||||
<td>MCA</td>
|
<td>MCA</td>
|
||||||
|
|
||||||
<td>10</td>
|
<td>10</td>
|
||||||
<td>10/10/2018</td>
|
<td>
|
||||||
|
<span class="badge badge-danger">sent</span>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Center B</td>
|
<td>Center B</td>
|
||||||
@ -43,7 +92,9 @@
|
|||||||
<td>MBA</td>
|
<td>MBA</td>
|
||||||
|
|
||||||
<td>15</td>
|
<td>15</td>
|
||||||
<td>15/10/2018</td>
|
<td>
|
||||||
|
<span class="badge badge-success">Received</span>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Center C</td>
|
<td>Center C</td>
|
||||||
@ -51,7 +102,9 @@
|
|||||||
<td>BE</td>
|
<td>BE</td>
|
||||||
|
|
||||||
<td>20</td>
|
<td>20</td>
|
||||||
<td>10/11/2018</td>
|
<td>
|
||||||
|
<span class="badge badge-success">Received</span>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Center D</td>
|
<td>Center D</td>
|
||||||
@ -59,7 +112,9 @@
|
|||||||
<td>DE</td>
|
<td>DE</td>
|
||||||
|
|
||||||
<td>34</td>
|
<td>34</td>
|
||||||
<td>12/11/2018</td>
|
<td>
|
||||||
|
<span class="badge badge-success">Received</span>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
</tbody>
|
</tbody>
|
||||||
@ -75,90 +130,157 @@
|
|||||||
<li class="page-item"><a class="page-link" href="#">Next</a></li>
|
<li class="page-item"><a class="page-link" href="#">Next</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<!--/.col-->
|
<!--/.col-->
|
||||||
</div>
|
</div>
|
||||||
<!--/.row-->
|
<!--/.row-->
|
||||||
</tab>
|
</tab>
|
||||||
<tab>
|
<tab>
|
||||||
<ng-template tabHeading>Allocate Study Materials</ng-template>
|
<ng-template tabHeading>Allocate Study Materials</ng-template>
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="card-header">
|
<div class="card-header">
|
||||||
<strong>Study Material</strong>
|
<i class="fa fa-align-justify"></i> Allocate Study Materials
|
||||||
</div>
|
</div>
|
||||||
<br>
|
|
||||||
|
|
||||||
<form action="" method="post" class="form-horizontal">
|
<div class="card-body">
|
||||||
<div class="card-body">
|
<div class="row">
|
||||||
<div class="form-group row">
|
<div class="col-md-3">
|
||||||
<div class="col-md-4 ">
|
<div class="input-prepend input-group">
|
||||||
<label class="col-md-8 form-control-label" for="select">Select Study Center<span class="required">*</span></label>
|
<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>
|
||||||
|
|
||||||
<select id="select" name="select" class="form-control">
|
<div class="col-md-2">
|
||||||
<option value="0">Please select</option>
|
<div class="input-prepend input-group">
|
||||||
<option value="1">Center A</option>
|
<select id="disabledSelect" class="form-control">
|
||||||
<option value="2">Center B</option>
|
<option value="0">Batch</option>
|
||||||
<option value="3">Center C</option>
|
<option value="1">Jan 2017</option>
|
||||||
</select>
|
<option value="2">Jul 2017</option>
|
||||||
</div>
|
<option value="3">Jan 2018</option>
|
||||||
<div class="col-md-4 ">
|
</select>
|
||||||
<label class="col-md-6 form-control-label" for="select">Select Batch<span class="required">*</span></label>
|
</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>
|
||||||
|
|
||||||
<select id="select" name="select" class="form-control">
|
<div class="row">
|
||||||
<option value="0">Please select</option>
|
<div class="col-md-4">
|
||||||
<option value="0">Batch A</option>
|
<div class="input-prepend input-group">
|
||||||
<option value="1">Batch B</option>
|
<span class="input-group-addon">
|
||||||
<option value="2">Batch C</option>
|
<i class="fa fa-search"></i>
|
||||||
<option value="3">Batch D</option>
|
</span>
|
||||||
</select>
|
<input id="search" class="form-control" type="text" placeholder="search">
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-4 ">
|
</div>
|
||||||
<label class="col-md-6 form-control-label" for="select">Select Course<span class="required">*</span></label>
|
</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>
|
||||||
|
|
||||||
<select id="select" name="select" class="form-control">
|
<th>Request Quantity</th>
|
||||||
<option value="0">Please select</option>
|
<th>Allocate Quantity</th>
|
||||||
<option value="1">MCA</option>
|
|
||||||
<option value="2">MBA</option>
|
|
||||||
<option value="3">BE</option>
|
|
||||||
</select>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td><input type="checkbox" name="name1" /> </td>
|
||||||
|
<td>Center A</td>
|
||||||
|
<td>Batch A</td>
|
||||||
|
<td>MCA</td>
|
||||||
|
|
||||||
<div class="form-group row">
|
<td>10</td>
|
||||||
|
<td><input type="text" value="10"></td>
|
||||||
|
|
||||||
<div class="col-md-4 ">
|
</tr>
|
||||||
<label class="col-md-8 form-control-label" for="select">Select Sem/Year<span class="required">*</span></label>
|
<tr>
|
||||||
|
<td><input type="checkbox" name="name1" /> </td>
|
||||||
|
<td>Center B</td>
|
||||||
|
<td>Batch B</td>
|
||||||
|
<td>MBA</td>
|
||||||
|
|
||||||
<select id="select" name="select" class="form-control">
|
<td>15</td>
|
||||||
<option value="0">Please select</option>
|
<td><input type="text" value="15"></td>
|
||||||
<option value="1">Sem1</option>
|
|
||||||
<option value="2">Sem2</option>
|
|
||||||
<option value="3">Sem3</option>
|
|
||||||
<option value="3">Sem4</option>
|
|
||||||
</select>
|
|
||||||
</div>
|
|
||||||
<div class="col-md-4">
|
|
||||||
<label for="company">Quantity<span class="required">*</span></label>
|
|
||||||
<input type="text" class="form-control" id="company" placeholder="Enter Quantity"> </div>
|
|
||||||
|
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><input type="checkbox" name="name1" /> </td>
|
||||||
|
<td>Center C</td>
|
||||||
|
<td>Batch C</td>
|
||||||
|
<td>BE</td>
|
||||||
|
|
||||||
</div>
|
<td>0</td>
|
||||||
|
<td><input type="text" value="20"></td>
|
||||||
|
|
||||||
</div>
|
</tr>
|
||||||
<div class="card-footer">
|
<tr>
|
||||||
|
<td><input type="checkbox" name="name1" /> </td>
|
||||||
|
<td>Center D</td>
|
||||||
|
<td>Batch D</td>
|
||||||
|
<td>DE</td>
|
||||||
|
|
||||||
|
<td>0</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="form-group row">
|
||||||
<div class="col-md-12" align="right">
|
<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="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>
|
<button type="reset" class="btn btn-sm btn-danger"><i class="fa fa-ban"></i> Reset</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
</form>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</tab>
|
|
||||||
</tabset>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
<!--/.col-->
|
||||||
|
</div>
|
||||||
@ -2,8 +2,55 @@
|
|||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<tabset>
|
<tabset>
|
||||||
<tab>
|
<tab>
|
||||||
<ng-template tabHeading> View Received Study Materials <span class="badge badge-pill badge-success">29</span></ng-template>
|
<ng-template tabHeading> View Received Study Materials </ng-template>
|
||||||
<div class="row">
|
|
||||||
|
<div class="card">
|
||||||
|
<div class="card-header">
|
||||||
|
<i class="fa fa-align-justify"></i>Received 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 University Name</option>
|
||||||
|
<option value="1">MMM University</option>
|
||||||
|
<option value="2">PPP University</option>
|
||||||
|
<option value="3">SSS University</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="col-md-4">
|
||||||
<div class="input-prepend input-group">
|
<div class="input-prepend input-group">
|
||||||
<span class="input-group-addon">
|
<span class="input-group-addon">
|
||||||
@ -70,12 +117,15 @@
|
|||||||
<li class="page-item"><a class="page-link" href="#">Next</a></li>
|
<li class="page-item"><a class="page-link" href="#">Next</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<!--/.col-->
|
<!--/.col-->
|
||||||
</div>
|
</div>
|
||||||
<!--/.row-->
|
<!--/.row-->
|
||||||
</tab>
|
</tab>
|
||||||
<tab>
|
<tab>
|
||||||
<ng-template tabHeading>Received Study Materials</ng-template>
|
<ng-template tabHeading>Received Study Materials</ng-template>
|
||||||
|
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="card-header">
|
<div class="card-header">
|
||||||
<strong>Study Material</strong>
|
<strong>Study Material</strong>
|
||||||
@ -92,6 +142,7 @@
|
|||||||
<option value="1">Anna university</option>
|
<option value="1">Anna university</option>
|
||||||
<option value="2">Bharathi University</option>
|
<option value="2">Bharathi University</option>
|
||||||
<option value="3">Tamilnadu university</option>
|
<option value="3">Tamilnadu university</option>
|
||||||
|
<option value="4">External</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-4 ">
|
<div class="col-md-4 ">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user