latest updates
[namibia] / public / templates / page / retailview.js
1 var template_retailview = function( static )
2 {
3         this.static   = static;
4         this.elements = {
5                         retail : new App.TemplateElement.FieldComponent('retail'),
6                         username : new App.TemplateElement.FieldComponent('username'),
7                         password : new App.TemplateElement.FieldComponent('password')
8                 };
9         this.construct = function() {};
10         this.destruct  = function() {};
11 };