Änderung der Details bei Formen wie Titel und Bufferverhalten.

This commit is contained in:
ja
2022-02-16 14:58:12 +01:00
parent 239e897060
commit d34a8879c9
22 changed files with 49 additions and 45 deletions

View File

@@ -1,4 +1,4 @@
<%@ Page Title="" Language="VB" MasterPageFile="~/Customers/Customers.master" CodeFile="Invoices.aspx.vb" Inherits="Customers_Default3" %>
<%@ Page Title="Invoices VERAG " Buffer="true" Language="VB" MasterPageFile="~/Customers/Customers.master" CodeFile="Invoices.aspx.vb" Inherits="Customers_Default3" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder2" Runat="Server">
</asp:Content>
@@ -6,7 +6,7 @@
<!-- Bootstrap -->
<!-- Required meta tags -->
<meta charset="utf-8"/>
<meta charset="utf-8" title="VERAG Invoices"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="shortcut icon" href="../images/Icons/favicon/favicon.ico" />
<style>

View File

@@ -1,8 +1,8 @@
<%@ Page Title="" Language="VB" MasterPageFile="~/Customers/Customers.master" AutoEventWireup="false" CodeFile="LKWs.aspx.vb" Inherits="LKWS" %>
<%@ Page Title="VERAG LKWs" Buffer="true" Language="VB" MasterPageFile="~/Customers/Customers.master" AutoEventWireup="false" CodeFile="LKWs.aspx.vb" Inherits="LKWS" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server" >
<!-- Required meta tags -->
<meta charset="utf-8"/>
<meta charset="utf-8" title="VERAG Invoices"/>
<%@ import Namespace="MySql.Data.MySqlClient" %>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" title="VERAG IndexCustomer"/>

View File

@@ -1,11 +1,11 @@
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Formtemplate EcoTAX.aspx.vb" Inherits="Customers_Default3" %>
<%@ Page Language="VB" AutoEventWireup="false" Buffer="true" Title="Formtemplate VERAG EcoTAX" CodeFile="Formtemplate EcoTAX.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"/>
<title></title>
<title>Formtemplate VERAG EcoTAX</title>
<!-- Required meta tags -->
<meta charset="utf-8" />

View File

@@ -1,11 +1,11 @@
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Formtemplate FRESJUS_Tunnelkarte.aspx.vb" Inherits="Customers_Default3" %>
<%@ Page Language="VB" AutoEventWireup="false" Buffer="true" Title="Formtemplate VERAG FRESJUS Tunnelkarte" CodeFile="Formtemplate FRESJUS_Tunnelkarte.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"/>
<title></title>
<title>Formtemplate VERAG FRESJUS Tunnelkarte</title>
<!-- Required meta tags -->
<meta charset="utf-8" />

View File

@@ -1,11 +1,11 @@
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Formtemplate IDS Tankkarte.aspx.vb" Inherits="Customers_Default3" %>
<%@ Page Language="VB" AutoEventWireup="false" Buffer="true" Title="Formtemplate VERAG IDS Tankkarte" CodeFile="Formtemplate IDS Tankkarte.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"/>
<title></title>
<title>Formtemplate VERAG IDS Tankkarte</title>
<!-- Required meta tags -->
<meta charset="utf-8" />

View File

@@ -1,11 +1,11 @@
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Formtemplate IDS Wölfl.aspx.vb" Inherits="Customers_Default3" %>
<%@ Page Language="VB" AutoEventWireup="false" Buffer="true" Title="Formtemplate VERAG IDS Woelfl" CodeFile="Formtemplate IDS Wölfl.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"/>
<title></title>
<title>Formtemplate VERAG IDS Woelfl</title>
<!-- Required meta tags -->
<meta charset="utf-8" />

View File

@@ -1,11 +1,11 @@
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Formtemplate MAN Abgaspalette.aspx.vb" Inherits="Customers_Default3" %>
<%@ Page Language="VB" AutoEventWireup="false" Buffer="true" Title="Formtemplate VERAG MAN Abgaspalette" CodeFile="Formtemplate MAN Abgaspalette.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"/>
<title></title>
<title>Formtemplate VERAG MAN Abgaspalette</title>
<!-- Required meta tags -->
<meta charset="utf-8" />

View File

@@ -1,11 +1,11 @@
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Formtemplate MultiBox_EcoTAX.aspx.vb" Inherits="Customers_Default3" %>
<%@ Page Language="VB" AutoEventWireup="false" Buffer="true" Title="Formtemplate VERAG MultiBox EcoTAX" CodeFile="Formtemplate MultiBox_EcoTAX.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"/>
<title></title>
<title>Formtemplate VERAG MultiBox EcoTAX</title>
<!-- Required meta tags -->
<meta charset="utf-8" />

View File

@@ -1,11 +1,11 @@
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Formtemplate Plose.aspx.vb" Inherits="Customers_Default3" %>
<%@ Page Language="VB" AutoEventWireup="false" Buffer="true" Title="Formtemplate VERAG Plose" CodeFile="Formtemplate Plose.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"/>
<title></title>
<title>Formtemplate VERAG Plose</title>
<!-- Required meta tags -->
<meta charset="utf-8" />

View File

@@ -1,11 +1,11 @@
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Formtemplate VERAG_Card.aspx.vb" Inherits="Customers_Default3" %>
<%@ Page Language="VB" AutoEventWireup="false" Buffer="true" Title="Formtemplate VERAG Verag_Card" CodeFile="Formtemplate VERAG_Card.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"/>
<title></title>
<title>Formtemplate VERAG Verag_Card</title>
<!-- Required meta tags -->
<meta charset="utf-8" />

View File

@@ -1,4 +1,4 @@
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Formtemplate HU_HUGO.aspx.vb" Inherits="Customers_Default3" %>
<%@ Page Language="VB" Title="Formtemplate VERAG HU_HUGO" Buffer="true" AutoEventWireup="false" CodeFile="Formtemplate HU_HUGO.aspx.vb" Inherits="Customers_Default3" %>
<!DOCTYPE html>
@@ -7,7 +7,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title></title>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta charset="utf-8" title="Formtemplate VERAG HU_HUGO" />
<%@ Import Namespace="MySql.Data.MySqlClient" %>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" title="VERAG IndexCustomer" />

View File

@@ -1,4 +1,4 @@
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Formtemplate IT_Plose.aspx.vb" Inherits="Customers_Default3" %>
<%@ Page Language="VB" Title="Formtemplate VERAG IT Plose" AutoEventWireup="false" CodeFile="Formtemplate IT_Plose.aspx.vb" Inherits="Customers_Default3" %>
<!DOCTYPE html>
@@ -7,7 +7,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title></title>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta charset="utf-8" title="Formtemplate VERAG IT Plose" />
<%@ Import Namespace="MySql.Data.MySqlClient" %>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" title="VERAG IndexCustomer" />

View File

@@ -1,11 +1,11 @@
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Formtemplate MAUT IT.aspx.vb" Inherits="Customers_Default3" %>
<%@ Page Language="VB" Title="Formtemplate VERAG MAUT IT" AutoEventWireup="false" CodeFile="Formtemplate MAUT IT.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"/>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" title="Formtemplate VERAG MAUT IT"/>
<title>Formtemplate VERAG MAUT IT</title>
<!-- Required meta tags -->
<meta charset="utf-8" />

View File

@@ -1,11 +1,11 @@
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Formtemplate MAUT_CZ_Plose.aspx.vb" Inherits="Customers_Default3" %>
<%@ Page Language="VB" Title="Formtemplate VERAG CZ Plose" Buffer="true" AutoEventWireup="false" CodeFile="Formtemplate MAUT_CZ_Plose.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"/>
<title></title>
<title>Formtemplate VERAG CZ Plose</title>
<!-- Required meta tags -->
<meta charset="utf-8" />

View File

@@ -1,11 +1,11 @@
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Formtemplate Maut_PL.aspx.vb" Inherits="Customers_Default3" %>
<%@ Page Language="VB" AutoEventWireup="false" Buffer="true" Title="Formtemplate VERAG Maut PL" CodeFile="Formtemplate Maut_PL.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"/>
<title></title>
<title>Formtemplate VERAG Maut PL</title>
<!-- Required meta tags -->
<meta charset="utf-8" />

View File

@@ -1,11 +1,11 @@
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Formtemplate Maut_SI.aspx.vb" Inherits="Customers_Default3" %>
<%@ Page Language="VB" AutoEventWireup="false" Buffer="true" Title="Formtemplate VERAG Maut SI" CodeFile="Formtemplate Maut_SI.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"/>
<title></title>
<title>Formtemplate VERAG Maut SI</title>
<!-- Required meta tags -->
<meta charset="utf-8" />

View File

@@ -1,11 +1,11 @@
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Formtemplate UTA Karte.aspx.vb" Inherits="Customers_Default3" %>
<%@ Page Language="VB" AutoEventWireup="false" Buffer="true" Title="Formtemplate VERAG UTA Karte" CodeFile="Formtemplate UTA Karte.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"/>
<title></title>
<title>Formtemplate VERAG UTA Karte</title>
<!-- Required meta tags -->
<meta charset="utf-8" />

View File

@@ -177,6 +177,7 @@ Partial Class Customers_Default3
Dim strtempGesperrt As String = String.Empty
Dim strtempDefekt As String = String.Empty
Dim strtempArchivt As String = String.Empty
Dim strtempGueltigbis As String = String.Empty
If IsNothing(l2.Bestelldatum) = False Then
strtempbestelltam = l2.Bestelldatum.ToString
@@ -214,7 +215,9 @@ Partial Class Customers_Default3
If IsNothing(l2.Archiviert) = False Then
strtempArchivt = l2.Archiviert.ToString
End If
If IsNothing(l2.GültigBis) = False Then
strtempGueltigbis = l2.GültigBis.ToString.Substring(0, 10)
End If
' list.Add(New Entry(l2.SDLNr.ToString, strtempKat, strtempGueltigBis, strtempKartenNr, strtempKaut, strtempArchivt, strtempBelegNr, strtempErsatzkarte, strtempDefektAm, strtempFahrer, strtempGesperrtAm, strtempHistory, strtempHasEntry, strtempFlottenPIN, strtempFREJUS_CARD_Nr, strtempGestohlenAm, strtempLKWAbgemeldet, strtempLKWAbgemeldetAM, strtempLieferdatum, strtempMasterPIN, strtempMOTORWAY_CARD_Nr, strtempMSE_Kd_Nr, strtempOBUID, strtempPAN_Nr, strtempPartner, strtempPIN, strtempRefKundenNr, strtempRetourniert, strtempRetourniertAm, strtempSachbearbeiter, strtempSERIE_Nr, strtempStatus, strtempTelepassErsatzkarte, strtempTelepassErsatzkarteAm, strtempTELEPASS_Kd_Nr, strtempTELEPASS_Nr, strtempUmstellungsdatum, strtempVerloren, strtempVertragsabschlussdatum, strtempVertragsNr, strtempVIACARD, strtempAenderungsdatum, strtempVermerk))
list_M.Add(strtempbestelltam)
@@ -225,6 +228,7 @@ Partial Class Customers_Default3
list_M.Add(strtempVermerk)
list_M.Add(strtempRetourniert)
list_M.Add(l2.KfzKennzeichen)
list_M.Add(strtempGueltigbis)
If String.Equals(strtempVerloren, "False") Or String.Equals(strtempGestohlen, "False") Or String.Equals(strtempGesperrt, "False") Or String.Equals(strtempDefekt, "False") Or String.Equals(strtempArchivt, "False") Then
listdetails_M.Add(list_M)
End If

View File

@@ -1,11 +1,11 @@
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="FormtemplateMAUT_DE_Toll Collect.aspx.vb" Inherits="Customers_Default3" %>
<%@ Page Language="VB" AutoEventWireup="false" Buffer="true" Title="Formtemplate VERAG Maut DE_Toll Collect" 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"/>
<title></title>
<title>Formtemplate VERAG Maut DE_Toll Collect</title>
<!-- Required meta tags -->
<meta charset="utf-8" />

View File

@@ -1,11 +1,11 @@
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="FormtemplateMAUT_MSECard.aspx.vb" Inherits="Customers_Default3" %>
<%@ Page Language="VB" AutoEventWireup="false" Buffer="true" Title="Formtemplate VERAG MAUT MSECard" CodeFile="FormtemplateMAUT_MSECard.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"/>
<title></title>
<title>Formtemplate VERAG MAUT MSECard</title>
<!-- Required meta tags -->
<meta charset="utf-8" />

View File

@@ -1,11 +1,11 @@
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Formtemplate_MAUT_AT GoBox.aspx.vb" Inherits="Customers_Default3" %>
<%@ Page Language="VB" AutoEventWireup="false" Buffer="true" Title="Formtemplate VERAG AT GoBox" CodeFile="Formtemplate_MAUT_AT GoBox.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"/>
<title></title>
<title>Formtemplate VERAG AT GoBox</title>
<!-- Required meta tags -->
<meta charset="utf-8" />

View File

@@ -416,7 +416,7 @@
<tr style="color: #003680; height: 46px; font-kerning: auto;">
<td align="left" colspan="2">
<asp:TextBox ID="UserName" runat="server" CssClass="bg-user-icon" TextMode="SingleLine" Width="330px" ToolTip="The Username is required." ValidationGroup="Login" Font-Size="1.25em" Style="margin-left: 22px; color: #003680; border-radius: 8px 8px 8px 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px;" Placeholder="Username"></asp:TextBox>
<asp:RequiredFieldValidator ID="UserNamerequired" ForeColor="Red" Font-Size="17px" runat="server" ControlToValidate="UserName" SetFocusOnError="true" ErrorMessage="" ValidationGroup="Login"></asp:RequiredFieldValidator>
<asp:RequiredFieldValidator ID="UserNamerequired" ForeColor="Red" Font-Size="17px" runat="server" ControlToValidate="UserName" SetFocusOnError="true" ErrorMessage="*" ValidationGroup="Login"></asp:RequiredFieldValidator>
</td>
</tr>
<tr style="color: #003680; height: 46px; font-kerning: auto;">
@@ -432,7 +432,7 @@
</tr>
<tr id="tblrowbuttons" style="color: #003680; height: 37px; font-kerning: auto;">
<td align="left" colspan="2">
<asp:CheckBox ID="RememberMe" runat="server" ValidationGroup="Login" Text="Remember me." Style="margin-left: 22px;" />
<asp:CheckBox ID="RememberMe" runat="server" ValidationGroup="Login" Style="margin-left: 22px;" /> <label for="RememberMe" runat="server" style="margin-left:2.3px">Remember me</label>
</td>
<td align="right" colspan="4" style="font-kerning: auto;">
<asp:LinkButton ID="btn_ForgotPW" runat="server" target="_top" href="ForgotPW.aspx" Style="margin-left: -156px; margin-right: -41px">I forgot my password.</asp:LinkButton>
@@ -488,7 +488,7 @@
</tr>
<tr style="color: #003680; height: 28px;">
<td align="left" colspan="2">
<asp:CheckBox ID="RememberMe_M" runat="server" ValidationGroup="Login_M" Style="margin-left: 22px; margin-top: -10px" /><label for="RememberMe_M" id="lbl_for_chkbox_M" style="margin-top: 5px; font-size: 18px">Remember me.</label>
<asp:CheckBox ID="RememberMe_M" runat="server" ValidationGroup="Login_M" Style="margin-left: -22px; margin-top: -10px" /><label for="RememberMe_M" id="lbl_for_chkbox_M" style="margin-top: 5px;margin-left:5px; font-size: 18px">Remember me.</label>
</td>
<td align="right" colspan="2">
<asp:LinkButton ID="btn_ForgotPW_M" runat="server" target="_top" PostBackUrl="ForgotPW.aspx" href="ForgotPW.aspx" Style="margin-left: -164px; margin-right: -62px;">I forgot my password.</asp:LinkButton>