%@ include file="/common/jsp/sitespecific.jsp" %> <%@ include file="/common/jsp/logininclude.jsp" %> <% //java.lang.String fn = (String)request.getAttribute("fn"); //java.lang.String ln = (String)request.getAttribute("ln"); //java.lang.String uname = (String)request.getAttribute("uname"); //if (fn==null) { fn = ""; } //if (ln==null) { ln = ""; } //if (uname==null) { uname = ""; } java.lang.String promo=request.getParameter("promo"); if (promo==null) { promo = ""; } java.lang.String uname=request.getParameter("UNAME"); java.lang.String pwd1=request.getParameter("PWD1"); java.lang.String action=request.getParameter("ACTION"); java.lang.String msg=request.getParameter("MSG"); boolean isPromo = false; if (promo.equalsIgnoreCase("gelt")) { isPromo = true; } String refText1 = request.getHeader("referer"); if(refText1 == null){ refText1 = "/index.htm"; } %>
<%@ include file="/common/jsp/templateHeader0805.jsp" %>| Login Page |
<% if (isPromo) { %>
MyJewishLearning.com Hanukkah Contest<% } else { %>MyJewishLearning.com Login Page<% } %> <% if (action != null) { if (action.equals("pwd")){ %><%= (msg==null?"":msg) %> <% } if (action.equals("login")){ msg = "Either your username (email address) or password were incorrect. Please try signing in again, sign up as a new Member, or ask for Password Help."; %> <%= (msg==null?"":msg) %> <% } if (action.equals("signup")){ //msg = newmsg ; %><%= (msg==null?"":msg) %> <% } }%> <% if (isPromo) { %>As an existing member of MyJewishLearning.com, you may login here as your entry for our Hannukah Contest. The winner will be notified by December 6th, 2004. <% } %>
|