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

@@ -63,22 +63,16 @@
<link rel="stylesheet" type="text/css" href="../css/main.css">
<![endif]-->
<script type = "text/javascript">
function goBack()
{
window.history.back()
}
</script>
</head>
<body onload="FocusOnInput()">
<!-- #include file="../navigation.aspx" -->
<div id="main-page">
@@ -100,7 +94,6 @@
<asp:Label ID="UserNameLabel" runat="server" AssociatedControlID="UserName" required>Benutzername:</asp:Label>
</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>
@@ -140,17 +133,11 @@
</td>
</tr>
</table>
</LayoutTemplate>
</asp:Login>
</form>
</div>
</div>
</body>
</html>

View File

@@ -925,6 +925,7 @@
</div>
</div>
</a> -->
<iframe id="frame1" src="login/login_TEST.aspx" runat="server"/>
<!-- #include file="navigation.aspx" -->
<div id="main-page">
<!-- <div class="pagecontent"> -->