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

📄 zoom.jsp

📁 shopping home JSP system
💻 JSP
字号:
<%@page contentType="text/html;charset=gb2312" %>
<%@ taglib uri="/bean" prefix="bean" %>
<%@ taglib uri="/html" prefix="html" %>
<%@ taglib uri="/logic" prefix="logic" %>
<%@ taglib uri="/keyshop" prefix="keyshop" %>
<%@include file="/jsp/pub/pub.jsp"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>商品大图片</title>
<%
String cssName = "";
com.keyshop.shop.system.model.SystemCss css = com.keyshop.shop.system.util.SystemConst.getSystemCss(request);
		
if(css != null) {
	cssName = css.getCssName();
}
%>
<link href="<%=CONTEXT%>/<%=cssName%>" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style1 {color: #FF0000}
-->
</style>
</head>
<%
com.keyshop.shop.system.model.ViewConfig viewConfigZoom = com.keyshop.shop.system.manager.SystemManager.getViewConfig(request);
%>
<body leftmargin="0" topmargin="0">

<table border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="10" height="10"><img src="<%=CONTEXT%>/img/QQ/i01.gif" width="10" height="10"></td>
    <td  background="<%=CONTEXT%>/img/QQ/i03.gif"></td>
    <td width="10" height="10"><img src="<%=CONTEXT%>/img/QQ/i02.gif" width="10" height="10"></td>
  </tr>
  <tr>
    <td  background="<%=CONTEXT%>/img/QQ/i04.gif">&nbsp;</td>
    <td>
    	<!------------------------------------------>
			<table width="400" border="0" align="center" cellpadding="4" cellspacing="0">
			  <tr>
			    <td><img src="<%=CONTEXT%>/<%=viewConfigZoom.getLog_image()%>"></td>
			    <td valign="bottom">
			    	<font color="red"><b>
			    	商家名称:
			      <%
							if(viewConfigZoom.getSys_name() != null) {
						%>
							<%=viewConfigZoom.getSys_name()%><br>
						<%
							}
							%>
			    	订购电话:
			      <%
							if(viewConfigZoom.getSys_tel()!= null) {
						%>
							<%=viewConfigZoom.getSys_tel()%><br>
						<%
							}
							 %>
			      客服QQ:
			      <%
							if(viewConfigZoom.getSys_qq() != null) {
						%>
							<%=viewConfigZoom.getSys_qq()%><br>
						<%
							}
						%></b>
						</font>
					</td>
			  </tr>
			</table>
			<table width="380" height="400" align="center" border="0" cellpadding="0" cellspacing="0">
			  <tr>
			    <td align="center">
			    	<%
			    		String id = request.getParameter("id");
			    		if(!StringUtil.isEmpty(id)) {
			    	%>
			    	<img src="<%=CONTEXT%>/<%=id %>">
			    	<%
			    		} else {
			    	%>
			    	没有商品大图片
			    	<%
			    		}
			    	%>
			    </td>
			  </tr>
			</table>
		<!------------------------------------------>
    </td>
    <td background="<%=CONTEXT%>/img/QQ/i05.gif"></td>
  </tr>
  <tr>
    <td width="10" height="10"><img src="<%=CONTEXT%>/img/QQ/i06.gif" width="10" height="10"></td>
    <td background="<%=CONTEXT%>/img/QQ/i08.gif"></td>
    <td width="10" height="10"><img src="<%=CONTEXT%>/img/QQ/i07.gif" width="10" height="10"></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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