Type.registerNamespace('SpottedScript.Pages.Groups.Home');
SpottedScript.Pages.Groups.Home.View=function(clientId){SpottedScript.Pages.Groups.Home.View.initializeBase(this,[clientId]);this.clientId=clientId;}
SpottedScript.Pages.Groups.Home.View.prototype={clientId:null,get_panelGroup:function(){return document.getElementById(this.clientId+'_PanelGroup');},get_panelPrivate:function(){return document.getElementById(this.clientId+'_PanelPrivate');},get_infoNameLabel:function(){return document.getElementById(this.clientId+'_InfoNameLabel');},get_infoMembersLink:function(){return document.getElementById(this.clientId+'_InfoMembersLink');},get_privacySpan:function(){return document.getElementById(this.clientId+'_PrivacySpan');},get_infoLeaveButton:function(){return document.getElementById(this.clientId+'_InfoLeaveButton');},get_infoInviteRejectButton:function(){return document.getElementById(this.clientId+'_InfoInviteRejectButton');},get_infoJoinLoggedOutP:function(){return document.getElementById(this.clientId+'_InfoJoinLoggedOutP');},get_infoJoinP:function(){return document.getElementById(this.clientId+'_InfoJoinP');},get_infoLeaveP:function(){return document.getElementById(this.clientId+'_InfoLeaveP');},get_infoMemberStatusP:function(){return document.getElementById(this.clientId+'_InfoMemberStatusP');},get_infoInviteP:function(){return document.getElementById(this.clientId+'_InfoInviteP');},get_infoFavouriteGroupButtonPanel:function(){return document.getElementById(this.clientId+'_InfoFavouriteGroupButtonPanel');},get_commentAlertButtonPanel:function(){return document.getElementById(this.clientId+'_CommentAlertButtonPanel');},get_latest:function(){return document.getElementById(this.clientId+'_Latest');},get_h13:function(){return document.getElementById(this.clientId+'_H13');},get_miscInfoPanel:function(){return document.getElementById(this.clientId+'_MiscInfoPanel');},get_h1:function(){return document.getElementById(this.clientId+'_H1');},get_groupName:function(){return document.getElementById(this.clientId+'_GroupName');},get_groupPicCell:function(){return document.getElementById(this.clientId+'_GroupPicCell');},get_groupPicImg:function(){return document.getElementById(this.clientId+'_GroupPicImg');},get_publicChatP:function(){return document.getElementById(this.clientId+'_PublicChatP');},get_publicChatLink:function(){return document.getElementById(this.clientId+'_PublicChatLink');},get_publicChatLinkLabel:function(){return document.getElementById(this.clientId+'_PublicChatLinkLabel');},get_groupChatP:function(){return document.getElementById(this.clientId+'_GroupChatP');},get_groupChatLink:function(){return document.getElementById(this.clientId+'_GroupChatLink');},get_groupChatLinkLabel:function(){return document.getElementById(this.clientId+'_GroupChatLinkLabel');},get_calendarP:function(){return document.getElementById(this.clientId+'_CalendarP');},get_calendarLink:function(){return document.getElementById(this.clientId+'_CalendarLink');},get_calendarLinkLabel:function(){return document.getElementById(this.clientId+'_CalendarLinkLabel');},get_hotTicketsP:function(){return document.getElementById(this.clientId+'_HotTicketsP');},get_hotTicketsLink:function(){return document.getElementById(this.clientId+'_HotTicketsLink');},get_hotTicketsLinkLabel:function(){return document.getElementById(this.clientId+'_HotTicketsLinkLabel');},get_ticketsP:function(){return document.getElementById(this.clientId+'_TicketsP');},get_ticketsLink:function(){return document.getElementById(this.clientId+'_TicketsLink');},get_ticketsLinkLabel:function(){return document.getElementById(this.clientId+'_TicketsLinkLabel');},get_freeGuestlistP:function(){return document.getElementById(this.clientId+'_FreeGuestlistP');},get_freeGuestlistLink:function(){return document.getElementById(this.clientId+'_FreeGuestlistLink');},get_freeGuestlistLinkLabel:function(){return document.getElementById(this.clientId+'_FreeGuestlistLinkLabel');},get_infoJoinButton:function(){return document.getElementById(this.clientId+'_InfoJoinButton');},get_nextEventCell:function(){return document.getElementById(this.clientId+'_NextEventCell');},get_h19:function(){return document.getElementById(this.clientId+'_H19');},get_nextEventDataList:function(){return document.getElementById(this.clientId+'_NextEventDataList');},get_htmlPanel:function(){return document.getElementById(this.clientId+'_HtmlPanel');},get_h11:function(){return document.getElementById(this.clientId+'_H11');},get_groupName1:function(){return document.getElementById(this.clientId+'_GroupName1');},get_uiCompetitionPanelTop:function(){return document.getElementById(this.clientId+'_uiCompetitionPanelTop');},get_uiCompetitionPanel1:function(){return document.getElementById(this.clientId+'_uiCompetitionPanel1');},get_captionCompetitionPanel:function(){return document.getElementById(this.clientId+'_CaptionCompetitionPanel');},get_h2:function(){return document.getElementById(this.clientId+'_H2');},get_captionCompetitionPhotoDataList:function(){return document.getElementById(this.clientId+'_CaptionCompetitionPhotoDataList');},get_uiCompetitionPanel2:function(){return document.getElementById(this.clientId+'_uiCompetitionPanel2');},get_groupPhotoPanel:function(){return document.getElementById(this.clientId+'_GroupPhotoPanel');},get_uiTopPhotosHeader:function(){return document.getElementById(this.clientId+'_uiTopPhotosHeader');},get_uiTopPhotosDiv:function(){return document.getElementById(this.clientId+'_uiTopPhotosDiv');},get_groupPhotoDataList:function(){return document.getElementById(this.clientId+'_GroupPhotoDataList');},get_groupPhotoArchiveLinkP:function(){return document.getElementById(this.clientId+'_GroupPhotoArchiveLinkP');},get_groupPhotoModPanelPanel:function(){return document.getElementById(this.clientId+'_GroupPhotoModPanelPanel');},get_h3:function(){return document.getElementById(this.clientId+'_H3');},get_competitionPhotoPanel:function(){return document.getElementById(this.clientId+'_CompetitionPhotoPanel');},get_h4:function(){return document.getElementById(this.clientId+'_H4');},get_competitionPhotosDataGrid:function(){return document.getElementById(this.clientId+'_CompetitionPhotosDataGrid');},get_genericContainerPage:function(){return document.getElementById(this.clientId+'_GenericContainerPage');}}
SpottedScript.Pages.Groups.Home.View.registerClass('SpottedScript.Pages.Groups.Home.View',SpottedScript.DsiUserControl.View);
