text changes to registration mail content
[namibia] / public / templates / page / dealerhome.js
1 var template_dealerhome = function( static )
2 {
3         this.static = static;
4         this.elements = {                       
5                 auctionCount : new App.TemplateElement.Text('auctionCount'),
6                 auctionCountMobi : new App.TemplateElement.Text('auctionCountMobi')
7         };
8         this.construct = function()
9         {
10                 //alert('Hi there, we now do event registrations, etc');
11                 
12                 /*$('header .logo').css("background", "url(/imgs/header-with-logo.jpg)");
13                 $('header .logo').css("background-position", "51% 0%");
14                 $('header .logo').css("background-repeat", "no-repeat");*/
15                 
16         };
17         this.destruct = function()
18         {
19                 //alert('Hi there, removing bindings, etc');
20         };
21 };