kodlar bunlar db de tarihler düzgün
Alıntı
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1254">
<title>Yeni Sayfa 1</title>
</head>
<body>
<table cellSpacing=0 cellPadding=0 width=96% border=0 align=center background="file:///C:/Documents%20and%20Settings/Yılmaz/Desktop/script/img/blok_bg.jpg">
<tr>
<td align=center height=27 bgcolor=#ff3300 colspan=2 background="file:///C:/Documents%20and%20Settings/Yılmaz/Desktop/script/img/bar.jpg"><font size=1 face=verdana><b>En Yeni Videolar</b></font></td></tr>
<tr>
<td align=center height=4 bgcolor=#ff3300 background="file:///C:/Documents%20and%20Settings/Yılmaz/Desktop/script/img/blok_down.jpg"></td></tr>
<tr><td height=100>
<table cellSpacing=0 cellPadding=0 width=98% border=0 align=center height=75>
<tr><td rowspan=3 width=100><a href="video.asp?metyus=view&vid=<%=rs("id")%>"><im g src="<%=rs("img")%>" border=0 width=100 height=80></a></td>
<td><font size=1 face=verdana color=6e8f00><b> <a href="video.asp?metyus=view&vid=<%=rs("id")%>"><%= rs("baslik")%></a></b></font></td></tr>
<tr><td> <font size=1 face=verdana color=6e8f00>Ranks :
<%
if rs("puan")=0 then
response.write "<img src=""img/stars/0.gif"">"
else
end if
if rs("puan")>0 and rs("puan")<25 then
response.write "<img src=""img/stars/1.gif"">"
else
end if
if rs("puan")>=26 and rs("puan")<50 then
response.write "<img src=""img/stars/2.gif"">"
else
end if
if rs("puan")>=51 and rs("puan")<75 then
response.write "<img src=""img/stars/3.gif"">"
else
end if
if rs("puan")>=76 and rs("puan")<100 then
response.write "<img src=""img/stars/4.gif"">"
else
end if
if rs("puan")>=101 then
response.write "<img src=""img/stars/5.gif"">"
else
end if
%>
</font>
</td></tr>
<tr><td><font size=1 face=verdana color=6e8f00> Görüntülenme : <%=rs("izleme")%></font></td></tr>
</table>
</td></tr>
</table>
</body>
</html>