You could try a search from what you want - or you could always email LvL and remind us of just how slack we are if you like
<% end if dim filename, da_review dim tmp_rank, tmp_votes dim lvl_pos, score 'i = 1 'do while not (tigRS.EOF) and (i < 11) 'this is the counter, or location of the map on the list lvl_pos = ((page * 10) - 9) do until tigRS.eof or howmanyrecs>=maxrecs tmp_id = tigRS("id") filename = tigRS("str_filename") if Cint(tigRS("nmb_comments")) = 0 then comments_to_date = "none yet" else comments_to_date = tigRS("nmb_comments") end if '======== 'work out if there is a non english version of the review if Request.Cookies("lvl")("language") <> "" then if LanguageFileCHK(current_ROOT & "translation\" & Request.Cookies("lvl")("language") & "\" & tmp_id & ".txt") then da_review = LanguageFileREAD(current_ROOT & "translation\" & Request.Cookies("lvl")("language") & "\" & tmp_id & ".txt") else da_review = tigRS("txt_review") end if else da_review = tigRS("txt_review") end if tmp_rank = tigRS("ranking") tmp_votes = tigRS("votes") if not IsNull(tmp_rank) or not IsNull(tmp_votes) then score = Cint(tmp_rank) / Cint(tmp_votes) else score = 0 tmp_votes = "no" end if %>|
<%=(lvl_pos + howmanyrecs)%> - <%=tigRS("str_title")%> by "><%=tigRS("str_author")%>
(<%=tigRS("str_type")%>, |
|||||||
|
<% if (isnull(tigRS("wwwsite"))) or (tigRS("wwwsite") = "") then 'does the author(s)have a web site? %> | ![]() |
<%
else
%>
![]() " target="_blank">Authors www site |
<%
end if
%>||||
|
<%
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 %> |
|
|
the ranked score is an *average* of all of the votes for a map highest possible score is 10 for each map you can only vote once per week, up to a total of 3 times |