<%@ Language = JavaScript %> <%/* ============================================================================= Default.asp VERSIONINFO Version: __PUT_PHAROS_VERSION_HERE__ Copyright: Copyright © 2005 Pharos Systems Inc Description: Home Page for the Uniprint Packages Website. Notes: Not Available 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. ================================================================================ */%> Uniprint <% DrawPageHeader( "Uniprint Home", kHomePage ); %>  
<% DrawGrayHeaderBar( "Status Summary", new Date() ) %>
<% var packageCountText; try { packageCountText = MakePlural( GetNodeCount( kPackagesXmlFile, kPackagesXPath ), "Package" ) } catch ( ex ) { packageCountText = "N/A"; }%> <% if ( kShowModulesScreen ) {%> <% var moduleCountText; try { moduleCountText = MakePlural( GetNodeCount( kModulesXmlFile, kModulesXPath ), "Module" ); } catch ( ex ) { moduleCountText = "N/A"; }%> <% }%> <% var mapCountText; try { mapCountText = MakePlural( GetFileList( kMapsDirectory, kMapFileMatchRegex, kMapFileNonMatchRegex ).length, "Map" ); } catch ( ex ) { mapCountText = "N/A"; }%>
Welcome to the Uniprint Home page. You can use this Web site to install the software required to print using the Uniprint system.

Click here if you know which software package you need to install.

Click here if you would like to browse for the software you need based on your location.

href="Packages.asp">Packages<% = packageCountText %>
href="Modules.asp">Modules<% = moduleCountText %>
href="Maps.asp">Maps<% = mapCountText %>