
<STYLE type=text/css>
td {font-size:7pt;font-family:verdana}
.buton       { background-color: #4C99E2 !important; font-family: verdana,arial !important; color: #EEEEEE !important; 
               font-size: 8pt !important; font-weight: bold !important; 
               border-left: 1px solid #A9CFF1 !important; border-right: 1px solid #0D304F !important; 
               border-top: 1px solid #A9CFF1 !important; border-bottom: 1px solid #0D304F !important }
.buton1       { background-color: #FFCCCC !important; font-family: verdana,arial !important; color: #202020 !important; 
               font-size: 8pt !important; font-weight: bold !important; 
               border-left: 1px solid #303030 !important; border-right: 1px solid #FE6A6A !important; 
               border-top: 1px solid #303030 !important; border-bottom: 1px solid #FE6A6A !important }
</STYLE>

<!--#include file="baglanti.asp"-->

<center>

<%
Set rs = Server.CreateObject ("ADODB.RecordSet")
sql = " Select * from album where ID="&request.querystring("no")&" " 
rs.open sql,db,1,3
%>

<table border="0" width="490" height="157">

<td>
	
<table cellpadding=0 cellspacing=0 border="0" width="474">
<td align=center>
Kategori : <%=rs("kategori")%></b><br><br>
<img src="imgs/<%=rs("buyukresim")%>" height=360 width=480><br><br>
<b>Kýsa Bilgi :</b>  <%=rs("bilgi")%><br>
<b>Detaylar : </b><%=rs("detay")%><br>
</td>

</table></td></table>

<%
rs.close
set rs=nothing
%>

<center>
<form><input class=buton type='button' value=' Geri Git ' onclick='history.back()'></form>