<%
If tPageSize > 0 Then
tCurRec = ((Session("borabbsrs_AbsolutePage") - 1) * tPageSize) + tRecordsProcessed
Else
tRecordsProcessed = tRecordsProcessed + 1
tCurRec = tRecordsProcessed
End If
%>| <%=tCurRec%> |
<%if trim(borabbsrs("filename"))<>"" then response.write " " else response.write " " end if%> |
<%
if trim(borabbsrs("depth"))<>"0" then
for i=1 to len(trim(borabbsrs("depth")))
%> <%
next
end if
%>
<%=trim(borabbsrs("subject"))%>
|
<%if trim(borabbsrs("email"))<>"" then%>
"><%=trim(borabbsrs("writer"))%>
<%else%>
<%=trim(borabbsrs("writer"))%>
<%end if%>
|
<%
nalja=trim(borabbsrs("nalja"))
'naljayear=left(nalja,2)
'if naljayear <=49 then
'n_year="20"&naljayear
'elseif naljayear >49 then
'n_year="19"&naljayear
'end if
'regdate=n_year&mid(nalja,3,6)
regdate=nalja
%>
<%=regdate%> |
<%=trim(borabbsrs("visited"))%> |
<%Loop%>