125 lines
8.4 KiB
Plaintext
125 lines
8.4 KiB
Plaintext
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="FormtemplateMAUT_DE_Toll Collect.aspx.vb" Inherits="Customers_Default3" %>
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head runat="server">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
|
|
|
<!-- Required meta tags -->
|
|
<meta charset="utf-8" />
|
|
|
|
<%@ Import Namespace="MySql.Data.MySqlClient" %>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" title="VERAG IndexCustomer" />
|
|
|
|
<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>
|
|
|
|
<!-- 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" type="text/css" href="../css/main.css" />
|
|
<link rel="stylesheet" type="text/css" href="../css/style.css" />
|
|
<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/Dropdown.css" />
|
|
<!-- <link rel="stylesheet" type="text/css" href="../css/style.css"/>-->
|
|
<link rel="stylesheet" type="text/css" href="../css/Customers/MasterpageCustomers.css" />
|
|
<link rel="stylesheet" type="text/css" href="../css/Customers/LKWs.css" />
|
|
<link rel="stylesheet" type="text/css" href="../css/navbarsidebar2.css" />
|
|
</head>
|
|
<body>
|
|
<form id="form1" runat="server" style="width:875px;height:250px">
|
|
<div class="card" style="width:875px;height:250px">
|
|
<div class="card-header">
|
|
<div class="row" style="background-color: #003680">
|
|
<div class="col">
|
|
<div class="float-start">
|
|
<label class="col-form-label-lg" runat="server" style="color: #fff; font-weight: bold; font-size: 18px">Maut DE-Toll Collect</label>
|
|
</div>
|
|
</div>
|
|
<div class="col">
|
|
<div class="float-end" style="align-content: center; margin-top: 18px">
|
|
<label runat="server" style="color: #fff; font-weight: 200; font-size: 18px">Partner-Nr:</label>
|
|
<input type="text" runat="server" placeholder="" aria-label="lbl_Partner" readonly="readonly" style="width: 50px" />
|
|
</div>
|
|
</div>
|
|
<div class="col">
|
|
<div class="float-end" style="align-content: center; margin-top: 18px">
|
|
<label runat="server" style="color: #fff; font-weight: 200; font-size: 18px">BenutzerNr:</label>
|
|
<input type="text" runat="server" placeholder="" aria-label="lbl_BenutzerNr" readonly="readonly" style="width: 50px" />
|
|
</div>
|
|
</div>
|
|
<div class="col">
|
|
<div class="float-end" style="align-content: center; margin-top: 18px">
|
|
<label runat="server" style="color: #fff; font-weight: 200; font-size: 18px">Flotten-PIN</label>
|
|
<input type="text" runat="server" placeholder="" aria-label="lbl_FlottenPin" readonly="readonly" style="width: 50px" />
|
|
</div>
|
|
</div>
|
|
<div class="col">
|
|
<div class="float-end" style="align-content: center; margin-top: 18px">
|
|
<label runat="server" style="color: #fff; font-weight: 200; font-size: 18px">MasterPIN</label>
|
|
<input type="text" runat="server" placeholder="" aria-label="lbl_MasterPin" readonly="readonly" style="width:50px" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="card" style="width: 855px; height: 250px">
|
|
<div class="card-body">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col">
|
|
<div class="row">
|
|
<div class="col">
|
|
<label id="lbl_Bestellsdatum">Bestelldatum:</label>
|
|
</div>
|
|
<div class="col">
|
|
<input id="txt_Bestelldat" readonly="readonly" runat="server" type="date" style="width: 68px; margin-left: 0px" value="Text" />
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col">
|
|
<label id="lbl_lieferdatum">Lieferdatum:</label>
|
|
</div>
|
|
<div class="col">
|
|
<input id="txt_lieferdat" readonly="readonly" runat="server" type="date" style="width: 68px; margin-left: 0px" value="Text" />
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col">
|
|
<label id="lbl_Kartennummer">Kartennummer:</label>
|
|
</div>
|
|
<div class="col">
|
|
<input id="txt_Kartennummer" readonly="readonly" runat="server" type="number" style="width: 68px; margin-left: 0px" value="Text" />
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col">
|
|
<label id="lbl_Vermerk">Vermerk:</label>
|
|
</div>
|
|
<div class="col">
|
|
<input id="txt_Vermerk" readonly="readonly" runat="server" type="text" style="width: 168px;height:80px; margin-left: 0px" aria-multiline="true" value="Text" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col">
|
|
<div class="row" style="height: 40px;"></div>
|
|
<div id="checkboxes">
|
|
<asp:CheckBoxList runat="server" Enabled="false">
|
|
<asp:ListItem Text="Abgemeldet" Value="Abgemeldet" Enabled="false"></asp:ListItem>
|
|
<asp:ListItem Text="Verloren" Value="Verloren" Enabled="false"></asp:ListItem>
|
|
<asp:ListItem Text="Gestohlen" Value="Gestohlen" Enabled="false"></asp:ListItem>
|
|
<asp:ListItem Text="Gesperrt" Value="Gesperrt" Enabled="false"></asp:ListItem>
|
|
<asp:ListItem Text="Defekt" Value="Defekt" Enabled="false"></asp:ListItem>
|
|
<asp:ListItem Text="Archiviert" Value="Archiviert" Enabled="false"></asp:ListItem>
|
|
</asp:CheckBoxList>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</body>
|
|
</html>
|