Lang Pick Button Änderungen
This commit is contained in:
@@ -87,7 +87,6 @@
|
||||
font-size: 1em;
|
||||
border: none;
|
||||
}
|
||||
|
||||
/* Dropdown Content (Hidden by Default) */
|
||||
.dropdown-content {
|
||||
display: none;
|
||||
@@ -97,7 +96,6 @@
|
||||
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
/* Links inside the dropdown */
|
||||
.dropdown-content a {
|
||||
color: black;
|
||||
@@ -105,23 +103,19 @@
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Change color of dropdown links on hover */
|
||||
.dropdown-content a:hover {
|
||||
background-color: #043381;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/* Show the dropdown menu on hover */
|
||||
.dropdown:hover .dropdown-content {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Change the background color of the dropdown button when the dropdown content is shown */
|
||||
.dropdown:hover .dropbtn {
|
||||
background-color: #043381;
|
||||
}
|
||||
|
||||
}
|
||||
table{
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0px;
|
||||
@@ -131,7 +125,6 @@
|
||||
background-color:white;
|
||||
color:#043381;
|
||||
}
|
||||
|
||||
#flex-container{
|
||||
width:1800px;
|
||||
}
|
||||
@@ -141,7 +134,6 @@
|
||||
.modal-footer {
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.modal-dialog {
|
||||
height: 100% !important; /* required */
|
||||
margin: 0 0.8px !important;
|
||||
@@ -166,7 +158,7 @@
|
||||
.modal-body {
|
||||
padding-top: 0 !important;
|
||||
overflow-y: auto !important; /* required */
|
||||
}
|
||||
}
|
||||
|
||||
.table>:not(caption)>*>*{padding:.5rem .5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table>:not(:last-child)>:last-child>*{border-bottom-color:currentColor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-striped>tbody>tr:nth-of-type(odd){--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg:#cfe2ff;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:#000;border-color:#bacbe6}
|
||||
.table-secondary {
|
||||
@@ -179,9 +171,8 @@
|
||||
--bs-table-hover-color: #000;
|
||||
color: #000;
|
||||
border-color: #cbccce
|
||||
}
|
||||
|
||||
/*Button Dropdown Menue Language Picker*/
|
||||
}
|
||||
/*Button Dropdown Menue Language Picker*/
|
||||
.dropbtn {
|
||||
background-color: #fff;
|
||||
left: 65%;
|
||||
@@ -194,9 +185,8 @@
|
||||
font-size:16px;
|
||||
font-size: 1em;
|
||||
border: none;
|
||||
z-index:512;
|
||||
z-index:562;
|
||||
}
|
||||
|
||||
/* Dropdown Content (Hidden by Default) */
|
||||
.dropdown-content {
|
||||
display: none;
|
||||
@@ -208,7 +198,6 @@
|
||||
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
/* Links inside the dropdown */
|
||||
.dropdown-content a {
|
||||
color: black;
|
||||
@@ -217,20 +206,17 @@
|
||||
text-decoration: none;
|
||||
z-index:812;
|
||||
}
|
||||
|
||||
/* Change color of dropdown links on hover */
|
||||
.dropdown-content a:hover {
|
||||
background-color: #fff;
|
||||
color:#043381;
|
||||
background-color: floralwhite;
|
||||
}
|
||||
|
||||
/* Show the dropdown menu on hover */
|
||||
.dropdown:hover .dropdown-content {
|
||||
display: block;
|
||||
z-index:5000;
|
||||
}
|
||||
|
||||
/* Change the background color of the dropdown button when the dropdown content is shown */
|
||||
.dropdown:hover .dropbtn {
|
||||
background-color: #fff;
|
||||
@@ -245,8 +231,8 @@
|
||||
.navbar-nav {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
li {
|
||||
|
||||
li {
|
||||
list-style-type: none;
|
||||
}
|
||||
@media (max-width: 768px){
|
||||
@@ -254,10 +240,11 @@
|
||||
border-collapse: collapse;
|
||||
border-spacing: 2px;
|
||||
width: 100%;
|
||||
border: 1px solid #ddd;
|
||||
border: /*1px*/2.1744791666666665vw solid #ddd;
|
||||
background-color: white;
|
||||
color: #043381;
|
||||
overflow-x:auto;
|
||||
font-size:17px;
|
||||
}
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
@@ -265,6 +252,10 @@
|
||||
min-width: 17.692852087756545vw;
|
||||
max-width: 17.692852087756545vw;
|
||||
}
|
||||
#normaltable {
|
||||
font-size: 1.125em;
|
||||
padding-left: - 0.125em;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -307,27 +298,12 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<!-- <a href="login/login_TEST.aspx" style="position:absolute;left:10px;top:10px;">LOGIN</a>-->
|
||||
|
||||
<div class="align-self-center">
|
||||
<form id="leftLinks" runat="server">
|
||||
<!--<a href="sendFeedback.aspx" toptions="type = iframe, effect = fade, width = 500, height = 500, overlayClose = 1,shaded=0, layout = flatlook" style='padding:0px;margin:0px;width:50px;height:11px;color:#fff;text-decoration: none;'>
|
||||
<div class="feedback">
|
||||
<div class="feedback_txt">
|
||||
Feedback
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="sendFeedback.php" toptions="type = iframe, effect = fade, width = 500, height = 500, overlayClose = 1,shaded=0, layout = flatlook" style='padding:0px;margin:0px;width:50px;height:11px;color:#fff;text-decoration: none;'>
|
||||
<div class="aviso">
|
||||
<div class="aviso_txt">
|
||||
<nobr>Neues Aviso</nobr>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
-->
|
||||
|
||||
<div id="bodycontent">
|
||||
<!-- Dropdown Button Languages-->
|
||||
<div class="container-fluid">
|
||||
|
||||
<span class="content_all">
|
||||
|
||||
<!-- <div id="nav-main">
|
||||
@@ -396,7 +372,7 @@
|
||||
<!-- Navigation Bar-->
|
||||
<nav class="navbar navbar-expand-lg navbar-light">
|
||||
<li class="nav-item">
|
||||
<a class="navbar-brand" href="newpageJulius_Sidebar.aspx"><img src="images/Logo_small.png" width: 120px;alt="Schriftzug: Verag AG Blaue Schrift: Verag Spedition Graue Schrift: AG" data-toggle="tooltip" data-placement="top" title="https://www.verag.ag"></a>
|
||||
<a class="navbar-brand" href="newpageJulius_Sidebar.aspx"><img src="images/Logo_small.png" style:"width:120px" alt="Schriftzug: Verag AG Blaue Schrift: Verag Spedition Graue Schrift: AG" data-toggle="tooltip" data-placement="top" title="https://www.verag.ag"/></a>
|
||||
</li>
|
||||
</nav>
|
||||
</div>
|
||||
@@ -433,12 +409,10 @@
|
||||
|
||||
If True Then 'AVISO.Status <> 1 And AVISO.Status <> 2 Then 'SENDUNGSTABELLE
|
||||
'%>
|
||||
<h2><%=STANDORT %></h2>
|
||||
|
||||
</span>
|
||||
|
||||
<div class="container-xxl" style="overflow-y:auto;scroll-padding-inline:auto;max-width:100%">
|
||||
<table class="table table-hover" border="8" cellspacing="0" contenteditable="false">
|
||||
<h2><%=STANDORT %></h2>
|
||||
</span>
|
||||
<div class="container-xxl" style="overflow-y:auto;scroll-padding-inline:auto;min-width:97%; max-width:100%">
|
||||
<table class="table table-hover" id="normaltable" border="8" cellspacing="0" contenteditable="false">
|
||||
<thead style="background-color:#043381; color:white; font-weight:900"><tr ><th>Nr.</th><th>LKW Kennzeichen</th><th>Frächter</th><th>Avisierer</th><th>Ankunft</th><th>Dauer</th><th>LKW fertig</th></tr></thead>
|
||||
<%
|
||||
Dim cnt = 0
|
||||
@@ -468,8 +442,8 @@
|
||||
End If
|
||||
End Try
|
||||
'Dim link As String = "Par1=" + AVISO_ROW("LKW_Nr") + "Par2=" + AVISO_ROW("Frächter") + "Par3=" + AVISO_ROW("Auftraggeber") + "Par4=" + AVISO_ROW("Ankunft") + "Par5=" + AVISO_ROW("LKW_Fertig") + "Par6=" + STANDORT + "Par7=" + lan
|
||||
|
||||
%>
|
||||
%>
|
||||
|
||||
<tbody class="table-light table-responsive-xxl table-striped" contenteditable="false">
|
||||
<tr style="transform: rotate(0);">
|
||||
<th scope="row"><a href="status_Julius.aspx?AvisoId=<%=AvisoId%>&lan2=<%=laenderkuerzel%>" rel="nofollow" target="_blank" class="stretched-link"><%Response.Write(cnt + 1)%></a></th>
|
||||
@@ -484,18 +458,17 @@
|
||||
</tbody>
|
||||
<%
|
||||
cnt += 1
|
||||
|
||||
Next
|
||||
%>
|
||||
</table>
|
||||
</div></div>
|
||||
<%
|
||||
End If
|
||||
End If
|
||||
End If
|
||||
Catch ex As Exception
|
||||
Response.Write(ex.Message & ex.StackTrace)
|
||||
End Try
|
||||
End If
|
||||
End If
|
||||
End If
|
||||
Catch ex As Exception
|
||||
Response.Write(ex.Message & ex.StackTrace)
|
||||
End Try
|
||||
|
||||
%>
|
||||
<div></div>
|
||||
@@ -528,5 +501,4 @@
|
||||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js" integrity="sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm" crossorigin="anonymous"></script>
|
||||
<!-- jQuery Custom Scroller CDN -->
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
</body>
|
||||
Reference in New Issue
Block a user