📄 billpayment.jsp
字号:
<%@ include file="/jsp/common/headItem.jsp"%>
<html:html><HEAD><TITLE>Captain Fresh Seafood Supermarket : Welcome</TITLE>
<META content="Microsoft FrontPage 5.0" name=GENERATOR></HEAD>
<BODY vLink=#993333 aLink=#993333 link=#993333 bgColor=#FFFFCC leftMargin=0
topMargin=0 rightMargin=0 MARGINHEIGHT="0" MARGINWIDTH="0">
<center>
<jsp:include page="/jsp/common/imgItem.jsp"/>
<TABLE cellSpacing=0 cellPadding=0 width=748 border=0 height="528">
<TBODY>
<TR>
<td>
<jsp:include page="/jsp/common/leftItem.jsp"/>
</td>
<TD vAlign=top width=558 height="300" rowspan="7">
<div align="center">
<center>
<table border="1" width="88%" bordercolor="#800000">
<tr>
<td width="14%" align="center" bgcolor="#FDCC64"><b><font color="#993333">Vendor
Name</font></b></td>
<td width="14%" align="center" bgcolor="#FDCC64"><b><font color="#993333">Bill
Date</font></b></td>
<td width="15%" align="center" bgcolor="#FDCC64"><b><font color="#993333">Due
Date</font></b></td>
<td width="15%" align="center" bgcolor="#FDCC64"><b><font color="#993333">paidFlag</font></b></td>
<td width="34%" align="center" bgcolor="#FDCC64"><b><font color="#993333">Update</font></b></td>
</tr>
<logic:present name="vendorBillInfo">
<logic:iterate id="billInfo" name="vendorBillInfo">
<html:form action="/user/BillPaymentUpdateAction.do" method="post">
<tr>
<td width="14%" align="center"><font color="#993333">${billInfo.vendorName}</font></td>
<td width="14%" align="center"><font color="#993333">${billInfo.billDate}</font></td>
<td width="15%" align="center"><font color="#993333">${billInfo.billDueDate}</font></td>
<td width="15%" align="center">
<p>
<html:multibox property="billId" value="${billInfo.billId}"/>
</p>
</td>
<td width="34%" align="center">
<input type=image alt=Go src="/images1/depart1.gif" border=0 width="43" height="23"/>
</td>
</tr>
</html:form>
</logic:iterate>
</logic:present>
</table>
</center>
</div>
</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>
<TR>
<TD vAlign=top align=middle height="380" width="746" colspan="2"><IMG height=1 alt=""
src="/images/dot_clear.gif" width=1
border=0><BR><FONT face=Verdana,Arial,Helvetica size=1>copyright ?004
Captain Fresh Seafood Supermarket<BR>designed and programmed by <a href="http://it.neworiental.org/" target="_blank">neworiental</a></FONT>
</FORM>
</TD>
</TR>
</TBODY>
</TABLE>
</center>
</BODY></html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -