LoginPanel wurde erfolgreich eingebettet.
This commit is contained in:
@@ -63,22 +63,16 @@
|
|||||||
<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" -->
|
||||||
|
|
||||||
<div id="main-page">
|
<div id="main-page">
|
||||||
@@ -100,7 +94,6 @@
|
|||||||
<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>
|
||||||
@@ -140,17 +133,11 @@
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
</LayoutTemplate>
|
</LayoutTemplate>
|
||||||
</asp:Login>
|
</asp:Login>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|||||||
@@ -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"> -->
|
||||||
|
|||||||
Reference in New Issue
Block a user