latest updates
[namibia] / public / templates / page / questionview.js
1 var template_questionview = function( static )
2 {
3         this.static   = static;
4         this.elements = {
5                         vehicle  : new App.TemplateElement.LabeledText('vehicle'),
6                         created  : new App.TemplateElement.LabeledText('created'),
7                         question : new App.TemplateElement.LabeledText('question'),
8                         reply    : new App.TemplateElement.LabeledText('reply')
9                 };
10         this.construct = function() {};
11         this.destruct  = function() {};
12 };