%
'*******************************************************************************
'* QuickNews Copyright 2003 XCENT - www.xcent.com *
'* QuickNews is a trademark of XCENT *
'* This notice may not be removed from this source code file *
'*******************************************************************************
'*
'* This is the file you modify to make customizations for your website.
'*
Dim gobjConnect
Dim gsConnect
Dim gsPageHeader
Dim gsPageFooter
Dim gsEmbeddedCode
Dim gsFont
'***Options***
gsDefaultAction = "LIST" 'Valid options are "LIST", "SHOWTOP", and "DETAIL"
gsTableWidth= "600"
giItemsPerPage = 30
gbShowNavBar = True
'***Misc. Settings***
gsPageHeader = Server.MapPath(".\QNTemplate.htm")
gsEmbeddedCode = "XCNEWS"
'***Color Settings***
'gsCellColor = ""
'gsPageBGColor = ""
'gsTableHeadColor = ""
'gsColorONE = ""
'gsColorTWO = ""
'gsLineColor = "#0000A0" 'thin lines around table header and footer (For MSIE Only)
'***Font Settings***
gsFont="Sans-Serif, Arial"
gsPlainTextOpen = ""
gsPlainTextClose = ""
gsFormTextOpen = ""
gsFormTextClose = ""
gsTitleOpen= ""
gsTitleClose=""
gsArticleDetailsOpen=""
gsArticleDetailsClose=""
gsTableHeadOpen = ""
gsTableHeadClose = ""
gsNavOpen = ""
gsNavClose = ""
gsPagingOpen = ""
gsPagingClose = ""
gsErrorTextOpen = ""
gsErrorTextClose = ""
'***Database Settings***
'Path to your database (do not change this unless you change the name or location of your databse)
gsConnect = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("../Data/QuickNews.mdb")
'gsSQLDateDelimiter = Chr(39) 'For some NON-us-english Locales
gsSQLDateDelimiter = Chr(39) 'US-English Locales and others
giSQLDateFormat = 0 'Default As System
'giSQLDateFormat = 1 'SC-SQL
'giSQLDateFormat = 2 'SC-JET-MDY
'giSQLDateFormat = 3 'SC-JET-DMY
%>