📄 loginokleft.jsp
字号:
<%@ page contentType="text/html;charset=GBK" language="java" %>
<%@ page import = "com.dongfang.po.*" %>
<%@ page import = "java.util.*" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic"%>
<%
//MemberPO member = (MemberPO)session.getAttribute(Contants.LOGIN_USER_KEY);
List sortList = (List)session.getAttribute(Contants.SORT_LIST_KEY);
Sort sort = null;
%>
<HTML><HEAD><TITLE>Shopping Online</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<LINK href="images/css.css" type=text/css rel=stylesheet>
<base target="main">
</HEAD>
<BODY leftMargin=0 topMargin=0>
<TABLE cellSpacing=0 cellPadding=0 width=778 align=center border=0 height="2">
<TBODY>
<TR>
<TD height=2></TD></TR></TBODY></TABLE>
<TABLE height=148 cellSpacing=0 cellPadding=0 width=778 align=center border=0>
<TBODY>
<TR vAlign=top>
<TD width=180>
<TABLE cellSpacing=0 cellPadding=0 width=189 align=center border=0>
<TBODY>
<tr><TD width="187" bgColor=#dbc2b0 height=20>
<DIV align=center><b>用户信息</b></DIV></TD>
</tr>
<tr><TD width="187">
<TABLE style="BORDER-COLLAPSE: collapse"
borderColor=#111111 cellSpacing=0 cellPadding=0
width="100%" bgColor=#f5efe7 border=0>
<TBODY>
<TR>
<TD width="100%" bgColor=#ffffff
colSpan=2></TD></TR>
<TR>
<TD bgColor=#f5efe7 height=25><IMG height=13
src="images/main_head_menu002.gif"
width=13 align=absMiddle>用户名:</TD>
<TD bgColor=#f5efe7 height=25><logic:present name="user" scope="session"><bean:write name="user" property="username" scope="session"/></logic:present></TD></TR>
<TR>
<TD bgColor=#f5efe7 height=25><IMG height=13
src="images/main_head_menu004.gif"
width=13 align=absMiddle>真实姓名:</TD>
<TD bgColor=#f5efe7 height=25><logic:present name="user" scope="session"><bean:write name="user" property="realname" scope="session"/></logic:present></TD></TR>
<TR>
<TD bgColor=#f5efe7 height=25><IMG height=13
src="images/main_head_menu001.gif"
width=13 align=absMiddle> E-mail:</TD>
<TD bgColor=#f5efe7
height=25><logic:present name="user" scope="session"><bean:write name="user" property="email" scope="session"/></logic:present></TD></TR>
<TR>
<TD bgColor=#f5efe7 height=25><IMG height=13
src="images/main_head_menu005.gif"
width=13 align=absMiddle>电话:</TD>
<TD bgColor=#f5efe7
height=25><logic:present name="user" scope="session"><bean:write name="user" property="tel" scope="session"/></logic:present></TD></TR></TBODY></TABLE></TD>
</tr>
<TR>
<TD vAlign=top width="187">
</TD></TR></TBODY></TABLE>
<!--------商品搜索------------->
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD align=middle><IMG height=4 src="images/promo_list_top.gif"
width="100%" border=0></TD></TR>
<TR>
<TD align=middle bgColor=#dbc2b0 height=20><B>型号搜索</B></TD></TR>
<TR>
<TD>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD>
<TABLE height=70 cellSpacing=0 width="100%" border=0>
<TBODY>
<TR>
<TD align=middle bgColor=#f5efe7
height=28>输入书籍关键字查询书籍信息</TD></TR>
<TR>
<FORM action="search.do?pageId=0" method=post>
<TD vAlign=top bgColor=#f5efe7><INPUT class=input
size=15 name=Keyword> <INPUT type=image height=20
width=34 src="images/serarch.gif" border=0
name=ok>
</TD></FORM></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
<TABLE height=5 cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD><!-------------商品类别----------------->
<TABLE style="BORDER-COLLAPSE: collapse" borderColor=#111111
cellSpacing=0 cellPadding=0 width="100%" bgColor=#f5efe7 border=0>
<TBODY>
<TR>
<TD height=18>
<TABLE height=23 cellSpacing=0 cellPadding=0 width="100%"
border=0>
<TBODY>
<TR>
<TD align=middle height=4><IMG height=4
src="images/promo_list_top.gif" width="100%"
border=0></TD></TR>
<TR>
<TD align=middle bgColor=#dbc2b0
height=19><B>商品分类</B></TD></TR></TBODY></TABLE></TD></TR>
<TR>
<TD vAlign=top>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD>
<%if(sortList != null ){
for(int i = 0;i < sortList.size();i++)
{
sort = (Sort)sortList.get(i);
%>
<TABLE style="BORDER-COLLAPSE: collapse"
borderColor=#111111 height=16 cellSpacing=0
cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD vAlign=top height=16>
<TABLE cellSpacing=0 cellPadding=0 width="95%"
background=images/index.jsp border=0>
<TBODY>
<TR height=22>
<TD align=middle width=34><IMG height=15
src="images/dot.gif" width=15></TD>
<TD width=124><A
href="searchBySortId.do?sortId=<%=sort.getId()%>&pageId=0"><u><%=sort.getName()%></u></A></TD></TR></TBODY></TABLE>
<%
}
} %>
</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD></TD></TR>
<TR>
<TD align=middle>
</TD></TR>
</TBODY></TABLE></TD></TR></TBODY></TABLE></TD>
<TD width=16></TD>
<TD width=408>
</TD>
<TD width=174>
</TD></TR>
<TR>
<TD vAlign=top colSpan=4 height=16>
</TD></TR></TBODY></TABLE>
</BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -