Css wurde angepasst und separiert sowie ein neues Design angewandt.
This commit is contained in:
@@ -4,8 +4,7 @@
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<%@ import Namespace="MySql.Data.MySqlClient"
|
||||
%>
|
||||
<%@ import Namespace="MySql.Data.MySqlClient"%>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
<title>VERAG Spedition AG Login</title>
|
||||
@@ -14,9 +13,8 @@
|
||||
<LINK REL="SHORTCUT ICON" HREF="../images/Icons/favicon/favicon.ico" />
|
||||
<!-- <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="../css/login/loginFLEX.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../css/style.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../css/example.css"/>
|
||||
|
||||
<script type="text/javascript">
|
||||
function FocusOnInput() {
|
||||
@@ -63,28 +61,12 @@
|
||||
{
|
||||
window.history.back()
|
||||
}
|
||||
</script>
|
||||
<style>
|
||||
body {
|
||||
background-color:#fff;
|
||||
background-image:none;
|
||||
|
||||
}
|
||||
|
||||
#Login1_LoginButton {
|
||||
color: #fff;
|
||||
background-color: #003680;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body onload="FocusOnInput()" style="overflow-x:hidden;border:0px;margin:0px" >
|
||||
<!-- #include file="../navigation.aspx" -->
|
||||
<div class="container-fluid" style="width:252px;height:216px;">
|
||||
<body onload="FocusOnInput()">
|
||||
<div id="content_container">
|
||||
<div class="container-fluid">
|
||||
<form id="form1" runat="server">
|
||||
<asp:Login ID = "Login1" runat = "server" OnAuthenticate= "ValidateUser" ClientIDMode="AutoID" DestinationPageUrl="../Customers/CustomsAviso.aspx" >
|
||||
<LayoutTemplate>
|
||||
@@ -152,6 +134,7 @@
|
||||
</LayoutTemplate>
|
||||
</asp:Login>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
function bust2() {
|
||||
|
||||
Reference in New Issue
Block a user