feedback code wurde in Passwort Vergessen Code eingebettet.

This commit is contained in:
ja
2021-10-05 16:08:04 +02:00
parent ef63f43f0a
commit cfcc25c13b
3 changed files with 97 additions and 4 deletions

View File

@@ -86,7 +86,12 @@
<div class="container-fluid" style="width:252px;height:216px;">
<form id="form1" runat="server">
<table cellpadding="0" style="font-family:Arial;font-size:11px;border:1px solid gray">
<tr style=" background-color:#fff; color:#003680; height:30px;font-size:12px">
<tr style="background-color:#fff; color:#003680;height:30px;">
<td>
<asp:Button ID="btn_Back" runat="server" Text="Back" PostBackUrl="~/login/login_FLEX.aspx" OnClick="btn_Back_Click"/>
</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;">
<asp:Label ID="lbl_PWvergessen" Text="Haben Sie ihr Passwort vergessen?" runat="server" style=" background-color:#fff; color:#003680; font-size:12px"></asp:Label>
</td></tr>
@@ -102,7 +107,15 @@
<input type="email" runat="server" style="width:150px" placeholder="example@somehost.com" />
</td></tr> -->
<tr><td>
<asp:PasswordRecovery ID="PasswordRecovery1" runat="server"></asp:PasswordRecovery>
<asp:Label ID="lbl_Email" runat="server" Text="Email Address:"></asp:Label>
<asp:TextBox ID="txtEmail" runat="server" Width = "250" />
<br />
<asp:Label ID="lblMessage" runat="server" />
<br />
<asp:Button Text="Send" runat="server" OnClick="SendEmail" />
</td></tr>
</table>