latest updates
[namibia] / public / templates / page / systemdisputeview.js
1 var template_systemdisputeview = function( static )
2 {
3         this.static   = static;
4         this.elements = {
5                         jobState : new App.TemplateElement.LabeledText('jobState'),
6                         created : new App.TemplateElement.LabeledText('created'),
7                         vehicle : new App.TemplateElement.LabeledText('vehicle'),
8                         complaint : new App.TemplateElement.FieldComponent('complaint'),
9                         resolution : new App.TemplateElement.FieldComponent('resolution'),
10                         plaintive : new App.TemplateElement.LabeledText('plaintive'),
11                         plaintiveContact : new App.TemplateElement.LabeledText('plaintiveContact'),
12                         plaintiveOffice : new App.TemplateElement.LabeledText('plaintiveOffice'),
13                         plaintiveMobile : new App.TemplateElement.LabeledText('plaintiveMobile'),
14                         plaintiveEmail : new App.TemplateElement.LabeledText('plaintiveEmail'),
15                         defendant : new App.TemplateElement.LabeledText('defendant'),
16                         defendantContact : new App.TemplateElement.LabeledText('defendantContact'),
17                         defendantOffice : new App.TemplateElement.LabeledText('defendantOffice'),
18                         defendantMobile : new App.TemplateElement.LabeledText('defendantMobile'),
19                         defendantEmail : new App.TemplateElement.LabeledText('defendantEmail')
20                 };
21         this.construct = function() {};
22         this.destruct  = function() {};
23 };