
|
 |
<% for yyyy = Year(Now()) to 1999 Step -1
startDate = yyyy & "0101"
endDate = yyyy & "1231"
if userStatus > 0 then
Call showIndex("pwNews", "/xsl/_pwruIndex.xsl?type=FullArchive&year=" & yyyy,startDate,endDate,0)
else
Call showIndex("pwNews", "/xsl/pwruIndex.xsl?type=FullArchive&year=" & yyyy,startDate,endDate,0)
end if
next %>
|