Anpassungen neuer Login und Hauptseite
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
</style>
|
</style>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
function FocusOnInput() {
|
function FocusOnInput() {
|
||||||
document.getElementById("UserName").focus();
|
document.getElementById("UserID").focus();
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
@@ -72,11 +72,8 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body onload="FocusOnInput()">
|
<body onload="FocusOnInput()">
|
||||||
|
|
||||||
<!-- #include file="../navigation.aspx" -->
|
<!-- #include file="../navigation.aspx" -->
|
||||||
|
|
||||||
<div id="main-page">
|
|
||||||
<div class="pagecontent">
|
|
||||||
<form id="form1" runat="server">
|
<form id="form1" runat="server">
|
||||||
<asp:Login ID = "Login1" runat = "server" OnAuthenticate= "ValidateUser">
|
<asp:Login ID = "Login1" runat = "server" OnAuthenticate= "ValidateUser">
|
||||||
<LayoutTemplate>
|
<LayoutTemplate>
|
||||||
@@ -88,6 +85,15 @@
|
|||||||
<td>
|
<td>
|
||||||
<asp:LinkButton ID="LinkButton1" href="login/login_TEST.aspx" runat="server">admin</asp:LinkButton>
|
<asp:LinkButton ID="LinkButton1" href="login/login_TEST.aspx" runat="server">admin</asp:LinkButton>
|
||||||
</td>
|
</td>
|
||||||
|
</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>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
@@ -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>
|
<asp:RequiredFieldValidator ID="UserNameRequired" runat="server" ControlToValidate="UserName" ErrorMessage="Der Benutzername ist erforderlich." ToolTip="Der Benutzername ist erforderlich." ValidationGroup="Login1">*</asp:RequiredFieldValidator>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</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>
|
<tr>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<asp:Label ID="PasswordLabel" runat="server" AssociatedControlID="Password">Kennwort:</asp:Label>
|
<asp:Label ID="PasswordLabel" runat="server" AssociatedControlID="Password">Kennwort:</asp:Label>
|
||||||
@@ -136,8 +133,6 @@
|
|||||||
</LayoutTemplate>
|
</LayoutTemplate>
|
||||||
</asp:Login>
|
</asp:Login>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|||||||
@@ -81,8 +81,7 @@
|
|||||||
|
|
||||||
<!-- #include file="../navigation.aspx" -->
|
<!-- #include file="../navigation.aspx" -->
|
||||||
|
|
||||||
<div id="main-page">
|
|
||||||
<div class="pagecontent">
|
|
||||||
|
|
||||||
|
|
||||||
<form id="form1" runat="server">
|
<form id="form1" runat="server">
|
||||||
@@ -135,9 +134,6 @@
|
|||||||
</LayoutTemplate>
|
</LayoutTemplate>
|
||||||
</asp:Login>
|
</asp:Login>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -925,7 +925,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</a> -->
|
</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" -->
|
<!-- #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