<%
thumbnailVar=0
if instr(rsCommon("thumbnail"),".jpg")>0 or instr(rsCommon("thumbnail"),".gif")>0 or instr(rsCommon("thumbnail"),".png")>0 then
thumbnailVar=1
Set FS=CreateObject("Scripting.FileSystemObject")
file_link=Request.ServerVariables("APPL_PHYSICAL_PATH" )&"/so-content/uploads/thumbnails/"
if FS.fileexists(file_link&"/"&rsCommon("thumbnail"))=true then
dosya_yerinde=1
else
dosya_yerinde=0
end if
set FS=nothing
end if
%>
<%if listeleme_resim_aktif=1 then%>
<%if thumbnailVar=1 and dosya_yerinde=1 then%>

" alt="<%=rsCommon("baslik")%>"/><%else%>

"/><%end if%>
<%end if%>
<%if listeleme_on_yazi_boyut>0 then%>
" title="<%=rsCommon("baslik")%>" class="listLink"><%=left(complex(trim(HtmlEncodeYazi(rsCommon("icerik")))),listeleme_on_yazi_boyut)%>...
<%end if%>
<%if listeleme_buton_aktif=1 and browserEski=0 then%>
<%end if%>