/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
- <html>
- <body>
- {+MESSAGE
- [-NORMAL =Welcome to the cookiesession test login screen-]
- [-MISSING =<font color="red"><small>Please enter both a login name and a password.</small></font>-]
- [-INVLOGIN=<font color="red"><small>Invalid login name or password. Please try again.</small></font>-]
- [-SESSIONEXPIRED=<font color="orange"><small>Your session has expired. Please log in again</small></font>-]
- +}
- <br>
- <form action="/cgi-bin/cookiesession.exe/login" method="Post">
- Login Name:<input type="text" name="LoginName" value="{+LOGINNAME+}">
- Password:<input type="password" name="Password">
-
- <input type="submit" class="button" value="Login">
- </form>
- </body>
- </html>