This commit is contained in:
ja
2021-10-21 17:16:28 +02:00
parent a128bd0cf0
commit e96e9ca08e
2 changed files with 7 additions and 24 deletions

View File

@@ -1,5 +1,5 @@
<%@ Page Language="VB" AutoEventWireup="false" Debug="True" CodeFile="ForgotPW.aspx.vb" Inherits="ForgotPW" %> <%@ Page Language="VB" AutoEventWireup="false" Debug="True" CodeFile="ForgotPW.aspx.vb" Inherits="ForgotPW" %>
<%@ Reference VirtualPath="~/login/ChangePW.aspx" %> <%@ Reference VirtualPath="~/login/Change_PW.aspx" %>
<!DOCTYPE html> <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
@@ -68,7 +68,6 @@
overflow-y: clip; overflow-y: clip;
overflow-x: clip; overflow-x: clip;
} }
#content_container { #content_container {
display: flex; display: flex;
justify-content: center; justify-content: center;
@@ -79,7 +78,6 @@
margin-top: 0px; margin-top: 0px;
margin-left: 5%; margin-left: 5%;
} }
.container-fluid { .container-fluid {
width: 400px; width: 400px;
height: 613px; height: 613px;
@@ -90,7 +88,6 @@
right: 520px; right: 520px;
margin: auto; margin: auto;
} }
#tbl_main_M { #tbl_main_M {
font-family: Arial; font-family: Arial;
font-size: 11px; font-size: 11px;
@@ -98,30 +95,25 @@
width: 300px; width: 300px;
height: 713px; height: 713px;
} }
#lbl_Ueberschrift_M { #lbl_Ueberschrift_M {
background-color: #003680; background-color: #003680;
font-size: 1.85em; font-size: 1.85em;
color: #fff; color: #fff;
} }
#lbl_login_M { #lbl_login_M {
background-color: #003680; background-color: #003680;
font-size: 2em; font-size: 2em;
color: #fff; color: #fff;
} }
.txt_design { .txt_design {
color: #003680; color: #003680;
font-size: 1.85em; font-size: 1.85em;
} }
.txt_design2 { .txt_design2 {
color: #003680; color: #003680;
font-size: 1.895em; font-size: 1.895em;
margin-right: 1px; margin-right: 1px;
} }
#btn_Send_M { #btn_Send_M {
background-color: #003680; background-color: #003680;
color: #fff; color: #fff;
@@ -144,19 +136,15 @@
padding: -10px 0px 12px 1px; padding: -10px 0px 12px 1px;
border:none; border:none;
font-size:18px; font-size:18px;
} }
#UserName_M { #UserName_M {
font-size: 17px; font-size: 17px;
width: 325px; width: 325px;
} }
#CustomerID_M { #CustomerID_M {
color: #003680; color: #003680;
font-size: 1.125em; font-size: 1.125em;
} }
.bg-email-icon { .bg-email-icon {
background: url("../../images/Icons/service/mail-icon.gif") no-repeat 1.75% 11px white; background: url("../../images/Icons/service/mail-icon.gif") no-repeat 1.75% 11px white;
padding-left: 28px; padding-left: 28px;
@@ -166,7 +154,6 @@
border: 1px gray solid; border: 1px gray solid;
border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px;
} }
.bg-user-icon { .bg-user-icon {
background: url("../../images/Icons/service/username-icon-png-5.png") no-repeat 1.75% 11px white; background: url("../../images/Icons/service/username-icon-png-5.png") no-repeat 1.75% 11px white;
padding-left: 28px; padding-left: 28px;
@@ -176,7 +163,6 @@
border: 1px gray solid; border: 1px gray solid;
border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px;
} }
.bg-key-icon { .bg-key-icon {
background: url("../../images/Icons/service/key-icon-png-22_small.png") no-repeat 1.75% 10px white; background: url("../../images/Icons/service/key-icon-png-22_small.png") no-repeat 1.75% 10px white;
padding-left: 28px; padding-left: 28px;
@@ -187,7 +173,6 @@
border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px;
margin-left: -4px; margin-left: -4px;
} }
.bg-UID-icon { .bg-UID-icon {
background: url("../../images/Icons/main/icon0-vector-493-01.png") no-repeat 1.75% 11px white; background: url("../../images/Icons/main/icon0-vector-493-01.png") no-repeat 1.75% 11px white;
padding-left: 28px; padding-left: 28px;
@@ -198,7 +183,6 @@
border: 1px gray solid; border: 1px gray solid;
border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px;
} }
#RememberMe_M { #RememberMe_M {
font-size: 20px; font-size: 20px;
} }

View File

@@ -264,7 +264,6 @@
window.history.back() window.history.back()
} }
</script> </script>
</head> </head>
<body onload="FocusOnInput()"> <body onload="FocusOnInput()">
@@ -273,7 +272,7 @@
<form id="form1" runat="server"> <form id="form1" runat="server">
<!-- Große Bildschirme--> <!-- Große Bildschirme-->
<div class="d-none d-md-block"> <div class="d-none d-md-block">
<asp:Login ID = "Login1" runat = "server" OnAuthenticate= "ValidateUser" DestinationPageUrl="../Customers/CustomsAviso.aspx" > <asp:Login ID = "Login1" runat = "server" OnAuthenticate= "ValidateUser" LoginButtonType="Link" DisplayRememberMe="true" DestinationPageUrl="../Customers/CustomsAviso.aspx" ValidateRequestMode="Enabled">
<LayoutTemplate> <LayoutTemplate>
<center> <center>
<table id="tbl_main" cellpadding="0" style="margin: 22px 0px 6px 6px; border:none"> <table id="tbl_main" cellpadding="0" style="margin: 22px 0px 6px 6px; border:none">
@@ -304,7 +303,7 @@
</tr> </tr>
<tr style="color:#003680; height:55px;"> <tr style="color:#003680; height:55px;">
<td align="left" colspan="2"> <td align="left" colspan="2">
<asp:Button ID="LoginButton" runat="server" CommandName="Login" BorderStyle="None" Text="Login" ValidationGroup="Login" target="_top" OnClientClick="bust2()" Width="320px" Font-Size="20px" style="margin-left:22px; padding:0px 0px 0px 0px"/> <asp:LinkButton ID="LoginButton" runat="server" CommandName="Login" BorderStyle="None" Text="Login" ValidationGroup="Login" target="_top" OnClientClick="bust2()" Width="320px" Font-Size="20px" style="margin-left:22px; padding:0px 0px 0px 0px"></asp:LinkButton>
</td> </td>
</tr> </tr>
<tr id="tblrowbuttons" style="color:#003680; height:37px;"> <tr id="tblrowbuttons" style="color:#003680; height:37px;">
@@ -392,9 +391,9 @@
alert("send:" + zipphone2_1) alert("send:" + zipphone2_1)
alert("send:" + zipphone2_2) alert("send:" + zipphone2_2)
alert("send:" + zipphone2_3) alert("send:" + zipphone2_3)
var val = document.getElementById("CustomerID").value; var val = document.getElementById("txt_CustomerID").value;
//parent.location.replace('../Customers/Welcome.aspx'); //parent.location.replace('../Customers/Welcome.aspx');
top.location = '../Customers/Welcome.aspx'; top.location = '../Customers/Welcome.aspx?Par1='+val;
} }
} }
</script> </script>