Article ID: 967640 - Last Review: February 6, 2009 - Revision: 1.1

Creating trunk specific InternalSite Page Titles

Expand all | Collapse all
Source: Microsoft Support

RAPID PUBLISHING

RAPID PUBLISHING ARTICLES PROVIDE INFORMATION DIRECTLY FROM WITHIN THE MICROSOFT SUPPORT ORGANIZATION. THE INFORMATION CONTAINED HEREIN IS CREATED IN RESPONSE TO EMERGING OR UNIQUE TOPICS, OR IS INTENDED SUPPLEMENT OTHER KNOWLEDGE BASE INFORMATION.

Action

The IAG server allows an administrator to customize most of the system pages, such as the Login page, the Logoff page and others. Normally, a customization is done by modifying the language XML files, and applies to all the trunks on the server, but it is also possible to customize the pages per-trunk. This article details the steps necessary to accomplish this.

Resolution



To customize the system pages on a per-trunk basis, follow these steps:
  1. Locate the file customDefault.inc in the folder \Whale-Com\e-Gap\von\InternalSite\Samples\
  2. Open the file using a text editor, and add the following code to it. The added code can be anywhere in the file, within the <% and %> tags.
  3. Save the file in the folder \Whale-Com\e-Gap\von\InternalSite\inc\CustomUpdate\
  4. Activate the IAG configuration, checking the apply changes made to external configuration files option.


Collapse this tableExpand this table
     installTitle = g_site_name & " Install and Detect"
loginTitle = g_site_name & " Login Page"
logoffTitle = "You have logged off of " & g_site_name
errorTitle = g_site_name & " Error Page"


To modify the page appearance, edit the strings for the InstallAndDetect page, the Login page, the Logoff page, and the InternalError page. The g_site_name variable is used to embed the trunk name in the title.

DISCLAIMER

MICROSOFT AND/OR ITS SUPPLIERS MAKE NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY, RELIABILITY OR ACCURACY OF THE INFORMATION CONTAINED IN THE DOCUMENTS AND RELATED GRAPHICS PUBLISHED ON THIS WEBSITE (THE “MATERIALS”) FOR ANY PURPOSE. THE MATERIALS MAY INCLUDE TECHNICAL INACCURACIES OR TYPOGRAPHICAL ERRORS AND MAY BE REVISED AT ANY TIME WITHOUT NOTICE.

TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, MICROSOFT AND/OR ITS SUPPLIERS DISCLAIM AND EXCLUDE ALL REPRESENTATIONS, WARRANTIES, AND CONDITIONS WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT LIMITED TO REPRESENTATIONS, WARRANTIES, OR CONDITIONS OF TITLE, NON INFRINGEMENT, SATISFACTORY CONDITION OR QUALITY, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, WITH RESPECT TO THE MATERIALS.

APPLIES TO
  • Microsoft Intelligent Application Gateway 2007
  • Whale Communications Intelligent Application Gateway 3.6
Keywords: 
kbnomt kbrapidpub KB967640