LoginPanel wurde erfolgreich eingebettet.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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"> -->
|
||||
|
||||
Reference in New Issue
Block a user