📄 incomemain.jsp
字号:
<%@ page contentType="text/html;charset=GBK" language="java" %>
<%@ page import="java.util.*;"%>
<%@ include file="taglibs.jsp"%>
<HTML><HEAD><TITLE>欢迎使用超市管理系统</TITLE>
<META http-equiv=Content-Type content="text/html; charset=GBK">
<META content="Microsoft FrontPage 5.0" name=GENERATOR></HEAD>
<BODY link=#993333 bgColor=#FFFFCC leftMargin=0
topMargin=0 rightMargin=0 MARGINHEIGHT="0" MARGINWIDTH="0">
<center>
<TABLE cellSpacing=0 cellPadding=0 width=750 border=0>
<TBODY>
<TR>
<TD width=172><IMG alt="Captain Fresh Seafood Supermarket"
src="images/home_top_left.jpg"
border=0 width="180" height="62"></TD>
<TD width=253><IMG height=62 alt="Captain Fresh Seafood Supermarket"
src="images/home_top_mid.jpg" width=303
border=0></TD>
<TD width=225><IMG alt="Captain Fresh Seafood Supermarket"
src="images1/home_top_right.jpg"
border=0 width="264" height="61"></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=750
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> </FONT></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=748 border=0 height="537">
<TBODY>
<TR>
<TD vAlign=middle width=181 height="47" bgcolor="#FDCC64" bordercolor="#993333" bordercolorlight="#800000">
<p align="left"><b><font color="#993333"> <A HREF="incomeMain.do?page=1"></A></font><font color="#993333" size="3"><A HREF="incomeMain.do?page=1">收入管理</A></font><font color="#993333"><A HREF="incomeMain.do?page=1"></A></font></b> </TD>
<TD vAlign=top width=558 height="333" rowspan="7">
<div align="center">
<center>
<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 border="1" width="93%" bordercolor="#800000">
<tr>
<td width="15%" align="center" bgcolor="#FDCC64"><b><font color="#993333">部门名</font></b></td>
<td width="24%" align="center" bgcolor="#FDCC64"><b><font color="#993333">业务日期</font></b></td>
<td width="30%" align="center" bgcolor="#FDCC64"><b><font color="#993333">最后修改日期</font></b></td>
<td width="21%" align="center" bgcolor="#FDCC64"><b><font color="#993333">日收入</font></b></td>
<td width="10%" align="center" bgcolor="#FDCC64"><b><font color="#993333">更新</font></b></td>
</tr>
<logic:present name="c" scope="request">
<logic:iterate id="pro" name="c" type="org.yeeku.vo.IncomeVo" scope="request">
<tr>
<td width="15%" align="center"><font color="#993333">
<bean:write name="pro" property="dept"/></font></td>
<td width="24%" align="center"><font color="#993333">
<bean:write name="pro" property="businessDate"/></font></td>
<td width="30%" align="center"><font color="#993333">
<bean:write name="pro" property="lstModTimestamp"/></font></td>
<td width="21%" align="center"><font color="#993333">
<bean:write name="pro" property="daily"/>$</font></td>
<td width="10%" align="center"><A HREF="showIncomeUpdate.do?id=<bean:write name='pro' property='incomeId'/>"><img border="0" src="images1/depart1.gif" width="43" height="23"></A></td>
</tr>
</logic:iterate>
</logic:present>
<logic:notPresent name="c" scope="request">
not messageaa!!
</logic:notPresent>
</table>
</center>
</div>
</TD>
</TR>
<TR>
<TD vAlign=middle width=181 height="41" bgcolor="#FDCC64" bordercolor="#993333" bordercolorlight="#800000">
<p align="left"><b><font color="#993333"> <A HREF="deptMain.do?page=1">部门管理</a></font>
</b> </TD>
</TR>
<TR>
<TD vAlign=middle width=181 height="42" bgcolor="#FDCC64" bordercolor="#993333" bordercolorlight="#800000">
<p align="left"><b><font color="#993333"> <A HREF="vendorMain.do?page=1">供应商管理</a></font>
</b>
</TD>
</TR>
<TR>
<TD vAlign=middle width=181 height="42" bgcolor="#FDCC64" bordercolor="#993333" bordercolorlight="#800000">
<p align="left"><b><font color="#993333"> <A HREF="billShowVendor.do">帐单管理</a></font>
</b>
</TD>
</TR>
<TR>
<TD vAlign=middle width=181 height="42" bgcolor="#FDCC64" bordercolor="#993333" bordercolorlight="#800000">
<p align="left"><b><font color="#993333"> <A HREF="billPaymentMain.do">帐单支付</a></font>
</b>
</TD>
</TR>
<TR>
<TD vAlign=middle width=181 height="42" bgcolor="#FDCC64" bordercolor="#993333" bordercolorlight="#800000">
<p align="left"><b><font color="#993333"> 备份</font> </b>
</TD>
</TR>
<TR>
<TD vAlign=bottom width=746 height="1" colspan="2">
<form method="POST" action="incomeShowDept.do">
<p align="center">
<input type="submit" value="新增收入" style="color: #800000; font-weight: bold; background-color: #FDCC64"></p>
</form>
<p>
</TD>
</TR>
<TR>
<TD vAlign=bottom width=746 height="122" colspan="2">
<p><IMG height=24 alt="Captain Fresh Seafood Supermarket"
src="images1/home_bot_right.jpg" width=742
border=0></p>
</TD>
</TR>
</FORM>
<TR>
<TD colspan="2" align="center">
<div style="font-size:9pt">
本项目的部分代码版权属于新东方J1009班林聪同学<br>
本项目的界面版权属于新东方NIT-PRO培训中心
copyright© yeeku@163.com
</div>
</TD>
</TR>
</TBODY>
</TABLE>
</center>
</BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -