From f8659829c76b6d4c7770f1c1044f342ae3caa960 Mon Sep 17 00:00:00 2001 From: Nicolas Rochelemagne Date: Thu, 29 Mar 2012 11:28:16 -0500 Subject: [PATCH 5/9] replace login form with hidden values --- html/login-light.html | 91 ++++++------------------------------------------ 1 files changed, 12 insertions(+), 79 deletions(-) diff --git a/html/login-light.html b/html/login-light.html index 6c40880..c58dd48 100644 --- a/html/login-light.html +++ b/html/login-light.html @@ -14,17 +14,17 @@ function LoginForm() { var theForm = document.loginPage; - if (!theForm.username.value || !theForm.pop3host.value || !theForm.password.value || !theForm.MailServer.value) return false; + if (!theForm.username.value || !theForm.password.value || !theForm.MailServer.value) return false; parent.document.title = "Atmail Webmail - " + theForm.username.value + "@" + theForm.pop3host.value; parent.document.getElementById("ObjFadeWindow").style.cursor = "wait"; - parent.WebmailLogin(theForm.username.value, theForm.pop3host.value, theForm.password.value, theForm.MailServer.value, theForm.MailType.options[theForm.MailType.selectedIndex].value, theForm.Language.options[theForm.Language.selectedIndex].value); + parent.WebmailLogin(theForm.username.value, theForm.pop3host.value, theForm.password.value, theForm.MailServer.value, theForm.MailType.value, theForm.Language.value); } --> - + @@ -34,88 +34,21 @@ - +
Please provide your username and password.
Logging into atmailopen.

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
 
- - -
 
 Mailserver: 
 Password: 
 Language: - -  
 Protocol: - -  
       + + + + + + +
-- 1.7.5