branch master changes

This commit is contained in:
gandhimathi 2018-04-25 16:32:52 +05:30
parent 92ed2a4535
commit 38594dd178

View File

@ -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>
<div class="row">
@ -16,7 +30,7 @@
Branch Code <span class="symbol required"></span>
</label>
<input type="text" placeholder="Enter Branch Code"
<input type="text" disallow-spaces placeholder="Enter Branch Code"
tabindex="1" class="form-control" name="branchcode"
ng-model="p.BranchCode" ng-pattern="/^[a-zA-Z0-9.\s]*$/" readonly required/>
<span class="error text-small block"
@ -132,7 +146,23 @@
<!--<span class="success text-small"-->
<!--ng-if="Form.address.$valid">Thank You!</span>-->
</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>
Active/De-Active
</label>
@ -147,24 +177,15 @@
</div>
</div>
</div>
<div class="row">
<div class="col-md-2">
<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 class="col-md-4">
<div class="col-md-8">
<form name="Form" id="form1" novalidate ng-submit="form.submit(Form,myModel)" method="post">
<div class="file-upload">
<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)"
/>
</div>
<div class="col-md-2">
<div class="col-md-4">
<div class="form-group">
<div class="user-image">
</div>
@ -195,7 +216,7 @@
</div>
</div>
</div>
<style>
<!--<style>
.thumb {
width: 130px;
height: 140px;
@ -206,14 +227,13 @@
.uploader {
clear: both;
}
</style>
</style>-->
</div>
</div>
</div>
</div>
</form>
</div>
</div>
</fieldset>