?? softview.asp
字號:
else
response.write(trim(rs("softver")))
end if%>成新</td>
<td width="81" rowspan="5" align="right" valign="middle"> <%
if not isnull(rs("images")) and rs("images")<>"" then
response.write "<img src='"&rs("Images")&"' width='100' height='120' border=0>"
end if
%> </td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="22" colspan="2" align="center" nowrap>交易類型:</td>
<td height="22"><%=trim(rs("softtype"))%></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="25" colspan="2" align="center" nowrap>所屬類別:</td>
<td height="23"> <%=CateName%>中的<%=SubCateName%></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="26" colspan="2" align="center" nowrap>交易地區(qū):</td>
<td height="26"><%=trim(rs("LicenceType"))%></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="26" colspan="2" align="center" nowrap>物品價(jià)格:</td>
<td height="26"><% if rs("softsize")="0" then
Response.Write"價(jià)格面議"
else
Response.Write(round(rs("SoftSize")))&"元(RMB)"
end if
%></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="25" colspan="2" align="center" nowrap>整理時(shí)間:</td>
<td height="25"><%=rs("SoftTime")%></td>
<td width="81" height="25" align="center" valign="top"> </td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="26" colspan="2" align="center" nowrap>聯(lián)系電話:</td>
<td height="26"><%=rs("SoftFrom")%></a></td>
<td width="81" height="26" align="center" valign="top"> </td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="16" align="center" nowrap> </td>
<td height="16" align="center" nowrap> </td>
<td height="16" align="center" nowrap> </td>
<td height="16" align="center" nowrap> </td>
<td width="11" height="16"> </td>
</tr>
<tr>
<td height="13" colspan="2" align="center" valign="top" nowrap> 信息簡介:</td>
<td height="13" colspan="2"> <%=UBBCode(rs("Content"))%><br>
<br></td>
</tr>
<tr>
<td height="25" align="center" valign="top" nowrap> </td>
<td height="25" align="center" valign="top" nowrap bgcolor="#F2F2F2"> </td>
<td height="25" align="center" valign="top" nowrap bgcolor="#F2F2F2"> </td>
<td height="25" align="center" valign="top" nowrap bgcolor="#F2F2F2"> </td>
</tr>
<% rs.close %>
<%
sql="select SoftID,SoftName,SoftVer from "&CategoryName&"_SoftInfo where SoftName like '%"& left((keys),8) &"%' and SoftID<>" & request.QueryString("SoftID")
rs.open sql,conn,1,1
if not (rs.eof and rs.bof) then
%>
<tr>
<td height="44" colspan="2" align="center" nowrap><font color="#339900"><b>相關(guān)物品:</b></font></td>
<td colspan="2" class="td1">
<% do while not rs.eof response.write "<li><a href='SoftView.asp?SoftID="& rs("SoftID")&"' >"& trim(rs("SoftName"))& " </a></li>"
%><% rs.movenext
loop %> </td>
</tr>
<% end if
rs.close
%>
<tr bgcolor="#FFFFFF">
<td height="79" align="center" valign="top" bgcolor="#FFFFFF"> </td>
<td height="79" align="center" valign="top"><br>
本站聲明:</td>
<td colspan="2"><br>
1、在這里,您可以刊登想發(fā)布的各種買賣信息。同時(shí)請您對您的言行負(fù)責(zé),遵守中華人民共和國有關(guān)法律、法規(guī);尊重網(wǎng)上道德并遵守誠實(shí)信用原則;禁止利用本欄目進(jìn)行危害國家和惡意攻擊他人的行為;本欄目保留刪除違規(guī)留言權(quán)利;本欄目中的言論若違反規(guī)定而受到法律追究者,責(zé)任自負(fù)。<br>
2、在本站閱讀和發(fā)布所有的信息都是免費(fèi)的,網(wǎng)友購買二手物品時(shí),一定要仔細(xì)測試,以免上當(dāng)受騙。<br> <br>
</td>
</tr>
<tr bgcolor="#F2F2F2">
<td width="5" height="26" align="center" bgcolor="#FFFFFF"> </td>
<td width="68" align="center">用戶留言:</td>
<td colspan="2">
<% if EssayNum=0 then
response.write "目前沒有用戶留言。"
else
response.write "共有<b><font color=red>"&EssayNum&"</font></b>人留言."
response.write "『<a href=""ShowEssay.Asp?SoftID="&request.QueryString("SoftID")&""" target=""_blank"">查看留言</a>』"
end if
dim userip_temp
userip_temp=Request.ServerVariables("HTTP_X_FORWARDED_FOR")
if userip_temp="" then
userip_temp=Request.ServerVariables("REMOTE_ADDR")
end if
Response.Write(" 來自<b>"&userip_temp&"</b>的朋友,如果對此信息感興趣,你可留言!")
%> </td>
</tr>
<tr bgcolor="#FFFFFF">
<td colspan="4" align="right"><table width="98%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50%" valign="top" align="center">
<br>
<table width="100%" border="0" align="right" cellpadding="0" cellspacing="0" bgcolor="#E7E7E7" class="index">
<form name="myform" method="post" action="" target="_top" onSubmit="return Juge(this)" >
<tr>
<td height="22" colspan="3" bgcolor="#FFFFFF">
<% sql="select top 5 * from "&CategoryName&"_SoftEssay where SoftID="&request.QueryString("SoftID")&" order by ID desc"
rs.open sql,conn,1,1
if rs.eof and rs.bof then
response.write "<p align='center'><font color=#663300>沒有人留言</font></p>"
else
do while not rs.eof
if len(Trim(rs("Content")))>65 then
response.write "<li>"&left(Trim(rs("Content")),64)&".. [<font color=""red"">"&rs("UserName")&" "&DateTimeFormat(rs("DateTime"),2)&"</font>]"
else
Response.Write "<li>"&Trim(rs("Content")) & " [網(wǎng)友<font color=""red"">"&rs("UserName")&"</font>在"&DateTimeFormat(rs("DateTime"),2)&"這樣寫的!]"
end if
rs.movenext
loop
end if
rs.close
Response.Write("</li>")
%>
</td>
</tr>
<tr bgcolor="#F9F9F9">
<td width="57" height="21"><div align="center">用 戶:</div></td>
<td colspan="2">
<input type="text" name="UserName" maxlength="15" size="28" style="height: 16px;BORDER-BOTTOM: #888888 1px solid; BORDER-LEFT: #888888 1px solid; BORDER-RIGHT: #888888 1px solid; BORDER-TOP: #888888 1px solid; font-size: 9pt">
<font color="#FF0000">!</font> </td>
</tr>
<tr bgcolor="#F9F9F9">
<td width="57" height="22"><div align="center">Email:</div></td>
<td colspan="2">
<input type="text" name="Email" maxlength="50" size="28" style="height: 16px;BORDER-BOTTOM: #888888 1px solid; BORDER-LEFT: #888888 1px solid; BORDER-RIGHT: #888888 1px solid; BORDER-TOP: #888888 1px solid; font-size: 9pt">
<font color="#FF0000">!</font><input type="Hidden" name="SoftID" value='<%=request("SoftID")%>'>
<input type="Hidden" name="action" value='savereinfo'> </td>
</tr>
<tr bgcolor="#F9F9F9">
<td width="57" rowspan="2"><div align="center">內(nèi) 容:</div></td>
<td width="240">
<textarea name="content" cols="35" rows="5" title="請注意用語文明且合法,不要發(fā)布帶有攻擊性的言論,謝謝合作!" style="BORDER-BOTTOM: #888888 1px solid; BORDER-LEFT: #888888 1px solid; BORDER-RIGHT: #888888 1px solid; BORDER-TOP: #888888 1px solid; font-size: 9pt"></textarea><font color="#FF0000">!</font> </td>
<td width="268" rowspan="2" valign="bottom"> </td>
</tr>
<tr bgcolor="#FCFCFC">
<td><input type="submit" name="Submit" value="提交">
<input type="reset" name="Submit2" value="重設(shè)">
(注:“<font color="#FF0000">!</font>”為必填內(nèi)容。) </td>
</tr>
</form>
<tr bgcolor="#FCFCFC">
<td height="18" colspan="3">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="153%" valign="top">
</td>
</tr>
</table> </td>
</tr>
</table> </td>
</tr>
</table>
<br></td>
</tr>
</table>
</center>
</div> <%end sub %> </td>
</tr>
</table> <br>
<!--#include file="end.asp" -->
</BODY></HTML>
<%
set rs=nothing
CloseDatabase
%>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -