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

📄 qybook_main.jsp

📁 java开发购物车+网上书城
💻 JSP
📖 第 1 页 / 共 2 页
字号:
        </tr>
      </table>
      <p align="center" class="wr1"><img src="images/logo_qy.gif" width="100" height="35" alt="书店LOGO"></p>
      <p align="center" class="wr1"><img src="images/logo-sw.jpg" width="100" height="35" alt="书店LOGO"></p>
      <p align="center" class="wr1"><img src="images/logo_qy.gif" width="100" height="35" alt="书店LOGO"></p>
      <p align="center" class="wr1"><img src="images/logo-sw.jpg" width="100" height="35" alt="书店LOGO"></p>
      <p align="center" class="wr1"><img src="images/logo_qy.gif" width="100" height="35" alt="书店LOGO"></p>
      <p align="center" class="wr1"><img src="images/logo-sw.jpg" width="100" height="35" alt="书店LOGO"></p>
      </td>
    <td width="3" bgcolor="#8F8F8F"><img src="images/point.gif" width="1" height="1"></td>
    <td> 
      <table width="100%" border="0" cellpadding="0" cellspacing="0">
        <tr valign="top"> 
          <td width="446"> 
            <table width="95%" border="0" cellspacing="0" cellpadding="0" align="center">
              <tr> 
                <td>&nbsp;</td>
              </tr>
              <tr> 
                <td> <img src="images/daodu37.gif" width="337" height="48" alt="广告区"></td>
              </tr>
              <tr> 
                <td>&nbsp;</td>
              </tr>
              <tr> 
                <td><img src="images/ff.gif" width="417" height="189" alt="广告区"></td>
              </tr>
              <tr>
                <td>&nbsp;</td>
              </tr>
              <c:forEach items="${sessionScope.bull_lsit}" var="bull">
              <tr> 
                <td> 
              <marquee  direction="up" style="height: 20px;" scrollamount="1" scrolldelay="100" onmousemove="this.scrollAmount=0" onmouseout="this.scrollAmount=1"/>
                  <h2><font color="#008B38" face="楷体_GB2312"><u>
                    <a href="${pageContext.request.contextPath }/showBull.do?newsId=${bull.newsId }"> ${bull.newsTitle }</a>
                  </u></font></h2>
              </marquee>
                </td>
              </tr>
              </c:forEach>
            </table>
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr> 
                <td background="images/daodu33.gif" height="32" width="14%">&nbsp;</td>
                <td background="images/daodu33.gif" height="32" width="86%"><img src="../img/mai.jpg" width="90" height="32"></td>
              </tr>
              <tr> 
                <td colspan="2"> 
                  <hr size="1">
                </td>
              </tr>
            </table>
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr valign="top"> 
                <td width="222"> 
                <c:forEach items="${sessionScope.book_tk}" var="tk">
                  <table width="237" border="0" cellspacing="0" cellpadding="5" height="152" style="width: 214px;">
                    <tr> 
                      <td class="wr4"> 
                        <p><img src="../${tk.bookImgPath }" width="72" height="91" border="1" align="left" vspace="5" hspace="5" alt="图书封面"><b><font color="#C77B03">□ 
                          ${tk.bookName }(${tk.bookAuthor }著)</font></b><br>
                          定价:<fmt:formatNumber maxFractionDigits="2" value="${tk.bookPrice }"></fmt:formatNumber> 元<br>
                          清韵折扣:${tk.bookDiscount }元<br>
                           <img src="images/xc.gif" width="15" height="13"> <a href="${pageContext.request.contextPath }/buy.do?bookId=${tk.bookId }">购买</a></p>
                        <p>  简介:${tk.bookContent }</p>
                      </td>
                    </tr>
                  </table>
                  </c:forEach>
                  			<a href="${pageContext.request.contextPath }/findBook.do?bookName=&author=">更多……</a>
                </td>
                <td bgcolor="#CCCCCC" width="1"><img src="images/point.gif" width="1" height="1"></td>
              </tr>
            </table>
            
            
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr> 
                <td> 
                  <hr size="1">
                </td>
              </tr>
            </table>
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr> 
                <td height="60" valign="top"> 
                  <div align="center"><img src="images/dd-008.gif" width="426" height="51" alt="广告区"></div>
                </td>
              </tr>
            </table>
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr> 
                <td background="images/daodu33.gif" height="32" width="14%">&nbsp;</td>
                <td background="images/daodu33.gif" height="32" width="86%"><img src="images/dd-m12.gif" width="90" height="32" alt="行家推荐"></td>
              </tr>
              <tr> 
                <td colspan="2"> 
                  <hr size="1">
                </td>
              </tr>
            </table>
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr valign="top"> 
                <td width="222"> 
                <c:forEach items="${sessionScope.book_tsk}" var="tsk">
                  <table width="100%" border="0" cellspacing="0" cellpadding="5">
                    <tr> 
                      <td class="wr4"> 
                        <p><img src="../${tsk.bookImgPath }" width="72" height="91" border="1" align="left" vspace="5" hspace="5" alt="图书封面"><b><font color="#C77B03">□ 
                          ${tsk.bookName }(${tsk.bookAuthor }著)</font></b><br>
                          定价:<fmt:formatNumber maxFractionDigits="2" value="${tsk.bookPrice }"></fmt:formatNumber>元<br>
                          清韵折扣:${tsk.bookDiscount }元<br>
                           <img src="images/xc.gif" width="15" height="13"> <a href="${pageContext.request.contextPath }/buy.do?bookId=${tsk.bookId }">购买</a></p>
                        <p>  简介:${tsk.bookContent }</p>
                      </td>
                    </tr>
                  </table>
                  </c:forEach>
                  <a href="${pageContext.request.contextPath }/findBook.do?bookName=&author=">更多……</a>
                </td>
                <td bgcolor="#CCCCCC" width="1"><img src="images/point.gif" width="1" height="1"></td>
              </tr>
            </table>
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr> 
                <td> 
                  <hr size="1">
                </td>
              </tr>
            </table>
            
            
          </td>
          <td width="1" bgcolor="#005c69"> 
            <p><img src="images/point.gif" width="1" height="1"></p>
          </td>
          <td width="150"> 
            <table width="100%" border="0" cellspacing="0" cellpadding="3">
              <tr> 
                <td> 
                  <table width="100%" border="0" cellspacing="0" cellpadding="5">
                    <tr>
                      <td>
                        <div align="center"><img src="images/dd-m18.gif" width="115" height="57"></div>
                      </td>
                    </tr>
                    <tr>
                      <td>
                        <div align="center"><img src="images/dd-m20.gif" width="116" height="58" alt="淘书秀"></div>
                      </td>
                    </tr>
                    <tr>
                      <td>
                        <div align="center"><a href="shalong.htm"><img src="images/daodu21.gif" width="116" height="58" alt="文化沙龙" border="0"></a></div>
                      </td>
                    </tr>
                  </table>
                  
                </td>
              </tr>
              <tr> 
                <td bgcolor="#3AA6BF"> 
                  <div align="center"><img src="images/dd-m14.gif" width="83" height="22" alt="最新推荐"></div>
                </td>
              </tr>
              <tr> 
                <td class="wr4" bgcolor="#F5F2E3"> 
                <c:forEach items="${sessionScope.book_st}" var="bt">
                  <font color="#0190AA" size="-7">■</font> <a href="${pageContext.request.contextPath }/find_b.do?bookId=${bt.bookId }"> ${bt.bookName }</a><br/>
                  </c:forEach>
                  <p align="center"><a href="${pageContext.request.contextPath }/findBook.do?bookName=&author=">更多……</a></p>
                </td>
              </tr>
              <tr> 
                <td bgcolor="#3AA6BF"> 
                  <div align="center"><img src="images/dd-m16.gif" width="81" height="22" alt="清韵排行"></div>
                </td>
              </tr>
              <tr> 
                <td bgcolor="#F5F2E3" class="wr4"> 
                  <ol>
                  <c:forEach items="${sessionScope.book_ct}" var="ct">
                    <li><a href="${pageContext.request.contextPath }/find_b.do?bookId=${ct.bookId }"> ${ct.bookName }</a><br></li>
                    </c:forEach>
                  </ol>
                  <p align="center"><a href="${pageContext.request.contextPath }/findBook.do?bookName=&author=">更多……</a></p>
                </td>
              </tr>
              <tr> 
                <td bgcolor="#3AA6BF"> 
                  <div align="center"><img src="images/dd-m19.gif" width="143" height="23" alt="寻书公告"></div>
                </td>
              </tr>
              <tr> 
                <td bgcolor="#F5F2E3" class="wr4"> 
                  <p>  以下图书已有,请需要的朋友下订单购买:<br>
                  </p>
                  <p> <img src="images/x1.gif" width="3" height="3"> 喝茶儿女到江湖<br>
                     <img src="images/x1.gif" width="3" height="3"> 纯粹・局部接触<br>
                     <img src="images/x1.gif" width="3" height="3"> 食相报告<br>
                     <img src="images/x1.gif" width="3" height="3"> 金庸传<br>
                     <img src="images/x1.gif" width="3" height="3"> 我爱你,妈妈</p>
                  <p>   您有什么想买而买不到的书,请在这里登记,我们将努力为您寻找。请提供尽可能多的信息。</p>
                  <form name="frmlack" method="post" action="book_lack.php" onsubmit=return(Check_Lack_Input())>
                    <table width="100%" border="0" cellspacing="0" cellpadding="0" class="wr1">
                      <tr> 
                        <td width="38%"> 
                          <div align="right">书名 </div>
                        </td>
                        <td width="62%"> 
                          <input type=text name=bookname size=10 class="textbox">
                        </td>
                      </tr>
                      <tr> 
                        <td width="38%"> 
                          <div align="right">作者 </div>
                        </td>
                        <td width="62%"> 
                          <input type=text name=author size=10 class="textbox">
                        </td>
                      </tr>
                      <tr> 
                        <td width="38%"> 
                          <div align="right">出版社 </div>
                        </td>
                        <td width="62%"> 
                          <input type=text name=press size=10 class="textbox">
                        </td>
                      </tr>
                      <tr> 
                        <td width="38%"> 
                          <div align="right">Email</div>
                        </td>
                        <td width="62%"> 
                          <input type=text name=email size=10 class="textbox">
                        </td>
                      </tr>
                      <tr> 
                        <td width="38%"> 
                          <div align="right">其他 </div>
                        </td>
                        <td width="62%"> 
                          <textarea name="notes" cols="10" class="textbox"></textarea>
                        </td>
                      </tr>
                      <tr> 
                        <td width="38%"></td>
                        <td width="62%"> 
                          <input type="submit" name="Submit" value="发出">
                        </td>
                      </tr>
                    </table>
                  </form>
                </td>
              </tr>
              <tr> 
                <td bgcolor="#F5F2E3">&nbsp;</td>
              </tr>
            </table>
          </td>
        </tr>
      </table>
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr> 
          <td> 
            <div align="right"><img src="images/daodu36.gif" width="593" height="58" alt="广告区"></div>
          </td>
        </tr>
      </table>  
      <p align="center" class="wr1"> 关于书店 | 意见箱 | 联系我们</p>
    </td>
  </tr>
</table>
<table width="770" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr>
    <td height="22" background="images/dd-m09.gif">&nbsp;</td>
  </tr>
</table>
<table border="0" cellspacing="0" cellpadding="0" align="center">
  <tr> 
    <td>&nbsp;</td>
    <td class="wr1" width="10">&nbsp;</td>
    <td class="wr1">&nbsp;</td>
  </tr>
  <tr> 
    <td><a href="http://www.qybook.com"><img src="images/dd-009.gif" width="36" height="40" alt="logo" border="0"></a></td>
    <td class="wr4" width="10">&nbsp;</td>
    <td class="wr4"> 版权所有:<a href="http://www.qingyun.com" target="_blank">西安清韵科技文化图书有限责任公司</a><br>
      地址:西安市高新一路25号创新大厦一楼 服务电话:029-8326696</td>
  </tr>
</table>
</body>
</html>
<script ></script>

⌨️ 快捷键说明

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