Änderungen GUI

This commit is contained in:
ja
2021-11-18 10:40:03 +01:00
parent b1d8dee714
commit 9460ded7fd
3 changed files with 51 additions and 25 deletions

View File

@@ -5,16 +5,30 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<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"/>
<link rel="stylesheet" type="text/css" href="../css/style.css"/>
<LINK REL="SHORTCUT ICON" HREF="../images/Icons/favicon/favicon.ico" />
<!-- Bootstrap -->
<html lang="en"></html>
<!-- Required meta tags -->
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"/>
<link rel="stylesheet" href="https://unpkg.com/bootstrap-table@1.18.3/dist/bootstrap-table.min.css"/>
<!-- <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/style.css"/>
<link href="bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"/>
<link rel="stylesheet" href="https://unpkg.com/bootstrap-table@1.18.3/dist/bootstrap-table.min.css"/>
<script type="text/javascript">
function FocusOnInput() {
@@ -62,6 +76,13 @@
window.history.back()
}
</script>
<style>
#Login1_LoginButton {
background-color:#003680;
}#Login1_LinkButton2{
color:#003680;
}
</style>
</head>
<body onload="FocusOnInput()" style="background-image:none">
@@ -80,7 +101,7 @@
</tr>
<tr>
<td>
<asp:TextBox ID="CustomerID" runat="server" TextMode="Number" Placeholder="Kundennummer" ToolTip="Die Kundennummer ist erforderlich"></asp:TextBox>
<asp:TextBox ID="CustomerID" runat="server" type="text" TextMode="Number" Placeholder="Kundennummer" ToolTip="Die Kundennummer ist erforderlich"></asp:TextBox>
<asp:RequiredFieldValidator ID="CustomerIDrequired" runat="server" ControlToValidate="CustomerID" ErrorMessage="" ValidationGroup="Login1"></asp:RequiredFieldValidator>
</td>
</tr>
@@ -109,8 +130,9 @@
</td>
</tr>
<tr>
<td align="left" colspan="2">
<br/> <asp:Button ID="LoginButton" runat="server" CommandName="Login" Text="Login" ValidationGroup="Login1" target="_top" OnClientClick="bust2()"/>
<td align="left" colspan="2" height="60px">
<center>
<br/> <asp:Button ID="LoginButton" class="btn btn-primary" runat="server" CommandName="Login" Text="Login" ValidationGroup="Login1" target="_top" OnClientClick="bust2()" style="margin-left:-80px"/> </center>
</td>
</tr>
<tr>