<!-- 
     think of this as a big format string for a printf statement
     there are substitution tokens thru-out
     comments hav been added to explain what will be substitued
  -->

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
  <head>
    <title>pubcookie generic Login</title>
  </head>

  <body bgcolor="#FFFFFF" %s><!-- javascript to set the cursor focus -->
  <center>
     <img src="/images/login.gif" alt="" height="64" width="208">
     <!-- %s --><!-- embed a readable reason for the login-->


      <!--- action below is the login server URI --->
     <form name="query" method="POST" action="%s"
	enctype="application/x-www-form-urlencoded" autocomplete="off">

     <P>
              <table border="0" cellpadding="0" cellspacing="2" width="271" height="70">
              <tr>
                %s <!-- a message, asking the user to login -->
              </tr>
              <tr>
                <td>User ID</td>
                <td><input type="text" name="user"  size="24" maxlength="8" value=""></td>
              </tr>
              <tr>
                <td>Password</td>
                <td><input type="password" name="pass" size="24"></td>
              </tr>
              </table>
            <p>

<!-- the form needs to remain "open" between login_part1 and login_part2
     since the login server will insert a bunch of stuff -->
