Verbesserungen am Design
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
<head>
|
||||
<%@ import Namespace="MySql.Data.MySqlClient" %>
|
||||
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
<title>VERAG Spedition AG Login</title>
|
||||
<link rel="stylesheet" type="text/css" href="../css/main.css"/>
|
||||
@@ -15,7 +14,6 @@
|
||||
<!-- <link rel="stylesheet" type="text/css" href="css/edit_main.css"> -->
|
||||
<script src="js/netzwerk.js" type="text/javascript"></script>
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="../../stylesheets/style.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../../stylesheets/example.css"/>
|
||||
<style>
|
||||
@@ -23,6 +21,10 @@
|
||||
background-color:#fff;
|
||||
background-image:none;
|
||||
}
|
||||
#Login1_LoginButton{
|
||||
color:#fff;
|
||||
background-color:#003680;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
|
||||
}
|
||||
@@ -72,6 +74,16 @@
|
||||
{
|
||||
window.history.back()
|
||||
}
|
||||
</script>
|
||||
<script>
|
||||
function bust1() {
|
||||
if (top != self)
|
||||
setInterval("top.location.replace('../Kundenseite.aspx')", 1);
|
||||
}
|
||||
function bust2() {
|
||||
if (top != self)
|
||||
setInterval("top.location.replace('../admin/admin.aspx')", 1);
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
||||
@@ -82,8 +94,8 @@
|
||||
<asp:Login ID = "Login1" runat = "server" OnAuthenticate= "ValidateUser">
|
||||
<LayoutTemplate>
|
||||
<table cellpadding="0" style="font-family:Arial;font-size:11px;border:1px solid gray">
|
||||
<tr style="background-color:#003680;color:#fff;height:30px;font-size:12px">
|
||||
<td align="center" colspan="2" style="color:#fff;">Bitte melden Sie sich an:</td>
|
||||
<tr style=" background-image: linear-gradient(to right, #003680 , #0055cc);color:#fff;height:30px;font-size:12px">
|
||||
<td align="center" colspan="2" style="color:#fff;font-kerning:auto;font-weight:600;">Bitte melden Sie sich an:</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="right">
|
||||
@@ -114,7 +126,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td >
|
||||
<td>
|
||||
<asp:CheckBox ID="RememberMe" runat="server" Text="Anmeldedaten speichern." />
|
||||
</td>
|
||||
</tr>
|
||||
@@ -125,17 +137,17 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" colspan="2">
|
||||
<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" target="frame" OnClientClick="bust1()"/>
|
||||
</td>
|
||||
<td align="middle" colspan="2">
|
||||
<asp:LinkButton ID="LinkButton1" href="../login/login_TEST.aspx" runat="server">Admin-Login</asp:LinkButton>
|
||||
<asp:LinkButton ID="LinkButton1" href="../login/login_TEST.aspx" runat="server" target="_top" OnClientClick="bust2()">Admin-Login</asp:LinkButton>
|
||||
</td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</LayoutTemplate>
|
||||
</asp:Login>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user