// properties.txt //Determine which file will be used for the logo logo = ["logo.gif"]; //Landing page content (modules_main.html) //Select if the demo will be a corporate demo or a small business demo. //1. If you want to display the landing page for corporate version //uncomment accounttype = ["accountreporting"] //2. If you want to display the landing page for small business //uncomment accounttype = ["reporting"] accounttype = ["accountreporting"]; //configure landing page for corporation version //accounttype = ["reporting"]; //configure landing page for small business /////////////////////////////////////////////////// //SA Login //////////////////////////////////////// /////////////////////////////////////////////////// //Determine whether you want to display the SA enrollment pages or not. //1. If you do not want to display the SA enrollment screens uncomment the //first login option loginpage = ["../modules_main/modules_main.html"] //2. If you want to display the SA enrollment screens uncomment the //second login option loginpage = ["../signIn/sa_signup1.html"] loginpage = ["../modules_main/modules_main.html"]; //Do not View Enrollment in SA Pages //loginpage = ["../signIn/sa_signup1.html"]; //View Enrollment in SA Pages //Determine which password screen to use //1. If you want to display the SA active password screen on a registered computer //uncomment isreg = ["sa_active_reg.html"] //2. If you want to display the SA active password screen on a non registered computer //uncomment isreg = ["sa_active_nonreg.html"] //3. If you want to display the regular non SA password screen //uncomment isreg = ["signin_sa_password.html"] isreg = ["sa_active_reg.html"]; //SA on registered computer //isreg = ["sa_active_nonreg.html"]; //SA on non-registered computer //isreg = ["signin_sa_password.html"]; //SA off /////////////////////////////////////////////////// //End SA Login //////////////////////////////////// ///////////////////////////////////////////////////