<%@ Control Language="vb" Inherits="ASPNetPortal.login" AutoEventWireup="false" CodeBehind="login.ascx.vb" %>
<% If HeaderVisible Then%>
<%=ModuleTitle%> <% If IsEditable Then%> <%=EditText %> <% End If%>
<% End If%>
<%=GetGlobalResourceObject("lang", "LogIn")%>
<%--
* * *
--%>

<% If HttpContext.Current.User.Identity.IsAuthenticated() Then%> <% End If%>
<%=GetGlobalResourceObject("lang", "NewUser")%>
<%=GetGlobalResourceObject("lang", "ConnectwithFacebook")%>
<%=GetGlobalResourceObject("lang", "RegisterFacebookMsg1")%>
<% If ConfigurationManager.AppSettings("FaceBookActive") = "True" And Not HttpContext.Current.User.Identity.IsAuthenticated() Then%>

<% End If%>