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

📄 productinfo.jsp~80~

📁 一个很不错的电子商务后台管理系统 这是一个电子商务网站的后台管理系统 要运行此系统必须具备以下条件 1.首先要把SNSQL文本中的SQL脚本确保在SQL Server中执行 2.包Se
💻 JSP~80~
字号:
<%@ page contentType="text/html; charset=GBK" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="css.css" rel="stylesheet" type="text/css">
</head>

<body>

<br><table width="95%" border="0" align="center" cellpadding="1" cellspacing="1" bgcolor="#CCCCCC">
  <tr>
    <td height="22" bgcolor="f1f1f1">
      <div align="center"><font color="#000000">商品查看与修改</font></div>
    </td>
  </tr>
  <tr>
    <form name="form1" method="post" action="">
      <td height="113" bgcolor="#FFFFFF">
        <table width="12" height="7" border="0" cellpadding="0" cellspacing="0">
          <tr>
            <td height=7></td>
          </tr>
        </table>
       <table width="90%" border="0" align="center" cellpadding="1" cellspacing="1" bgcolor="#CCCCCC">
          <tr bgcolor="#f1f1f1">
            <td width="9%">
              <div align="center">序号</div>
            </td>
            <td width="50%">
              <div align="center">商品名称</div>
            </td>
            <td width="32%">
              <div align="center">商品介绍</div>
            </td>
            <td>
              <div align="center">操 作</div>
            </td>
          </tr>
        <logic:iterate id="product" property="products" name="productForm" type="xian.bin.dto.ProductDTO">
          <tr bgcolor="#FFFFFF">
            <td>
              <div align="center"><bean:write name="product" property="pid"/></a></div>
            </td>
            <td>
              <div align="center"><bean:write name="product" property="pname"/></div>
            </td>
            <td>
              <div align="center"><bean:write name="product" property="explain"/></div>
            </td>
            <td>
              <div align="center"><html:link href="productDispAction.do?method=getProduct" paramId="id" paramName="product" paramProperty="pid">修改</html:link> &nbsp;         <html:link href="productDispAction.do?method=delProduct" paramId="id" paramName="product" paramProperty="pid">删除</html:link></div>
            </td>
          </tr>
          </logic:iterate>
     </table>



        <table width="12" height="7" border="0" cellpadding="0" cellspacing="0">
          <tr>
            <td height=7></td>
          </tr>
        </table>
      </td>
    </form>
  </tr>
</table>
<br>
<table width="95%" border="0" align="center" cellpadding="1" cellspacing="1" bgcolor="#CCCCCC">
  <tr>
    <td bgcolor="f1f1f1">
      <div align="center"><font color="#000000">商品查讯</font></div>
    </td>
  </tr>
  <tr>


    <html:form action="productDispAction.do?method=getProduct">
      <td height="43" bgcolor="#FFFFFF">
        <table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">
          <tr>
            <td width="35%">
              <div align="center">
                <html:text property="pname" onfocus="this.value=''" value="请输入商品名称:"></html:text>
              </div>
            </td>
            <td width="20%" height="30">
              <div align="center">
                <html:submit>查找</html:submit>
              </div>
            </td>
          </tr>
          <tr>
            <td colspan=3 height=40>查询注意:除查询“所有商品”外,必须要输入关键字,才能查询<br>
                   根据商品序号来查询时,关键字里只能输入数字。</td>
          </tr>
        </table>
      </td>
   </html:form>
  </tr>
</table>
<br>
<table width="95%" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr>
    <td>
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td  rowspan="2">
            <table width="100%" border="0" cellspacing="0" cellpadding="0" class="12v">
              <tr>
                <td class="12v" >
                  <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" id="AutoNumber3" height="0" width="100%">
                    <tr>
                      <td>
                        <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
                          <tr>
                            <td height="22">
                              <div align="center"><font color="#000000">操作注意事项及说明</font></div>
                            </td>
                          </tr>
                          <tr>
                            <td height="38">
                              <table width="80%" border="0" align="center" cellpadding="5" cellspacing="0">
                                <tr>
                                  <td height="48"><font color="#FF0000">\u30FB若哪里需要改进,请到SNSN助链论坛发表!</font></td>
                                </tr>
                              </table>
                            </td>
                          </tr>
                        </table>
                      </td>
                    </tr>
                  </table>
                </td>
              </tr>
            </table>
          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<jsp:include flush="true" page="copyright.jsp">
</jsp:include>
</body>
</html>
<script>

⌨️ 快捷键说明

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