diff --git a/login/ChangePW.aspx b/login/ChangePW.aspx index 995309b..8e3733f 100644 --- a/login/ChangePW.aspx +++ b/login/ChangePW.aspx @@ -82,9 +82,9 @@ padding-left: 28px; padding-right: 50px; width: 227px; - height: 28px; + height: 32px; border: 1px gray solid; - border-radius: 5px 5px 0px 0px; + border-radius: 5px 5px 5px 5px; margin-left: -4px; } @media (max-width: 558.98px) { @@ -106,9 +106,9 @@ justify-content: center; align-items: center; width: 400px; - height: 613px; + height: 513px; margin: 0 auto; - margin-top: 250px; + margin-left:10%; } .container-fluid { @@ -175,12 +175,12 @@ - + - + diff --git a/login/ForgotPW.aspx b/login/ForgotPW.aspx index 2a8ef7f..330bab1 100644 --- a/login/ForgotPW.aspx +++ b/login/ForgotPW.aspx @@ -83,11 +83,11 @@ width: 400px; height: 613px; background-color: rgba(255,255,255,0.5); - top:50%; - bottom: auto; - left: -5px; - right: 520px; - margin: auto; + top:50%; + bottom: auto; + left: -5px; + right: 520px; + margin: auto; } #tbl_main_M { @@ -163,7 +163,7 @@ width: 227px; height: 32px; border: 1px gray solid; - border-radius: 5px 5px 0px 0px; + border-radius: 5px 5px 5px 5px; } .bg-user-icon { @@ -173,7 +173,7 @@ width: 227px; height: 32px; border: 1px gray solid; - border-radius: 5px 5px 0px 0px; + border-radius: 5px 5px 5px 5px; } .bg-key-icon { @@ -183,7 +183,7 @@ width: 227px; height: 32px; border: 1px gray solid; - border-radius: 5px 5px 0px 0px; + border-radius: 5px 5px 5px 5px; margin-left: -4px; } @@ -195,7 +195,7 @@ width: 207px; height: 32px; border: 1px gray solid; - border-radius: 5px 5px 0px 0px; + border-radius: 5px 5px 5px 5px; } #RememberMe_M { @@ -279,14 +279,14 @@ --> - + - + @@ -325,14 +325,14 @@ --> - + - + diff --git a/login/ForgotPW.aspx.vb b/login/ForgotPW.aspx.vb index 45d158e..d07db12 100644 --- a/login/ForgotPW.aspx.vb +++ b/login/ForgotPW.aspx.vb @@ -51,7 +51,7 @@ Partial Class login_ForgotPW ' MsgBox("3" + email + " " + username) 'Mobil - ElseIf txtEmail.Text = "E-Mail" And txt_Username.Text = "Username" And Not txtEmail_M.Text = "E-Mail" And Not txt_Username_M.Text = "Username" And String.IsNullOrEmpty(txtEmail_M.Text) = False And String.IsNullOrEmpty(txt_Username_M.Text) = False Then + ElseIf txtEmail.Text = "E-Mail" And txt_Username.Attributes.Item("Username") And Not txtEmail_M.Text = "E-Mail" And Not txt_Username_M.Attributes.Item("Placeholder") = "Username" And String.IsNullOrEmpty(txtEmail_M.Text) = False And String.IsNullOrEmpty(txt_Username_M.Text) = False Then valreqtxtEmail_M.Enabled = True regexval_2_txt_Email_M.Enabled = True regexval_txt_Email.Enabled = False @@ -109,12 +109,12 @@ Partial Class login_ForgotPW password = dr("Password").ToString() email = dr("Email").ToString() Try - If txt_Username.Text = dr("Username").ToString() AndAlso txt_Username_M.Text = "Username" Then + If txt_Username.Text = dr("Username").ToString() AndAlso txt_Username_M.Attributes.Item("Placeholder") = "Username" Then check_UserName_regex_M.Enabled = False check_UserName_regex.Enabled = True check_UserName_regex.IsValid = True username = txt_Username.Text - ElseIf txt_Username_M.Text = dr("Username").ToString() AndAlso txt_Username.Text = "Username" Then + ElseIf txt_Username_M.Text = dr("Username").ToString() AndAlso txt_Username.Attributes.Item("Placeholder") = "Username" Then check_UserName_regex.Enabled = False check_UserName_regex_M.Enabled = True check_UserName_regex_M.IsValid = True @@ -128,14 +128,14 @@ Partial Class login_ForgotPW check_UserName_regex.ErrorMessage = "No valid Username found in out database!" check_UserName_regex.IsValid = False End If - If (txtEmail.Text = dr("Email").ToString() AndAlso txtEmail_M.Text = "E-mail") Then + If (txtEmail.Text = dr("Email").ToString() AndAlso txtEmail_M.Attributes.Item("Placeholder") = "E-mail") Then regexval_txt_Email_M.Enabled = False regexval_txt_Email.Enabled = True regexval_txt_Email.Validate() email = txtEmail.Text lblMessage.ForeColor = Color.Green lblMessage.Text = "The given e-mail exists in our database." - ElseIf (txtEmail_M.Text = dr("Email").ToString() And txtEmail.Text = "E-mail") Then + ElseIf (txtEmail_M.Text = dr("Email").ToString() And txtEmail.Attributes.Item("Placeholder") = "E-mail") Then regexval_txt_Email_M.Validate() email = txtEmail_M.Text lblMessage_M.ForeColor = Color.Green diff --git a/login/login_FLEX.aspx b/login/login_FLEX.aspx index 7de4d99..16ef8f1 100644 --- a/login/login_FLEX.aspx +++ b/login/login_FLEX.aspx @@ -187,7 +187,7 @@ width: 227px; height: 38px; border: 1px gray solid; - border-radius: 5px 5px 0px 0px; + border-radius: 5px 5px 5px 5px; } .bg-user-icon { @@ -197,7 +197,7 @@ width: 227px; height: 38px; border: 1px gray solid; - border-radius: 5px 5px 0px 0px; + border-radius: 5px 5px 5px 5px; } .bg-key-icon { @@ -207,7 +207,7 @@ width: 227px; height: 38px; border: 1px gray solid; - border-radius: 5px 5px 0px 0px; + border-radius: 5px 5px 5px 5px; margin-left: -4px; } @@ -219,7 +219,7 @@ width: 207px; height: 38px; border: 1px gray solid; - border-radius: 5px 5px 0px 0px; + border-radius: 5px 5px 5px 5px; } #Login1_btn_ForgotPW_M{ @@ -283,14 +283,14 @@ - + - + @@ -325,8 +325,8 @@ -
- +
+
@@ -342,7 +342,7 @@
@@ -334,7 +334,7 @@
- +
- + diff --git a/login/login_FLEX.aspx.vb b/login/login_FLEX.aspx.vb index 3fcec71..c8ae699 100644 --- a/login/login_FLEX.aspx.vb +++ b/login/login_FLEX.aspx.vb @@ -64,14 +64,4 @@ Partial Class login_FLEX Protected Sub LoginButton_Click(sender As Object, e As EventArgs) Page.Validate() End Sub - - Protected Sub CustomerID_TextChanged(sender As Object, e As EventArgs) - - End Sub - Protected Sub Username_M_TextChanged(sender As TextBox, e As EventArgs) - - If sender.Text = "" Then - sender.Text = "ID" - End If - End Sub End Class