Blame view
app/views/fbo-admin/dashboard.html
11.3 KB
bdc73f777
![]() |
1 2 3 4 |
<style type="text/css"> .customErrorMessage{ color: #8a1f11; font-weight: bold; |
976f0b4a8
![]() |
5 |
|
bdc73f777
![]() |
6 7 8 9 10 11 |
} .customErrorInput{ background-color: rgb(251, 227, 228); border: 1px solid #fbc2c4; color: #8a1f11; } |
976f0b4a8
![]() |
12 13 14 15 |
.redAstrick{ color: #8a1f11; margin: 0 1px; } |
bdc73f777
![]() |
16 |
</style> |
e4e496d13
|
17 18 |
</div> <div class="row wrapper border-bottom white-bg page-heading"> |
5139fa05b
|
19 |
<div class="col-lg-4"> |
226dc1e57
|
20 |
<!-- <h2 ng-click="editName()" ng-show="showCompany" style="cursor: pointer;">Tellus Institute</h2> --> |
5139fa05b
|
21 22 23 |
<div style="margin: 5px;" class="form-group"> <label>Company Name</label> <input type="text" style="width:80%; float: left;" placeholder="Enter Company Name" ng-model="user.companyName" class="form-control companyNameError" ng-keyup="companyNameValid()"> |
976f0b4a8
![]() |
24 |
<span class="redAstrick" style="margin: 0 5px;">*</span> |
5139fa05b
|
25 |
<label class="customErrorMessage" ng-show="comnayNameInvalid">This field is required.</label> |
bdc73f777
![]() |
26 27 |
<div class="clearfix"></div> </div> |
e4e496d13
|
28 |
</div> |
5139fa05b
|
29 30 31 32 33 34 35 36 |
<div class="col-lg-4" > <div style="margin: 5px;" class="form-group"> <label>ICAO Code <span class="redAstrick" style="margin: 0 5px;">*</span></label> <label class="customErrorMessage" ng-show="icaoInvalid">This field is required.</label> <input type="text" style="width:50%" placeholder="Enter ICAO" ng-model="user.icao" class="form-control icaoNameError" ng-keyup="icaoValid()"> <div class="clearfix"></div> </div> </div> <div class="col-lg-4" style="margin-top: 25px; text-align: right;"> |
28eeae124
|
37 |
<button type="button" class="btn btn-default btn-sm" ui-sref="index.fboAdmin">Cancel</button> |
0a4eb77cc
|
38 |
<button type="button" class="btn btn-primary btn-sm" ng-click="userData()">Save Changes</button> |
e4e496d13
|
39 40 41 42 43 44 45 46 47 48 49 50 51 52 |
</div> </div> </div> <div class="wrapper wrapper-content animated fadeInRight"> <div class="row"> <div class="col-lg-7"> <div class="ibox float-e-margins"> <div class="ibox-title"> <div class="pull-left"> <h5>Contact Information</h5> </div> <div class="pull-right my-toggle-switch"> <div class="switch"> <div class="onoffswitch"> |
0a4eb77cc
|
53 |
<input type="checkbox" ng-checked="status === true" ng-model="status" ng-init="status = true" class="onoffswitch-checkbox" id="example1"> |
e4e496d13
|
54 55 56 57 58 59 60 61 62 63 64 65 66 |
<label class="onoffswitch-label" for="example1"> <span class="onoffswitch-inner"></span> <span class="onoffswitch-switch"></span> </label> </div> </div> </div> <div class="clearfix"></div> </div> <div class="ibox-content"> <div class="row"> <form role="form"> <div class="col-sm-6 b-r"> |
20857569f
|
67 |
<!-- <div class="form-group"><label>Company Name</label> <input type="text" placeholder="Company Name" ng-model="user.companyName" class="form-control"></div> --> |
bdc73f777
![]() |
68 |
<div class="form-group"> |
976f0b4a8
![]() |
69 |
<label>Email Username <span class="redAstrick">*</span></label> |
bdc73f777
![]() |
70 71 72 73 74 75 76 77 78 79 80 |
<label class="customErrorMessage" ng-show="emailInvalid">This field is required.</label> <input type="email" placeholder="Email Username" ng-model="user.email" class="form-control emailIdError" ng-blur="checkUsername()" ng-keyup="emailValid()"> </div> <div class="form-group"> <label>First Name</label> <input type="text" placeholder="First Name" ng-model="user.firstName" class="form-control"> </div> <div class="form-group"> <label>Last Name</label> <input type="text" placeholder="Last Name" ng-model="user.lastName" class="form-control"> </div> |
e4e496d13
|
81 82 83 84 85 86 87 |
<!-- <div> <button class="btn btn-sm btn-primary pull-right m-t-n-xs" type="submit"><strong>Log in</strong></button> <label> <input type="checkbox" class="i-checks"> Remember me </label> </div> --> </div> <div class="col-sm-6"> |
bdc73f777
![]() |
88 |
<div class="form-group"> |
976f0b4a8
![]() |
89 |
<label>Password <span class="redAstrick">*</span></label> |
bdc73f777
![]() |
90 91 92 93 94 95 96 97 98 99 100 |
<label class="customErrorMessage" ng-show="passwordInvalid">This field is required.</label> <input type="password" ng-model="user.password" placeholder="Password" class="form-control invalidPassword" ng-keyup="passwordValid()"> </div> <div class="form-group"> <label>Phone</label> <input type="number" ng-model="user.phone" placeholder="Phone" class="form-control"> </div> <div class="form-group"> <label>Mobile</label> <input type="number" ng-model="user.mobile" placeholder="Mobile" class="form-control"> </div> |
e4e496d13
|
101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 |
</div> </form> </div> </div> </div> </div> <div class="col-lg-5"> <div class="ibox float-e-margins"> <div class="ibox-title"> <h5>Client Notes</h5> </div> <div class="ibox-content"> <div class="row"> <form role="form"> |
0a4eb77cc
|
116 |
<textarea class="form-control" rows="10" ng-model="user.clientNote" id="comment"></textarea> |
e4e496d13
|
117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 |
</form> </div> </div> </div> </div> </div> </div> <div class="wrapper wrapper-content animated fadeInRight"> <div class="row"> <div class="col-lg-12"> <div class="ibox float-e-margins"> <div class="ibox-title" style="padding: 5px 15px 5px 15px;"> <div class="col-lg-8"> <h5 style="line-height: 34px;margin-bottom: 0;">Feature Account Control</h5> </div> <div class="col-lg-4"> <div class="form-group"> <label class="col-sm-2 control-label" style="line-height: 34px;margin-bottom: 0;">Level</label> <div class="col-sm-10"> |
0a4eb77cc
|
138 139 140 |
<select class="form-control m-b" name="account" ng-model="feature.level" style="margin-bottom: 0;"> <option value="silver" selected>Silver</option> <option value="gold">Gold</option> |
e4e496d13
|
141 142 143 144 145 146 147 148 149 150 151 152 153 |
</select> </div> </div> </div> <div class="clearfix"></div> </div> <div class="ibox-content"> <div class="row"> <form role="form"> <div class="col-lg-3"> <label style="color: #1ab394;">Modularized</label> <div> |
0a4eb77cc
|
154 |
<label> <input type="checkbox" class="i-checks" ng-change="enableEssId()" ng-model="feature.essintaPosSystem" icheck> Essinta POS system </label> |
e4e496d13
|
155 156 |
</div> <div> |
0a4eb77cc
|
157 |
<label> <input type="checkbox" class="i-checks" ng-model="feature.acuQuote" icheck> AcuQuote </label> |
e4e496d13
|
158 159 |
</div> <div> |
0a4eb77cc
|
160 |
<label> <input type="checkbox" class="i-checks" ng-model="feature.acuTrack" icheck> AcuTrack </label> |
e4e496d13
|
161 162 |
</div> <div> |
0a4eb77cc
|
163 |
<label> <input type="checkbox" class="i-checks" ng-model="feature.fuelProgram" icheck> Fuel Program </label> |
e4e496d13
|
164 165 |
</div> <div> |
0a4eb77cc
|
166 |
<label> <input type="checkbox" class="i-checks" ng-model="feature.amstatIntegration" icheck> AMSTAT Integration </label> |
e4e496d13
|
167 168 |
</div> <div> |
0a4eb77cc
|
169 |
<label> <input type="checkbox" class="i-checks" ng-model="feature.posAccountingIntegration" icheck> POS Accounting Integration </label> |
e4e496d13
|
170 171 |
</div> <div> |
0a4eb77cc
|
172 |
<label> <input type="checkbox" class="i-checks" ng-model="feature.posVeederRootIntegration" icheck> POS VeederRoot Integration </label> |
e4e496d13
|
173 174 175 176 |
</div> </div> <div class="col-lg-9" style="padding: 0;"> <div class="col-lg-6"> |
7379f005b
|
177 |
<div class="form-group" style="margin-top: 18px;" id="esAccId"> |
e4e496d13
|
178 179 |
<label class="control-label pull-left" style="color: #1ab394;line-height: 34px;">Essinta Account UID</label> <div class="col-lg-6"> |
0a4eb77cc
|
180 |
<input type="text" placeholder="" ng-disabled="essAccountId" style="border-color: #1ab394;" class="form-control" ng-model="feature.essintaAccountUid"> |
e4e496d13
|
181 182 183 184 185 186 187 |
</div> </div> </div> <div class="col-lg-6"> <div class="form-group" style="margin-top: 18px;"> <label class="control-label pull-left" style="color: #ffa149;line-height: 34px;">Additional Device Licences</label> <div class="col-lg-6"> |
0a4eb77cc
|
188 |
<input type="text" placeholder="" style="border-color: #ffa149 !important;" ng-model="feature.additionalLicences" class="form-control"> |
e4e496d13
|
189 190 191 192 193 194 195 196 197 198 199 200 |
</div> </div> </div> </div> </form> </div> </div> </div> </div> </div> </div> |