/* ** This is uer login page for Training System ** Class: LoginPage ** Author: Yuping Zhu ** Date: 03-11-1999 ** Modified Date: 06-17-1999 ** Action: Add information line ** Modified Date: 10-06-1999 ** Action: Redesign web interface */ package ascdb.pub; import oracle.html.*; import javax.servlet.*; import javax.servlet.http.*; import java.io.*; import ascdb.conf; import java.text.Collator; public class FirstPage extends HttpServlet { public void doGet(HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException { // Output HTML page header res.setContentType("text/html"); PrintWriter out = res.getWriter(); conf dbconf= new conf(req); Collator cl = Collator.getInstance(); String title = "Welcome to ASC TMD System"; /* out.println("