LoginPanel wurde erfolgreich eingebettet.

This commit is contained in:
ja
2021-08-16 15:25:16 +02:00
parent 1589bdfd36
commit c95158cb12
2 changed files with 8 additions and 20 deletions

View File

@@ -61,23 +61,17 @@
<!--[if gte IE 5.5]>
<link rel="stylesheet" type="text/css" href="../css/main.css">
<![endif]-->
<![endif]-->
<script type = "text/javascript">
<script type = "text/javascript">
function goBack()
{
window.history.back()
}
}
</script>
</head>
<body onload="FocusOnInput()">
<!-- #include file="../navigation.aspx" -->
@@ -99,8 +93,7 @@
<td align="right">
<asp:Label ID="UserNameLabel" runat="server" AssociatedControlID="UserName" required>Benutzername:</asp:Label>
</td>
<td>
<td>
<asp:TextBox ID="UserName" runat="server"></asp:TextBox>
<asp:RequiredFieldValidator ID="UserNameRequired" runat="server" ControlToValidate="UserName" ErrorMessage="Der Benutzername ist erforderlich." ToolTip="Der Benutzername ist erforderlich." ValidationGroup="Login1">*</asp:RequiredFieldValidator>
</td>
@@ -139,18 +132,12 @@
<br/> <asp:Button ID="LoginButton" runat="server" CommandName="Login" Text="Anmelden" ValidationGroup="Login1"/>
</td>
</tr>
</table>
</table>
</LayoutTemplate>
</asp:Login>
</form>
</div>
</div>
</body>
</div>
</body>
</html>