Änderungen in Tables und container hinzugefügt bzw zur besseren lesbarkeit entfernt.
This commit is contained in:
@@ -711,7 +711,7 @@
|
||||
</li>
|
||||
</nav>
|
||||
<div class="float-sm-right">
|
||||
<div class="position-absolute top-50 end-0 translate-middle-y">
|
||||
<div class="position-absolute bottom-0 start-0 translate-middle-y">
|
||||
<div class="d-md-none">
|
||||
<button type="button" id="sidebarCollapse" class="btn btn-info" style="background-color:#fff; color:#043381;">
|
||||
<div class="align-self: center"></div>
|
||||
@@ -759,7 +759,7 @@
|
||||
<% For Each nav As cNavigation In navigation
|
||||
%>
|
||||
<div style="display:flex;">
|
||||
<li class="nav-item dropdown">
|
||||
<li class="nav-item dropdown" style="background-color:#fff; color:#043381;">
|
||||
<a class="nav-link dropdown-toggle" href="<%= navParent%>?menuID=<%= nav.id %>&lan=<%= laenderKuerzel %>" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" style="background-color:#fff; color:#043381;">
|
||||
<%= IIf(nav.bezeichnung <> "", nav.bezeichnung, "XXX") %>
|
||||
</a>
|
||||
|
||||
@@ -229,9 +229,13 @@
|
||||
#sidebarCollapse span {
|
||||
display:compact;
|
||||
}
|
||||
table th td {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
}
|
||||
|
||||
@media (min-width: 768px){
|
||||
#sidebar {
|
||||
margin-left: -250px;
|
||||
padding-top:0.5em;
|
||||
@@ -239,8 +243,8 @@
|
||||
}
|
||||
#content{
|
||||
font-size:1.56em;
|
||||
max-width:100%;
|
||||
min-width:60%;
|
||||
max-width:50%;
|
||||
min-width:50%;
|
||||
}
|
||||
#footer_content{
|
||||
font-size:0.4em;
|
||||
@@ -268,7 +272,6 @@
|
||||
#sidebar.active {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
}
|
||||
#navbar.menu_class{
|
||||
width:20px;
|
||||
@@ -276,7 +279,8 @@
|
||||
}
|
||||
|
||||
#pagecontent{
|
||||
font-size:2.12em;
|
||||
font-size: 17.92px;
|
||||
font-size:1.12em;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center
|
||||
@@ -287,6 +291,9 @@
|
||||
background-color: #0741a7;
|
||||
border-color: #043381;
|
||||
}
|
||||
table th td {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
alert{
|
||||
width:40%;
|
||||
@@ -378,13 +385,14 @@
|
||||
Case "TR" : flagpath = "images/flags/flagge_TR.gif"
|
||||
End Select
|
||||
%>
|
||||
<div class="container" style="width:1230px;">
|
||||
<div class="container-xxl">
|
||||
<div class="container">
|
||||
<div class="row justify-content-xs-center">
|
||||
|
||||
<!-- Page Content -->
|
||||
|
||||
<div id="content">
|
||||
<div class="d-none d-md-block">
|
||||
<nav class="navbar navbar-expand-lg navbar-light" style="background-color:#fff">
|
||||
<div class="d-none d-xs-block">
|
||||
<nav class="navbar navbar-expand-xs navbar-light" style="background-color:#fff">
|
||||
<li>
|
||||
<a class="navbar-brand" href="newpageJulius_Sidebar.aspx?lan2=DE"><img src="images/Logo_small.png" alt="" data-toggle="tooltip" data-placement="top" title="https://www.verag.ag"></a>
|
||||
|
||||
@@ -420,7 +428,7 @@
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<div class="d-md-none">
|
||||
<div class="d-xs-none">
|
||||
<a href="newpageJulius_Sidebar.aspx?lan2=DE"><img src="images/Logo_small.png" alt="" data-toggle="tooltip" data-placement="top" title="https://www.verag.ag"></a>
|
||||
<button class="btn btn-primary" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasWithBothOptions" aria-controls="offcanvasWithBothOptions" style="background-color:#fff;color:#043381;"><img id="myImage" src="<%=flagpath%>" style="border:1px solid #fff;width:30px;"/></button>
|
||||
</div>
|
||||
@@ -543,12 +551,17 @@
|
||||
Case Else : Response.Write("unbekannt")
|
||||
End Select
|
||||
%></div></td></tr>
|
||||
</table>
|
||||
</table></div>
|
||||
|
||||
|
||||
<br />
|
||||
<br />
|
||||
</td>
|
||||
<td>
|
||||
<table>
|
||||
<div class="d-none d-md-block">
|
||||
|
||||
</div>
|
||||
<table class="table-responsive-sm">
|
||||
<%
|
||||
If AVISO.AvisoEingang <> VERAG_PROG_ALLGEMEIN.cAllgemein.LeerDatum Then Response.Write("<tr><td><b>" & LT.getTxt(13, lan, "Aviso-Eingang") & ": <b></td><td>" & AVISO.AvisoEingang & "</td></tr>")
|
||||
If AVISO.Datum <> VERAG_PROG_ALLGEMEIN.cAllgemein.LeerDatum Then Response.Write("<tr><td><b>" & LT.getTxt(7, lan, "Erfasst") & ": <b></td><td>" & AVISO.Datum & "</td></tr>")
|
||||
@@ -556,6 +569,7 @@
|
||||
If AVISO.Freigabe <> VERAG_PROG_ALLGEMEIN.cAllgemein.LeerDatum Then Response.Write("<tr><td><b>" & LT.getTxt(15, lan, "Freigabe") & ": <b></td><td>" & AVISO.Freigabe & "</td></tr>")
|
||||
%>
|
||||
</table>
|
||||
|
||||
</td>
|
||||
<%
|
||||
If true Then 'AVISO.Status <> 1 And AVISO.Status <> 2 Then 'SENDUNGSTABELLE
|
||||
@@ -606,7 +620,7 @@
|
||||
|
||||
<div style="height:30px"></div>
|
||||
<h1><%= LT.getTxt(19, lan, "Sendungsliste!") %></h1>
|
||||
<div class="container-lg">
|
||||
<div class="container-sm">
|
||||
<table class="tableStatus table-striped" border="8" cellspacing="0">
|
||||
<thead><tr><th ><%= LT.getTxt(20, lan, "Nr.") %></th><th ><%= LT.getTxt(21, lan, "Spedition/PosNr") %></th><th><%= LT.getTxt(22, lan, "Sendungsdaten") %></th><th><%= LT.getTxt(23, lan, "Absender") %></th><th><%= LT.getTxt(24, lan, "Empfänger") %></th><th> Status </th><th>Infos</th></tr> </thead>
|
||||
<%
|
||||
@@ -726,7 +740,7 @@
|
||||
<br />
|
||||
<br />
|
||||
<!-- <div style="height:150px; place-self:safe center">-->
|
||||
</div></div>
|
||||
</div>
|
||||
</div></div> </div>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user