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

📄 vendormain.jsp

📁 struts+oracle+ Eclipse+tomcat海鲜超市
💻 JSP
字号:
<%@ include file="/jsp/common/headItem.jsp"%>

<html:html><HEAD><TITLE>Captain Fresh Seafood Supermarket : Welcome</TITLE>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<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="533">
  <TBODY>
  <TR>
    <td>
    <jsp:include page="/jsp/common/leftItem.jsp"/>  
    </td>
     <TD vAlign=top width=558 height="305" rowspan="7">
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    <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">Vendor
            Address</font></b></td>
          <td width="15%" align="center" bgcolor="#FDCC64"><b><font color="#993333">Vendor
            Phone</font></b></td>
          <td width="15%" align="center" bgcolor="#FDCC64"><b><font color="#993333">Vendor
            FAX</font></b></td>
          <td width="15%" align="center" bgcolor="#FDCC64"><b><font color="#993333">Contact
            Person</font></b></td>
          <td width="34%" align="center" bgcolor="#FDCC64"><b><font color="#993333">Update</font></b></td>
        </tr>
       
        <logic:present name="vendorList">
        <logic:iterate id="vendorInfo" name="vendorList">
       <html:form action="/user/VendorToUpdateAction.do" method="post">
        <tr>
          <html:hidden property="vendorId" value="${vendorInfo.vendorId}"	/>
          <td width="14%" align="center"><font color="#993333">
          <html:hidden property="vendorName" value="${vendorInfo.vendorName}" write="true"/>
          </font></td>
          <td width="14%" align="center"><font color="#993333">
          <html:hidden property="vendorAddress" value="${vendorInfo.vendorAddress}" write="true"/>
          </font></td>
          <td width="15%" align="center"><font color="#993333">
          <html:hidden property="vendorPhone" value="${vendorInfo.vendorPhone}" write="true"/>
          </font></td>
          <td width="15%" align="center"><font color="#993333">
          <html:hidden property="vendorFas" value="${vendorInfo.vendorFas}" write="true"/>
          </font></td>
          <td width="15%" align="center"><font color="#993333">
          <html:hidden property="contactPerson" value="${vendorInfo.contactPerson}" write="true"/>
          </font></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>
   <font color="#993333">     
   TotalPage &nbsp;${pageBean.totalpage}&nbsp;
   CurrentPage &nbsp;${pageBean.curpage}&nbsp; 
   From&nbsp;${pageBean.start}&nbsp;- To&nbsp;${pageBean.end}&nbsp;
   TotalNum&nbsp;${pageBean.totalnum}&nbsp;
   <br>
  
   <a href="/VendorSelectAction.do?curpage=1">FirstPage </a>&nbsp;&nbsp;
   <a href="/VendorSelectAction.do?curpage=${pageBean.prepage}">PrePage	</a>&nbsp;&nbsp;
   <a href="/VendorSelectAction.do?curpage=${pageBean.nextpage}">NextPage	</a>&nbsp;&nbsp;
   <a href="/VendorSelectAction.do?curpage=${pageBean.totalpage}">EndPage	</a>&nbsp;&nbsp;
   </font>
         
      </center>
    </div>
    </TD>
  </TR>
  <TR>
    <TD vAlign=bottom width=746 height="1" colspan="2">
      
      <html:form method="POST" action="/user/VendorToAddAction.do">
        <p align="center">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        <html:submit value="Add    Vendor " property="submit" style="color: #800000; font-weight: bold; background-color: #FDCC64"/></p>
      </html:form>
      <p>&nbsp;
    </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>
    
      </TD>
  </TR>
  </TBODY>
</TABLE>
</center>
      </BODY></html:html>

⌨️ 快捷键说明

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