From a0b6a7c108f1f39075042f65cd91906a70e6920f Mon Sep 17 00:00:00 2001 From: ja Date: Mon, 13 Sep 2021 15:23:47 +0200 Subject: [PATCH] =?UTF-8?q?Css=20Datei=20angepasst=20und=20=C3=84nderungen?= =?UTF-8?q?=20in=20Layout=20vorgenommen:=20Grid=20system=20eingef=C3=BCgt?= =?UTF-8?q?=20(responsive)=20und=20Login=20angepasst=20mit=20Session=20Vri?= =?UTF-8?q?ablen=20an=20CustomsAviso=20=C3=BCbergeben=20bzw=20an=20gesamte?= =?UTF-8?q?=20Session=20f=C3=BCr=20den=20jeweiligen=20Benutzer=20setzen=20?= =?UTF-8?q?Hinweise:=20siehe=20https://docs.microsoft.com/en-us/previous-v?= =?UTF-8?q?ersions/aspnet/ms178581(v=3Dvs.100)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Customers/CustomsAviso.aspx | 203 ++++++++++++++++++++++---------- Customers/CustomsAviso.aspx.vb | 197 ++++++++----------------------- css/Customers/CustomerAVISO.css | 64 ++++++++++ css/Customers/CustomerIndex.css | 37 ------ login/login_FLEX.aspx | 6 +- login/login_FLEX.aspx.vb | 8 +- 6 files changed, 267 insertions(+), 248 deletions(-) create mode 100644 css/Customers/CustomerAVISO.css delete mode 100644 css/Customers/CustomerIndex.css diff --git a/Customers/CustomsAviso.aspx b/Customers/CustomsAviso.aspx index 2ee3165..ec4a8f8 100644 --- a/Customers/CustomsAviso.aspx +++ b/Customers/CustomsAviso.aspx @@ -19,7 +19,61 @@ visibility: hidden; color: #043381; } - + @media (min-width: 558.98px) { + #txt_Absender { + width: 850px; + } + #txt_Empfaenger { + width: 850px; + } + #txt_LKWNr { + width: 850px; + } + #txt_KdNrAuftrag { + width: 850px; + } + } +} + @media (max-width: 558.98px) { + #txt_Absender { + width: 250px; + padding-right:-2px; + padding-left:60px; + } + #txt_Empfaenger { + width: 250px; + padding-right:-2px; + padding-left:60px; + } + #txt_LKWNr { + width: 250px; + padding-right:-2px; + padding-left:60px; + } + #txt_KdNrAuftrag { + width: 250px; + padding-right:-2px; + padding-left:60px; + } + .container-fluid{ + width:700px; + } + #cont1{ + width:700px; + } + #containerseiterand{ + min-width:700px; + } + .flex-fill{ + width:700px; + } + #cont3{ + width:700px; + } + #cont4{ + min-width: 750px; + } + } @@ -32,18 +86,21 @@ - + -
+
+
+

Kundencenter:


Hier finden Sie Informationen zu den aktuellen Aufträgen.

+
<%Try VERAG_PROG_ALLGEMEIN.cAllgemein.ERR_OP_GLOBAL = VERAG_PROG_ALLGEMEIN.ERROR_OP.SHOW 'Dim AD As New VERAG_PROG_ALLGEMEIN.cAdressen(799124) @@ -63,74 +120,98 @@ If AVISO_dt IsNot Nothing Then If True Then 'AVISO.Status <> 1 And AVISO.Status <> 2 Then 'SENDUNGSTABELLE'%> -

<%=STANDORT %>

+
+
+ +
+

<%=STANDORT %>

+
+
+
- - +
+
+ +
+
+
+ +
+
- - - - - -
-
-
- -
-
-
- -
-
- - -
-
-
-
+ +
+
+
+
+
+
+
+ +
+
+
+ + + - - - -
-
-
- -
-
-
- -
-
- - - -
-
-
-
+ +
+
+
+
+
+
+ +
+
+
- - +
+
+ +
+
+
+
+
- - +
+
+ +
+
+
+
+
- - +
+
+ +
+
+
+
+
- - - +
+
+ +
+
+
+
+ +
+
-
+
Index-Nr @@ -158,9 +239,11 @@ --> -
+
-
+
+
+


<% End If End If @@ -171,7 +254,7 @@ -
+
<%--