Anpassungen neuer Login und Hauptseite

This commit is contained in:
ja
2021-08-16 15:44:35 +02:00
parent 183c6b30a5
commit 6037cff22e
3 changed files with 17 additions and 26 deletions

View File

@@ -25,7 +25,7 @@
</style>
<script type="text/javascript">
function FocusOnInput() {
document.getElementById("UserName").focus();
document.getElementById("UserID").focus();
}
</script>
<script type="text/javascript">
@@ -71,12 +71,9 @@
</script>
</head>
<body onload="FocusOnInput()">
<body onload="FocusOnInput()">
<!-- #include file="../navigation.aspx" -->
<div id="main-page">
<div class="pagecontent">
<form id="form1" runat="server">
<asp:Login ID = "Login1" runat = "server" OnAuthenticate= "ValidateUser">
<LayoutTemplate>
@@ -88,7 +85,16 @@
<td>
<asp:LinkButton ID="LinkButton1" href="login/login_TEST.aspx" runat="server">admin</asp:LinkButton>
</td>
</tr>
</tr>
<tr>
<td align="right">
<asp:Label ID="Label2" runat="server" AssociatedControlID="UserID" required>Kundennummer:</asp:Label>
</td>
<td>
<asp:TextBox ID="UserID" runat="server"></asp:TextBox>
<asp:RequiredFieldValidator ID="UserIDrequired" runat="server" ControlToValidate="UserID" ErrorMessage="Die Kundennummer ist erforderlich." ToolTip="Die Kundennummer ist erforderlich." ValidationGroup="Login1">*</asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td align="right">
<asp:Label ID="UserNameLabel" runat="server" AssociatedControlID="UserName" required>Benutzername:</asp:Label>
@@ -98,15 +104,6 @@
<asp:RequiredFieldValidator ID="UserNameRequired" runat="server" ControlToValidate="UserName" ErrorMessage="Der Benutzername ist erforderlich." ToolTip="Der Benutzername ist erforderlich." ValidationGroup="Login1">*</asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td align="right">
<asp:Label ID="Label2" runat="server" AssociatedControlID="UserID" required>Kundennummer:</asp:Label>
</td>
<td>
<asp:TextBox ID="TextBox2" runat="server"></asp:TextBox>
<asp:RequiredFieldValidator ID="UserIDrequired" runat="server" ControlToValidate="UserID" ErrorMessage="Die Kundennummer ist erforderlich." ToolTip="Die Kundennummer ist erforderlich." ValidationGroup="Login1">*</asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td align="right">
<asp:Label ID="PasswordLabel" runat="server" AssociatedControlID="Password">Kennwort:</asp:Label>
@@ -135,9 +132,7 @@
</table>
</LayoutTemplate>
</asp:Login>
</form>
</div>
</div>
</form>
</body>
</html>

View File

@@ -81,8 +81,7 @@
<!-- #include file="../navigation.aspx" -->
<div id="main-page">
<div class="pagecontent">
<form id="form1" runat="server">
@@ -135,10 +134,7 @@
</LayoutTemplate>
</asp:Login>
</form>
</div>
</div>
</body>

View File

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