Git Repository Public Repository

namibia

URLs

Copy to Clipboard
 
df0489e1eeeeab5a9bd44e1d84fce49924fe1bac
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
			<form id="frmValuationView" action="">
				<div class="row-fluid page-title-wrapper">
					<div class="span12">
						<h1>Vehicle</h1>
						<p class="page-title-header">
							Vehicle details provided below.
						</p>
						<a class="back-btn btn">Back</a>
					</div>
				</div>



				<div class="row-fluid page-top-forms-wrapper">
					<div class="customer-details-form span4">
						<div id="customerDetailsClick" class="visible-phone mobile-form-headers open">
							<i class="mobile-icon-user"></i>
							<p>
								<span class="btn-content">
								</span>
								Customer details
							</p>
							<i style="float:right;" class="icon-white-arrow-down"></i>
						</div>
						<div id="customerDetails">
							<p class="hidden-phone form-header"><i class="icon-user icon-white"></i>   Customer details</p>
							<div class="form-horizontal">
								<div class="control-group mobile-control-group" id="[tid]_firstName">
									[firstName]
							    </div>
								<div class="control-group mobile-control-group" id="[tid]_familyName">
									[familyName]
							    </div>
								<div class="control-group mobile-control-group" id="[tid]_idNumber">
									[idNumber]
							    </div>
								<div class="control-group mobile-control-group" id="[tid]_mobile">
									[mobile]
							    </div>
								<div class="control-group mobile-control-group" id="[tid]_email">
									[email]
							    </div>
								<div class="control-group mobile-control-group" id="[tid]_department">
									[department]
							    </div>
								<div class="control-group mobile-control-group" id="[tid]_region">
									[region]
								</div>
								<div class="control-group mobile-control-group" id="[tid]_city">
									[city]
								</div>
								<div class="control-group mobile-control-group" id="[tid]_street">
									[street]
								</div>
								<div class="control-group mobile-control-group" id="[tid]_requiredPrice">
									[requiredPrice]
								</div>
		   					</div>
	   					</div><!-- wrapper ends -->
					</div>
					<div class="valuation-details-form span4">
						<div id="valuationDetailsClick" class="visible-phone mobile-form-headers open">
							<i class="mobile-clipboard"></i>
							<p>
								<span class="btn-content">
								</span>
								Valuation details
							</p>
							<i style="float:right;" class="icon-white-arrow-down"></i>
						</div>
						<div id="valuationDetails">
							<p class="hidden-phone form-header"><img class="clipboard" src="imgs/clipboard.gif" alt="">Valuation details</p>
							<div class="form-horizontal">
								<div class="control-group-wrapper mobile-control-group-wrapper">
								    <div class="control-group mobile-control-group date-created">
								    	<label class="control-label mobile-control-label valuation-line" for="inputDateCreated">Date created:</label>
								    	<div class="controls mobile-controls">
											<p class="information-lines" id="[tid]_infCreated">[infCreated]</p>
								    	</div>
								    </div>
								    <div class="control-group mobile-control-group valuation-no">
									    <label class="control-label mobile-control-label valuation-line" for="inputValuationNo">Valuation no:</label>
									    <div class="controls mobile-controls">
									    	<p class="information-lines" id="[tid]_infValuationNumber">[infValuationNumber]</p>
								    	</div>
								    </div>
								    <div class="control-group mobile-control-group ref-no">
									    <label class="control-label mobile-control-label valuation-line" for="inputRefNo">Reference no:</label>
									    <div class="controls mobile-controls">
									    	<p class="information-lines" id="[tid]_infReferenceNumber">[infReferenceNumber]</p>
								    	</div>
								    </div>
								    <div class="control-group mobile-control-group vechile">
									    <label class="control-label mobile-control-label valuation-line" for="inputVechile">Vehicle status:</label>
									    <div class="controls mobile-controls">
									    	<p class="information-lines" id="[tid]_infStatus">[infStatus]</p>
								    	</div>
								    </div>
								    <div class="control-group mobile-control-group created-by">
									    <label class="control-label mobile-control-label valuation-line" for="inputCreatedBy">Created by:</label>
									    <div class="controls mobile-controls">
									    	<p class="information-lines" id="[tid]_infCreatedBy">[infCreatedBy]</p>
								    	</div>
								    </div>
								    <div class="control-group mobile-control-group valuator">
									    <label class="control-label mobile-control-label valuation-line" for="inputValuator">Valuator:</label>
									    <div class="controls mobile-controls">
											<p class="information-lines" id="[tid]_infValuator">[infValuator]</p>
										</div>
								    </div>
								    <div class="control-group mobile-control-group sales-person">
									    <label class="control-label mobile-control-label valuation-line" for="inputSalesPerson">Sales person:</label>
									    <div class="controls mobile-controls">
											<p class="information-lines" id="[tid]_infSalesUser">[infSalesUser]</p>
										</div>
								    </div>
								    <div class="control-group mobile-control-group date-loaded">
									    <label class="control-label mobile-control-label valuation-line" for="inputDateLoaded">Date loaded on price guide:</label>
									    <div class="controls mobile-controls">
											<p class="information-lines" id="[tid]_infLoadedOnPriceGuide">[infLoadedOnPriceGuide]</p>
										</div>
									</div>
								</div>
							</div>
						</div><!-- wrapper ends -->
					</div>
					<div class="hidden-phone pricing-details-form span4">
						<div id="pricingDetailsClick" class="visible-phone mobile-form-headers open">
							<i class="mobile-money"></i>
							<p>
								<span class="btn-content">
								</span>
								Pricing details
							</p>
							<i style="float:right;" class="icon-white-arrow-down"></i>
						</div>

						<div id="pricingDetails">
							<p class="hidden-phone form-header">
							<img class="money" src="imgs/money.gif" alt="">Pricing details</p>
							<div class="form-horizontal">
								<p>Trade:<span class="price" id="[tid]_infTradePrice">[infTradePrice]</span></p>
								<p class="trade-and-retail">*Trade and Retail avaliable</p>
								<p class="retail">Retail:<span class="price" id="[tid]_infRetailPrice">[infRetailPrice]</span></p>
                                <p class="list">List:<span class="price" id="[tid]_infListPrice">[infListPrice]</span></p>

								<div class="control-group mobile-control-group" id="[tid]_amountOffered">
									[amountOffered]
							    </div>
								<div class="control-group mobile-control-group" id="[tid]_overAllowance">
									[overAllowance]
							    </div>
								<div class="control-group mobile-control-group" id="[tid]_standInValue">
									[standInValue]
							    </div>
								<div class="control-group mobile-control-group" id="[tid]_projectedRetail">
									[projectedRetail]
							    </div>
								<div class="control-group mobile-control-group" id="[tid]_plannedMargin">
									[plannedMargin]
							    </div>
							</div>
						</div><!-- wrapper ends -->
					</div>
				</div>





				<div class="row-fluid page-middle-forms-wrapper">
					<div class="vehicle-specs-form span8">
						<div id="vSpecsClick" class="visible-phone mobile-form-headers open">
							<i class="mobile-car"></i>
							<p>
								<span class="btn-content">
								</span>
								Vehicle specifications
							</p>
							<i style="float:right;" class="icon-white-arrow-down"></i>
						</div>

						<div id="vSpecs">
							<p class="hidden-phone form-header"><img class="car" src="imgs/car.gif" alt="">Vehicle specifications</p>
							<div class="form-horizontal">
								<div class="row-fluid">
								<div class="span6">
									<input type="hidden" id="retailPrice">
									<input type="hidden" id="tradePrice">
                                    <input type="hidden" id="listPrice">
									<div class="control-group mobile-control-group" id="[tid]_vehicleYear">
										[vehicleYear]
								    </div>
									<div class="control-group mobile-control-group" id="[tid]_category">
										[category]
								    </div>
									<div class="control-group mobile-control-group" id="[tid]_make">
										[make]
								    </div>
									<div class="control-group mobile-control-group" id="[tid]_model">
										[model]
								    </div>
									<div class="control-group mobile-control-group" id="[tid]_type">
										[type]
								    </div>
								    <div class="control-group mobile-control-group" id="[tid]_mmCode">
										[mmCode]
								    </div>
									<div class="control-group mobile-control-group " id="[tid]_registrationNumber">
										[registrationNumber]
								    </div>
									<div class="control-group mobile-control-group" id="[tid]_fuelType">
										[fuelType]
								    </div>
									<div class="control-group mobile-control-group" id="[tid]_transmissionType">
										[transmissionType]
								    </div>
									<div class="control-group mobile-control-group" id="[tid]_vinNumber">
										[vinNumber]
								    </div>
									<div class="control-group mobile-control-group" id="[tid]_engineNumber">
										[engineNumber]
								    </div>
									<div class="control-group mobile-control-group" id="[tid]_sighted">
										[sighted]
								    </div>
                                    <div class="control-group mobile-control-group" id="[tid]_licenseDiscExpired">
                                        [licenseDiscExpired]
                                    </div>
								</div>
								<div class="span6">
									<div class="control-group mobile-control-group" id="[tid]_km">
										[km]
								    </div>
									<div class="control-group mobile-control-group" id="[tid]_condition">
										[condition]
								    </div>
									<div class="control-group mobile-control-group" id="[tid]_exteriorColour">
										[exteriorColour]
								    </div>
									<div class="control-group mobile-control-group" id="[tid]_interiorColour">
										[interiorColour]
								    </div>
									<div class="control-group mobile-control-group" id="[tid]_upholstery">
										[upholstery]
								    </div>
									<div class="control-group mobile-control-group" id="[tid]_papers">
										[papers]
								    </div>
									<div class="control-group mobile-control-group" id="[tid]_natis">
										[natis]
								    </div>
									<div class="control-group mobile-control-group" id="[tid]_spareKeys">
										[spareKeys]
								    </div>
									<div class="control-group mobile-control-group" id="[tid]_fullServiceHistory">
										[fullServiceHistory]
								    </div>
									<div class="control-group mobile-control-group" id="[tid]_fshNotes">
										[fshNotes]
								    </div>

								    <!--  New HPI Report Here -->
								    <div class="HPIhide">
									    <div class="row-fluid hidden-phone" style="display: block;">&nbsp;</div>
									    <div class="hpiReport" style="display:block;">

										    <div class="control-group mobile-control-group row-fluid" style="display: block;" id="test">
												<div class="form-header span12 warning">TransUnion HPI (Accident) Report</div>
												<div class="control-group mobile-control-group row-fluid" style="display: block;border:1px solid #d3d3d3;" id="">
													<div class="control-group mobile-control-group span6" style="padding-left:10px; padding-top:13px;">Last date requested:</div>
													<div class="control-group mobile-control-group span6" style="padding-left:10px;border-left:1px solid #d3d3d3; padding-top:13px;">
														<div id="tuhpiDate" class="span9">Not requested yet.</div>
														<div class="span3"><button id="downloadTuhpi" class="btn pull-right span12" type="button" style="display: none; margin:-5px 0 0 0;">view</button></div>
													</div>
										    	</div>
											</div>
										</div>
									</div>

								</div>
								</div>
			   				</div>
		   				</div><!-- wrapper ends -->
					</div>
					<div class="hidden-phone damages-form span4">
						<div id="damagesClick"  class="visible-phone mobile-form-headers open">
							<i class="mobile-bomb"></i>
							<p>
								<span class="btn-content">
								</span>
								Damages
							</p>
							<i style="float:right;" class="icon-white-arrow-down"></i>
						</div>
						<div id="damagesOpen">
							<p class="hidden-phone form-header">
							<img class="bomb" src="imgs/bomb.gif" alt=""> Damages</p>
							<div class="form-horizontal">
								<span id="[tid]_damages">
									[damages]
								</span><br/>
								<div class="" >
									<p style="color:red">IMPORTANT: The estimated repair price is at best an estimate, which must be used as a guideline only.</p>
								</div>
								<span id="[tid]_damageNotes">
									[damageNotes]
								</span>
								<div class="control-group mobile-control-group total-estimated">
									<label class="total-estimated-label" for="inputTotalEstimated">Total estimated repair price:</label>
									<div class="controls mobile-controls">
									  <p class="price" id="[tid]_damageTotal">[damageTotal]</p>
									</div>
								</div>
								<div class="control-group mobile-control-group" id="[tid]_previousRepairsNoted">
									[previousRepairsNoted]
								</div>
								<div class="control-group mobile-control-group" id="[tid]_previousRepairsNotes">
									[previousRepairsNotes]
								</div>
		   					</div>
	   					</div><!-- wrapper ends -->
					</div>
				</div>
				<div class="row-fluid page-bottom-forms-wrapper">
					<div class="accessories-form span4">
						<div id="accessoriesClick"  class="visible-phone mobile-form-headers open">
							<i class="mobile-headphones"></i>
							<p>
								<span class="btn-content">
								</span>
								Accessories
							</p>
							<i style="float:right;" class="icon-white-arrow-down"></i>
						</div>
						<div id="accessoriesOpen">
							<p class="hidden-phone form-header"><img class="headphones" src="imgs/headphones.gif" alt="">Accessories</p>
							<div class="form-horizontal">
								<span id="[tid]_accessories">
									[accessories]
								</span>
								<div class="comment-box" id="[tid]_accessoryNotes">
									[accessoryNotes]
								</div>
		   					</div>
	   					</div><!-- wrapper ends -->
					</div>
					<div class="photos-form span4">
						<div id="photoClick" class="visible-phone mobile-form-headers open">
							<i class="mobile-camera"></i>
							<p>
								<span class="btn-content">
								</span>
								Photos
							</p>
							<i style="float:right;" class="icon-white-arrow-down"></i>
						</div>
						<div id="photo">
							<p class="hidden-phone form-header"><img class="camera" src="imgs/camera.gif" alt="">Photos</p>
							<div class="form-horizontal left-and-right-side">
								<p class="instruction-paragraph">Click on the container to upload images from file:</p>
								<p class="warning-paragraph">Maximum of eight photos allowed</p>
								<div class="column-left">
									<span id="[tid]_mainImage">[mainImage]</span>
									<span id="[tid]_leftImage">[leftImage]</span>
									<span id="[tid]_backImage">[backImage]</span>
									<span id="[tid]_engineImage">[engineImage]</span>
								</div>
								<div class="column-left">
									<span id="[tid]_frontImage">[frontImage]</span>
									<span id="[tid]_rightImage">[rightImage]</span>
									<span id="[tid]_interiorImage">[interiorImage]</span>
									<span id="[tid]_natisImage">[natisImage]</span>
								</div>
		   					</div>
	   					</div><!-- wrapper ends -->
					</div>
					<div class="select-valuator span4">
						<div class="btn-wrapper">
							<div class="top-grey-set">
								<button type="button" id="optSendToPg" class="btn send-to-price-btn hide" onClick="$('#dropPg').slideToggle();">
									Send to price guide
								</button>
								<button type="button" id="optSendToSales" class="btn send-to-sales-btn hide" onClick="$('#dropCmp').slideToggle();">Send to sales</button>
								<button type="button" id="btnUnarchive" class="btn hide">Unarchive</button>
							</div>
							<div id="dropPg" class="well well-small well-dark dropSlide hide">
								<div class="control-group mobile-control-group" id="[tid]_clubs">
									[clubs]
							    </div>
							    <button type="button" class="btn btn-success pull-right" id="btnSendToPg">Send to price guide</button>
							    &nbsp;<br/>&nbsp;
							</div>
							<div id="dropCmp" class="well well-small well-dark dropSlide hide">
								<div class="control-group mobile-control-group" id="[tid]_salesProfile">
									[salesProfile]
							    </div>
								<div class="control-group mobile-control-group" id="[tid]_salesAmountOffered">
									[salesAmountOffered]
							    </div>
								<div class="control-group mobile-control-group" id="[tid]_salesComments">
									[salesComments]
							    </div>
							    <button type="button" class="btn btn-success pull-right" id="btnSendToSales">Send to sales</button>
							    &nbsp;<br/>&nbsp;
							</div>
							<div class="bottom-grey-set">
								<span id="[tid]_print">
									[print]
								</span>
								<button type="button" id="btnArchive" class="btn archive-btn hide">Archive</button>
								<button type="button" id="btnSendToStock" class="btn add-to-stock-btn hide" onClick="$('#dropStock').slideToggle();">Add to stock</button>
							</div>
							<div id="dropStock" class="well well-small well-dark dropSlide hide">
								<div class="control-group mobile-control-group" id="[tid]_stockNumber">
									[stockNumber]
							    </div>
							    <label for="acceptStockHPIdisclaimer" style="font-size:12px;">
							    	<input id="acceptStockHPIdisclaimer" type="checkbox">
							    	I agree that the Vin, Engine and Reg number entered is as per the Natis document, in order for Transunion Reports to be drawn.
							    </label>
							    <br/><br/>
							    <button type="button" class="btn btn-success pull-right" id="doSendToStock">Send to stock</button>
							      <button type="button" class="btn btn-success pull-right hide" id="doRemoveAccept">Accept Offer</button>
							    &nbsp;<br/>&nbsp;
							</div>
							<div class="colored-btn-set">
								<button type="button" id="btnSendToDealDone" class="btn btn-success save-and-send-btn hide">Save &amp; send to Deal Done</button>
								<button type="button" id="btnSendToDealNotDone" class="btn btn-danger save-and-send-btn hide" >Save &amp; send to Deal Not Done</button>
								<button type="button" id="btnRemoveAccept" class="btn btn-success save-and-send-btn hide" onClick="$('#dropDealDone').slideToggle();">Deal Done / Accept Highest Offer</button>
								<button type="button" id="btnAcceptOffer" class="btn btn-success save-and-send-btn hide" onClick="$('#dropDealDone').slideToggle();">Deal Done / Accept Highest Offer</button>
								<div id="dropDealDone" class="well well-small well-dark dropSlide hide">
									<div id="dealDoneOfferList">Loading...<br/></div>
								    <button type="button" class="btn btn-success pull-right hide" id="doAcceptOffer">Accept Offer</button>
								    <button type="button" class="btn btn-success pull-right" id="doRemoveAcceptSlider">Accept Offer Here</button>
								    &nbsp;<br/>&nbsp;
								</div>
								<button type="button" id="btnKeepForStock" class="btn btn-danger save-and-send-btn hide">Deal Done / Keep for Stock</button>
								<button type="button" id="btnRemove" class="btn btn-danger save-and-send-btn hide">Deal Done / Keep for Stock</button>
								<button type="button" id="btnExpire" class="btn btn-danger save-and-send-btn hide">Remove from Price Guide</button>
								<button type="button" id="btnB4cAccidentReport" class="btn btn-danger Bid4cars-btn hide" disabled>Request Bid4cars accident report</button>
								<button type="button" id="btnBwmAccidentReport" class="btn btn-warning bmw-btn hide" disabled>Request BMW accident report</button>
								<button type="button" id="btnSaveAsPending" class="btn btn-primary save-and-send-btn hide">Save &amp; send to pending valuation</button>
							</div>
						</div>
					</div>

					<div class="row-fluid page-middle-forms-wrapper">
					<div class="vehicle-specs-form span4"> &nbsp;</div>
					<div id="pricinghistory" class="vehicle-specs-form span4">

						<p class="hidden-phone form-header pricinghistory"><img class="pricinghistoryimg" src="imgs/icon-pricingHistory.png" alt="">Pricing History</p>
						<div class="form-horizontal short">
							<div class="row-fluid">
							<div class="span12">Please note: This history section includes the last 10 entries for the past 3 months</div>
							</div>
							<div class="row-fluid">&nbsp;</div>
							<div class="row-fluid">
							<div class="span12">

									<div class="row-fluid table-form">
										<div class="span12">
											<table class="table" id="PHColumnHeaders">

												<tr class="table-header table-header-wrapper" id="[tid]_gridPricingHistoryColumnHeaders">

												</tr>

												<tbody class="grid" id="[tid]_gridPricingHistoryRowRepeater">
													<span id = "pricing_history_none_found" style="display:none;" ><strong>There were no vehicles loaded for the past 3 months on the system for this selection.</strong></span>
												</tbody>
											</table>
										</div>
									</div>


							</div>

							</div>
		   				</div>
					</div>

				</div>
			</form>

Commits for namibiapublic/templates/page/limitedvaluationview.html

Diff revisions: vs.
Revision Author Commited Message
df0489 ... Mark Fri 14 Oct, 2016 10:01:00 +0000

initial commit