<%/* ============================================================================= Constants.asp VERSIONINFO Version: __PUT_PHAROS_VERSION_HERE__ Copyright: Copyright © 2005 Pharos Systems Inc Description: This file contains common constants used throughout the project. Notes: Warning: This software is property of Pharos Systems New Zealand Ltd. Unauthorized use or duplication of this software is strictly prohibited. Authorized users are subject to the following restrictions: * Neither the author, their corporation, nor Pharos Systems New Zealand Ltd. is responsible for any consequences of the use of this software. * The origin of this software must not be misrepresented either by explicit claim or by omission. * Altered versions of this software must be plainly marked as such. * This notice may not be removed or altered. ================================================================================ */%> <% // Change the following to true to view the Modules screen as a first-class screen; otherwise // it will be hidden except for a link on the Packages screen. var kShowModulesScreen = false; var kModulesXmlFile = "manifest.xml"; var kModulesXslFile = "modules.xsl"; var kModulesXPath = "/manifest/modules/module"; var kPackagesXmlFile = "manifest.xml"; var kPackagesXslFile = "packages.xsl"; var kPackagesXPath = "/manifest/packages/package[environment = 'Lte']"; var kMapXslFile = "maps/uniprintlayout.xsl" var kMapFileProjectNameXPath = "/mapdefinition/projectname"; var kMapNameXPath = "/mapdefinition/parentlevel/title"; var kMapsDirectory = "maps\\"; var kMapFileMatchRegex = /.+\.xml$/i; var kMapFileNonMatchRegex = /(.+)?lvl\d+\.xml$/i; %>