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

View File

@@ -263,8 +263,7 @@
{
window.history.back()
}
</script>
</script>
</head>
<body onload="FocusOnInput()">
@@ -273,7 +272,7 @@
<form id="form1" runat="server">
<!-- Große Bildschirme-->
<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>
<center>
<table id="tbl_main" cellpadding="0" style="margin: 22px 0px 6px 6px; border:none">
@@ -304,7 +303,7 @@
</tr>
<tr style="color:#003680; height:55px;">
<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>
</tr>
<tr id="tblrowbuttons" style="color:#003680; height:37px;">
@@ -392,9 +391,9 @@
alert("send:" + zipphone2_1)
alert("send:" + zipphone2_2)
alert("send:" + zipphone2_3)
var val = document.getElementById("CustomerID").value;
var val = document.getElementById("txt_CustomerID").value;
//parent.location.replace('../Customers/Welcome.aspx');
top.location = '../Customers/Welcome.aspx';
top.location = '../Customers/Welcome.aspx?Par1='+val;
}
}
</script>