Table of ContentsPreviousNextIndex

FacilitatePro


Default Web Page and Logon Screen - Index.shtml

The FacilitatePro Web server is installed with a default Web page called Index.shtml that is a simple logon screen and provides user ID and password access to the electronic conference center. This Web page is designed to automatically pick up the Server URL of the FacilitatePro Web server and requires no editing for most installations.
The Index.shtml file is located in the Web directory within the FacilitatePro directory. The file can be edited to include different logos, titles and instructions. Load new images into the Images directory within the Web directory.
NOTE: Before editing the Index.shtml file, make a back-up copy in the Web directory and call it Indexcopy.shtml. If you run into trouble with your edited version you will be able access to the electronic conference center by linking to http://yourserveraddress/indexcopy.shtml where "yourserveraddress" is the domain name or IP address of your web server.

FacilitatePro Directory

Default Web Page and Logon Screen: Index.shtml

Sample Default Logon Screen - Index.shtml
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>
<title>Facilitate.com Web Meeting Software</title>
<link rel="stylesheet" href="<!--4DACTION/FC_Var_Server_IP-->faccomstyle.css"></link>
</head>
<body style="margin:0" bgcolor="#0E577F" leftmargin="0" rightmargin="0" topmargin="0">
<form ACTION="<!--4DACTION/FC_Var_Server_IP-->4DAction/FC/Access?CAF<!--4DACTION/FC_Random/15-->" method="Post">
<Input Type="hidden" Name="azSecure" value="Yes">
<Input type="hidden" name="PageURL" VALUE="<!--4DACTION/FC_Var_Server_IP-->">
<Input type="hidden" name="PageURL_PasswordReset" VALUE="<!--4DACTION/FC_Var_Server_IP-->/PasswordReset.shtml">
<Input Type="hidden" Name="azFailure" value="Yes">
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr> <td colspan="3" bgcolor="#0E577F">
<img src="<!--4DACTION/FC_Var_Server_IP-->images/header_image.jpg" alt="Electronic Conference Center" width="742" height="156"> </td>
<td>&nbsp; </td> </tr>
<tr> <td colspan="3" background="<!--4DACTION/FC_Var_Server_IP-->images/optional_message_area_bg.gif" class="optional_message_area" height="24">
<!-- Optional Title or Message Area -->
</td>
<td width="100%" background="<!--4DACTION/FC_Var_Server_IP-->images/top_right_tile.gif">
<img src="<!--4DACTION/FC_Var_Server_IP-->images/top_right_tile.gif" width="1" height="24"> </td> </tr>
<tr> <td valign="top" bgcolor="#000000">
<img src="<!--4DACTION/FC_Var_Server_IP-->images/main_image.jpg" alt="Electronic Conference Center" width="368" height="307"> </td>
<td bgcolor="#ffffff"><img src="<!--4DACTION/FC_Var_Server_IP-->images/empty_pixel.gif" width="2px"> </td>
<td background="<!--4DACTION/FC_Var_Server_IP-->images/main_area_bg.jpg" width="372px" valign="top" style="padding:32px;">
<table cellpadding="5" cellspacing="0" border="0" width="100%">
<tr>
<td class="login_fields"><b>Please enter your user ID and Password.</b> </td>
</tr>
<tr>
<td class="login_fields">
User ID:<br>
<input type="text" Name="Check1" class="inputfields" style="width: 282;" size="20">
</td>
</tr>
<tr>
<td class="login_fields">
Password:<br>
<input type="password" Name="Check2" class="inputfields" style="width: 282;" size="20">
</td> </tr>
<tr> <td class="login_fields">
Your Name (optional):<br>
<input type="text" Name="updateAlias" class="inputfields" style="width: 282;" size="20">
</td> </tr>
<tr> <td style="padding-top: 17px;" valign="top">
<input id="btnSubmit" value="Click to Begin Your Session" class="btn_282" type="Submit"> </td> </tr>
</table>
<td width="100%" background="<!--4DACTION/FC_Var_Server_IP-->images/middle_right_tile.gif">
<img src="<!--4DACTION/FC_Var_Server_IP-->images/middle_right_tile.gif" width="1" height="307"> </td>
</tr>
<tr> <td colspan="3" width="742">
<img src="<!--4DACTION/FC_Var_Server_IP-->images/bottom_logo_image.jpg" alt="FacilitatePro at www.Facilitate.com" border="0" width="742" height="58"> </td>
<td width="100%" height="58" background="<!--4DACTION/FC_Var_Server_IP-->images/bottom_right_tile.gif"> </td>
</tr>
<tr>
<td colspan="3" align="left" class="login_fields"><font size="2">
For more information visit <a href="http://www.Facilitate.com"><font color="#FFFFFF">www.Facilitate.com </font></a>.</font></td>
</tr>
</table></form></body></html>

Default Logon Screen Critical Components - Index.shtml
<link rel="stylesheet" href="<!--4DACTION/FC_Var_Server_IP-->faccomstyle.css" type="text/css">
Establishes style sheet referencing the file faccomstyle.css located in the FacilitatePro WEB directory on the server. Other style sheets may be loaded on the server or referenced here.
<!--4DACTION/FC_Var_Server_IP-->
Refers to the Server URL of the Web server as set in the Web Settings - Advanced. FacilitatePro will automatically insert the Server URL.
<!--4DACTION/FC_Var_Server_IP-->Images/FacCom_banner_small.gif">
Refers to the FacilitatePro Logo image located within the Images directory within the Web directory within the FacilitatePro folder. To replace this image, load the new image in the same Images directory and replace " FacCom_banner_small.gif " with the new image name.
<form ACTION="<!--4DACTION/FC_Var_Server_IP-->4DAction/FC/Access?CAF<!--4DACTION/FC_Random/15-->" method="Post">
This form statement, including the imbedded Server URL, makes it possible to collect and process user input and correctly logon them into the electronic conference center.
<Input Type="Text" Name="Check1" Value="">
This input field allows for user input of a User ID. The entry will be check against the list of User Profiles. The initial value is null. To hide a User ID within a logon screen, change the Input Type to "Hidden" and change the Value from null to a valid user ID.
<Input Type="Text" Name="Check2" Value="">
This input field allows for user input of a Password. The entry will be check against the associated User ID. The initial value is null. To hide a Password within a logon screen, change the Input Type to "Hidden" and change the Value from null to the valid Password for the User ID.
<Input Type="Text" Name="UpdateAlias" Value="">
This input field allows for user input of their name or alias. This name or alias is used attribute ideas in the brainstorm mode. The alias is recorded in the User Profile, if the User Profile is set to "Allow user to change their Alias and Organization."
<Input Type="hidden" Name="azSecure" value="Yes">
<Input Type="hidden" Name="azFailure" value="Yes">
These two hidden input fields are needed to correctly check user IDs and passwords and handle logon failures. Do not change these settings.
<Input type="hidden" name="PageURL" VALUE="<!--4DACTION/FC_Var_Server_IP-->">

<Input type="hidden" name="PageURL" VALUE="<!--4DACTION/FC_Var_Server_IP-->Survey.shtml">
The PageURL value sets the URL for the Web page that a user returns to after a failed logon attempt. FacilitatePro will automatically insert the Server URL and hence return users to the Index.shtml page.
When using a custom logon screen such as "Survey.shtml" place the logon file in the Web directory and add the logon screen name to the end of the Server URL in the PageURL value.
<Input type="hidden" name="PageURL_PasswordReset" VALUE="<!--4DACTION/FC_Var_Server_IP-->/PasswordReset.shtml">
The PageURL_PasswordReset value sets the URL for the Web page that a user is sent to if a password has expired or needs to be reset. Complex password and expiration options are server-side settings.

NOTE: To capture name/alias and organization/demographic information the User Profile options must include Allow user to change their Alias and Organization found in the Additional Settings section of the user profile screen. This is the default settings for new User Profiles. Alias or organization information is captured as users log on.

Facilitate.com, Inc.
Copyright 1992 - 2011, Facilitate.com, Inc.
All Rights Reserved
www.facilitate.com
Voice: (805) 682-6939
support@facilitate.com
Table of ContentsPreviousNextIndex