ADTRAN BlueSecure Controller Setup And Administration Manual page 204

Software release version: 6.5
Table of Contents

Advertisement

Chapter 11: Web Logins
Spacing
Specify the remaining spacing options, if necessary:
Pixels between the form and the customized HTML - Spacing in pixels between the login
form on the left side of the login page and the left margin of the HTML code. Default: 40.
Pixels between the top and the customized HTML - Spacing in pixels between the top of
the login page (below the window title bar) and the top margin of the HTML code.
Default: 60.
Total width allocated for the HTML - Overall width in pixels of the HTML lines. The default
value is: * (i.e., the maximum available width in HTML code area of login page).
HTML
Type your custom HTML code directly in the HTML field or cut and paste the code from
your HTML editor. Note the following when writing the HTML code:
Use only standard HTML formatting tags that are included within the body of an
HTML document. Do not include <html>, <title>, <meta>, or <body> tags in your
HTML code. Do not include any HTML header information.
The default BSC user login page includes the following DOCTYPE declaration:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN">
This DOCTYPE declaration causes web browsers to display the page using standards
mode. Any HTML code that you add to the BSC user login page must follow XHTML
1.0 strict standards, or the user login page will not display properly. For example, if
you add HTML elements that are not nested properly, then your browser may crash
when you attempt to view the customized BSC user login page.
All HTML code you enter will be placed inside an HTML table cell.
When referencing image/media files in the IMG SRC tag, the file path must be
relative to the local directory. For example:
<IMG SRC="local/myicon.gif">
The following tags are replaced with the actual values for the connection:
<!--BSC_DESTINATION--> original client web request destination
<!--BSC_SOURCE--> client's IP
<!--BSC_MAC--> client's MAC
<!--BSC_AP--> MAC of client's AP
<!--BSC_AP_NAME--> hostname of the client's AP
<!--BSC_SSID--> client's SSID
<!--BSC_CONTROLLER--> BSC hostname if available, if not, then the Protected side IP
<!--HOSTNAME--> BSC_CONTROLLER, except with https:// in front
<!--BSC_VLAN--> Managed VLAN of the client
<!--USERS--> the USERS login form (i.e. username/password) - used to put the login
form wherever you want it (say the right of the page)
<!--GUESTS--> the GUEST login form (i.e. email address) - used to put the login form
wherever you want it (say the middle of the page)
<!--ADVANCED--> the BILLING form - used to put the billing form wherever you want
it (say the bottom of the page)
<!--LINKS--> links to download root cert and/or other links that would normally show
on the left side
<!--LANGUAGE--> the language support drop down
<!--REMOTEADDR--> the client IP
Saving the
Click Save to store the custom HTML information to the BSC database.
settings
11-8

Advertisement

Table of Contents
loading

Table of Contents