<%@ page import = "worker.*" %> <%@ include file = "../connect_db.jsp" %> <% String Conf_ID, Userid, Sql; Conf_ID = request.getParameter("conf_id"); Userid = request.getParameter("userid"); if ( Userid == null ) { Userid = ""; } //Conference myConf = new Conference(Conf_ID); //Conf_Name = myConf.conf_name; //Announcement = myConf.announcement; %> <%@ include file = "../conf_info.jsp" %> <%@ include file = "../config.jsp" %> <%=Conf_Name%> Delegate login page
 
<%@ include file = "top.jsp" %>
     
<% if ( ! Announcement.equals("") ) { %> <% } %> <% if ( Bypass_Login.equalsIgnoreCase("Y") ) { %> <% } else { %>
 
Welcome to <%=Conf_Name%>
 
To register, please click here.
<% if ( Public_Login.equalsIgnoreCase("Y") ) { %> <% } // if public login %>
Registration for UserID
For first time user, please click here to create an account for yourself.
If you have logged in previously, please log in here using your Userid and Password.
 
Userid :
  >
Password :
 
 
Forgot Password
 If you have forgotten your Userid or Password, please
click here.
<% }// if Bypass Login %>
<%@ include file="footer.inc"%>