Commit 929e5887fb4af46eb25ba352202073488043fe22
1 parent
d1cfbe8968
Exists in
master
minor fixes
Showing
2 changed files
with
5 additions
and
5 deletions
Show diff stats
app/views/updateAllFBO/updateAllFBO.html
1 | </div> | 1 | </div> |
2 | <div class="row wrapper border-bottom white-bg page-heading"> | 2 | <div class="row wrapper border-bottom white-bg page-heading"> |
3 | <div class="col-lg-3"> | 3 | <div class="col-lg-3"> |
4 | <!-- <h2 ng-click="editName()" ng-show="showCompany" style="cursor: pointer;">{{user.companyName}}</h2> --> | 4 | <!-- <h2 ng-click="editName()" ng-show="showCompany" style="cursor: pointer;">{{user.companyName}}</h2> --> |
5 | <div style="margin-top: 20px;"><input type="text" placeholder="Enter Company Name" ng-model="user.companyName" class="form-control"></div> | 5 | <div style="margin-top: 20px;"><input type="text" placeholder="Enter Company Name" ng-model="user.companyName" class="form-control"></div> |
6 | </div> | 6 | </div> |
7 | <div class="col-lg-2"> | ||
8 | <div style="margin-top: 20px;"><input type="text" placeholder="Enter ICAO" ng-model="user.icao" class="form-control"></div> | ||
9 | </div> | ||
7 | <div class="col-lg-3" style="margin-top: 20px;"> | 10 | <div class="col-lg-3" style="margin-top: 20px;"> |
8 | <button type="button" class="btn btn-w-m btn-danger" ng-click="deleteData()">Delete Account</button> | 11 | <button type="button" class="btn btn-w-m btn-danger" ng-click="deleteData()">Delete Account</button> |
9 | </div> | 12 | </div> |
10 | <div class="col-lg-6" style="margin-top: 20px; text-align: right;"> | 13 | <div class="col-lg-4" style="margin-top: 20px; text-align: right;"> |
11 | <button type="button" class="btn btn-default btn-sm" ui-sref="index.fboAdmin">Cancel</button> | 14 | <button type="button" class="btn btn-default btn-sm" ui-sref="index.fboAdmin">Cancel</button> |
12 | <button type="button" class="btn btn-primary btn-sm" ng-click="userData()">Save Changes</button> | 15 | <button type="button" class="btn btn-primary btn-sm" ng-click="userData()">Save Changes</button> |
13 | </div> | 16 | </div> |
14 | </div> | 17 | </div> |
15 | </div> | 18 | </div> |
16 | <div class="wrapper wrapper-content animated fadeInRight"> | 19 | <div class="wrapper wrapper-content animated fadeInRight"> |
17 | <div class="row"> | 20 | <div class="row"> |
18 | <div class="col-lg-7"> | 21 | <div class="col-lg-7"> |
19 | <div class="ibox float-e-margins"> | 22 | <div class="ibox float-e-margins"> |
20 | <div class="ibox-title"> | 23 | <div class="ibox-title"> |
21 | <div class="pull-left"> | 24 | <div class="pull-left"> |
22 | <h5>Contact Information</h5> | 25 | <h5>Contact Information</h5> |
23 | </div> | 26 | </div> |
24 | <div class="pull-right my-toggle-switch"> | 27 | <div class="pull-right my-toggle-switch"> |
25 | <div class="switch"> | 28 | <div class="switch"> |
26 | <div class="onoffswitch"> | 29 | <div class="onoffswitch"> |
27 | <input type="checkbox" ng-checked="status === true" ng-model="status" ng-init="status = true" class="onoffswitch-checkbox" id="example1"> | 30 | <input type="checkbox" ng-checked="status === true" ng-model="status" ng-init="status = true" class="onoffswitch-checkbox" id="example1"> |
28 | <label class="onoffswitch-label" for="example1"> | 31 | <label class="onoffswitch-label" for="example1"> |
29 | <span class="onoffswitch-inner"></span> | 32 | <span class="onoffswitch-inner"></span> |
30 | <span class="onoffswitch-switch"></span> | 33 | <span class="onoffswitch-switch"></span> |
31 | </label> | 34 | </label> |
32 | </div> | 35 | </div> |
33 | </div> | 36 | </div> |
34 | </div> | 37 | </div> |
35 | <div class="clearfix"></div> | 38 | <div class="clearfix"></div> |
36 | </div> | 39 | </div> |
37 | <div class="ibox-content"> | 40 | <div class="ibox-content"> |
38 | <div class="row"> | 41 | <div class="row"> |
39 | <form role="form"> | 42 | <form role="form"> |
40 | <div class="col-sm-6 b-r"> | 43 | <div class="col-sm-6 b-r"> |
41 | <!-- <div class="form-group"><label>Company Name</label> <input type="text" placeholder="Company Name" ng-model="user.companyName" class="form-control"></div> --> | 44 | <!-- <div class="form-group"><label>Company Name</label> <input type="text" placeholder="Company Name" ng-model="user.companyName" class="form-control"></div> --> |
42 | <div class="form-group"><label>Email Username</label> <input type="email" placeholder="Email Username" ng-model="user.email" class="form-control" ng-blur="checkUsername()"></div> | 45 | <div class="form-group"><label>Email Username</label> <input type="email" placeholder="Email Username" ng-model="user.email" class="form-control" ng-blur="checkUsername()"></div> |
43 | <div class="form-group"><label>First Name</label> <input type="text" placeholder="First Name" ng-model="user.firstName" class="form-control"></div> | 46 | <div class="form-group"><label>First Name</label> <input type="text" placeholder="First Name" ng-model="user.firstName" class="form-control"></div> |
44 | <div class="form-group"><label>Last Name</label> <input type="text" placeholder="Last Name" ng-model="user.lastName" class="form-control"></div> | 47 | <div class="form-group"><label>Last Name</label> <input type="text" placeholder="Last Name" ng-model="user.lastName" class="form-control"></div> |
45 | <!-- <div> | 48 | <!-- <div> |
46 | <button class="btn btn-sm btn-primary pull-right m-t-n-xs" type="submit"><strong>Log in</strong></button> | 49 | <button class="btn btn-sm btn-primary pull-right m-t-n-xs" type="submit"><strong>Log in</strong></button> |
47 | <label> <input type="checkbox" class="i-checks"> Remember me </label> | 50 | <label> <input type="checkbox" class="i-checks"> Remember me </label> |
48 | </div> --> | 51 | </div> --> |
49 | 52 | ||
50 | </div> | 53 | </div> |
51 | <div class="col-sm-6"> | 54 | <div class="col-sm-6"> |
52 | <div class="form-group"><label>Password</label> <input type="password" ng-model="user.password" placeholder="Password" class="form-control"></div> | 55 | <div class="form-group"><label>Password</label> <input type="password" ng-model="user.password" placeholder="Password" class="form-control"></div> |
53 | <div class="form-group"><label>Phone</label> <input type="tel" ng-model="user.phone" placeholder="Phone" class="form-control"></div> | 56 | <div class="form-group"><label>Phone</label> <input type="tel" ng-model="user.phone" placeholder="Phone" class="form-control"></div> |
54 | <div class="form-group"><label>Mobile</label> <input type="tel" ng-model="user.mobile" placeholder="Mobile" class="form-control"></div> | 57 | <div class="form-group"><label>Mobile</label> <input type="tel" ng-model="user.mobile" placeholder="Mobile" class="form-control"></div> |
55 | </div> | 58 | </div> |
56 | </form> | 59 | </form> |
57 | </div> | 60 | </div> |
58 | </div> | 61 | </div> |
59 | </div> | 62 | </div> |
60 | </div> | 63 | </div> |
61 | <div class="col-lg-5"> | 64 | <div class="col-lg-5"> |
62 | <div class="ibox float-e-margins"> | 65 | <div class="ibox float-e-margins"> |
63 | <div class="ibox-title"> | 66 | <div class="ibox-title"> |
64 | <h5>Client Notes</h5> | 67 | <h5>Client Notes</h5> |
65 | 68 | ||
66 | </div> | 69 | </div> |
67 | <div class="ibox-content"> | 70 | <div class="ibox-content"> |
68 | <div class="row"> | 71 | <div class="row"> |
69 | <form role="form"> | 72 | <form role="form"> |
70 | <textarea class="form-control" rows="10" ng-model="user.clientNote" id="comment"></textarea> | 73 | <textarea class="form-control" rows="10" ng-model="user.clientNote" id="comment"></textarea> |
71 | </form> | 74 | </form> |
72 | </div> | 75 | </div> |
73 | </div> | 76 | </div> |
74 | 77 | ||
75 | </div> | 78 | </div> |
76 | </div> | 79 | </div> |
77 | </div> | 80 | </div> |
78 | </div> | 81 | </div> |
79 | 82 | ||
80 | <div class="wrapper wrapper-content animated fadeInRight"> | 83 | <div class="wrapper wrapper-content animated fadeInRight"> |
81 | <div class="row"> | 84 | <div class="row"> |
82 | <div class="col-lg-12"> | 85 | <div class="col-lg-12"> |
83 | <div class="ibox float-e-margins"> | 86 | <div class="ibox float-e-margins"> |
84 | <div class="ibox-title" style="padding: 5px 15px 5px 15px;"> | 87 | <div class="ibox-title" style="padding: 5px 15px 5px 15px;"> |
85 | <div class="col-lg-8"> | 88 | <div class="col-lg-8"> |
86 | <h5 style="line-height: 34px;margin-bottom: 0;">Feature Account Control</h5> | 89 | <h5 style="line-height: 34px;margin-bottom: 0;">Feature Account Control</h5> |
87 | </div> | 90 | </div> |
88 | <div class="col-lg-4"> | 91 | <div class="col-lg-4"> |
89 | <div class="form-group"> | 92 | <div class="form-group"> |
90 | <label class="col-sm-2 control-label" style="line-height: 34px;margin-bottom: 0;">Level</label> | 93 | <label class="col-sm-2 control-label" style="line-height: 34px;margin-bottom: 0;">Level</label> |
91 | <div class="col-sm-10"> | 94 | <div class="col-sm-10"> |
92 | <select class="form-control m-b" name="account" ng-model="feature.level" style="margin-bottom: 0;"> | 95 | <select class="form-control m-b" name="account" ng-model="feature.level" style="margin-bottom: 0;"> |
93 | <option value="silver" selected>Silver</option> | 96 | <option value="silver" selected>Silver</option> |
94 | <option value="gold">Gold</option> | 97 | <option value="gold">Gold</option> |
95 | </select> | 98 | </select> |
96 | </div> | 99 | </div> |
97 | </div> | 100 | </div> |
98 | </div> | 101 | </div> |
99 | <div class="clearfix"></div> | 102 | <div class="clearfix"></div> |
100 | </div> | 103 | </div> |
101 | <div class="ibox-content"> | 104 | <div class="ibox-content"> |
102 | <div class="row"> | 105 | <div class="row"> |
103 | <form role="form"> | 106 | <form role="form"> |
104 | 107 | ||
105 | <div class="col-lg-3"> | 108 | <div class="col-lg-3"> |
106 | <label style="color: #1ab394;">Modularized</label> | 109 | <label style="color: #1ab394;">Modularized</label> |
107 | <div> | 110 | <div> |
108 | <label> <input type="checkbox" class="i-checks" ng-change="enableEssId()" ng-model="feature.essintaPosSystem" icheck> Essinta POS system </label> | 111 | <label> <input type="checkbox" class="i-checks" ng-change="enableEssId()" ng-model="feature.essintaPosSystem" icheck> Essinta POS system </label> |
109 | </div> | 112 | </div> |
110 | <div> | 113 | <div> |
111 | <label> <input type="checkbox" class="i-checks" ng-model="feature.acuQuote" icheck> AcuQuote </label> | 114 | <label> <input type="checkbox" class="i-checks" ng-model="feature.acuQuote" icheck> AcuQuote </label> |
112 | </div> | 115 | </div> |
113 | <div> | 116 | <div> |
114 | <label> <input type="checkbox" class="i-checks" ng-model="feature.acuTrack" icheck> AcuTrack </label> | 117 | <label> <input type="checkbox" class="i-checks" ng-model="feature.acuTrack" icheck> AcuTrack </label> |
115 | </div> | 118 | </div> |
116 | <div> | 119 | <div> |
117 | <label> <input type="checkbox" class="i-checks" ng-model="feature.fuelProgram" icheck> Fuel Program </label> | 120 | <label> <input type="checkbox" class="i-checks" ng-model="feature.fuelProgram" icheck> Fuel Program </label> |
118 | </div> | 121 | </div> |
119 | <div> | 122 | <div> |
120 | <label> <input type="checkbox" class="i-checks" ng-model="feature.amstatIntegration" icheck> AMSTAT Integration </label> | 123 | <label> <input type="checkbox" class="i-checks" ng-model="feature.amstatIntegration" icheck> AMSTAT Integration </label> |
121 | </div> | 124 | </div> |
122 | <div> | 125 | <div> |
123 | <label> <input type="checkbox" class="i-checks" ng-model="feature.posAccountingIntegration" icheck> POS Accounting Integration </label> | 126 | <label> <input type="checkbox" class="i-checks" ng-model="feature.posAccountingIntegration" icheck> POS Accounting Integration </label> |
124 | </div> | 127 | </div> |
125 | <div> | 128 | <div> |
126 | <label> <input type="checkbox" class="i-checks" ng-model="feature.posVeederRootIntegration" icheck> POS VeederRoot Integration </label> | 129 | <label> <input type="checkbox" class="i-checks" ng-model="feature.posVeederRootIntegration" icheck> POS VeederRoot Integration </label> |
127 | </div> | 130 | </div> |
128 | </div> | 131 | </div> |
129 | <div class="col-lg-9" style="padding: 0;"> | 132 | <div class="col-lg-9" style="padding: 0;"> |
130 | <div class="col-lg-6"> | 133 | <div class="col-lg-6"> |
131 | <div class="form-group" style="margin-top: 18px;" id="esAccId"> | 134 | <div class="form-group" style="margin-top: 18px;" id="esAccId"> |
132 | <label class="control-label pull-left" style="color: #1ab394;line-height: 34px;">Essinta Account UID</label> | 135 | <label class="control-label pull-left" style="color: #1ab394;line-height: 34px;">Essinta Account UID</label> |
133 | <div class="col-lg-6"> | 136 | <div class="col-lg-6"> |
134 | <input type="text" placeholder="" ng-disabled="essAccountId" style="border-color: #1ab394;" class="form-control" ng-model="feature.essintaAccountUid"> | 137 | <input type="text" placeholder="" ng-disabled="essAccountId" style="border-color: #1ab394;" class="form-control" ng-model="feature.essintaAccountUid"> |
135 | </div> | 138 | </div> |
136 | </div> | 139 | </div> |
137 | </div> | 140 | </div> |
138 | <div class="col-lg-6"> | 141 | <div class="col-lg-6"> |
139 | <div class="form-group" style="margin-top: 18px;"> | 142 | <div class="form-group" style="margin-top: 18px;"> |
140 | <label class="control-label pull-left" style="color: #ffa149;line-height: 34px;">Additional Device Licences</label> | 143 | <label class="control-label pull-left" style="color: #ffa149;line-height: 34px;">Additional Device Licences</label> |
141 | <div class="col-lg-6"> | 144 | <div class="col-lg-6"> |
142 | <input type="text" placeholder="" style="border-color: #ffa149 !important;" ng-model="feature.additionalLicences" class="form-control"> | 145 | <input type="text" placeholder="" style="border-color: #ffa149 !important;" ng-model="feature.additionalLicences" class="form-control"> |
143 | </div> | 146 | </div> |
144 | </div> | 147 | </div> |
145 | </div> | 148 | </div> |
146 | </div> | 149 | </div> |
147 | 150 | ||
148 | </form> | 151 | </form> |
149 | </div> | 152 | </div> |
150 | </div> | 153 | </div> |
151 | </div> | 154 | </div> |
152 | </div> | 155 | </div> |
153 | </div> | 156 | </div> |
154 | </div> | 157 | </div> |
app/views/updateFBODept/updateFBODept.html
1 | 1 | ||
2 | <div class="row wrapper border-bottom white-bg page-heading"> | 2 | <div class="row wrapper border-bottom white-bg page-heading"> |
3 | <div class="col-lg-3"> | 3 | <div class="col-lg-3"> |
4 | <!-- <h2 ng-click="editName()" ng-show="showCompany" style="cursor: pointer;">{{user.companyName}}</h2> --> | 4 | <!-- <h2 ng-click="editName()" ng-show="showCompany" style="cursor: pointer;">{{user.companyName}}</h2> --> |
5 | <div style="margin-top: 20px;"><input type="text" placeholder="Enter Company Name" ng-model="user.companyName" class="form-control"></div> | 5 | <div style="margin-top: 20px;"><input type="text" placeholder="Enter Company Name" ng-model="user.companyName" class="form-control"></div> |
6 | </div> | 6 | </div> |
7 | <div class="col-lg-2"> | ||
8 | <div style="margin-top: 20px;"><input type="text" placeholder="Enter ICAO" ng-model="user.icao" class="form-control"></div> | ||
9 | </div> | ||
10 | <div class="col-lg-3" style="margin-top: 20px;"> | 7 | <div class="col-lg-3" style="margin-top: 20px;"> |
11 | <button type="button" class="btn btn-w-m btn-danger" ng-click="deleteData()">Delete Account</button> | 8 | <button type="button" class="btn btn-w-m btn-danger" ng-click="deleteData()">Delete Account</button> |
12 | </div> | 9 | </div> |
13 | <div class="col-lg-4" style="margin-top: 20px; text-align: right;"> | 10 | <div class="col-lg-6" style="margin-top: 20px; text-align: right;"> |
14 | <button type="button" class="btn btn-default btn-sm" ui-sref="index.flightDept">Cancel</button> | 11 | <button type="button" class="btn btn-default btn-sm" ui-sref="index.flightDept">Cancel</button> |
15 | <button type="button" class="btn btn-primary btn-sm" ng-click="userData()">Save Changes</button> | 12 | <button type="button" class="btn btn-primary btn-sm" ng-click="userData()">Save Changes</button> |
16 | </div> | 13 | </div> |
17 | </div> | 14 | </div> |
18 | <div class="wrapper wrapper-content animated fadeInRight"> | 15 | <div class="wrapper wrapper-content animated fadeInRight"> |
19 | <div class="row"> | 16 | <div class="row"> |
20 | <div class="col-lg-7"> | 17 | <div class="col-lg-7"> |
21 | <div class="ibox float-e-margins"> | 18 | <div class="ibox float-e-margins"> |
22 | <div class="ibox-title"> | 19 | <div class="ibox-title"> |
23 | <div class="pull-left"> | 20 | <div class="pull-left"> |
24 | <h5>Contact Information</h5> | 21 | <h5>Contact Information</h5> |
25 | </div> | 22 | </div> |
26 | <div class="pull-right my-toggle-switch"> | 23 | <div class="pull-right my-toggle-switch"> |
27 | <div class="switch"> | 24 | <div class="switch"> |
28 | <div class="onoffswitch"> | 25 | <div class="onoffswitch"> |
29 | <input type="checkbox" ng-checked="status === true" ng-model="status" ng-init="status = true" class="onoffswitch-checkbox" id="example1"> | 26 | <input type="checkbox" ng-checked="status === true" ng-model="status" ng-init="status = true" class="onoffswitch-checkbox" id="example1"> |
30 | <label class="onoffswitch-label" for="example1"> | 27 | <label class="onoffswitch-label" for="example1"> |
31 | <span class="onoffswitch-inner"></span> | 28 | <span class="onoffswitch-inner"></span> |
32 | <span class="onoffswitch-switch"></span> | 29 | <span class="onoffswitch-switch"></span> |
33 | </label> | 30 | </label> |
34 | </div> | 31 | </div> |
35 | </div> | 32 | </div> |
36 | </div> | 33 | </div> |
37 | <div class="clearfix"></div> | 34 | <div class="clearfix"></div> |
38 | </div> | 35 | </div> |
39 | <div class="ibox-content"> | 36 | <div class="ibox-content"> |
40 | <div class="row"> | 37 | <div class="row"> |
41 | <form role="form"> | 38 | <form role="form"> |
42 | <div class="col-sm-6 b-r"> | 39 | <div class="col-sm-6 b-r"> |
43 | <!-- <div class="form-group"><label>Company Name</label> <input type="text" placeholder="Company Name" ng-model="user.companyName" class="form-control"></div> --> | 40 | <!-- <div class="form-group"><label>Company Name</label> <input type="text" placeholder="Company Name" ng-model="user.companyName" class="form-control"></div> --> |
44 | <div class="form-group"><label>Email Username</label> <input type="email" placeholder="Email Username" ng-model="user.email" class="form-control" ng-blur="checkUsername()"></div> | 41 | <div class="form-group"><label>Email Username</label> <input type="email" placeholder="Email Username" ng-model="user.email" class="form-control" ng-blur="checkUsername()"></div> |
45 | <div class="form-group"><label>First Name</label> <input type="text" placeholder="First Name" ng-model="user.firstName" class="form-control"></div> | 42 | <div class="form-group"><label>First Name</label> <input type="text" placeholder="First Name" ng-model="user.firstName" class="form-control"></div> |
46 | <div class="form-group"><label>Last Name</label> <input type="text" placeholder="Last Name" ng-model="user.lastName" class="form-control"></div> | 43 | <div class="form-group"><label>Last Name</label> <input type="text" placeholder="Last Name" ng-model="user.lastName" class="form-control"></div> |
47 | <!-- <div> | 44 | <!-- <div> |
48 | <button class="btn btn-sm btn-primary pull-right m-t-n-xs" type="submit"><strong>Log in</strong></button> | 45 | <button class="btn btn-sm btn-primary pull-right m-t-n-xs" type="submit"><strong>Log in</strong></button> |
49 | <label> <input type="checkbox" class="i-checks"> Remember me </label> | 46 | <label> <input type="checkbox" class="i-checks"> Remember me </label> |
50 | </div> --> | 47 | </div> --> |
51 | 48 | ||
52 | </div> | 49 | </div> |
53 | <div class="col-sm-6"> | 50 | <div class="col-sm-6"> |
54 | <!-- <div class="form-group"><label>Password</label> <input type="password" ng-model="user.password" placeholder="Password" class="form-control"></div> --> | 51 | <!-- <div class="form-group"><label>Password</label> <input type="password" ng-model="user.password" placeholder="Password" class="form-control"></div> --> |
55 | <div class="form-group"><label>Phone</label> <input type="tel" ng-model="user.phone" placeholder="Phone" class="form-control"></div> | 52 | <div class="form-group"><label>Phone</label> <input type="tel" ng-model="user.phone" placeholder="Phone" class="form-control"></div> |
56 | <div class="form-group"><label>Mobile</label> <input type="tel" ng-model="user.mobile" placeholder="Mobile" class="form-control"></div> | 53 | <div class="form-group"><label>Mobile</label> <input type="tel" ng-model="user.mobile" placeholder="Mobile" class="form-control"></div> |
57 | </div> | 54 | </div> |
58 | </form> | 55 | </form> |
59 | </div> | 56 | </div> |
60 | </div> | 57 | </div> |
61 | </div> | 58 | </div> |
62 | </div> | 59 | </div> |
63 | <div class="col-lg-5"> | 60 | <div class="col-lg-5"> |
64 | <div class="ibox float-e-margins"> | 61 | <div class="ibox float-e-margins"> |
65 | <div class="ibox-title"> | 62 | <div class="ibox-title"> |
66 | <h5>Client Notes</h5> | 63 | <h5>Client Notes</h5> |
67 | 64 | ||
68 | </div> | 65 | </div> |
69 | <div class="ibox-content"> | 66 | <div class="ibox-content"> |
70 | <div class="row"> | 67 | <div class="row"> |
71 | <form role="form"> | 68 | <form role="form"> |
72 | <textarea class="form-control" rows="10" ng-model="user.clientNote" id="comment"></textarea> | 69 | <textarea class="form-control" rows="10" ng-model="user.clientNote" id="comment"></textarea> |
73 | </form> | 70 | </form> |
74 | </div> | 71 | </div> |
75 | </div> | 72 | </div> |
76 | 73 | ||
77 | </div> | 74 | </div> |
78 | </div> | 75 | </div> |
79 | </div> | 76 | </div> |
80 | </div> | 77 | </div> |
81 | 78 | ||
82 | <div> | 79 | <div> |
83 | <div class="row"> | 80 | <div class="row"> |
84 | <div class="col-lg-7"> | 81 | <div class="col-lg-7"> |
85 | <div class="ibox float-e-margins"> | 82 | <div class="ibox float-e-margins"> |
86 | <div class="ibox-title"> | 83 | <div class="ibox-title"> |
87 | <div> | 84 | <div> |
88 | <h3 style="float: left;">Aircraft List</h3> | 85 | <h3 style="float: left;">Aircraft List</h3> |
89 | </div> | 86 | </div> |
90 | <div class="pull-right"> | 87 | <div class="pull-right"> |
91 | <button type="button" class="btn btn-primary btn-sm" data-toggle="modal" data-target="#myModal4">+ Add</button> | 88 | <button type="button" class="btn btn-primary btn-sm" data-toggle="modal" data-target="#myModal4">+ Add</button> |
92 | </div> | 89 | </div> |
93 | <div class="clearfix"></div> | 90 | <div class="clearfix"></div> |
94 | <div class="modal inmodal" id="myModal4" tabindex="-1" role="dialog" aria-hidden="true"> | 91 | <div class="modal inmodal" id="myModal4" tabindex="-1" role="dialog" aria-hidden="true"> |
95 | <div class="modal-dialog"> | 92 | <div class="modal-dialog"> |
96 | <div class="modal-content animated fadeIn"> | 93 | <div class="modal-content animated fadeIn"> |
97 | <div class="modal-header"> | 94 | <div class="modal-header"> |
98 | <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button> | 95 | <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button> |
99 | <!-- <i class="fa fa-clock-o modal-icon"></i> --> | 96 | <!-- <i class="fa fa-clock-o modal-icon"></i> --> |
100 | <h4 class="modal-title">Add Aircraft</h4> | 97 | <h4 class="modal-title">Add Aircraft</h4> |
101 | <!-- <small>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</small> --> | 98 | <!-- <small>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</small> --> |
102 | </div> | 99 | </div> |
103 | <div class="modal-body" style="padding: 15px;"> | 100 | <div class="modal-body" style="padding: 15px;"> |
104 | <table class="table table-bordered table-hover table-striped"> | 101 | <table class="table table-bordered table-hover table-striped"> |
105 | <thead> | 102 | <thead> |
106 | <tr> | 103 | <tr> |
107 | <th>Tail</th> | 104 | <th>Tail</th> |
108 | <th>Make</th> | 105 | <th>Make</th> |
109 | <th>Model</th> | 106 | <th>Model</th> |
110 | <th>Size</th> | 107 | <th>Size</th> |
111 | </tr> | 108 | </tr> |
112 | </thead> | 109 | </thead> |
113 | <tbody> | 110 | <tbody> |
114 | <tr> | 111 | <tr> |
115 | <td> | 112 | <td> |
116 | <input type="text" style="width:100px;" ng-model="aircraft.tail" class="form-control"> | 113 | <input type="text" style="width:100px;" ng-model="aircraft.tail" class="form-control"> |
117 | </td> | 114 | </td> |
118 | <td style="width: 30%"> | 115 | <td style="width: 30%"> |
119 | <select class="form-control" ng-model="aircraft.make" ng-change="getModal()"> | 116 | <select class="form-control" ng-model="aircraft.make" ng-change="getModal()"> |
120 | <option ng-repeat="make in aircraftMakeList">{{make}}</option> | 117 | <option ng-repeat="make in aircraftMakeList">{{make}}</option> |
121 | </select> | 118 | </select> |
122 | </td> | 119 | </td> |
123 | <td style="width: 30%"> | 120 | <td style="width: 30%"> |
124 | <select class="form-control" ng-model="aircraft.model" ng-change="getSize()"> | 121 | <select class="form-control" ng-model="aircraft.model" ng-change="getSize()"> |
125 | <option ng-repeat="model in aircraftModalList">{{model}}</option> | 122 | <option ng-repeat="model in aircraftModalList">{{model}}</option> |
126 | </select> | 123 | </select> |
127 | </td> | 124 | </td> |
128 | <td style="width: 30%"> | 125 | <td style="width: 30%"> |
129 | <select class="form-control" ng-model="aircraft.sizeId" ng-options="size.aircraftSize.id as size.aircraftSize.size for size in aircraftSizeList"></select> | 126 | <select class="form-control" ng-model="aircraft.sizeId" ng-options="size.aircraftSize.id as size.aircraftSize.size for size in aircraftSizeList"></select> |
130 | 127 | ||
131 | <!-- <select class="form-control" ng-model="aircraft.size"> | 128 | <!-- <select class="form-control" ng-model="aircraft.size"> |
132 | <option ng-repeat="size in aircraftSizeList">{{size.aircraftSize.size}}</option> | 129 | <option ng-repeat="size in aircraftSizeList">{{size.aircraftSize.size}}</option> |
133 | </select> --> | 130 | </select> --> |
134 | </td> | 131 | </td> |
135 | </tr> | 132 | </tr> |
136 | </tbody> | 133 | </tbody> |
137 | </table> | 134 | </table> |
138 | </div> | 135 | </div> |
139 | <div class="modal-footer"> | 136 | <div class="modal-footer"> |
140 | <button type="button" class="btn btn-white" data-dismiss="modal">Close</button> | 137 | <button type="button" class="btn btn-white" data-dismiss="modal">Close</button> |
141 | <button type="button" class="btn btn-primary" ng-click="addAircraft()">Save changes</button> | 138 | <button type="button" class="btn btn-primary" ng-click="addAircraft()">Save changes</button> |
142 | </div> | 139 | </div> |
143 | </div> | 140 | </div> |
144 | </div> | 141 | </div> |
145 | </div> | 142 | </div> |
146 | </div> | 143 | </div> |
147 | <div class="ibox-content"> | 144 | <div class="ibox-content"> |
148 | <div class="table-responsive"> | 145 | <div class="table-responsive"> |
149 | <table class="table table-bordered table-hover table-striped"> | 146 | <table class="table table-bordered table-hover table-striped"> |
150 | <thead> | 147 | <thead> |
151 | <tr> | 148 | <tr> |
152 | <th>Tail</th> | 149 | <th>Tail</th> |
153 | <th>Make</th> | 150 | <th>Make</th> |
154 | <th>Model</th> | 151 | <th>Model</th> |
155 | <th>Size</th> | 152 | <th>Size</th> |
156 | <th>Actions</th> | 153 | <th>Actions</th> |
157 | </tr> | 154 | </tr> |
158 | </thead> | 155 | </thead> |
159 | <tbody> | 156 | <tbody> |
160 | <tr ng-repeat="airData in getCraftList track by $index"> | 157 | <tr ng-repeat="airData in getCraftList track by $index"> |
161 | <td> | 158 | <td> |
162 | <input type="text" style="width:100px;" ng-model="airData.tail" class="form-control"> | 159 | <input type="text" style="width:100px;" ng-model="airData.tail" class="form-control"> |
163 | </td> | 160 | </td> |
164 | <td> | 161 | <td> |
165 | <select class="form-control" ng-model="airData.make"> | 162 | <select class="form-control" ng-model="airData.make"> |
166 | <option>{{airData.make}}</option> | 163 | <option>{{airData.make}}</option> |
167 | </select> | 164 | </select> |
168 | </td> | 165 | </td> |
169 | <td> | 166 | <td> |
170 | <select class="form-control" ng-model="airData.model"> | 167 | <select class="form-control" ng-model="airData.model"> |
171 | <option>{{airData.model}}</option> | 168 | <option>{{airData.model}}</option> |
172 | </select> | 169 | </select> |
173 | </td> | 170 | </td> |
174 | <td> | 171 | <td> |
175 | <!-- <select class="form-control" ng-model="airData.sizeId" ng-options="airData.userAircraftSize.id as airData.userAircraftSize.size for airData in getCraftList"></select> --> | 172 | <!-- <select class="form-control" ng-model="airData.sizeId" ng-options="airData.userAircraftSize.id as airData.userAircraftSize.size for airData in getCraftList"></select> --> |
176 | <select class="form-control" ng-model="airData.sizeId"> | 173 | <select class="form-control" ng-model="airData.sizeId"> |
177 | <option value="{{airData.sizeId}}">{{airData.size}}</option> | 174 | <option value="{{airData.sizeId}}">{{airData.size}}</option> |
178 | </select> | 175 | </select> |
179 | </td> | 176 | </td> |
180 | <td> | 177 | <td> |
181 | <i style="margin-top: 10px;" class="fa fa-pencil" ng-click="update(airData)"></i> | 178 | <i style="margin-top: 10px;" class="fa fa-pencil" ng-click="update(airData)"></i> |
182 | <i class="fa fa-trash" ng-click="remove(airData)"></i> | 179 | <i class="fa fa-trash" ng-click="remove(airData)"></i> |
183 | </td> | 180 | </td> |
184 | </tr> | 181 | </tr> |
185 | </tbody> | 182 | </tbody> |
186 | </table> | 183 | </table> |
187 | </div> | 184 | </div> |
188 | <div class="clearfix"></div> | 185 | <div class="clearfix"></div> |
189 | </div> | 186 | </div> |
190 | </div> | 187 | </div> |
191 | </div> | 188 | </div> |
192 | <div class="modal inmodal" id="myModal5" tabindex="-1" role="dialog" aria-hidden="true"> | 189 | <div class="modal inmodal" id="myModal5" tabindex="-1" role="dialog" aria-hidden="true"> |
193 | <div class="modal-dialog"> | 190 | <div class="modal-dialog"> |
194 | <div class="modal-content animated fadeIn"> | 191 | <div class="modal-content animated fadeIn"> |
195 | <div class="modal-header"> | 192 | <div class="modal-header"> |
196 | <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button> | 193 | <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button> |
197 | <!-- <i class="fa fa-clock-o modal-icon"></i> --> | 194 | <!-- <i class="fa fa-clock-o modal-icon"></i> --> |
198 | <h4 class="modal-title">Update Aircraft</h4> | 195 | <h4 class="modal-title">Update Aircraft</h4> |
199 | <!-- <small>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</small> --> | 196 | <!-- <small>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</small> --> |
200 | </div> | 197 | </div> |
201 | <div class="modal-body" style="padding: 15px;"> | 198 | <div class="modal-body" style="padding: 15px;"> |
202 | <table class="table table-bordered table-hover table-striped"> | 199 | <table class="table table-bordered table-hover table-striped"> |
203 | <thead> | 200 | <thead> |
204 | <tr> | 201 | <tr> |
205 | <th>Tail</th> | 202 | <th>Tail</th> |
206 | <th>Make</th> | 203 | <th>Make</th> |
207 | <th>Model</th> | 204 | <th>Model</th> |
208 | <th>Size</th> | 205 | <th>Size</th> |
209 | </tr> | 206 | </tr> |
210 | </thead> | 207 | </thead> |
211 | <tbody> | 208 | <tbody> |
212 | <tr> | 209 | <tr> |
213 | <td> | 210 | <td> |
214 | <input type="text" style="width:100px;" ng-model="aircraft.tail" class="form-control"> | 211 | <input type="text" style="width:100px;" ng-model="aircraft.tail" class="form-control"> |
215 | </td> | 212 | </td> |
216 | <td style="width: 30%"> | 213 | <td style="width: 30%"> |
217 | <select class="form-control" ng-model="aircraft.make" ng-change="getModal()"> | 214 | <select class="form-control" ng-model="aircraft.make" ng-change="getModal()"> |
218 | <option ng-repeat="make in aircraftMakeList">{{make}}</option> | 215 | <option ng-repeat="make in aircraftMakeList">{{make}}</option> |
219 | </select> | 216 | </select> |
220 | </td> | 217 | </td> |
221 | <td style="width: 30%"> | 218 | <td style="width: 30%"> |
222 | <select class="form-control" ng-model="aircraft.model" ng-change="getSize()"> | 219 | <select class="form-control" ng-model="aircraft.model" ng-change="getSize()"> |
223 | <option ng-repeat="model in aircraftModalList">{{model}}</option> | 220 | <option ng-repeat="model in aircraftModalList">{{model}}</option> |
224 | </select> | 221 | </select> |
225 | </td> | 222 | </td> |
226 | <td style="width: 30%"> | 223 | <td style="width: 30%"> |
227 | <select class="form-control" ng-model="aircraft.sizeId" ng-options="size.aircraftSize.id as size.aircraftSize.size for size in aircraftSizeList"></select> | 224 | <select class="form-control" ng-model="aircraft.sizeId" ng-options="size.aircraftSize.id as size.aircraftSize.size for size in aircraftSizeList"></select> |
228 | 225 | ||
229 | <!-- <select class="form-control" ng-model="aircraft.size"> | 226 | <!-- <select class="form-control" ng-model="aircraft.size"> |
230 | <option ng-repeat="size in aircraftSizeList">{{size}}</option> | 227 | <option ng-repeat="size in aircraftSizeList">{{size}}</option> |
231 | </select> --> | 228 | </select> --> |
232 | </td> | 229 | </td> |
233 | </tr> | 230 | </tr> |
234 | </tbody> | 231 | </tbody> |
235 | </table> | 232 | </table> |
236 | </div> | 233 | </div> |
237 | <div class="modal-footer"> | 234 | <div class="modal-footer"> |
238 | <button type="button" class="btn btn-white" ng-click="closeModal()">Close</button> | 235 | <button type="button" class="btn btn-white" ng-click="closeModal()">Close</button> |
239 | <button type="button" class="btn btn-primary" ng-click="updateAircraft(aircraft)">Save changes</button> | 236 | <button type="button" class="btn btn-primary" ng-click="updateAircraft(aircraft)">Save changes</button> |
240 | </div> | 237 | </div> |
241 | </div> | 238 | </div> |
242 | </div> | 239 | </div> |
243 | </div> | 240 | </div> |
244 | <div class="col-lg-5"> | 241 | <div class="col-lg-5"> |
245 | <div class="ibox float-e-margins"> | 242 | <div class="ibox float-e-margins"> |
246 | <div class="ibox-title"> | 243 | <div class="ibox-title"> |
247 | <h5>Account Authenticatio & Payment Method</h5> | 244 | <h5>Account Authenticatio & Payment Method</h5> |
248 | 245 | ||
249 | </div> | 246 | </div> |
250 | <div class="ibox-content"> | 247 | <div class="ibox-content"> |
251 | <div class="row" ng-repeat="payment in paymentList" ng-click="openCard(payment)" style="cursor: pointer;" ng-show="showPayments"> | 248 | <div class="row" ng-repeat="payment in paymentList" ng-click="openCard(payment)" style="cursor: pointer;" ng-show="showPayments"> |
252 | <div class="col-md-3"> | 249 | <div class="col-md-3"> |
253 | <img src="images/master.png"> | 250 | <img src="images/master.png"> |
254 | </div> | 251 | </div> |
255 | <div class="col-md-9"> | 252 | <div class="col-md-9"> |
256 | <div class="col"> | 253 | <div class="col"> |
257 | <span style="font-size: large; color: #909394;">**** **** **** {{payment.cardNumber | limitTo: -4}}</span> | 254 | <span style="font-size: large; color: #909394;">**** **** **** {{payment.cardNumber | limitTo: -4}}</span> |
258 | </div> | 255 | </div> |
259 | <div class="col"> | 256 | <div class="col"> |
260 | <span><strong>Expiry Date: </strong>{{payment.expiryDate}}</span> | 257 | <span><strong>Expiry Date: </strong>{{payment.expiryDate}}</span> |
261 | </div> | 258 | </div> |
262 | </div> | 259 | </div> |
263 | <div class="clearfix"></div> | 260 | <div class="clearfix"></div> |
264 | <!-- <br> | 261 | <!-- <br> |
265 | 262 | ||
266 | <div class="col-md-3"> | 263 | <div class="col-md-3"> |
267 | <img src="images/visa1.png"> | 264 | <img src="images/visa1.png"> |
268 | </div> | 265 | </div> |
269 | <div class="col-md-9"> | 266 | <div class="col-md-9"> |
270 | <div class="col"> | 267 | <div class="col"> |
271 | <span style="font-size: large; color: #909394;">**** **** **** 1060</span> | 268 | <span style="font-size: large; color: #909394;">**** **** **** 1060</span> |
272 | </div> | 269 | </div> |
273 | <div class="col"> | 270 | <div class="col"> |
274 | <span><strong>Expiry Date:</strong>10/16</span> | 271 | <span><strong>Expiry Date:</strong>10/16</span> |
275 | </div> | 272 | </div> |
276 | </div> | 273 | </div> |
277 | <div class="clearfix"></div> --> | 274 | <div class="clearfix"></div> --> |
278 | </div> | 275 | </div> |
279 | <div class="row" ng-hide="showPayments"> | 276 | <div class="row" ng-hide="showPayments"> |
280 | <div class="container"> | 277 | <div class="container"> |
281 | <div class="row"> | 278 | <div class="row"> |
282 | <div class="col-xs-12 col-md-4"> | 279 | <div class="col-xs-12 col-md-4"> |
283 | <div class="panel panel-default credit-card-box"> | 280 | <div class="panel panel-default credit-card-box"> |
284 | <div class="panel-heading display-table" > | 281 | <div class="panel-heading display-table" > |
285 | <div class="row display-tr" > | 282 | <div class="row display-tr" > |
286 | <h3 class="panel-title display-td" >Payment Details</h3> | 283 | <h3 class="panel-title display-td" >Payment Details</h3> |
287 | <div class="display-td" > | 284 | <div class="display-td" > |
288 | <img class="img-responsive pull-right" src="http://i76.imgup.net/accepted_c22e0.png"> | 285 | <img class="img-responsive pull-right" src="http://i76.imgup.net/accepted_c22e0.png"> |
289 | </div> | 286 | </div> |
290 | </div> | 287 | </div> |
291 | </div> | 288 | </div> |
292 | <div class="panel-body"> | 289 | <div class="panel-body"> |
293 | <form role="form" id="payment-form"> | 290 | <form role="form" id="payment-form"> |
294 | <div class="row"> | 291 | <div class="row"> |
295 | <div class="col-xs-12"> | 292 | <div class="col-xs-12"> |
296 | <div class="form-group"> | 293 | <div class="form-group"> |
297 | <label for="cardNumber">CARD NUMBER</label> | 294 | <label for="cardNumber">CARD NUMBER</label> |
298 | <div class="input-group"> | 295 | <div class="input-group"> |
299 | <input type="tel" ng-model="data.cardNumber" maxlength="16" oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength);" class="form-control" name="cardNumber" placeholder="Valid Card Number" autocomplete="cc-number" required autofocus> | 296 | <input type="tel" ng-model="data.cardNumber" maxlength="16" oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength);" class="form-control" name="cardNumber" placeholder="Valid Card Number" autocomplete="cc-number" required autofocus> |
300 | <span class="input-group-addon"><i class="fa fa-credit-card"></i></span> | 297 | <span class="input-group-addon"><i class="fa fa-credit-card"></i></span> |
301 | </div> | 298 | </div> |
302 | </div> | 299 | </div> |
303 | </div> | 300 | </div> |
304 | </div> | 301 | </div> |
305 | <div class="row"> | 302 | <div class="row"> |
306 | <div class="col-xs-7 col-md-7"> | 303 | <div class="col-xs-7 col-md-7"> |
307 | <div class="form-group"> | 304 | <div class="form-group"> |
308 | <label for="cardExpiry"><span class="hidden-xs">EXPIRATION</span><span class="visible-xs-inline">EXP</span> DATE</label> | 305 | <label for="cardExpiry"><span class="hidden-xs">EXPIRATION</span><span class="visible-xs-inline">EXP</span> DATE</label> |
309 | <input type="text" ng-model="data.expiryDate" class="form-control" name="cardExpiry" placeholder="MM / YY" autocomplete="cc-exp" | 306 | <input type="text" ng-model="data.expiryDate" class="form-control" name="cardExpiry" placeholder="MM / YY" autocomplete="cc-exp" |
310 | required> | 307 | required> |
311 | </div> | 308 | </div> |
312 | </div> | 309 | </div> |
313 | <div class="col-xs-5 col-md-5 pull-right"> | 310 | <div class="col-xs-5 col-md-5 pull-right"> |
314 | <div class="form-group"> | 311 | <div class="form-group"> |
315 | <label for="cardCVC">CVV CODE</label> | 312 | <label for="cardCVC">CVV CODE</label> |
316 | <input type="number" maxlength="3" oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength);" class="form-control" name="cardCVC" placeholder="CVC" autocomplete="cc-csc" | 313 | <input type="number" maxlength="3" oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength);" class="form-control" name="cardCVC" placeholder="CVC" autocomplete="cc-csc" |
317 | required> | 314 | required> |
318 | </div> | 315 | </div> |
319 | </div> | 316 | </div> |
320 | </div> | 317 | </div> |
321 | <div class="row"> | 318 | <div class="row"> |
322 | <div class="col-xs-12"> | 319 | <div class="col-xs-12"> |
323 | <div class="form-group"> | 320 | <div class="form-group"> |
324 | <label for="name">Card Type</label> | 321 | <label for="name">Card Type</label> |
325 | <select class="form-control m-b" name="account" ng-model="data.cardType" style="margin-bottom: 0;"> | 322 | <select class="form-control m-b" name="account" ng-model="data.cardType" style="margin-bottom: 0;"> |
326 | <option value="creditCard" selected>Credit Card</option> | 323 | <option value="creditCard" selected>Credit Card</option> |
327 | <option value="debitCard">Debit Card</option> | 324 | <option value="debitCard">Debit Card</option> |
328 | </select> | 325 | </select> |
329 | </div> | 326 | </div> |
330 | </div> | 327 | </div> |
331 | </div> | 328 | </div> |
332 | <div class="row"> | 329 | <div class="row"> |
333 | <div class="col-xs-12"> | 330 | <div class="col-xs-12"> |
334 | <button class="btn btn-success btn-lg btn-block" type="submit" ng-click="updateCard()">Update Card</button> | 331 | <button class="btn btn-success btn-lg btn-block" type="submit" ng-click="updateCard()">Update Card</button> |
335 | </div> | 332 | </div> |
336 | </div> | 333 | </div> |
337 | <div class="row" style="display:none;"> | 334 | <div class="row" style="display:none;"> |
338 | <div class="col-xs-12"> | 335 | <div class="col-xs-12"> |
339 | <p class="payment-errors"></p> | 336 | <p class="payment-errors"></p> |
340 | </div> | 337 | </div> |
341 | </div> | 338 | </div> |
342 | </form> | 339 | </form> |
343 | </div> | 340 | </div> |
344 | </div> | 341 | </div> |
345 | </div> | 342 | </div> |
346 | </div> | 343 | </div> |
347 | </div> | 344 | </div> |
348 | </div> | 345 | </div> |
349 | </div> | 346 | </div> |
350 | </div> | 347 | </div> |
351 | </div> | 348 | </div> |
352 | </div> | 349 | </div> |
353 | </div> | 350 | </div> |
354 | </div> | 351 | </div> |
355 | <script type="text/javascript" src="https://js.stripe.com/v2/"></script> | 352 | <script type="text/javascript" src="https://js.stripe.com/v2/"></script> |