remove about us and FAQ links in menus
[namibia] / public / templates / page / systembidview.js
1 var template_systembidview = function( static )
2 {
3         this.static = static;
4         this.elements = {
5                         vehicle : new App.TemplateElement.Text('vehicle'),
6                         vehicleYear : new App.TemplateElement.LabeledText('vehicleYear'),
7                         category : new App.TemplateElement.LabeledText('category'),
8                         make : new App.TemplateElement.LabeledText('make'),
9                         model : new App.TemplateElement.LabeledText('model'),
10                         type : new App.TemplateElement.LabeledText('type'),
11                         fuelType : new App.TemplateElement.LabeledText('fuelType'),
12                         transmissionType : new App.TemplateElement.LabeledText('transmissionType'),
13                         condition : new App.TemplateElement.LabeledText('condition'),
14                         exteriorColour : new App.TemplateElement.LabeledText('exteriorColour'),
15                         interiorColour : new App.TemplateElement.LabeledText('interiorColour'),
16                         upholstery : new App.TemplateElement.LabeledText('upholstery'),
17                         papers : new App.TemplateElement.LabeledText('papers'),
18                         natis : new App.TemplateElement.LabeledText('natis'),
19                         spareKeys : new App.TemplateElement.LabeledText('spareKeys'),
20                         fullServiceHistory : new App.TemplateElement.LabeledText('fullServiceHistory'),
21                         registrationNumber : new App.TemplateElement.LabeledText('registrationNumber'),
22                         vinNumber : new App.TemplateElement.LabeledText('vinNumber'),
23                         engineNumber : new App.TemplateElement.LabeledText('engineNumber'),
24                         km : new App.TemplateElement.LabeledText('km'),
25                         fshNotes : new App.TemplateElement.LabeledText('fshNotes'),
26                         bodyWork : new App.TemplateElement.LabeledText('bodyWork'),
27                         damages : new App.TemplateElement.Text('damages'),
28                         damageTotal : new App.TemplateElement.LabeledText('damageTotal'),
29                         damageNotes : new App.TemplateElement.LabeledText('damageNotes'),
30                         previousRepairsNoted : new App.TemplateElement.LabeledText('previousRepairsNoted'),
31                         previousRepairsNotes : new App.TemplateElement.LabeledText('previousRepairsNotes'),
32                         accessories : new App.TemplateElement.Text('accessories'),
33                         accessoryNotes : new App.TemplateElement.LabeledText('accessoryNotes'),
34                         mainImage : new App.TemplateElement.FieldComponent('mainImage'),
35                         frontImage : new App.TemplateElement.FieldComponent('frontImage'),
36                         leftImage : new App.TemplateElement.FieldComponent('leftImage'),
37                         rightImage : new App.TemplateElement.FieldComponent('rightImage'),
38                         backImage : new App.TemplateElement.FieldComponent('backImage'),
39                         interiorImage : new App.TemplateElement.FieldComponent('interiorImage'),
40                         engineImage : new App.TemplateElement.FieldComponent('engineImage'),
41                         natisImage : new App.TemplateElement.FieldComponent('natisImage'),
42                         clubs : new App.TemplateElement.LabeledText('clubs'),
43
44                         infTradePrice : new App.TemplateElement.LabeledText('infTradePrice'),
45                         infRetailPrice : new App.TemplateElement.LabeledText('infRetailPrice'),
46             infListPrice : new App.TemplateElement.LabeledText('infListPrice'),
47
48                         status : new App.TemplateElement.LabeledText('status'),
49                         winningBid : new App.TemplateElement.LabeledText('winningBid'),
50                         nextBid : new App.TemplateElement.LabeledText('nextBid'),
51                         myAutoBid : new App.TemplateElement.LabeledText('myAutoBid'),
52
53                         companyName : new App.TemplateElement.LabeledText('companyName'),
54                         companyContact : new App.TemplateElement.LabeledText('companyContact'),
55                         companyMobile : new App.TemplateElement.LabeledText('companyMobile'),
56                         companyEmail : new App.TemplateElement.LabeledText('companyEmail'),
57
58                         print : new App.TemplateElement.ConstructorComponentCollection('print'),
59
60                         gridTitle         : new App.TemplateElement.Text('gridTitle'),
61                         gridColumnHeaders : new App.TemplateElement.ConstructorComponentCollection('gridColumnHeaders'),
62                         gridRowRepeater   : new App.TemplateElement.ConstructorComponentCollection('gridRowRepeater')
63                 };
64         this.construct = function()
65         {
66                 //
67         };
68         this.destruct = function()
69         {
70                 //
71         };
72 };