| files\home\configuration\engine_configuration.asp |
| uDBName DataBase name in SQLServer |
| uConStr Connection String to SQLServer |
| uOrgName Website name for header, footer, and copywrite like Seventh-day Adventist Church, Upper Columbia Conference |
| uRSSServiceName describe your sub sections, ministry, departments, services ussed in rss feed |
| uRSSDesc generic description for organization, used in rss feed |
| uWebMasterName used in email; name of account holder or position; used in email sending |
| uWebMasterEmail email address to webmaster, used in rss and email sending |
| uManagingEditorEmail email address to content editor for website, used in rss feed (drawn in header) |
| uConfigFilesPath path to configuration files, default files/home/configuration/ |
| uCSSFolderName css folder name, default css/ |
| uXstandardFolderName xstandard config folder, default xstandard/ |
| uSiteGraphicsFolderName graphics files folder, default sitegraphics/ , if changes, need to update all css files to ensure they know graphics folder |
| uCookieLifeInDays Integer, How long the client/login cookie lives. Date refreshed after successful login |
| uCookieAutoLogin boolean True False, if we shold login a new session that has the username and passcode has in a cookie upon arrival. |
| uSecureLogin boolean True False, if True, logins and login cookie processing are auto fowarded to https. if users started session on http page they are returned to http after login/cookie processing |
| uDomainName optional domain name either http://www.domain.tld or http://domain.tld if you wish to override the way engine_process_url.asp tries to guess LocalURLRoot and LocalURLRootTLD variables. |
| uCustom404Error optional string to be included if a 404 error is returned. |
| uMessageBoardTimeZoneoptional something like “Time GMT-8 (PDT / PST)” drawn at the bottom of messageboards. |
| uExchangeServer server name where exchange is at, like uccs3 for calendar |
| uExchanageUser authenticate to exchange username, like uc\uccwebuser |
| uExchangePassword authenticate to exchange password, like PasswordXX |
| uPageWebServiceID = "" 'NOT FOR CONFIGURATION: populated automatically if page requested is managed by CMS and used to deterine if local user has rights to edit the page. |
| uDefaultRenderFormMsgLocation = "InlineAboveAnnounce" 'InlineAnnounce or Top or TopMark or Inline, InlineAbove, InlineAboveAnnounce - how forms draw error msgs by default |
| uDrawAnalytics() function draws analytics javascript to record hits , like google analytics, orsitemeter.com – external service needs to be subscribed to and configured |
| uDrawRSSHead() draws introduction for every rss feed. Should appear in <channel> uDrawRSSHead() </channel> in feed. Used from engine_rss.asp |
uProcessCCTransaction() function receives dictionary, attempts to make a Credit card transaction, and returns success, failure, and messages. |
uSendEmail () function, receives email construction components, and sends it out. – complete with formatting and WHO IT’S FROM needs to be configured; needs to have aspemail installed on server. |
| uEmailAccountInfo() function emails account information to web user – complete with formatting and WHO IT’S FROM needs to be configured |
uSendReceiptEmail() Function emails receipt for a form filled out including transactions to web user. – complete with formatting and WHO IT’S FROM needs to be configured |
| files\home\configuration\webpage_layout.asp |
| DrawWebPage() Function Returns the skeleton of each content page (not functions, like adding a page) |
| DrawHOMEWebPageMasthead() Function Returns a custom home page masthead if configured in DrawWebPageMasthead() |
| DrawWebPageMasthead() Function Draws the masthead and call the draw menu’s functions. This is where you would also change the number of pictures rotating in the masthead or their name. |
| DrawWebPageMetaData() Function Draws the html for the page title, and metadata |
| DrawPopupMenuLink() Function helper function to draw menu’s |
| DrawPopupMenuBody() Function where each menu is defined, and its contents (links) |
| DrawWebPageFooter() Function draws the footer for each webpage |
| files\home\configuration\xstandard |
| License.txt The liscence file for xstandard, must have the FULL url, like http://www.uccsda.org |
| Xstandard_styles.xml enumerates the custom site specific styles available in the xstandard editor |
| files\home\configuration\xstandard |
| Folder contains IMAGES used by the css, forms engine, header, footer, and generic body. logo, favicon, masthead images, rss icon, search graphic, watermark, and forms warning icon. |
| files\home\configuration\css |
| Css.css formatting of everything NOT under xstandard control. includes default css colors for forms engine. |
| Cssx.css formatting controlled by xstandard, separate file so we can apply it to just the editable area in the browser. |