home *** CD-ROM | disk | FTP | other *** search
- <%@ LANGUAGE="VBSCRIPT" %>
- <% Set clsTes = Session("TES")
- If clsTes.LoggedIn = False Then
- Set clsTes = Nothing
- Response.Redirect("../loggedout.htm")
- End If
- On Error Resume Next
- %>
- <!-- #INCLUDE FILE = "settings/colours.txt" -->
- <HTML>
- <HEAD>
- <META NAME="GENERATOR" Content="Microsoft Visual InterDev 1.0">
- <META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
- <TITLE>Timesheet Expert Web Support Page</TITLE>
- </HEAD>
-
- <BODY BGCOLOR="<%= BackColor %>" LINK="<%= LinkColor %>" VLINK="<%= VLinkColor %>" ALINK="<%= ALinkColor %>" TEXT="<%= TextColor %>">
- <BASEFONT SIZE=2 COLOR="<%= TextColor %>">
-
- Current Locale: <% = Session.LCID %> <BR>
- Current System User: <%= clsTes.CurrentUser %> <BR>
- Current Short Date Format: <%= clsTes.CurrentDateFormat %> <BR>
- Current Currency Symbol: <%= clsTes.CurrentCurrency %> <BR>
-
- </BODY>
- </HTML>
- <% Set clsTes = Nothing %>
-