Css wurde angepasst und separiert sowie ein neues Design angewandt.
This commit is contained in:
33
css/login/ForgotPW.css
Normal file
33
css/login/ForgotPW.css
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
body {
|
||||||
|
font-family: 'Poppins', sans-serif;
|
||||||
|
background: #fafafa;
|
||||||
|
background-image: url(../images/road.jpg);
|
||||||
|
background-position: center center;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-attachment: fixed;
|
||||||
|
background-size: cover;
|
||||||
|
background-color:#fff;
|
||||||
|
}
|
||||||
|
#Login1_LoginButton {
|
||||||
|
color: #fff;
|
||||||
|
background-color: #003680;
|
||||||
|
}
|
||||||
|
#content_container {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
width: 1024px;
|
||||||
|
height: 800px;
|
||||||
|
margin: 0 auto;
|
||||||
|
margin-top: auto;
|
||||||
|
}
|
||||||
|
.container-fluid {
|
||||||
|
width: 262px;
|
||||||
|
height: 216px;
|
||||||
|
background-color: rgba(255,255,255,0.5);
|
||||||
|
}
|
||||||
|
#tbl_main {
|
||||||
|
font-family: Arial;
|
||||||
|
font-size: 11px;
|
||||||
|
border: 1px solid gray
|
||||||
|
}
|
||||||
33
css/login/loginFLEX.css
Normal file
33
css/login/loginFLEX.css
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
body {
|
||||||
|
font-family: 'Poppins', sans-serif;
|
||||||
|
background: #fafafa;
|
||||||
|
background-image: url(../../images/road.jpg);
|
||||||
|
background-position: center center;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-attachment: fixed;
|
||||||
|
background-size: cover;
|
||||||
|
background-color: #fff;
|
||||||
|
}
|
||||||
|
#Login1_LoginButton {
|
||||||
|
color: #fff;
|
||||||
|
background-color: #003680;
|
||||||
|
}
|
||||||
|
#content_container {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
width: 1024px;
|
||||||
|
height: 800px;
|
||||||
|
margin: 0 auto;
|
||||||
|
margin-top: auto;
|
||||||
|
}
|
||||||
|
.container-fluid {
|
||||||
|
width: 262px;
|
||||||
|
height: 248px;
|
||||||
|
background-color: rgba(255,255,255,0.5);
|
||||||
|
}
|
||||||
|
#tbl_main {
|
||||||
|
font-family: Arial;
|
||||||
|
font-size: 11px;
|
||||||
|
border: 1px solid gray
|
||||||
|
}
|
||||||
@@ -4,8 +4,7 @@
|
|||||||
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<%@ import Namespace="MySql.Data.MySqlClient"
|
<%@ import Namespace="MySql.Data.MySqlClient"%>
|
||||||
%>
|
|
||||||
|
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||||
<title>VERAG Spedition AG Passwort vergessen</title>
|
<title>VERAG Spedition AG Passwort vergessen</title>
|
||||||
@@ -14,8 +13,7 @@
|
|||||||
<LINK REL="SHORTCUT ICON" HREF="../images/Icons/favicon/favicon.ico" />
|
<LINK REL="SHORTCUT ICON" HREF="../images/Icons/favicon/favicon.ico" />
|
||||||
<!-- <link rel="stylesheet" type="text/css" href="css/edit_main.css"> -->
|
<!-- <link rel="stylesheet" type="text/css" href="css/edit_main.css"> -->
|
||||||
<script src="js/netzwerk.js" type="text/javascript"></script>
|
<script src="js/netzwerk.js" type="text/javascript"></script>
|
||||||
|
<link rel="stylesheet" type="text/css" href="../css/login/ForgotPW.css"/>
|
||||||
<link rel="stylesheet" type="text/css" href="../css/style.css"/>
|
|
||||||
<link rel="stylesheet" type="text/css" href="../css/example.css"/>
|
<link rel="stylesheet" type="text/css" href="../css/example.css"/>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
@@ -36,7 +34,7 @@
|
|||||||
//topup
|
//topup
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<!-- <script type="text/javascript" src="../js/toptions/top_up-min.js"></script> -->
|
<!-- <script type="text/javascript" src="../js/toptions/top_up-min.js"></script> -->
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<link rel="stylesheet" type="text/css" href="../css/main.css">
|
<link rel="stylesheet" type="text/css" href="../css/main.css">
|
||||||
@@ -65,27 +63,14 @@
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style>
|
<style>
|
||||||
body {
|
|
||||||
background-color:#fff;
|
|
||||||
background-image:none;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
#Login1_LoginButton {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #003680;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<div id="content_container">
|
||||||
<div class="container-fluid" style="width:252px;height:216px;">
|
<div class="container-fluid">
|
||||||
<form id="form1" runat="server">
|
<form id="form1" runat="server">
|
||||||
<table cellpadding="0" style="font-family:Arial;font-size:11px;border:1px solid gray">
|
<table id="tbl_main" cellpadding="0">
|
||||||
<tr style="background-color:#fff; color:#003680;height:30px;">
|
<tr style="background-color:#fff; color:#003680;height:30px;">
|
||||||
<td>
|
<td>
|
||||||
<asp:Button ID="btn_Back" runat="server" Text="Back" PostBackUrl="~/login/login_FLEX.aspx" OnClick="btn_Back_Click"/>
|
<asp:Button ID="btn_Back" runat="server" Text="Back" PostBackUrl="~/login/login_FLEX.aspx" OnClick="btn_Back_Click"/>
|
||||||
@@ -108,15 +93,15 @@
|
|||||||
</td></tr> -->
|
</td></tr> -->
|
||||||
<tr><td>
|
<tr><td>
|
||||||
|
|
||||||
<asp:Label ID="lbl_Email" runat="server" Text="Email Address:"></asp:Label>
|
<asp:Label ID="lbl_Email" runat="server" Text="Email Address:"></asp:Label>
|
||||||
<asp:TextBox ID="txtEmail" runat="server" Width = "250" />
|
<asp:TextBox ID="txtEmail" runat="server" Width = "250" />
|
||||||
<asp:Label ID="lbl_Username" runat="server" Text="Username:"></asp:Label>
|
<asp:Label ID="lbl_Username" runat="server" Text="Username:"></asp:Label>
|
||||||
<asp:TextBox ID="txt_Username" runat="server" Width = "250" />
|
<asp:TextBox ID="txt_Username" runat="server" Width = "250" />
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
<asp:Label ID="lblMessage" runat="server" />
|
<asp:Label ID="lblMessage" runat="server" />
|
||||||
<br />
|
<br />
|
||||||
<asp:Button Text="Send" runat="server" OnClick="SendEmail" />
|
<asp:Button Text="Send" runat="server" OnClick="SendEmail" />
|
||||||
|
|
||||||
|
|
||||||
</td></tr>
|
</td></tr>
|
||||||
@@ -124,5 +109,6 @@
|
|||||||
|
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -4,8 +4,7 @@
|
|||||||
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<%@ import Namespace="MySql.Data.MySqlClient"
|
<%@ import Namespace="MySql.Data.MySqlClient"%>
|
||||||
%>
|
|
||||||
|
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||||
<title>VERAG Spedition AG Login</title>
|
<title>VERAG Spedition AG Login</title>
|
||||||
@@ -14,9 +13,8 @@
|
|||||||
<LINK REL="SHORTCUT ICON" HREF="../images/Icons/favicon/favicon.ico" />
|
<LINK REL="SHORTCUT ICON" HREF="../images/Icons/favicon/favicon.ico" />
|
||||||
<!-- <link rel="stylesheet" type="text/css" href="css/edit_main.css"> -->
|
<!-- <link rel="stylesheet" type="text/css" href="css/edit_main.css"> -->
|
||||||
<script src="js/netzwerk.js" type="text/javascript"></script>
|
<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/style.css"/>
|
||||||
<link rel="stylesheet" type="text/css" href="../css/example.css"/>
|
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
function FocusOnInput() {
|
function FocusOnInput() {
|
||||||
@@ -64,27 +62,11 @@
|
|||||||
window.history.back()
|
window.history.back()
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style>
|
</head>
|
||||||
body {
|
|
||||||
background-color:#fff;
|
|
||||||
background-image:none;
|
|
||||||
|
|
||||||
}
|
<body onload="FocusOnInput()">
|
||||||
|
<div id="content_container">
|
||||||
#Login1_LoginButton {
|
<div class="container-fluid">
|
||||||
color: #fff;
|
|
||||||
background-color: #003680;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
|
||||||
</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;">
|
|
||||||
<form id="form1" runat="server">
|
<form id="form1" runat="server">
|
||||||
<asp:Login ID = "Login1" runat = "server" OnAuthenticate= "ValidateUser" ClientIDMode="AutoID" DestinationPageUrl="../Customers/CustomsAviso.aspx" >
|
<asp:Login ID = "Login1" runat = "server" OnAuthenticate= "ValidateUser" ClientIDMode="AutoID" DestinationPageUrl="../Customers/CustomsAviso.aspx" >
|
||||||
<LayoutTemplate>
|
<LayoutTemplate>
|
||||||
@@ -153,6 +135,7 @@
|
|||||||
</asp:Login>
|
</asp:Login>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
function bust2() {
|
function bust2() {
|
||||||
if (top.location == self) {
|
if (top.location == self) {
|
||||||
|
|||||||
Reference in New Issue
Block a user