Änderungen
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user