You could try a search from what you want - you could always email LvL and remind us of just how slack we are if you like
<% else news = tigRS("news") datestamp = tigRS("datestamp") %>| ..::LvL - mods <%=realdate(datestamp)%><%=site_status()%> | |||
|
|||
You could try a search from what you want, as the front page seems to be having a problem :[ email LvL and let s know of the problem if you like
<% end if dim mod_name, website, da_review, sm_jpg, lg_jpg ' Now loop through then all do until tigRS.eof or howmanyrecs>=maxrecs mod_name = tigRS("mod_name") if Cint(tigRS("nmb_comments")) = 0 then comments_to_date = "none yet" else comments_to_date = tigRS("nmb_comments") end if tmp_id = tigRS("id") website = tigRS("website") da_review = tigRS("info") 'check for beta image shots sm_jpg = false lg_jpg = false sm_jpg = ModImageCheckSM(tmp_id) lg_jpg = ModImageCheckLG(tmp_id) %>| <%=mod_name%> by "><%=tigRS("author")%> (<%=tigRS("type")%>) | ||||||
|
<% if sm_jpg then %>
<%
if lg_jpg then
%>![]() |
<%
else
%>|||||
|
<%
if (page mod 10) = 0 then
counterstart = page - 9
else
counterstart = page - (page mod 10) + 1
end if
counterend = counterstart + 9
if counterend > maxpages then
counterend = maxpages
end if
if counterstart <> 1 then
ref="First : "
Response.Write ref
ref="Previous : "
Response.Write ref
end if
'Response.Write "["
for counter = counterstart to counterend
if counter >= 8 then
pad=""
end if
'DEBUG
'Response.Write("page=[" & page & "] ") 'Response.Write("tig debug counter=[" & counter & "] ") 'Response.Write("right(cstr(counter),1)=[" & right(cstr(counter),1) & "] ") 'i guess this could have been done a lot cleaner, however ... :] --19 feb 00-- if (cint(counter) < 10) or (cint(counter) > 20) then if (right(cstr(counter),1) = "1") then tmp_group = cstr(counter) & "st" elseif (right(cstr(counter),1) = "2") then tmp_group = cstr(counter) & "nd" elseif (right(cstr(counter),1) = "3") then tmp_group = cstr(counter) & "rd" else tmp_group = cstr(counter) & "th" end if else tmp_group = cstr(counter) & "th" end if if cstr(counter) <> cstr(page) then ref="" & pad & tmp_group & "" else ref="" & pad & tmp_group & "" end if response.write ref if counter <> counterend then response.write " " end if next 'Response.Write "]" if counterend <> maxpages then ref=" : More" Response.Write ref ref=" : Last" Response.Write ref end if %> |
|
|
|
<% end sub %>