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
var template_systembidview = function( static )
{
	this.static = static;
	this.elements = {
			vehicle : new App.TemplateElement.Text('vehicle'),
			vehicleYear : new App.TemplateElement.LabeledText('vehicleYear'),
			category : new App.TemplateElement.LabeledText('category'),
			make : new App.TemplateElement.LabeledText('make'),
			model : new App.TemplateElement.LabeledText('model'),
			type : new App.TemplateElement.LabeledText('type'),
			fuelType : new App.TemplateElement.LabeledText('fuelType'),
			transmissionType : new App.TemplateElement.LabeledText('transmissionType'),
			condition : new App.TemplateElement.LabeledText('condition'),
			exteriorColour : new App.TemplateElement.LabeledText('exteriorColour'),
			interiorColour : new App.TemplateElement.LabeledText('interiorColour'),
			upholstery : new App.TemplateElement.LabeledText('upholstery'),
			papers : new App.TemplateElement.LabeledText('papers'),
			natis : new App.TemplateElement.LabeledText('natis'),
			spareKeys : new App.TemplateElement.LabeledText('spareKeys'),
			fullServiceHistory : new App.TemplateElement.LabeledText('fullServiceHistory'),
			registrationNumber : new App.TemplateElement.LabeledText('registrationNumber'),
			vinNumber : new App.TemplateElement.LabeledText('vinNumber'),
			engineNumber : new App.TemplateElement.LabeledText('engineNumber'),
			km : new App.TemplateElement.LabeledText('km'),
			fshNotes : new App.TemplateElement.LabeledText('fshNotes'),
			bodyWork : new App.TemplateElement.LabeledText('bodyWork'),
			damages : new App.TemplateElement.Text('damages'),
			damageTotal : new App.TemplateElement.LabeledText('damageTotal'),
			damageNotes : new App.TemplateElement.LabeledText('damageNotes'),
			previousRepairsNoted : new App.TemplateElement.LabeledText('previousRepairsNoted'),
			previousRepairsNotes : new App.TemplateElement.LabeledText('previousRepairsNotes'),
			accessories : new App.TemplateElement.Text('accessories'),
			accessoryNotes : new App.TemplateElement.LabeledText('accessoryNotes'),
			mainImage : new App.TemplateElement.FieldComponent('mainImage'),
			frontImage : new App.TemplateElement.FieldComponent('frontImage'),
			leftImage : new App.TemplateElement.FieldComponent('leftImage'),
			rightImage : new App.TemplateElement.FieldComponent('rightImage'),
			backImage : new App.TemplateElement.FieldComponent('backImage'),
			interiorImage : new App.TemplateElement.FieldComponent('interiorImage'),
			engineImage : new App.TemplateElement.FieldComponent('engineImage'),
			natisImage : new App.TemplateElement.FieldComponent('natisImage'),
			clubs : new App.TemplateElement.LabeledText('clubs'),

			infTradePrice : new App.TemplateElement.LabeledText('infTradePrice'),
			infRetailPrice : new App.TemplateElement.LabeledText('infRetailPrice'),
            infListPrice : new App.TemplateElement.LabeledText('infListPrice'),

			status : new App.TemplateElement.LabeledText('status'),
			winningBid : new App.TemplateElement.LabeledText('winningBid'),
			nextBid : new App.TemplateElement.LabeledText('nextBid'),
			myAutoBid : new App.TemplateElement.LabeledText('myAutoBid'),

			companyName : new App.TemplateElement.LabeledText('companyName'),
			companyContact : new App.TemplateElement.LabeledText('companyContact'),
			companyMobile : new App.TemplateElement.LabeledText('companyMobile'),
			companyEmail : new App.TemplateElement.LabeledText('companyEmail'),

			print : new App.TemplateElement.ConstructorComponentCollection('print'),

			gridTitle         : new App.TemplateElement.Text('gridTitle'),
			gridColumnHeaders : new App.TemplateElement.ConstructorComponentCollection('gridColumnHeaders'),
			gridRowRepeater   : new App.TemplateElement.ConstructorComponentCollection('gridRowRepeater')
		};
	this.construct = function()
	{
		//
	};
	this.destruct = function()
	{
		//
	};
};

Commits for namibiapublic/templates/page/systembidview.js

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

initial commit