Änderungen
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
</asp:Content>
|
||||
<asp:Content ID="Content2" ContentPlaceHolderID="head" Runat="Server">
|
||||
<!-- Bootstrap -->
|
||||
<html lang="en"></html>
|
||||
<html></html>
|
||||
<!-- Required meta tags -->
|
||||
<meta charset="utf-8"/>
|
||||
<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>
|
||||
<h1>Dies ist eine Testseite!</h1>
|
||||
<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>
|
||||
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>
|
||||
|
||||
@@ -18,4 +18,5 @@ Partial Class Customers_Default
|
||||
Page.MaintainScrollPositionOnPostBack = False
|
||||
End If
|
||||
End Sub
|
||||
|
||||
End Class
|
||||
|
||||
@@ -16,6 +16,10 @@
|
||||
visibility: hidden;
|
||||
color: #043381;
|
||||
}
|
||||
@media (max-width: 558.98px) {
|
||||
body{
|
||||
max-width:390px;
|
||||
}
|
||||
</style>
|
||||
<!-- 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"/>
|
||||
|
||||
@@ -170,7 +170,7 @@ hr{
|
||||
}
|
||||
@media (max-width: 558.98px) {
|
||||
body{
|
||||
width:400px;
|
||||
max-width:390px;
|
||||
}
|
||||
h1 {
|
||||
color: #043381;
|
||||
|
||||
@@ -74,7 +74,7 @@ ContentPlaceHolder1_Send_Data {
|
||||
}
|
||||
@media (max-width: 558.98px) {
|
||||
body{
|
||||
width:400px;
|
||||
max-width:390px;
|
||||
}
|
||||
tbody {
|
||||
font-size: 3.303964757709251vw;
|
||||
|
||||
@@ -78,6 +78,7 @@
|
||||
background-color: #fff;
|
||||
overflow-y: clip;
|
||||
overflow-x: clip;
|
||||
max-width:390px;
|
||||
}
|
||||
|
||||
#content_container {
|
||||
@@ -129,17 +130,17 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="content_container">
|
||||
<div id="content_container" class="mw-100">
|
||||
<div class="container-fluid">
|
||||
<form id="form1" runat="server">
|
||||
<center>
|
||||
<!-- Große Bildschirme-->
|
||||
<div class="d-none d-md-block">
|
||||
<center>
|
||||
<table id="main_table" runat="server" cellpadding="0" style="margin: 25% 2px 2px 2px; border:none;">
|
||||
<tr style="color:#003680;height:38px;">
|
||||
<table id="main_table" runat="server" cellpadding="0" style="margin: 18% 2px 2px 2px; border:none;">
|
||||
<tr style="color:#003680;height:55px;">
|
||||
<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>
|
||||
</tr>
|
||||
<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>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="color:#003680;height:26.67px;">
|
||||
<tr style="color:#003680;height:46.67px;">
|
||||
<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>
|
||||
<span></span>
|
||||
@@ -161,11 +162,10 @@
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr style="color:#003680;height:36.67px;">
|
||||
<tr style="color:#003680;height:56.67px;">
|
||||
<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>
|
||||
<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."/>
|
||||
<span></span>
|
||||
</td>
|
||||
</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>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="color:#003680;height:15.67px;">
|
||||
<tr style="color:#003680;height:35.67px;">
|
||||
<td>
|
||||
<asp:Button ID="btn_submitpw" runat="server" OnClick="btn_submitpw_Click" Text="Change the password!" Width="250px" style="margin-left:46px;border:none"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="color:#003680;height:10px;">
|
||||
<tr style="color:#003680;height:30px;">
|
||||
<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: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-->
|
||||
<div class="d-md-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>
|
||||
<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>
|
||||
|
||||
@@ -173,7 +173,7 @@ Partial Class login_Change_PW
|
||||
End Using
|
||||
Else
|
||||
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
|
||||
|
||||
Else
|
||||
|
||||
@@ -67,6 +67,7 @@
|
||||
background-color: #fff;
|
||||
overflow-y: clip;
|
||||
overflow-x: clip;
|
||||
max-width:390px;
|
||||
}
|
||||
#content_container {
|
||||
display: flex;
|
||||
@@ -272,21 +273,21 @@
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="content_container">
|
||||
<div id="content_container" class="vw-100">
|
||||
<div class="container-fluid">
|
||||
<form id="form1" runat="server">
|
||||
<center>
|
||||
<!-- Große Bildschirme-->
|
||||
<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;">
|
||||
<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>
|
||||
</tr>
|
||||
<tr style="color:#003680; height:32px;font-size:14px">
|
||||
<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>
|
||||
<!-- <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;">
|
||||
@@ -333,7 +334,7 @@
|
||||
<table id="tbl_main_M" cellpadding="0" style="margin:10px 8px 10px 8px; border: none;">
|
||||
<tr style="color:#003680;height:65px;margin-top:-70px">
|
||||
<td>
|
||||
<asp:Button ID="btn_Back_M" runat="server" Text="Back" OnClick="btn_Back_Click" Height="37px"/>
|
||||
<asp:Button ID="btn_Back_M" runat="server" Text="Back" OnClick="btn_Back_Click" Height="37px"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="color:#003680; height:92px;">
|
||||
|
||||
@@ -106,7 +106,7 @@
|
||||
background-color: #fff;
|
||||
overflow-y: clip;
|
||||
overflow-x: clip;
|
||||
width:400px;
|
||||
max-width:390px;
|
||||
}
|
||||
|
||||
#content_container {
|
||||
@@ -263,7 +263,7 @@
|
||||
</head>
|
||||
|
||||
<body onload="FocusOnInput()">
|
||||
<div id="content_container">
|
||||
<div id="content_container" class="mw-100">
|
||||
<div class="container-fluid">
|
||||
<form id="form1" runat="server">
|
||||
<!-- Große Bildschirme-->
|
||||
|
||||
Reference in New Issue
Block a user