/* $Log: initial.html,v $ Revision 1.24 1996/08/22 03:59:33 kimberly move copyright up Revision 1.23 1996/08/22 03:09:03 kimberly make it smaller Revision 1.22 1996/08/21 17:54:05 kimberly rename index.html to index.html; break long lines; add comments Revision 1.21 1996/08/21 17:23:55 kimberly interface Revision 1.20 1996/08/13 18:13:37 kimberly error message if user tries to access Tock after logging out, with link to login screen Revision 1.19 1996/08/09 18:08:54 kimberly add language=JavaScript in script tags Revision 1.18 1996/08/09 02:35:15 kimberly add IMS graphic Revision 1.17 1996/08/09 02:04:59 kimberly change version number Revision 1.16 1996/08/09 02:03:01 kimberly add commenting Revision 1.15 1996/08/08 18:27:27 kimberly fix invalid password message Revision 1.14 1996/08/08 01:13:59 kimberly layout and copy stuff Revision 1.13 1996/08/05 21:42:43 kimberly add parameter when redirecting to initial.html because of an error to prevent loading frames again Revision 1.12 1996/08/02 02:19:58 kimberly changes for flattened directory s structure Revision 1.11 1996/08/02 01:40:16 staal interface Revision 1.10 1996/08/01 22:41:12 kimberly remove debugging info Revision 1.9 1996/08/01 00:51:28 kimberly put revision history into server comments Revision 1.8 1996/07/31 22:01:29 kimberly prevent blank screen from user typing in URL when on correct prevPage Revision 1.7 1996/07/31 17:53:29 kimberly use writeln to make generated HTML easier to read Revision 1.6 1996/07/31 03:39:28 kimberly changed request.ip to request.ipw to prevent conflicts with builtin ip - prevents seeing login screen when user is already logged in Revision 1.5 1996/07/27 01:21:53 regan add graphics Revision 1.4 1996/07/23 23:10:03 kimberly fix code dealing with bad password Revision 1.3 1996/07/23 18:59:42 kimberly Remove references to company table Revision 1.2 1996/07/23 18:36:47 kimberly add Log keyword */ client.prevPage = "initial.html"; dbConnect(); if (!request.ipw && client.username != "null" && client.username != null) { if (!loggedIn()) redirect("logout.html"); else if (request.err) redirect("multi_entry.html"); else redirect("tock.html"); } if (request.err) redirect("logged_out.html");
Tock  Time Tracking on the Internet




 

if (request.ipw)  {
  writeln("");
}

if (request.ipw) 
  writeln("");

if (request.ipw) 
  writeln("");
The user name or password
you entered is incorrect.

USER

if (client.username != "null" && client.username != null) writeln(" "); else writeln(" ");
Please try again

PASSWORD

Copyright 1996 Internet Media Services, Inc.
All rights reserved.