SR2 SupportCenterCaps

Contact Support
 

Email:
support@refreshsoftware.com

Phone:
508-318-4480


  Link to this page

Home >  Include Files

Include Files

SiteRefresh ships with several Include files that provide constants, functions, and examples for building sites.  The installation process places these files in the model directory.  The following tables list the files for each language.

ASP

Filename Description

adovbs.inc*

Visual Basic constants

SR_globalSiteDB.inc*

Database connectivity constants

SR_global.inc*

SiteRefresh constants

siteRefresh.asp*

Core SiteRefresh functions that retrieve content from SiteRefresh tables and convert pointers within SiteRefresh Content

SR_list.asp

Simple list functions

site.css

Sample style sheet

default.asp

Sample template

*Required for inclusion in ASP pages

CFML

Filename Description
act_convertIMG.cfm Converts image oid to paths

act_srizeContent.cfm

Converts pointers within SiteRefresh Content

getPageTypeTableName.cfm Determines asset type table name from pageid or asset name

getSiteRefresh.cfm*

Core SiteRefresh functions that retrieve content from SiteRefresh tables. Calls act_convertIMG.cfm and act_srizeContent.cfm

site.css

Sample style sheet

default.asp

Sample template

*Required for inclusion 
 
JSP

Filename Description

com.refreshsoftware.siterefresh.api.samples.jsp.SiteRefreshContentObject*

Core SiteRefresh functions that retrieve content from SiteRefresh tables and convert pointers within SiteRefresh Content

site.css

Sample style sheet

default.jsp

Sample template

*Required for reference in JSP pages