Type.registerNamespace('SpottedScript.Pages.Usrs.Spottings');
SpottedScript.Pages.Usrs.Spottings.View=function(clientId){SpottedScript.Pages.Usrs.Spottings.View.initializeBase(this,[clientId]);this.clientId=clientId;}
SpottedScript.Pages.Usrs.Spottings.View.prototype={clientId:null,get_panelSpottings:function(){return document.getElementById(this.clientId+'_PanelSpottings');},get_spotterIcon:function(){return document.getElementById(this.clientId+'_SpotterIcon');},get_spottingsDataList:function(){return document.getElementById(this.clientId+'_SpottingsDataList');},get_noRecordsNewAnchor:function(){return document.getElementById(this.clientId+'_NoRecordsNewAnchor');},get_noRecordsP:function(){return document.getElementById(this.clientId+'_NoRecordsP');},get_dataListP:function(){return document.getElementById(this.clientId+'_DataListP');},get_listPageLinksP:function(){return document.getElementById(this.clientId+'_ListPageLinksP');},get_usrIntro:function(){return document.getElementById(this.clientId+'_UsrIntro');},get_genericContainerPage:function(){return document.getElementById(this.clientId+'_GenericContainerPage');}}
SpottedScript.Pages.Usrs.Spottings.View.registerClass('SpottedScript.Pages.Usrs.Spottings.View',SpottedScript.Pages.Usrs.UsrUserControl.View);
