⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.jsp

📁 海鲜超市管理系统是不个错的超市管理系统
💻 JSP
字号:
<%@ page contentType="text/html;charset=Gbk" %>
<%@ page import="util.Util"%>

<HTML><HEAD><TITLE>Captain Fresh Seafood Supermarket : Welcome</TITLE>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="Microsoft FrontPage 4.0" name=GENERATOR></HEAD>
<BODY vLink=#00ccff aLink=#0ccff 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><%=Util.getDate()%>&nbsp;&nbsp;&nbsp;</FONT></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=650 border=0 height="134">
  <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>
  <FORM name=form1 action=/IndexServlet method=post>
 
	<TR>
    <TD vAlign=top width=185 height="27"><input type=text size=15 style="color: #CA8F1F" name="username" value="admin"> </TD>
  </TR>
  <TR>
    <TD vAlign=top width=185 height="27"><input type=password size=17 style="color: #CA8F1F" name="password" value="admin"> </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=image alt=Go 
      src="/images/go_button.gif" 
  border=0 width="43" height="23"></TD></TR>
  </TBODY></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 vAlign=top align=middle colSpan=3><IMG height=1 alt="" 
      src="/images/dot_clear.gif" width=1 
      border=0><BR><FONT face=Verdana,Arial,Helvetica size=1>copyright ?2004
      Captain Fresh Seafood Supermarket<BR>designed and programmed by <a href="http://it.neworiental.org/" target="_blank">neworiental</a></FONT>
      </TD>
      </FORM>
      
  </TR>
  </TBODY>
</TABLE>
<p align="right"><font color="#0000ff"><a href="/user.jsp">程序设计:石明喜</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font></p>
<br/>
   <%
  	if (request.getAttribute("flg") != null)
  	{
%>
 		 <font size="3" align="right" color="#ff0000">*** *** 请输入正确的用户名和密码!*** ***</font> </TD>
 		 
<% 	
 	}
%>
</center>
      </BODY></HTML>

⌨️ 快捷键说明

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