%@LANGUAGE="VBSCRIPT" CODEPAGE="1252" EnableSessionState=True%>
<%
OPTION EXPLICIT
Response.Buffer = True
%>
<%If G_INSTALL = True then response.Redirect("install.asp")%>
<%If CONFIG.Setting("Layout") = "Left" Then%>
|
|
|
|
<%IF CONFIG.Setting("ShowLocationBar") = True Then%>
<%End If%>
|
|
|
<%ElseIf CONFIG.Setting("Layout") = "Top" Then%>
|
<%IF CONFIG.Setting("ShowLocationBar") = True Then%>
<%End If%>
|
<%ElseIf CONFIG.Setting("Layout") = "Right" Then%>
|
|
|
<%IF CONFIG.Setting("ShowLocationBar") = True Then%>
<%End If%>
|
|
|
|
<%End If%>