<% if uyelikAktif=1 then if so_content_uyelere_ozel=1 and session("durum")<>"online" then session("uyari")=lang_uyelere_ozel response.Redirect("/") end if end if %>

<%=so_content_title%>

<%if social_position=3 and social_active=1 then%> <% mypath="/so-content/themes/"&so_theme&"/socialBar.asp" Server.Execute(mypath) %> <%end if%> <%=so_content_icerik%> <%if so_content_butonlari_aktif=1 then%> <% mypath="/so-content/themes/"&so_theme&"/contentButtons.asp" Server.Execute(mypath) %> <%end if%>
<% mypath="/so-content/themes/"&so_theme&"/ekBarPozisyon2.asp" Server.Execute(mypath) %> <%if so_content_formlar<>0 then%> <% sqlform="select * from forms where id="&so_content_formlar&";" set verilerform=mysql_baglanti.execute(sqlform) if not verilerform.eof then %>

<%=verilerform("baslik")%>

" name="<%=verilerform("id")%>" method="post" action="/formEnter.asp" autocomplete="off"> <% sqlform2="select * from form_items where form="&verilerform("id")&" and alanAktif=1 order by sira;" set verilerform2=mysql_baglanti.execute(sqlform2) if not verilerform2.eof then verilerform2.movefirst do while not verilerform2.eof %>
<%=verilerform2("etiket")%> :
<%if verilerform2("tip")="textbox" then%> " id="<%=verilerform2("id")%>" class="inputlar"/> <%if verilerform2("zorunlu")=1 then%>*<%end if%> <%elseif verilerform2("tip")="textarea" then%> <%if verilerform2("zorunlu")=1 then%>*<%end if%> <%elseif verilerform2("tip")="checkbox" then%> " id="<%=verilerform2("id")%>" type="checkbox" value="Ok" /> <%if verilerform2("zorunlu")=1 then%>*<%end if%> <%end if%>
<% verilerform2.movenext loop %>
 
<% end if %>
<%end if%> <%end if%> <%if social_position=4 and social_active=1 then%> <% mypath="/so-content/themes/"&so_theme&"/socialBar.asp" Server.Execute(mypath) %> <%end if%> <%if so_content_tablar_aktif=1 and (so_content_foto_galeri>0 or so_content_video_galeri>0 or so_content_dokuman_galeri>0 or so_content_uye_yorumlari=1 or so_content_benzer_icerikler=1) then%> <% sql="select * from icerik_tipleri where dil='"&so_lang&"' order by sira;" set veriler=mysql_baglanti.execute(sql) if not veriler.eof then %> <% end if %> <% sql="select * from icerik_tipleri where dil='"&so_lang&"' order by sira;" set veriler=mysql_baglanti.execute(sql) if not veriler.eof then %>
<% veriler.movefirst say=1 do while not veriler.eof %> <%if veriler("icerik_tipi")="foto" and so_content_foto_galeri>0 then%>
<% mypath="/so-content/themes/"&so_theme&"/f-gallery.asp" Server.Execute(mypath) %>
<%say=say+1%> <%end if%> <%if veriler("icerik_tipi")="video" and so_content_video_galeri>0 then%>
<% mypath="/so-content/themes/"&so_theme&"/f-video.asp" Server.Execute(mypath) %>
<%say=say+1%> <%end if%> <%if veriler("icerik_tipi")="doc" and so_content_dokuman_galeri>0 then%>
<% mypath="/so-content/themes/"&so_theme&"/f-document.asp" Server.Execute(mypath) %>
<%say=say+1%> <%end if%> <%if veriler("icerik_tipi")="yorum" and so_content_uye_yorumlari=1 then%>
<% mypath="/so-content/themes/"&so_theme&"/f-comments.asp" Server.Execute(mypath) %>
<%say=say+1%> <%end if%> <%if veriler("icerik_tipi")="benzer" and so_content_benzer_icerikler=1 then%>
<% mypath="/so-content/themes/"&so_theme&"/f-similar.asp" Server.Execute(mypath) %>
<%say=say+1%> <%end if%> <% veriler.movenext loop %>
<% end if %> <% 'tablar aktif bitiş end if %>
<% mypath="/so-content/themes/"&so_theme&"/ekBarPozisyon3.asp" Server.Execute(mypath) %>