📄 proxyinfo.jsp
字号:
<%
}
}
%>
<tr>
<td style="color: red;">
注意:
<span style="font-weight: bold;">请不要在评论中含与内容无关的广告链接,违者封IP。</span>
</td>
</tr>
<tr>
<td>
评论者姓名:
<INPUT name="rsrv_str5" id="rsrv_str5" size="23" maxLength="50">
</td>
</tr>
<tr>
<td>
<TEXTAREA id="content" name="content" rows="6" cols="75"></TEXTAREA>
</td>
</tr>
<tr>
<td>
<input type="hidden" name="cust_id" name="cust_id" value="<%=s_cust_id%>">
<input type="hidden" name="user_id" name="user_id" value="<%=s_user_id%>">
<input type="hidden" name="session_user_id" name="session_user_id" value="<%=s_user_id%>">
<input type="hidden" name="sale_id" name="sale_id" value="<%=category_id%>">
<input type="hidden" name="deal_tag" name="deal_tag" value="6">
<input type="hidden" name="rsrv_str3" name="rsrv_str3" value="">
<input type="hidden" name="rsrv_str4" name="rsrv_str4" value="">
<input type="hidden" id="trade_type_code" name="trade_type_code" value="1308">
</td>
</tr>
<tr>
<td>
<label>
<input type="submit" name="Submit2" value="确认发送评论" onclick=" return checkContent()">
</label>
</td>
</tr>
<tr>
<td>
</td>
</tr>
<tr>
<td class="time">
发帖须知:
<BR>
一、所发文章必须遵守《互联网电子公告服务管理规定》;
<BR>
二、严禁发布供求代理信息、公司介绍、产品信息等广告宣传信息;
<BR>
三、严禁恶意重复发帖;
<BR>
四、严禁对个人、实体、民族、国家等进行漫骂、污蔑、诽谤。
</td>
</tr>
</table>
<TABLE width="95%" border=0 align="center" cellPadding=0 cellSpacing=0 class=xian>
<TBODY>
<TR>
<TD height=36></TD>
</TR>
</TBODY>
</TABLE>
</td>
</tr>
</table>
</td>
<td valign="top">
</td>
<td width="290" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="2">
<img src="/zone_b2b/images/zixun_08.gif" width="2" height="29">
</td>
<td background="/zone_b2b/images/zixun_09.gif">
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="5%">
<img src="/zone_b2b/images/lujian.gif" width="5" height="9" />
</td>
<td class="btlanse">
热门资讯排名
</td>
</tr>
</table>
</td>
<td width="2">
<img src="/zone_b2b/images/zixun_11.gif" width="2" height="29">
</td>
</tr>
</table>
<table width="100%" border="0" cellpadding="5" cellspacing="1" bgcolor="94C3DD">
<tr>
<td height="220" valign="top" bgcolor="#FFFFFF">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<%
if (List1 != null && List1.size() > 0) {
for (int i = 0; i < List1.size(); i++) {
HashMap map = (HashMap) List1.get(i);
String title = "", news_idx = "";
if (map.get("news_id") != null) {
news_idx = map.get("news_id").toString();
}
if (map.get("title") != null) {
title = map.get("title").toString();
}
%>
<tr>
<td>
·
<a href="zixun_list_content.jsp?news_id=<%=news_idx%>" class="lanse"><%=title%> </a>
</td>
</tr>
<%
}
}
%>
</table>
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="display: none">
<tr>
<td width="2">
<img src="/zone_b2b/images/zixun_08.gif" width="2" height="29">
</td>
<td background="/zone_b2b/images/zixun_09.gif">
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="5%">
<img src="/zone_b2b/images/lujian.gif" width="5" height="9" />
</td>
<td width="95%" class="btlanse">
编辑推荐
</td>
</tr>
</table>
</td>
<td width="2">
<img src="/zone_b2b/images/zixun_11.gif" width="2" height="29">
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="2">
<img src="/zone_b2b/images/zixun_08.gif" width="2" height="29">
</td>
<td background="/zone_b2b/images/zixun_09.gif">
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="5%">
<img src="/zone_b2b/images/lujian.gif" width="5" height="9" />
</td>
<td width="95%" class="btlanse">
推荐供应商
</td>
</tr>
</table>
</td>
<td width="2">
<img src="/zone_b2b/images/zixun_11.gif" width="2" height="29">
</td>
</tr>
</table>
<table width="100%" border="0" cellpadding="5" cellspacing="1" bgcolor="94C3DD">
<tr>
<td height="160" valign="top" bgcolor="#FFFFFF">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<%
if (List2 != null && List2.size() > 0) {
for (int i = 0; i < List2.size(); i++) {
HashMap map = (HashMap) List2.get(i);
String cust_name = "", news_cust_id = "", level_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("para_code2") != null) {
level_name = map.get("para_code2").toString();
}
%>
<!--/重复-->
<tr>
<td>
·
<a href="/zone_b2b/enterprise/customer/<%=news_cust_id%>/" target=_blank class="lanse"><%=cust_name%> </a>
</td>
<td>
<%=level_name%>
</td>
</tr>
<!--重复/-->
<%
}
}
%>
</table>
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="display: none">
<tr>
<td width="2">
<img src="/zone_b2b/images/zixun_08.gif" width="2" height="29">
</td>
<td background="/zone_b2b/images/zixun_09.gif">
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="5%">
<img src="/zone_b2b/images/lujian.gif" width="5" height="9" />
</td>
<td width="95%" class="btlanse">
产品推荐
</td>
</tr>
</table>
</td>
<td width="2">
<img src="/zone_b2b/images/zixun_11.gif" width="2" height="29">
</td>
</tr>
</table>
<td>
</tr>
</table>
<jsp:include flush="true" page="/zone_b2b/footer.jsp" />
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -