/components/fpweb/demo/fptemplate/sessions/cookiesessions-login/cgi/testlogin.html

http://github.com/graemeg/lazarus · HTML · 22 lines · 16 code · 6 blank · 0 comment · 0 complexity · eb75a29b08d60ce4788e4dcc64387790 MD5 · raw file

  1. <html>
  2. <body>
  3. {+MESSAGE
  4. [-NORMAL =Welcome to the cookiesession test login screen-]
  5. [-MISSING =<font color="red"><small>Please enter both a login name and a password.</small></font>-]
  6. [-INVLOGIN=<font color="red"><small>Invalid login name or password. Please try again.</small></font>-]
  7. [-SESSIONEXPIRED=<font color="orange"><small>Your session has expired. Please log in again</small></font>-]
  8. +}
  9. <br>
  10. <form action="/cgi-bin/cookiesession.exe/login" method="Post">
  11. Login Name:<input type="text" name="LoginName" value="{+LOGINNAME+}">
  12. Password:<input type="password" name="Password">
  13. <input type="submit" class="button" value="Login">
  14. </form>
  15. </body>
  16. </html>