Änderungen
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
</asp:Content>
|
</asp:Content>
|
||||||
<asp:Content ID="Content2" ContentPlaceHolderID="head" Runat="Server">
|
<asp:Content ID="Content2" ContentPlaceHolderID="head" Runat="Server">
|
||||||
<!-- Bootstrap -->
|
<!-- Bootstrap -->
|
||||||
<html lang="en"></html>
|
<html></html>
|
||||||
<!-- Required meta tags -->
|
<!-- Required meta tags -->
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" title="Verag Spedition AG AvisoTV Flex"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1" title="Verag Spedition AG AvisoTV Flex"/>
|
||||||
@@ -27,9 +27,8 @@
|
|||||||
<asp:UpdatePanel ID="panelupdate2" runat="server"><ContentTemplate>
|
<asp:UpdatePanel ID="panelupdate2" runat="server"><ContentTemplate>
|
||||||
<h1>Dies ist eine Testseite!</h1>
|
<h1>Dies ist eine Testseite!</h1>
|
||||||
<h2>Sie dient nur zu Debugzwecken!</h2>
|
<h2>Sie dient nur zu Debugzwecken!</h2>
|
||||||
<p>
|
|
||||||
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus.
|
|
||||||
</p>
|
|
||||||
<p>
|
<p>
|
||||||
Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus.
|
Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -18,4 +18,5 @@ Partial Class Customers_Default
|
|||||||
Page.MaintainScrollPositionOnPostBack = False
|
Page.MaintainScrollPositionOnPostBack = False
|
||||||
End If
|
End If
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
End Class
|
End Class
|
||||||
|
|||||||
@@ -16,6 +16,10 @@
|
|||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
color: #043381;
|
color: #043381;
|
||||||
}
|
}
|
||||||
|
@media (max-width: 558.98px) {
|
||||||
|
body{
|
||||||
|
max-width:390px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<!-- Bootstrap CSS -->
|
<!-- Bootstrap CSS -->
|
||||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"/>
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"/>
|
||||||
|
|||||||
@@ -170,7 +170,7 @@ hr{
|
|||||||
}
|
}
|
||||||
@media (max-width: 558.98px) {
|
@media (max-width: 558.98px) {
|
||||||
body{
|
body{
|
||||||
width:400px;
|
max-width:390px;
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
color: #043381;
|
color: #043381;
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ ContentPlaceHolder1_Send_Data {
|
|||||||
}
|
}
|
||||||
@media (max-width: 558.98px) {
|
@media (max-width: 558.98px) {
|
||||||
body{
|
body{
|
||||||
width:400px;
|
max-width:390px;
|
||||||
}
|
}
|
||||||
tbody {
|
tbody {
|
||||||
font-size: 3.303964757709251vw;
|
font-size: 3.303964757709251vw;
|
||||||
|
|||||||
@@ -78,6 +78,7 @@
|
|||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
overflow-y: clip;
|
overflow-y: clip;
|
||||||
overflow-x: clip;
|
overflow-x: clip;
|
||||||
|
max-width:390px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content_container {
|
#content_container {
|
||||||
@@ -129,17 +130,17 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div id="content_container">
|
<div id="content_container" class="mw-100">
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<form id="form1" runat="server">
|
<form id="form1" runat="server">
|
||||||
<center>
|
<center>
|
||||||
<!-- Große Bildschirme-->
|
<!-- Große Bildschirme-->
|
||||||
<div class="d-none d-md-block">
|
<div class="d-none d-md-block">
|
||||||
<center>
|
<center>
|
||||||
<table id="main_table" runat="server" cellpadding="0" style="margin: 25% 2px 2px 2px; border:none;">
|
<table id="main_table" runat="server" cellpadding="0" style="margin: 18% 2px 2px 2px; border:none;">
|
||||||
<tr style="color:#003680;height:38px;">
|
<tr style="color:#003680;height:55px;">
|
||||||
<td>
|
<td>
|
||||||
<asp:Label ID="lbl_Ueberschrift" runat="server" Text="Passwort-Wechsel:" style="margin-left:45px"></asp:Label>
|
<asp:Label ID="lbl_Ueberschrift" runat="server" Text="Passwort-Wechsel:" style="margin-left:65px"></asp:Label>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr style="border:2px solid #003680; margin:4px auto 4px auto;background-color:rgba(255,255,255,0.5)">
|
<tr style="border:2px solid #003680; margin:4px auto 4px auto;background-color:rgba(255,255,255,0.5)">
|
||||||
@@ -149,7 +150,7 @@
|
|||||||
<asp:Label ID="Label2" runat="server" style="color:#003680;font-size:1em">Das Passwort muss mindestens 1 Klein-, 1 Großbuchstaben sowie ein Sonderzeichen bei einer Länge von minimal 4 und maximal 30 Stellen besitzen.</asp:Label>
|
<asp:Label ID="Label2" runat="server" style="color:#003680;font-size:1em">Das Passwort muss mindestens 1 Klein-, 1 Großbuchstaben sowie ein Sonderzeichen bei einer Länge von minimal 4 und maximal 30 Stellen besitzen.</asp:Label>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr style="color:#003680;height:26.67px;">
|
<tr style="color:#003680;height:46.67px;">
|
||||||
<td colspan="4">
|
<td colspan="4">
|
||||||
<asp:TextBox id="txt_Pw" CssClass="bg-key-icon" runat="server" TextMode="Password" Width="250px" Font-Names="Verdana" OnTextChanged="txt_Pw_TextChanged" AutoCompleteType="Disabled" style="margin-left:46px;color:#003680;border-radius: 8px 8px 8px 8px;-webkit-border-radius: 8px;-moz-border-radius: 8px;" OnClick="this.value='';" Placeholder="Enter Password"></asp:TextBox>
|
<asp:TextBox id="txt_Pw" CssClass="bg-key-icon" runat="server" TextMode="Password" Width="250px" Font-Names="Verdana" OnTextChanged="txt_Pw_TextChanged" AutoCompleteType="Disabled" style="margin-left:46px;color:#003680;border-radius: 8px 8px 8px 8px;-webkit-border-radius: 8px;-moz-border-radius: 8px;" OnClick="this.value='';" Placeholder="Enter Password"></asp:TextBox>
|
||||||
<span></span>
|
<span></span>
|
||||||
@@ -161,11 +162,10 @@
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr style="color:#003680;height:36.67px;">
|
<tr style="color:#003680;height:56.67px;">
|
||||||
<td>
|
<td>
|
||||||
<asp:TextBox id="txt_Pw_WH" CssClass="bg-key-icon" Width="250px" OnTextChanged="txt_Pw_WH_TextChanged" runat="server" TextMode="Password" Font-Names="Verdana" AutoCompleteType="Disabled" style="margin-left:46px;color:#003680;border-radius: 8px 8px 8px 8px;-webkit-border-radius: 8px;-moz-border-radius: 8px;" OnClick="this.value='';" Placeholder="Repeat Password"></asp:TextBox>
|
<asp:TextBox id="txt_Pw_WH" CssClass="bg-key-icon" Width="250px" OnTextChanged="txt_Pw_WH_TextChanged" runat="server" TextMode="Password" Font-Names="Verdana" AutoCompleteType="Disabled" style="margin-left:46px;color:#003680;border-radius: 8px 8px 8px 8px;-webkit-border-radius: 8px;-moz-border-radius: 8px;" OnClick="this.value='';" Placeholder="Repeat Password"></asp:TextBox>
|
||||||
<span></span>
|
<span></span>
|
||||||
<asp:Image ID="Image2" runat="server" ImageUrl="~/images/Icons/service/hilfe.png" Height="13px" Width="13px" style="margin-left:32px" ToolTip="The passwords have to match with each other."/>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -173,12 +173,12 @@
|
|||||||
<asp:RequiredFieldValidator ID="reqPasswtxt" Enabled="false" style="margin-left:42px;" runat="server" ControlToValidate="txt_Pw_WH" ErrorMessage="Please repeat the password!" Display="Dynamic" ForeColor="Red"></asp:RequiredFieldValidator>
|
<asp:RequiredFieldValidator ID="reqPasswtxt" Enabled="false" style="margin-left:42px;" runat="server" ControlToValidate="txt_Pw_WH" ErrorMessage="Please repeat the password!" Display="Dynamic" ForeColor="Red"></asp:RequiredFieldValidator>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr style="color:#003680;height:15.67px;">
|
<tr style="color:#003680;height:35.67px;">
|
||||||
<td>
|
<td>
|
||||||
<asp:Button ID="btn_submitpw" runat="server" OnClick="btn_submitpw_Click" Text="Change the password!" Width="250px" style="margin-left:46px;border:none"/>
|
<asp:Button ID="btn_submitpw" runat="server" OnClick="btn_submitpw_Click" Text="Change the password!" Width="250px" style="margin-left:46px;border:none"/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr style="color:#003680;height:10px;">
|
<tr style="color:#003680;height:30px;">
|
||||||
<td>
|
<td>
|
||||||
<asp:CompareValidator ID="confirmPasswordReq" style="margin-left:32px;" Enabled="false" runat="server" ControlToCompare="txt_Pw" ControlToValidate="txt_Pw_WH" ErrorMessage="Please try again! The passwords didn't match." Display="Dynamic" ForeColor="Red"></asp:CompareValidator>
|
<asp:CompareValidator ID="confirmPasswordReq" style="margin-left:32px;" Enabled="false" runat="server" ControlToCompare="txt_Pw" ControlToValidate="txt_Pw_WH" ErrorMessage="Please try again! The passwords didn't match." Display="Dynamic" ForeColor="Red"></asp:CompareValidator>
|
||||||
<asp:RegularExpressionValidator ID="regexval_txt_Pw" style="margin-left:32px;" Enabled="false" runat="server" ControlToValidate="txt_Pw" ValidationGroup="TXT_val" ForeColor="Red" ValidationExpression="^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[^a-zA-Z\d]).{4,35}$" Display="Dynamic" ErrorMessage="The Password has to match the criterias of the info-button." SetFocusOnError="true"></asp:RegularExpressionValidator>
|
<asp:RegularExpressionValidator ID="regexval_txt_Pw" style="margin-left:32px;" Enabled="false" runat="server" ControlToValidate="txt_Pw" ValidationGroup="TXT_val" ForeColor="Red" ValidationExpression="^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[^a-zA-Z\d]).{4,35}$" Display="Dynamic" ErrorMessage="The Password has to match the criterias of the info-button." SetFocusOnError="true"></asp:RegularExpressionValidator>
|
||||||
@@ -196,7 +196,7 @@
|
|||||||
<!--Smartphone-Bildschirme-->
|
<!--Smartphone-Bildschirme-->
|
||||||
<div class="d-md-none">
|
<div class="d-md-none">
|
||||||
<table id="tbl_main_M" cellpadding="0" style="margin: 2px 4px 1px 2px;border:none">
|
<table id="tbl_main_M" cellpadding="0" style="margin: 2px 4px 1px 2px;border:none">
|
||||||
<tr style="color:#003680;height:38px;">
|
<tr style="color:#003680;height:48px;">
|
||||||
<td>
|
<td>
|
||||||
<asp:Label ID="lbl_Ueberschrift_M" runat="server" Text="Password-Change:" style="margin-left:35px;font-weight:700;color:#003681;font-size:26px"></asp:Label>
|
<asp:Label ID="lbl_Ueberschrift_M" runat="server" Text="Password-Change:" style="margin-left:35px;font-weight:700;color:#003681;font-size:26px"></asp:Label>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
@@ -173,7 +173,7 @@ Partial Class login_Change_PW
|
|||||||
End Using
|
End Using
|
||||||
Else
|
Else
|
||||||
VERAG_VARIABLES.seterrorcount(22)
|
VERAG_VARIABLES.seterrorcount(22)
|
||||||
lbl_messagetext.Text = VERAG_VARIABLES.geterrornumb + "Error bei der Passwort Validation."
|
lbl_messagetext.Text = VERAG_VARIABLES.geterrornumb + "Error bei der Passwort-Validation."
|
||||||
End If
|
End If
|
||||||
|
|
||||||
Else
|
Else
|
||||||
|
|||||||
@@ -67,6 +67,7 @@
|
|||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
overflow-y: clip;
|
overflow-y: clip;
|
||||||
overflow-x: clip;
|
overflow-x: clip;
|
||||||
|
max-width:390px;
|
||||||
}
|
}
|
||||||
#content_container {
|
#content_container {
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -272,21 +273,21 @@
|
|||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="content_container">
|
<div id="content_container" class="vw-100">
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<form id="form1" runat="server">
|
<form id="form1" runat="server">
|
||||||
<center>
|
<center>
|
||||||
<!-- Große Bildschirme-->
|
<!-- Große Bildschirme-->
|
||||||
<div class="d-none d-md-block">
|
<div class="d-none d-md-block">
|
||||||
<table id="tbl_main" cellpadding="0" style="margin: 15px auto auto auto; border:none;">
|
<table id="tbl_main" cellpadding="0" style="margin: 14px auto 14px auto; border:none;">
|
||||||
<tr style="color:#003680;height:48px;">
|
<tr style="color:#003680;height:48px;">
|
||||||
<td>
|
<td>
|
||||||
<asp:Button ID="btn_Back" runat="server" Width="265" CausesValidation="false" Text="Back" OnClientClick="JavaScript:window.history.back(1);return false;" style="margin-left:49px;height:31px;font-weight:300;font-size:20px"/>
|
<asp:Button ID="btn_Back" runat="server" Width="265" CausesValidation="false" Text="Back" OnClick="btn_Back_Click" style="margin-left:49px;height:31px;font-weight:300;font-size:20px"/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr style="color:#003680; height:32px;font-size:14px">
|
<tr style="color:#003680; height:32px;font-size:14px">
|
||||||
<td align="center" colspan="2" style="color:#fff;font-kerning:auto;font-weight:700;">
|
<td align="center" colspan="2" style="color:#fff;font-kerning:auto;font-weight:700;">
|
||||||
<asp:Label ID="lbl_PWvergessen" Text="Forgot your Password?" runat="server" style="color:#003680; margin-left:75px;font-size:20px;font-weight:300"></asp:Label>
|
<asp:Label ID="lbl_PWvergessen" Text="Forgot your Password?" runat="server" style="color:#003680; margin-left:79px;font-size:20px;font-weight:300"></asp:Label>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
<!-- <tr style=" background-color:#fff; color:#003680; height:30px;font-size:12px">
|
<!-- <tr style=" background-color:#fff; color:#003680; height:30px;font-size:12px">
|
||||||
<td align="center" colspan="2" style="color:#fff;font-kerning:auto;font-weight:700;">
|
<td align="center" colspan="2" style="color:#fff;font-kerning:auto;font-weight:700;">
|
||||||
|
|||||||
@@ -106,7 +106,7 @@
|
|||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
overflow-y: clip;
|
overflow-y: clip;
|
||||||
overflow-x: clip;
|
overflow-x: clip;
|
||||||
width:400px;
|
max-width:390px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content_container {
|
#content_container {
|
||||||
@@ -263,7 +263,7 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body onload="FocusOnInput()">
|
<body onload="FocusOnInput()">
|
||||||
<div id="content_container">
|
<div id="content_container" class="mw-100">
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<form id="form1" runat="server">
|
<form id="form1" runat="server">
|
||||||
<!-- Große Bildschirme-->
|
<!-- Große Bildschirme-->
|
||||||
|
|||||||
Reference in New Issue
Block a user