index.jsp

来自「一个基于j2ee的超市管理系统」· JSP 代码 · 共 94 行

JSP
94
字号
<%@ page contentType="text/html;charset=GBK" language="java" %>
<%@ include file="taglibs.jsp"%>
<HTML><HEAD><TITLE>Captain Fresh Seafood Supermarket : Welcome</TITLE>
<META http-equiv=Content-Type content="text/html; charset=GBK">
<META content="Microsoft FrontPage 4.0" name=GENERATOR></HEAD>
<BODY link=#993333 bgColor=#ffffff leftMargin=0 
topMargin=0 rightMargin=0 MARGINHEIGHT="0" MARGINWIDTH="0">
<center>
<TABLE cellSpacing=0 cellPadding=0 width=650 border=0>
  <TBODY>
  <TR>
    <TD width=172><IMG alt="Captain Fresh Seafood Supermarket" 
      src="images/home_top_left.jpg" 
      border=0 width="172" height="62"></TD>
    <TD width=253><IMG height=62 alt="Captain Fresh Seafood Supermarket" 
      src="images/home_top_mid.jpg" width=253 
    border=0></TD>
    <TD width=225><IMG height=62 alt="Captain Fresh Seafood Supermarket" 
      src="images/home_top_right.jpg" width=225 
      border=0></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=650 
background="images/top_band.gif" border=0>
  <TBODY>
  <TR>
    <TD align=right height=25><FONT face=Verdana,Arial,Helvetica 
      size=1><script language="javaScript">document.write(document.lastModified)</script>&nbsp;&nbsp;&nbsp;</FONT></TD></TR></TBODY></TABLE>
<logic:messagesPresent>
   <bean:message key="errors.header"/>
   <ul>
   <html:messages id="error">
      <li><bean:write name="error"/></li>
   </html:messages>
   </ul>
   <hr />
   <bean:message key="errors.footer"/>
</logic:messagesPresent>	  
<TABLE cellSpacing=0 cellPadding=0 width=650 border=0 height="134">
<FORM action="login.do" method="post">
  <TBODY>
  <TR>
    <TD width=99 rowSpan=4 height="134"><IMG alt="Captain Fresh Seafood Supermarket" 
      src="images/home_mid_left.jpg" 
    border=0 width="99" height="183"></TD>
    <TD width=182 rowSpan=4 height="134"><IMG alt="Captain Fresh Seafood Supermarket" 
      src="images/home_mid_mid_left.jpg" 
      border=0 width="182" height="183"></TD>
    <TD width=160 rowSpan=4 height="134"><IMG alt="Captain Fresh Seafood Supermarket" 
      src="images/home_mid_mid_right.jpg" 
      border=0 width="160" height="183"></TD>
    <TD vAlign=top width=185 height="28"><IMG alt="Captain Fresh Seafood Supermarket" 
      src="images/home_mid_dropdown.jpg" 
      border=0 width="185" height="45"></TD>
    <TD width=24 rowSpan=4 height="134"><IMG height=183 alt="Captain Fresh Seafood Supermarket" 
      src="images/home_mid_right.jpg" width=24 
      border=0></TD></TR>
  <TR>
    <TD vAlign=top width=185 height="27">用户名:<input type=text size=15 style="color: #CA8F1F" name="username"> </TD>
  </TR>
  <TR>
    <TD vAlign=top width=185 height="27">密&nbsp;&nbsp;码:<input type=password size=15 style="color: #CA8F1F" name="password"> </TD>
  </TR>
  <TR>
    <TD vAlign=top width=185 height="52" align="center">
      <BR><IMG height=1 alt="" 
      src="images/dot_clear.gif" width=1 
      border=0><BR>
  <INPUT TYPE="submit" value="登录"></TD></TR></TBODY></FORM></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=650 border=0>
  <TBODY>
  <TR>
    <TD vAlign=top width=281><IMG height=132 alt="Captain Fresh Seafood Supermarket" 
      src="images/home_bot_left.jpg" width=281 
      border=0></TD>
    <TD vAlign=top width=160><IMG height=132 alt="Captain Fresh Seafood Supermarket" 
      src="images/home_bot_mid.jpg" width=160 
    border=0></TD>
    <TD vAlign=top width=209><IMG height=132 alt="Captain Fresh Seafood Supermarket" 
      src="images/home_bot_right.jpg" width=209 
      border=0></TD></TR>

  <TR>
    <TD colspan="2" align="center">
	<div style="font-size:9pt">
	本项目的部分代码版权属于新东方J1009班林聪同学<br>
	本项目的界面版权属于新东方NIT-PRO培训中心
	copyright&copy yeeku@163.com
	</div>
    </TD>
  </TR>
  </TBODY>
</TABLE>
</center>
      </BODY></HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?