| <%=StrLan9%> |
| <%=StrLan39%> <%=Request.Form("seekword")%> |
<%=StrLan40%> /<%=rs.recordcount%> hits |
| <%=StrLan21%> |
Forum |
<%=StrLan16%> |
<%=StrLan17%> |
<% if not rs.eof then
set S_Date = rs("S_Date")
set h_id = rs("H_ID")
strShowColor = strColor1
do while not rs.eof
if strShowColor = strColor1 then
strShowColor = strColor2
else
strShowColor = strColor1
end if
strSql = "Select h_name from heads where ID = "& H_ID &""
set rsForum = Conn.Execute(strSql)
%>
.gif" align="middle"> &H_ID=<%=rs("H_ID")%>&seekword=<%=server.urlencode(seekword)%>&pageid=2&show=1"><%=Highlight(rs("S_Headline"), ""& Seekword &"", "", "")%> |
" width="8" height="10" border="0"> |
<%=Highlight(rs("S_Name"), ""& Seekword &"", "", "")%> |
<%=FormatDateTime(S_Date,2) %>, <%=StrLan79%> <%=FormatDateTime(S_Date,4) %> |
<%
rs.movenext
loop
else
%>
| <%=StrLan41%>. |
<%
end if
rs.close
rs.open "select R_ID, S_ID, H_ID, R_Date, R_HeadLine, R_Icon, R_Desc, R_Name, R_Email from Replies where (R_HeadLine like '%" & seekword & "%' or R_Desc like '%" & seekword & "%' or R_Name like '%" & seekword & "%' or R_Email like '%" & seekword & "%') and R_Visible = 1 order by R_Date desc",conn,3,1
%>
<%=StrLan42%> /<%=rs.recordcount%> hits |
| <%=StrLan21%> |
Forum |
<%=StrLan16%> |
<%=StrLan17%> |
<%
if not rs.eof then
R_Date = ""
set R_Date = rs("R_Date")
set h_id = rs("H_ID")
set s_id = rs("s_id")
strShowColor = strColor1
do while not rs.eof
if strShowColor = strColor1 then
strShowColor = strColor2
else
strShowColor = strColor1
end if
strSql = "Select h_name from heads where ID = "& H_ID &""
set rsForum2 = Conn.Execute(strSql)
%>
.gif" align="middle"> &seekword=<%=server.urlencode(seekword)%>&pageid=3&show=1&repid=<%=s_id%>#<%=rs("R_ID")%>"><%=Highlight(rs("R_Headline"), ""& Seekword &"", "", "")%> |
" width="8" height="10" border="0"> |
<%=Highlight(rs("R_Name"), ""& Seekword &"", "", "")%> |
<%=FormatDateTime(R_Date,2) %>, <%=StrLan79%> <%=FormatDateTime(R_Date,4) %> |
<%
rs.movenext
loop
else
%>
| <%=StrLan41%>. |
<%
end if
%>
|