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
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
			<form id="frmStockView" 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 info-block">
					<div class="valuation-details-form pg-a-data-wrapper span4">


						<!-- <div class="visible-phone mobile-form-headers">
							<p>
								<span class="btn-content">
									<i class="mobile-clipboard"></i>
								</span>
								Price Guide and Auction
							</p>
						</div> -->

						<div id="priceGuideAuctionClick" class="visible-phone mobile-form-headers open">
							<i class="mobile-clipboard"></i>
							<p>
								<span class="btn-content">
								</span>
								Price Guide and Auction
							</p>
							<i style="float:right;" class="icon-white-arrow-down"></i>
						</div>

						<div id="priceGuideAuction">
							<p class="hidden-phone form-header"><img class="clipboard" src="imgs/clipboard.gif" alt="">Price Guide and Auction</p>
							<div class="form-horizontal mobile-form-horizontal">
								<div class="control-group-wrapper mobile-control-group-wrapper">
									<div class="control-group mobile-control-group price-guide-info hide">
									    <label class="control-label mobile-control-label valuation-line" for="inputDateLoaded">Date Created:</label>
									    <div class="controls mobile-controls">
											<p class="information-lines" id="[tid]_dateCreatedPriceGuide">[dateCreatedPriceGuide]</p>
										</div>
									</div>
								    <div class="control-group mobile-control-group price-guide-info hide">
									    <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]_loadedOnPriceGuide">[loadedOnPriceGuide]</p>
										</div>
									</div>
								    <div class="control-group mobile-control-group price-guide-info hide">
									    <label class="control-label mobile-control-label valuation-line" for="inputNumOffers">Number of offers:</label>
									    <div class="controls mobile-controls">
											<p class="information-lines" id="[tid]_numberOfOffers">[numberOfOffers]</p>
										</div>
									</div>
								    <div class="control-group mobile-control-group price-guide-info hide">
									    <label class="control-label mobile-control-label valuation-line" for="inputDateLoaded">Highest offer:</label>
									    <div class="controls mobile-controls">
											<p class="information-lines" id="[tid]_highestOffer">[highestOffer]</p>
										</div>
									</div>
								    <hr/>
								    <div class="control-group mobile-control-group auction-info hide">
									    <label class="control-label mobile-control-label valuation-line" for="inputTimesListed">Times listed on auction:</label>
									    <div class="controls mobile-controls">
											<p class="information-lines" id="[tid]_timesListed">[timesListed]</p>
										</div>
									</div>
								    <div class="control-group mobile-control-group auction-info hide">
									    <label class="control-label mobile-control-label valuation-line" for="inputHighestBid">Highest bid:</label>
									    <div class="controls mobile-controls">
											<p class="information-lines" id="[tid]_highestBid">[highestBid]</p>
										</div>
									</div>
								</div>
							</div>
						</div> <!-- Wrapper ends Here -->
					</div>


					<div class="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">
								<div class="control-group-wrapper mobile-control-group-wrapper">
								    <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]_referenceNumber">[referenceNumber]</p>
								    	</div>
								    </div>
								    <div class="control-group mobile-control-group vechile">
									    <label class="control-label mobile-control-label valuation-line" for="inputVechileStatus">Vehicle status:</label>
									    <div class="controls mobile-controls">
									    	<p class="information-lines" id="[tid]_jobState">[jobState]</p>
								    	</div>
								    </div>
								    <div class="control-group mobile-control-group vechile">
									    <label class="control-label mobile-control-label valuation-line" for="inputVechileStatus">Initial Trade:</label>
									    <div class="controls mobile-controls">
									    	<p class="information-lines" id="[tid]_initialTradePrice">[initialTradePrice]</p>
								    	</div>
								    </div>
								    <div class="control-group mobile-control-group vechile">
									    <label class="control-label mobile-control-label valuation-line" for="inputVechileStatus">Updated Trade:</label>
									    <div class="controls mobile-controls">
									    	<p class="information-lines" id="[tid]_updatedTradePrice">[updatedTradePrice]</p>
								    	</div>
								    </div>
								    
									<span id="[tid]_coverReceived">
										[coverReceived]
									</span>
								</div>
							</div>
						</div> <!-- Wrapper End Here -->
					</div>


				</div>


				<div class="row-fluid page-middle-forms-wrapper">
					<div class="vehicle-specs-form span8">

						<!-- <div class="visible-phone mobile-form-headers">
							<p>
								<span class="btn-content">
									<i class="mobile-car"></i>
								</span>
								Vehicle specifications
							</p>
						</div> -->


						<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 vechile">
									    <label class="control-label mobile-control-label valuation-line" for="inputTradePrice">Trade Price:</label>
									    <div class="controls mobile-controls">
									    	<p class="information-lines" id="[tid]_tradePrice">[tradePrice]</p>
								    	</div>
								    </div>
								    <div class="control-group mobile-control-group vechile">
									    <label class="control-label mobile-control-label valuation-line" for="inputRetailPrice">Retail Price:</label>
									    <div class="controls mobile-controls">
									    	<p class="information-lines" id="[tid]_retailPrice">[retailPrice]</p>
								    	</div>
								    </div>
                                    <div class="control-group mobile-control-group vechile">
                                        <label class="control-label mobile-control-label valuation-line" for="inputListPrice">New List Price:</label>
                                        <div class="controls mobile-controls">
                                            <p class="information-lines" id="[tid]_listPrice">[listPrice]</p>
                                        </div>
                                    </div>
									<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 id="selectionVehicle">

										<div class="control-group mobile-control-group" id="[tid]_make">
											[make]
									    </div>
								    	<div class="control-group mobile-control-group hide" id="[tid]_makeManual">
											[makeManual]
									    </div>
										<div class="control-group mobile-control-group" id="[tid]_model">
											[model]
									    </div>
										<div class="control-group mobile-control-group hide" id="[tid]_modelManual">
											[modelManual]
									    </div>
										<div class="control-group mobile-control-group" id="[tid]_type">
											[type]
									    </div>
										<div class="control-group mobile-control-group hide" id="[tid]_typeManual">
											[typeManual]
									    </div>

								    </div>


								    <div class="control-group mobile-control-group" id="[tid]_mmCode">
										[mmCode]
								    </div>
								    <div class="control-group mobile-control-group" id="[tid]_stockNumber">
										[stockNumber]
								    </div>
								    <!-- <div class="control-group mobile-control-group">
									    <label class="control-label mobile-control-label" for="inputVechileType"></label>
									    <div class="btn-group find-value">
											<button type="button" id="btnFetchTu" class="btn find-value-btn">Find value</button>
											<div class="red-lines"></div>
										</div>
									</div> -->
									<div class="control-group mobile-control-group registration-no" 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>
								<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>


								     <!--<div class="HPIhide">
								    &lt;!&ndash;  New HPI Report Here &ndash;&gt;
									    <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>-->
                                    <!--  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 id="HPIreportData">
                                                    <div class="control-group mobile-control-group row-fluid" style="display: block;border:1px solid #d3d3d3;" id="">
                                                        <div class="control-group mobile-control-group span4" style="padding-left:10px; padding-top:13px;">Last date requested:</div>
                                                        <div class="control-group mobile-control-group span4" 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>
		   				</div> <!-- Wrapper ends here -->
		   			</div>




					<div class="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 here -->

					</div>



				</div>
				<div class="row-fluid page-bottom-forms-wrapper">
					<div class="accessories-form span4">

						<!-- <div class="visible-phone mobile-form-headers">
							<p>
								<span class="btn-content">
									<i class="mobile-headphones"></i>
								</span>
								Accessories
							</p>
						</div> -->

						<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 here -->
	   				</div>

					<div class="photos-form span4">
						<!-- <div class="visible-phone mobile-form-headers">
							<p>
								<span class="btn-content">
									<i class="mobile-camera"></i>
								</span>
								Photos
							</p>
						</div> -->

						<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 Here -->
					</div>
					<div class="select-valuator span4">
						<div class="btn-wrapper">
							<div class="top-grey-set">
								<button id="optSendToPg" type="button" class="btn send-to-price-btn hide" onClick="$('#dropPg').slideToggle();">
									Send to Price Guide
								</button>
								<button id="optSendToAction" type="button" class="btn send-to-auction-btn hide" onClick="$('#dropAuction').slideToggle();">
									Send to Auction
								</button>
								<button id="btnSendToTc" type="button" class="btn send-to-auction-btn hide">
									Send to Trade Center
								</button>
								<button id="optSendToRetail" type="button" class="btn hide" onClick="$('#dropRetail').slideToggle();">
									Send to Retail
								</button>
								<button id="btnReclaimFromRetail" type="button" class="btn hide">
									Reclaim from Retail
								</button>
								<button type="submit" class="btn edit-btn" id="btnUpdate">Save to stock</button>
							</div>
							<div id="dropPg" class="well well-small dropSlide hide">
								<div class="control-group mobile-control-group" id="[tid]_clubs">
									[clubs]
							    </div>
							    <label for="acceptPgHPIdisclaimer" style="font-size:12px;">
							    	<input id="acceptPgHPIdisclaimer" type="checkbox">
				                    <span class="span12">
								    	I agree that the Vin, Engine and Reg number entered is as per the Natis document, in order for Transunion Reports to be drawn.
				                    </span>
							    </label>
							    <br/><br/>
							    <button type="button" class="btn btn-success pull-right" id="btnSendToPg">Send to price guide</button>
							    &nbsp;<br/>&nbsp;
							</div>
							<div id="dropAuction" class="well well-small dropSlide hide">
								<div class="control-group mobile-control-group" id="[tid]_endDate">
									[endDate]
							    </div>
								<div class="control-group mobile-control-group" id="[tid]_reservePrice">
									[reservePrice]
							    </div>
							    <label for="acceptAuctionHPIdisclaimer" style="font-size:12px;">
							    	<input id="acceptAuctionHPIdisclaimer" type="checkbox">
				                    <span class="span12">
								    	I agree that the Vin, Engine and Reg number entered is as per the Natis document, in order for Transunion Reports to be drawn.
				                    </span>
							    </label>
							    <br/><br/>
							    <button type="button" class="btn btn-success pull-right" id="btnSendToAuction">Send to auction</button>
							    &nbsp;<br/>&nbsp;
							</div>
							<div id="dropRetail" class="well well-small well-dark dropSlide hide">
								<div class="control-group mobile-control-group" id="[tid]_retailAmountRequired">
									[retailAmountRequired]
							    </div>
							    <button type="button" class="btn btn-success pull-right" id="btnSendToRetail">Send to retail</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">Archive</button>
							</div>
							<div class="colored-btn-set">
								<button type="button" class="btn btn-danger Bid4cars-btn hide" disabled>Request Bid4cars accident report</button>
								<button type="button" class="btn btn-warning bmw-btn hide" disabled>Request BMW accident report</button>
							</div>


                            <!-- TransUnion HPI -->
                            <div class="HPIhide">
                                <button type="button" id="requestHPIreport" class="btn btn-purple hide" onClick="$('#tuHPIReport').slideToggle();">
                                    TU HPI Report
                                </button>
                                <button type="button" id="requestHPIAccidentReport" class="btn btn-purple hide" onClick="$('#tuHPIAccidentReport').slideToggle();">
                                    TU Accident Report
                                </button>
                                <!-- TransUnion HPI Report -->
                                <div id="tuHPIReport" class="well well-small dropSlide hide">
                                    <div class="row">
                                        <div class="span12 offset1">
                                            <div class="control-group mobile-control-group" id="HPIFormInputs">
                                                <div class="span11"><p>Please enter your Username and Password to download the HPI report.</p></div>
                                                </br> </br>
                                                <div class="span11">
                                                    <!-- <div class="row">User Name:<input class="field" id="email" name="email" type="text" placeholder="email" value=""></div> -->
                                                    <!-- <div class="row">Password: the impit</div> -->
                                                    <div class="input-prepend login-input">
                                                        <span class="add-on"><i class="icon-user icon-black"></i></span>
                                                        <input class="field" id="HPIusername" name="HPIusername" type="text" placeholder="Username" value="">
                                                    </div>
                                                    <div id="maskedPin" class="input-prepend">
                                                        <span class="add-on"><i class="icon-asterisk icon-black"></i></span><input class="field"
                                                                                                                                   id="HPIpin" name="HPIpin" type="password" placeholder="Password">
                                                    </div>
                                                    <div id="HPIresponse"></div>
                                                </div>
                                            </div>
                                        </div>
                                        <div id="HPIdropConfirm" class="span10 offset1 well well-small well-dark dropSlide hide textshow-dark">
                                            <div class="span11 offset1">
                                                You will be billed directly by Transunion for this transaction. Do you want to continue?
                                                <br/>
                                                <label for="acceptHPIdisclaimer" style="font-size:12px;">
                                                    <input id="acceptHPIdisclaimer" type="checkbox">
                                                <span class="span12">
                                                    Please ensure that the Vin, Engine and Reg number supplied is correct as you will be billed accordingly by Transunion if incorrect information supplied.
                                                </span>
                                                </label>
                                                <br><br>
                                            </div>
                                            <button type="button" class="btn btn-success pull-right" id="HPIbtnConfirm">Yes</button>
                                            <button type="button" class="btn btn-danger pull-right" onClick="$('#HPIdropConfirm').slideToggle();">No</button>
                                            &nbsp;<br/>&nbsp;
                                        </div>
                                        <div class="span12 hidden-phone hidden-desktop">
                                            <br><br>
                                        </div>
                                        <div class="span12 offset1">
                                            <div class="span7">
                                                <button type="button" class="btn btn-danger pull-left" onClick="$('#tuHPIReport').slideToggle();" id="btnCancelHPI">Cancel</button>
                                            </div>
                                            <div class="span5">
                                                <button type="button" class="btn btn-success pull-left" id="btnRequestHPI" >Request Report</button>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                                <!-- To here HPI -->
                                <!-- TransUnion HPI Accident Report -->
                                <div id="tuHPIAccidentReport" class="well well-small dropSlide hide">
                                    <div class="row">
                                        <div class="span12 offset1">
                                            <div class="control-group mobile-control-group" id="HPIAccidentFormInputs">
                                                <div class="span11"><p>Please enter your TU Username and Password to download the Accident Report.</p></div>
                                                </br> </br>
                                                <div class="span11">
                                                    <!-- <div class="row">User Name:<input class="field" id="email" name="email" type="text" placeholder="email" value=""></div> -->
                                                    <!-- <div class="row">Password: the impit</div> -->
                                                    <div class="input-prepend login-input">
                                                        <span class="add-on"><i class="icon-user icon-black"></i></span>
                                                        <input class="field" id="HPIAccidentUsername" name="HPIAccidentUsername" type="text" placeholder="Username" value="">
                                                    </div>
                                                    <div id="maskedPinAccident" class="input-prepend">
                                                        <span class="add-on"><i class="icon-asterisk icon-black"></i></span>
                                                        <input class="field" id="HPIAccidentPin" name="HPIAccidentPin" type="password" placeholder="Password">
                                                    </div>
                                                    <div id="HPIAccidentResponse"></div>
                                                </div>
                                            </div>
                                        </div>
                                        <div id="HPIAccidentDropConfirm" class="span10 offset1 well well-small well-dark dropSlide hide textshow-dark">
                                            <div class="span11 offset1">
                                                You will be billed directly by Transunion for this transaction. Do you want to continue?
                                                <br/>
                                                <label for="acceptHPIAccidentDisclaimer" style="font-size:12px;">
                                                    <input id="acceptHPIAccidentDisclaimer" type="checkbox">
                                                <span class="span12">
                                                    Please ensure that the Vin, Engine and Reg number supplied is correct as you will be billed accordingly by Transunion if incorrect information supplied.
                                                </span>
                                                </label>
                                                <br><br>
                                            </div>
                                            <button type="button" class="btn btn-success pull-right" id="HPIAccidentBtnConfirm">Yes</button>
                                            <button type="button" class="btn btn-danger pull-right" onClick="$('#HPIAccidentDropConfirm').slideToggle();">No</button>
                                            &nbsp;<br/>&nbsp;
                                        </div>
                                        <div class="span12 hidden-phone hidden-desktop">
                                            <br><br>
                                        </div>
                                        <div class="span12 offset1">
                                            <div class="span7">
                                                <button type="button" class="btn btn-danger pull-left" onClick="$('#tuHPIAccidentReport').slideToggle();" id="btnCancelHPIAccident">Cancel</button>
                                            </div>
                                            <div class="span5">
                                                <button type="button" class="btn btn-success pull-left" id="btnRequestHPIAccident" >Request Report</button>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                                <!-- To here HPI Accident -->
                            </div>
                        <!-- To here TransUnion HPI -->


						<!-- TransUnion HPI Report
						<div class="HPIhide">
						<button type="button" id="requestHPIreport" class="btn btn-purple hide" onClick="$('#tuHPIReport').slideToggle();">
									TU HPI Report
						</button>
						<div id="tuHPIReport" class="well well-small well-dark dropSlide hide">
							<div class="row">
								<div class="span12 offset1">
									<div class="control-group mobile-control-group" id="HPIFormInputs">
										 <div class="row">User Name:<input class="field" id="email" name="email" type="text" placeholder="email" value=""></div>
										 <div class="row">Password: the impit</div>

										<div class="input-prepend login-input">
											<span class="add-on"><i class="icon-user icon-black"></i></span><input class="field"
											id="HPIusername" name="HPIusername" type="text" placeholder="Username"
											value="">
										</div>

										<div id="maskedPin" class="input-prepend">
											<span class="add-on"><i class="icon-asterisk icon-black"></i></span><input class="field"
											id="HPIpin" name="HPIpin" type="password" placeholder="Password">
										</div>

										<div id="HPIresponse"></div>

								    </div>
							    </div>

							    <div id="HPIdropConfirm" class="span10 offset1 well well-small dropSlide hide textshow-dark">
									    <div class="span11 offset1">
										    You will be billed directly by Transunion for this transaction. Do you want to continue?
									    	<br/>
									    	<label for="acceptHPIdisclaimer" style="font-size:12px;">
										    	<input id="acceptHPIdisclaimer" type="checkbox">
                          <span class="span12">
										    	Please ensure that the Vin, Engine and Reg number supplied is correct as you will be billed accordingly by Transunion if incorrect information supplied.
                          </span>
										    </label>
										    <br><br>
									    </div>

									<button type="button" class="btn btn-success pull-right" id="HPIbtnConfirm">Yes</button>
								    <button type="button" class="btn btn-danger pull-right" onClick="$('#HPIdropConfirm').slideToggle();">No</button>
								    &nbsp;<br/>&nbsp;
								</div>

							    <div class="span12 hidden-phone hidden-desktop">
							     	<br><br>
							    </div>
							    <div class="span12 offset1">
							    	<div class="span7">
								    	<button type="button" class="btn btn-danger pull-left" onClick="$('#tuHPIReport').slideToggle();" id="btnCancelHPI">Cancel</button>
								    </div>
								    <div class="span5">
								    	<button type="button" class="btn btn-success pull-left" id="btnRequestHPI" >Request Report</button>
								    </div>
							    </div>

						    </div>
						</div>
						</div>
						 To here HPI -->





						</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>


				</div>
			</form>

Commits for namibiapublic/templates/page/stockview.html

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

initial commit