Ana Sayfa
<%
Set tabContent = Conn.execute("SELECT * FROM Table_Content where ParentID=0 and CultureID="& LanguageID &" order by raw desc")
If not tabContent.EOF Then
do while not tabContent.EOF
%>
- "><%=tabContent("Title")%>
<%
Set tabContentAlt = Conn.execute("SELECT * FROM Table_Content where ParentID="& tabContent("ContentID") &" order by raw desc")
If not tabContentAlt.EOF Then
do while not tabContentAlt.EOF
%>
- "><%=tabContentAlt("Title")%>
<%
Set tabContentAlt1 = Conn.execute("SELECT * FROM Table_Content where ParentID="& tabContentAlt("ContentID") &" order by raw desc")
If not tabContentAlt.EOF Then
do while not tabContentAlt1.EOF
%>
- "><%=tabContentAlt1("Title")%>
<%
Set tabContentAlt2 = Conn.execute("SELECT * FROM Table_Content where ParentID="& tabContentAlt1("ContentID") &" order by raw desc")
If not tabContentAlt2.EOF Then
do while not tabContentAlt2.EOF
%>
- "><%=tabContentAlt2("Title")%>
<%
Set tabContentAlt3 = Conn.execute("SELECT * FROM Table_Content where ParentID="& tabContentAlt2("ContentID") &" order by raw desc")
If not tabContentAlt3.EOF Then
do while not tabContentAlt3.EOF
%>
- "><%=tabContentAlt3("Title")%>
<%
Set tabContentAlt4 = Conn.execute("SELECT * FROM Table_Content where ParentID="& tabContentAlt3("ContentID") &" order by raw desc")
If not tabContentAlt4.EOF Then
do while not tabContentAlt4.EOF
%>
- "><%=tabContentAlt4("Title")%>
<%
tabContentAlt4.MoveNext
Loop
end if
tabContentAlt4.Close
%>
<%
tabContentAlt3.MoveNext
Loop
end if
tabContentAlt3.Close
%>
<%
tabContentAlt2.MoveNext
Loop
end if
tabContentAlt2.Close
%>
<%
tabContentAlt1.MoveNext
Loop
end if
tabContentAlt1.Close
%>
<%
tabContentAlt.MoveNext
Loop
end if
tabContentAlt.Close
%>
<%
tabContent.MoveNext
Loop
end if
tabContent.Close
%>