home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 May / PCP163A.iso / full / atlantic / Software / Teweb / data1.cab / Pages / scripts / toolbar.asp < prev    next >
Encoding:
Text File  |  2000-02-14  |  796 b   |  26 lines

  1. <%@ LANGUAGE="VBSCRIPT" %>
  2. <%    Session("NOFRAMES") = False
  3.     On Error Resume Next
  4.     Set clsTes = Session("TES")
  5.     If clsTes.LoggedIn = False Then
  6.         Set clsTes = Nothing
  7.         Response.Redirect("../loggedout.htm")
  8.     End If
  9. %>
  10. <!-- #INCLUDE FILE = "settings/colours.txt" -->
  11. <HTML>
  12. <HEAD>
  13. <META NAME="GENERATOR" Content="Microsoft Visual InterDev 1.0">
  14. <META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
  15. <TITLE>Timesheet Expert Web - Toolbar</TITLE>
  16. </HEAD>
  17. <BODY BGCOLOR="<%= ToolbarColor %>" LINK="<%= LinkColor %>" VLINK="<%= VLinkColor %>" ALINK="<%= ALinkColor %>" TEXT="<%= TextColor %>">
  18. <BASEFONT SIZE=2 COLOR="<%= TextColor %>">
  19.  
  20. <%    If clsTes.LoggedIn Then %>
  21. <!-- #INCLUDE FILE="tooldetail.asp" -->
  22. <%    End If
  23.     Set clsTes = Nothing %>
  24. </BODY>
  25. </HTML>
  26.