Änderungen
This commit is contained in:
@@ -95,10 +95,10 @@
|
|||||||
background-color: rgba(255,255,255,0.5);
|
background-color: rgba(255,255,255,0.5);
|
||||||
height: 613px;
|
height: 613px;
|
||||||
top:50%;
|
top:50%;
|
||||||
bottom: auto;
|
bottom: -4px;
|
||||||
left: -195px;
|
left: -195px;
|
||||||
right: 520px;
|
right: 520px;
|
||||||
margin: auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tbl_main_M {
|
#tbl_main_M {
|
||||||
@@ -107,6 +107,7 @@
|
|||||||
border: 1px solid gray;
|
border: 1px solid gray;
|
||||||
width: 300px;
|
width: 300px;
|
||||||
height: 613px;
|
height: 613px;
|
||||||
|
margin-top:80px;
|
||||||
}
|
}
|
||||||
#btn_submitpw_M{
|
#btn_submitpw_M{
|
||||||
background-color: #003680;
|
background-color: #003680;
|
||||||
@@ -134,15 +135,16 @@
|
|||||||
<center>
|
<center>
|
||||||
<!-- Große Bildschirme-->
|
<!-- Große Bildschirme-->
|
||||||
<div class="d-none d-md-block">
|
<div class="d-none d-md-block">
|
||||||
<table id="main_table" runat="server" cellpadding="0" style="margin: 2px 4px 2px 2px; border:none" Width="400px">
|
<center>
|
||||||
|
<table id="main_table" runat="server" cellpadding="0" style="margin: 25% 2px 2px 2px; border:none;">
|
||||||
<tr style="color:#003680;height:38px;">
|
<tr style="color:#003680;height:38px;">
|
||||||
<td>
|
<td>
|
||||||
<asp:Label ID="lbl_Ueberschrift" runat="server" Text="Password change:" style="margin-left:55px"></asp:Label>
|
<asp:Label ID="lbl_Ueberschrift" runat="server" Text="Password change:" style="margin-left:45px"></asp:Label>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr style="color:#003680;height:26.67px;">
|
<tr style="color:#003680;height:26.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:42px;color:#003680" 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>
|
||||||
<asp:Image ID="Image1" runat="server" ImageUrl="~/images/Icons/service/hilfe.png" Height="13px" Width="13px" style="margin-left:32px" ToolTip="The Password has to contain minimum 4 characters. It must have at least 1 special character, one uppercase letter and at least 1 downcase letter at an maximum of 30 characters."/>
|
<asp:Image ID="Image1" runat="server" ImageUrl="~/images/Icons/service/hilfe.png" Height="13px" Width="13px" style="margin-left:32px" ToolTip="The Password has to contain minimum 4 characters. It must have at least 1 special character, one uppercase letter and at least 1 downcase letter at an maximum of 30 characters."/>
|
||||||
</td>
|
</td>
|
||||||
@@ -155,19 +157,19 @@
|
|||||||
|
|
||||||
<tr style="color:#003680;height:36.67px;">
|
<tr style="color:#003680;height:36.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:42px;color:#003680" 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."/>
|
<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>
|
||||||
<td colspan="4">
|
<td colspan="4">
|
||||||
<asp:RequiredFieldValidator ID="reqPasswtxt" style="margin-left:32px;" runat="server" ControlToValidate="txt_Pw_WH" ErrorMessage="Please repeat the password!" Display="Dynamic" ForeColor="Red"></asp:RequiredFieldValidator>
|
<asp:RequiredFieldValidator ID="reqPasswtxt" 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:15.67px;">
|
||||||
<td>
|
<td>
|
||||||
<asp:Button ID="btn_submitpw" runat="server" Text="Change the password!" OnClick="btn_submitpw_Click" Width="250px" style="margin-left:38px;border:none"/>
|
<asp:Button ID="btn_submitpw" runat="server" Text="Change the password!" OnClick="btn_submitpw_Click" Width="250px" style="margin-left:46px;border:none"/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr style="color:#003680;height:10px;">
|
<tr style="color:#003680;height:10px;">
|
||||||
@@ -183,6 +185,7 @@
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
</center>
|
||||||
</div>
|
</div>
|
||||||
<!--Smartphone-Bildschirme-->
|
<!--Smartphone-Bildschirme-->
|
||||||
<div class="d-md-none">
|
<div class="d-md-none">
|
||||||
@@ -207,7 +210,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr style="color:#003680;height:36.67px;">
|
<tr style="color:#003680;height:36.67px;">
|
||||||
<td>
|
<td>
|
||||||
<asp:TextBox id="txt_Pw_WH_M" CssClass="bg-key-icon" Width="245px" Font-Size="1.125em" ValidationGroup="TXT_val_WH_M" OnTextChanged="txt_Pw_WH_TextChanged" runat="server" TextMode="Password" Font-Names="Verdana" AutoCompleteType="Disabled" style="margin-left:22px;color:#003680" Placeholder="Repeat Password"></asp:TextBox>
|
<asp:TextBox id="txt_Pw_WH_M" CssClass="bg-key-icon" Width="245px" Font-Size="1.125em" ValidationGroup="TXT_val_WH_M" OnTextChanged="txt_Pw_WH_TextChanged" runat="server" TextMode="Password" Font-Names="Verdana" AutoCompleteType="Disabled" style="margin-left:22px;color:#003680;border-radius: 8px 8px 8px 8px;-webkit-border-radius: 8px;-moz-border-radius: 8px;" Placeholder="Repeat Password"></asp:TextBox>
|
||||||
<span></span></td>
|
<span></span></td>
|
||||||
<td>
|
<td>
|
||||||
<asp:ImageButton ID="Image2_M" runat="server" ImageUrl="~/images/Icons/service/hilfe.png" Height="22px" Width="19px" style="margin-left:12px;border:none;margin-top:15px" />
|
<asp:ImageButton ID="Image2_M" runat="server" ImageUrl="~/images/Icons/service/hilfe.png" Height="22px" Width="19px" style="margin-left:12px;border:none;margin-top:15px" />
|
||||||
|
|||||||
@@ -198,7 +198,7 @@
|
|||||||
<!-- Große Bildschirme-->
|
<!-- Große Bildschirme-->
|
||||||
<div class="d-none d-md-block">
|
<div class="d-none d-md-block">
|
||||||
|
|
||||||
<table id="tbl_main" summary="A table to show the content">
|
<table id="tbl_main" summary="A table to show the content" style="margin: 25% 2px 2px 2px; border:none;">
|
||||||
<tr style="height:28px">
|
<tr style="height:28px">
|
||||||
<td colspan="14"><center>
|
<td colspan="14"><center>
|
||||||
<asp:Label ID="lbl_Ueberschrift" runat="server" Enabled="true" style="color:#fff" Font-Size="22px" Text="Edit your Profile:"></asp:Label>
|
<asp:Label ID="lbl_Ueberschrift" runat="server" Enabled="true" style="color:#fff" Font-Size="22px" Text="Edit your Profile:"></asp:Label>
|
||||||
@@ -318,7 +318,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<!--Smartphone-Bildschirme-->
|
<!--Smartphone-Bildschirme-->
|
||||||
<div class="d-md-none">
|
<div class="d-md-none">
|
||||||
<table id="tbl_main_m" summary="A table to show the content">
|
<table id="tbl_main_m" summary="A table to show the content" style="margin: 25% 2px 2px 2px; border:none;">
|
||||||
<tr style="height:28px">
|
<tr style="height:28px">
|
||||||
<td ><center>
|
<td ><center>
|
||||||
<asp:Label ID="lbl_Ueberschrift_M" runat="server" Enabled="true" style="color:#fff;" Font-Size="22px" Text="Edit your Profile:"></asp:Label>
|
<asp:Label ID="lbl_Ueberschrift_M" runat="server" Enabled="true" style="color:#fff;" Font-Size="22px" Text="Edit your Profile:"></asp:Label>
|
||||||
|
|||||||
@@ -280,7 +280,7 @@
|
|||||||
<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:4px 4px 4px 4px; border: none;">
|
<table id="tbl_main" cellpadding="0" style="margin: 25% 2px 2px 2px; border:none;">
|
||||||
<tr style="color:#003680;height:35px;">
|
<tr style="color:#003680;height:35px;">
|
||||||
<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"/>
|
<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"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user