📄 sale_right.jsp
字号:
<%@ page contentType="text/html;charset=GBK"%>
<%@ page import="com.saas.biz.custMgr.Custinfo"%>
<%@ page import="java.util.*"%>
<%
Custinfo in = new Custinfo();
ArrayList List2 = in.getMaxCustByNo();
%>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="26" align="center" bgcolor="#FEF3DC" class="bthong">
加入玻璃巴巴,开始网上交易
<a href="#" class="lanse"></a>
</td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#FFC367">
<tr>
<td height="180" align="center" bgcolor="#FFFFFF">
<table width="94%" border="0" cellpadding="2" cellspacing="0">
<tr>
<td valign="top">
·
</td>
<td valign="top">
免费推广产品,免费宣传公司,查找买家,结交商友轻松开展网上贸易!
</td>
</tr>
</table>
<table width="82%" border="0" cellpadding="2" cellspacing="0">
<tr>
<td>
<a href="/Newcregister.jsp"><img src="/zone_b2b/images/an_03.gif" width="119" height="27" alt="免费注册" border="0"></a>
</td>
</tr>
</table>
<table width="96%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="20" class="xian"></td>
</tr>
</table>
<table width="94%" border="0" cellpadding="2" cellspacing="0">
<tr>
<td valign="top">
·
</td>
<td valign="top">
想快速开展网上贸易,提升销量?
</td>
</tr>
<tr>
<td valign="top">
·
</td>
<td valign="top">
咨询热线:
<strong>0550-8*******</strong>
</td>
</tr>
</table>
<table width="82%" border="0" cellpadding="2" cellspacing="0">
<tr>
<td>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="5"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="2" height="24">
<img src="/zone_b2b/images/ba_132.gif" width="2" height="24" alt="">
</td>
<td align="center" background="/zone_b2b/images/ba_133.gif">
<span class="bthong">金钻会员推荐</span>
</td>
<td width="2">
<img src="/zone_b2b/images/ba_135.gif" width="2" height="24" alt="">
</td>
</tr>
</table>
<table width="100%" border="0" cellpadding="5" cellspacing="1" bgcolor="FFC367">
<tr>
<td height="180" valign="top" bgcolor="#FFFFFF">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<%
if (List2 != null && List2.size() > 0) {
for (int i = 0; i < List2.size() && i <6; i++) {
HashMap map = (HashMap) List2.get(i);
String cust_name = "", news_cust_id = "", class_name = "";
if (map.get("cust_id") != null) {
news_cust_id = map.get("cust_id").toString();
}
if (map.get("cust_name") != null) {
cust_name = map.get("cust_name").toString();
if(cust_name.length()>13){cust_name=cust_name.substring(0,13);}
}
if (map.get("class_name") != null) {
class_name = map.get("class_name").toString();
}
%>
<tr>
<td>
<a href="/zone_b2b/enterprise/customer/<%=news_cust_id%>/" target=_blank class="bt1"><%=cust_name%></a>
<img src="/zone_b2b/images/Max.gif" width="15" height="12" align="middle" />
<br>
<span class="STYLE2">主营:<%=class_name%>...</span>
</td>
</tr>
<tr>
<td height="1" class="xian"></td>
</tr>
<%
}
}
%>
</table>
</td>
</tr>
</table>
<table width="100%" height="5" border="0" cellpadding="0" cellspacing="0">
<tr>
<td></td>
</tr>
</table>
<table width="100%" height="90" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="90">
<img src="/zone_b2b/images/160x200.gif" width="228" height="125">
</td>
</tr>
</table>
<table width="100%" height="5" border="0" cellpadding="0" cellspacing="0">
<tr>
<td></td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="DBECF4">
<tr>
<td height="120" align="center" bgcolor="#FFFFFF">
放产品搜索广告 google搜索引擎
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -