branch master changes
This commit is contained in:
parent
92ed2a4535
commit
38594dd178
@ -1,3 +1,17 @@
|
|||||||
|
<style>
|
||||||
|
.thumb {
|
||||||
|
width: 130px;
|
||||||
|
height: 140px;
|
||||||
|
margin: 2px;
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
.prof {
|
||||||
|
border: 2px solid #2C3543;
|
||||||
|
}
|
||||||
|
.uploader {
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
<form name="Form" id="form" novalidate>
|
<form name="Form" id="form" novalidate>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
||||||
@ -16,7 +30,7 @@
|
|||||||
Branch Code <span class="symbol required"></span>
|
Branch Code <span class="symbol required"></span>
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
<input type="text" placeholder="Enter Branch Code"
|
<input type="text" disallow-spaces placeholder="Enter Branch Code"
|
||||||
tabindex="1" class="form-control" name="branchcode"
|
tabindex="1" class="form-control" name="branchcode"
|
||||||
ng-model="p.BranchCode" ng-pattern="/^[a-zA-Z0-9.\s]*$/" readonly required/>
|
ng-model="p.BranchCode" ng-pattern="/^[a-zA-Z0-9.\s]*$/" readonly required/>
|
||||||
<span class="error text-small block"
|
<span class="error text-small block"
|
||||||
@ -132,7 +146,23 @@
|
|||||||
<!--<span class="success text-small"-->
|
<!--<span class="success text-small"-->
|
||||||
<!--ng-if="Form.address.$valid">Thank You!</span>-->
|
<!--ng-if="Form.address.$valid">Thank You!</span>-->
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-2">
|
<div class="col-md-4 form-group"
|
||||||
|
ng-class="{'has-error':Form.editfeesTitle.$dirty && Form.editfeesTitle.$invalid, 'has-success':Form.editfeesTitle.$valid}">
|
||||||
|
<label>
|
||||||
|
Fees Receipt Title <span class="symbol required"></span>
|
||||||
|
</label>
|
||||||
|
|
||||||
|
<input type="text" capitalize placeholder="Enter Fees Receipt Title"
|
||||||
|
tabindex="8" class="form-control" name="editfeesTitle"
|
||||||
|
ng-model="p.feesTitle" ng-pattern="/^[a-zA-Z0-9-._()/\s]*$/" required/>
|
||||||
|
<span class="error text-small block"
|
||||||
|
ng-if="Form.editfeesTitle.$dirty && Form.editfeesTitle.$error.required">Fees receipt title is required</span>
|
||||||
|
<span class="error text-small block"
|
||||||
|
ng-if="Form.editfeesTitle.$dirty && Form.editfeesTitle.$error.pattern">Invalid Fees receipt title </span>
|
||||||
|
<!--<span class="success text-small"-->
|
||||||
|
<!--ng-if="Form.editfeesTitle.$valid">Thank You!</span>-->
|
||||||
|
</div>
|
||||||
|
<div class="col-md-4">
|
||||||
<label>
|
<label>
|
||||||
Active/De-Active
|
Active/De-Active
|
||||||
</label>
|
</label>
|
||||||
@ -147,24 +177,15 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="row">
|
||||||
<div class="col-md-2">
|
<div class="col-md-2">
|
||||||
<img class="thumb prof" ng-src="images/{{p.LogoPath}}" />
|
<img class="thumb prof" ng-src="images/{{p.LogoPath}}" />
|
||||||
<style>
|
|
||||||
.thumb {
|
|
||||||
width: 130px;
|
|
||||||
height: 140px;
|
|
||||||
margin: 18px;
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
.prof {
|
|
||||||
border: 2px solid #2C3543;
|
|
||||||
}
|
|
||||||
.uploader {
|
|
||||||
clear: both;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-4">
|
<div class="col-md-8">
|
||||||
<form name="Form" id="form1" novalidate ng-submit="form.submit(Form,myModel)" method="post">
|
<form name="Form" id="form1" novalidate ng-submit="form.submit(Form,myModel)" method="post">
|
||||||
<div class="file-upload">
|
<div class="file-upload">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@ -176,7 +197,7 @@
|
|||||||
<input type="file" accept="image/*" ng-init="resetImageEdit()" file-upload-edit onchange="angular.element(this).scope().imageUploadEdit(event)"
|
<input type="file" accept="image/*" ng-init="resetImageEdit()" file-upload-edit onchange="angular.element(this).scope().imageUploadEdit(event)"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-2">
|
<div class="col-md-4">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<div class="user-image">
|
<div class="user-image">
|
||||||
</div>
|
</div>
|
||||||
@ -195,7 +216,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<style>
|
<!--<style>
|
||||||
.thumb {
|
.thumb {
|
||||||
width: 130px;
|
width: 130px;
|
||||||
height: 140px;
|
height: 140px;
|
||||||
@ -206,14 +227,13 @@
|
|||||||
.uploader {
|
.uploader {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
</style>
|
</style>-->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user