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

View File

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