?? loginokleft_jsp.java
字號(hào):
package org.apache.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import cn.com.shoppingonline.*;
import java.util.*;
public final class loginOkLeft_jsp extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.jasper.runtime.JspSourceDependent {
private static java.util.Vector _jspx_dependants;
public java.util.List getDependants() {
return _jspx_dependants;
}
public void _jspService(HttpServletRequest request, HttpServletResponse response)
throws java.io.IOException, ServletException {
JspFactory _jspxFactory = null;
PageContext pageContext = null;
HttpSession session = null;
ServletContext application = null;
ServletConfig config = null;
JspWriter out = null;
Object page = this;
JspWriter _jspx_out = null;
PageContext _jspx_page_context = null;
try {
_jspxFactory = JspFactory.getDefaultFactory();
response.setContentType("text/html;charset=UTF-8");
pageContext = _jspxFactory.getPageContext(this, request, response,
null, true, 8192, true);
_jspx_page_context = pageContext;
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
_jspx_out = out;
out.write("\r\n");
out.write("\r\n");
out.write("\t\r\n");
out.write("\r\n");
Member member = (Member)session.getAttribute(Constants.LOGIN_USER_KEY);
List sortList = (List)session.getAttribute(Constants.SORT_LIST_KEY);
Sort sort = null;
out.write("\r\n");
out.write("\r\n");
out.write("<HTML><HEAD><TITLE>Shopping Online</TITLE>\r\n");
out.write("<META http-equiv=Content-Type content=\"text/html; charset=gb2312\">\r\n");
out.write("<LINK href=\"images/css.css\" type=text/css rel=stylesheet>\r\n");
out.write("<base target=\"main\">\r\n");
out.write("</HEAD>\r\n");
out.write("<BODY leftMargin=0 topMargin=0>\r\n");
out.write("<TABLE cellSpacing=0 cellPadding=0 width=778 align=center border=0 height=\"2\">\r\n");
out.write(" <TBODY>\r\n");
out.write(" <TR>\r\n");
out.write(" <TD height=2></TD></TR></TBODY></TABLE>\r\n");
out.write("<TABLE height=148 cellSpacing=0 cellPadding=0 width=778 align=center border=0>\r\n");
out.write(" <TBODY>\r\n");
out.write(" <TR vAlign=top>\r\n");
out.write(" <TD width=180>\r\n");
out.write(" <TABLE cellSpacing=0 cellPadding=0 width=189 align=center border=0>\r\n");
out.write(" <TBODY>\r\n");
out.write(" <tr><TD width=\"187\" bgColor=#dbc2b0 height=20>\r\n");
out.write(" <DIV align=center><b>用戶(hù)信息</b></DIV></TD>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr><TD width=\"187\">\r\n");
out.write(" <TABLE style=\"BORDER-COLLAPSE: collapse\" \r\n");
out.write(" borderColor=#111111 cellSpacing=0 cellPadding=0 \r\n");
out.write(" width=\"100%\" bgColor=#f5efe7 border=0>\r\n");
out.write(" <TBODY>\r\n");
out.write(" <TR>\r\n");
out.write(" <TD width=\"100%\" bgColor=#ffffff \r\n");
out.write(" colSpan=2></TD></TR>\r\n");
out.write(" <TR>\r\n");
out.write(" <TD bgColor=#f5efe7 height=25><IMG height=13 \r\n");
out.write(" src=\"images/main_head_menu002.gif\" \r\n");
out.write(" width=13 align=absMiddle> 用戶(hù)名:</TD>\r\n");
out.write(" <TD bgColor=#f5efe7 height=25>");
out.print(member.getUsername());
out.write("</TD></TR>\r\n");
out.write(" <TR>\r\n");
out.write(" <TD bgColor=#f5efe7 height=25><IMG height=13 \r\n");
out.write(" src=\"images/main_head_menu004.gif\" \r\n");
out.write(" width=13 align=absMiddle> 真實(shí)姓名:</TD>\r\n");
out.write(" <TD bgColor=#f5efe7 height=25>");
out.print(member.getRealname());
out.write("</TD></TR>\r\n");
out.write(" <TR>\r\n");
out.write(" <TD bgColor=#f5efe7 height=25><IMG height=13 \r\n");
out.write(" src=\"images/main_head_menu001.gif\" \r\n");
out.write(" width=13 align=absMiddle> E-mail:</TD>\r\n");
out.write(" <TD bgColor=#f5efe7 \r\n");
out.write(" height=25>");
out.print(member.getEmail());
out.write("</TD></TR>\r\n");
out.write(" <TR>\r\n");
out.write(" <TD bgColor=#f5efe7 height=25><IMG height=13 \r\n");
out.write(" src=\"images/main_head_menu005.gif\" \r\n");
out.write(" width=13 align=absMiddle> 電話(huà)</TD>\r\n");
out.write(" <TD bgColor=#f5efe7 \r\n");
out.write(" height=25>");
out.print(member.getTel());
out.write("</TD></TR></TBODY></TABLE></TD>\r\n");
out.write(" </tr>\r\n");
out.write(" <TR>\r\n");
out.write(" <TD vAlign=top width=\"187\">\r\n");
out.write(" </TD></TR></TBODY></TABLE>\r\n");
out.write(" \r\n");
out.write("</BODY></HTML>\r\n");
} catch (Throwable t) {
if (!(t instanceof SkipPageException)){
out = _jspx_out;
if (out != null && out.getBufferSize() != 0)
out.clearBuffer();
if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
}
} finally {
if (_jspxFactory != null) _jspxFactory.releasePageContext(_jspx_page_context);
}
}
}
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -