Merge branch 'master' of https://bitbucket.org/venbainformationtechnology/apollosc
This commit is contained in:
commit
db173f79c2
@ -76,77 +76,79 @@
|
|||||||
<i class="fa fa-align-justify"></i> Add Courier Details
|
<i class="fa fa-align-justify"></i> Add Courier Details
|
||||||
</div>
|
</div>
|
||||||
<form>
|
<form>
|
||||||
<fieldset>
|
<div class="card-body">
|
||||||
<div class="container">
|
<fieldset>
|
||||||
<div class="row">
|
<div class="container">
|
||||||
<div class="form-group col-md-4">
|
<div class="row">
|
||||||
<label for="cname">Courier Name <span class="danger">*</span></label>
|
<div class="form-group col-md-4">
|
||||||
<input type="text" class="form-control" id="cname" placeholder="Enter Courier name">
|
<label for="cname">Courier Name <span class="danger">*</span></label>
|
||||||
</div>
|
<input type="text" class="form-control" id="cname" placeholder="Enter Courier name">
|
||||||
<div class="form-group col-md-4">
|
</div>
|
||||||
<label for="lname">Docket No. <span class="danger">*</span></label>
|
<div class="form-group col-md-4">
|
||||||
<input type="text" class="form-control" id="lname" placeholder="Enter Docket No">
|
<label for="lname">Docket No. <span class="danger">*</span></label>
|
||||||
</div>
|
<input type="text" class="form-control" id="lname" placeholder="Enter Docket No">
|
||||||
<div class="form-group col-md-4">
|
</div>
|
||||||
<label for="motherName">Date<span class="danger">*</span></label>
|
<div class="form-group col-md-4">
|
||||||
<input type="date" class="form-control" id="motherName" placeholder="Enter Date">
|
<label for="motherName">Date<span class="danger">*</span></label>
|
||||||
</div>
|
<input type="date" class="form-control" id="motherName" placeholder="Enter Date">
|
||||||
</div>
|
|
||||||
<div class="row">
|
|
||||||
<div class="form-group col-md-4">
|
|
||||||
<label for="pmobile">Type<span class="danger">*</span></label>
|
|
||||||
<select id="disabledSelect" class="form-control">
|
|
||||||
<option value="0">Please Select Type</option>
|
|
||||||
<option value="1">Received</option>
|
|
||||||
<option value="2">Dispatched</option>
|
|
||||||
</select>
|
|
||||||
</div>
|
|
||||||
<div class="form-group col-md-4">
|
|
||||||
<label for="sendFor">Send To / Receive From <span class="danger"> *</span></label>
|
|
||||||
<div>
|
|
||||||
<label class="radio" for="gender">
|
|
||||||
<input type="radio" id="univ" name="inline-radios" value="univ"> University
|
|
||||||
</label>
|
|
||||||
<label class="radio" for="inline-radio2">
|
|
||||||
<input type="radio" id="sc" name="inline-radios" value="Sc"> Study Center
|
|
||||||
</label>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group col-md-4">
|
<div class="row">
|
||||||
<label for="sendFor">Select Study Center<span class="danger"> *</span></label>
|
<div class="form-group col-md-4">
|
||||||
|
<label for="pmobile">Type<span class="danger">*</span></label>
|
||||||
|
<select id="disabledSelect" class="form-control">
|
||||||
|
<option value="0">Please Select Type</option>
|
||||||
|
<option value="1">Received</option>
|
||||||
|
<option value="2">Dispatched</option>
|
||||||
|
</select>
|
||||||
|
</div>
|
||||||
|
<div class="form-group col-md-4">
|
||||||
|
<label for="sendFor">Send To / Receive From <span class="danger"> *</span></label>
|
||||||
|
<div>
|
||||||
|
<label class="radio" for="gender">
|
||||||
|
<input type="radio" id="univ" name="inline-radios" value="univ"> University
|
||||||
|
</label>
|
||||||
|
<label class="radio" for="inline-radio2">
|
||||||
|
<input type="radio" id="sc" name="inline-radios" value="Sc"> Study Center
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="form-group col-md-4">
|
||||||
|
<label for="sendFor">Select Study Center<span class="danger"> *</span></label>
|
||||||
|
|
||||||
<div class="input-prepend input-group">
|
<div class="input-prepend input-group">
|
||||||
<select id="disabledSelect" class="form-control">
|
<select id="disabledSelect" class="form-control">
|
||||||
<option value="0">Please Select SC</option>
|
<option value="0">Please Select SC</option>
|
||||||
<option value="1">SC 1</option>
|
<option value="1">SC 1</option>
|
||||||
<option value="2">SC 2</option>
|
<option value="2">SC 2</option>
|
||||||
<option value="3">SC 3</option>
|
<option value="3">SC 3</option>
|
||||||
</select>
|
</select>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row">
|
||||||
|
<div class="form-group col-md-4">
|
||||||
|
<label for="smobile">Comments</label>
|
||||||
|
<textarea type="text" class="form-control" id="smobile" placeholder="Enter Comments"></textarea>
|
||||||
|
</div>
|
||||||
|
<div class="form-group col-md-4">
|
||||||
|
<label for="email">Qty <span class="danger">*</span></label>
|
||||||
|
<input type="text" class="form-control" id="email" placeholder="Enter Qty">
|
||||||
|
</div>
|
||||||
|
<div class="form-group col-md-4">
|
||||||
|
<label for="fatherName">Amount</label>
|
||||||
|
<input type="text" class="form-control" id="fatherName" placeholder="Enter Amount">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row">
|
||||||
|
<div class="form-group col-md-4">
|
||||||
|
<label for="motherName">Received By / Dispatched By<span class="danger">*</span></label>
|
||||||
|
<input type="text" class="form-control" id="motherName" placeholder="Enter Name">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
</fieldset>
|
||||||
<div class="form-group col-md-4">
|
</div>
|
||||||
<label for="smobile">Comments</label>
|
|
||||||
<textarea type="text" class="form-control" id="smobile" placeholder="Enter Comments"></textarea>
|
|
||||||
</div>
|
|
||||||
<div class="form-group col-md-4">
|
|
||||||
<label for="email">Qty <span class="danger">*</span></label>
|
|
||||||
<input type="text" class="form-control" id="email" placeholder="Enter Qty">
|
|
||||||
</div>
|
|
||||||
<div class="form-group col-md-4">
|
|
||||||
<label for="fatherName">Amount</label>
|
|
||||||
<input type="text" class="form-control" id="fatherName" placeholder="Enter Amount">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="row">
|
|
||||||
<div class="form-group col-md-4">
|
|
||||||
<label for="motherName">Received By / Dispatched By<span class="danger">*</span></label>
|
|
||||||
<input type="text" class="form-control" id="motherName" placeholder="Enter Name">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</fieldset>
|
|
||||||
<div class="card-footer" align="right">
|
<div class="card-footer" align="right">
|
||||||
<button type="submit" class="btn btn-sm btn-success"><i class="fa fa-dot-circle-o"></i> Submit</button>
|
<button type="submit" 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>
|
||||||
|
|||||||
@ -440,7 +440,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div align="right">
|
<div align="right">
|
||||||
<button type="submit" class="btn btn-sm btn-success" (click)="otherRegModal.show(); getOtherRegModelWindowDetails(app)"> Add Other Registration</button>
|
<button type="submit" class="btn btn-sm btn-success" (click)="otherRegModal.show();"> Add Other Registration</button>
|
||||||
<!--<button type="reset" class="btn btn-sm btn-danger"> Reset</button>-->
|
<!--<button type="reset" class="btn btn-sm btn-danger"> Reset</button>-->
|
||||||
</div>
|
</div>
|
||||||
<table class="table table-bordered table-responsive">
|
<table class="table table-bordered table-responsive">
|
||||||
|
|||||||
@ -102,7 +102,6 @@ export class StudentComponent implements OnInit {
|
|||||||
}
|
}
|
||||||
// open student fees modal
|
// open student fees modal
|
||||||
getFeesModelWindowDetails(details) {
|
getFeesModelWindowDetails(details) {
|
||||||
console.log(details)
|
|
||||||
this.feesModalData = details.feesDetails||null;
|
this.feesModalData = details.feesDetails||null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -21,8 +21,8 @@
|
|||||||
<table class="table table-bordered table-responsive">
|
<table class="table table-bordered table-responsive">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>From Name</th>
|
<th>Form Name</th>
|
||||||
<th>From Type</th>
|
<th>Form Type</th>
|
||||||
<th>Course / University</th>
|
<th>Course / University</th>
|
||||||
<th>Description</th>
|
<th>Description</th>
|
||||||
<th>Status</th>
|
<th>Status</th>
|
||||||
@ -74,7 +74,7 @@
|
|||||||
<input type="text" class="form-control" id="formName" placeholder="Enter Form Name">
|
<input type="text" class="form-control" id="formName" placeholder="Enter Form Name">
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group col-md-4">
|
<div class="form-group col-md-4">
|
||||||
<label for="formType">From Type <span class="danger">*</span></label>
|
<label for="formType">Form Type <span class="danger">*</span></label>
|
||||||
<select class="form-control" id="formType" placeholder="Select Form Type">
|
<select class="form-control" id="formType" placeholder="Select Form Type">
|
||||||
<option disabled>Select Form Type</option>
|
<option disabled>Select Form Type</option>
|
||||||
<option>Admission Form</option>
|
<option>Admission Form</option>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user