Versuch reperatur

This commit is contained in:
ja
2021-11-25 14:01:06 +01:00
parent 21a48180f9
commit e0ac9be123
5 changed files with 17 additions and 13 deletions

View File

@@ -132,16 +132,20 @@
<span class="content_all">
<h1>AVISO-TV Online</h1>
<div id="line"></div>
</>
<br>
Hier finden Sie Informationen zu den aktuell an der Grenze stehenden LKWs.
<!--<br><br>
Die Mitarbeiter der VERAG Spedition AG haben sich auf die Bereiche Zoll und Steuer spezialisiert und können so ihren Kunden einen individuell abgestimmten Service anbieten.
<br><br>
Nehmen Sie sich etwas Zeit, um sich über unser umfangreiches Dienstleistungsangebot zu informieren! -->
</></><br/>
<br><br><br>
<% '?key=hello%20world
Try

View File

@@ -10,7 +10,7 @@
<!-- Bootstrap -->
<!-- Required meta tags -->
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- 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"/>

View File

@@ -4,8 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>VERAG Login</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" title="VERAG Login"/>
<link rel="stylesheet" type="text/css" href="../css/login/login.css"/>
<style>
@media (min-width:768px) {

View File

@@ -5,10 +5,10 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- Bootstrap -->
<html lang="en"></html>
<html lang="en">
<!-- Required meta tags -->
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- 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"/>
@@ -492,7 +492,7 @@
<%For Each nav2 As cNavigation In nav.subnavigation%>
<!-- <li><a href="<%'= navParent%>?menuID=<%'= nav2.id%>&lan=<%'= laenderkuerzel %>"><%'= nav2.bezeichnung %></a> -->
<li> <a class="dropdown-item" href="<%Response.Write(navParent)%>?menuID=<%Response.Write(nav2.id)%>&lan=<%Response.Write(laenderkuerzel)%>"><%Response.Write(IIf(nav2.bezeichnung <> "", nav2.bezeichnung, "XXX")) %></a>
<a class="dropdown-item" href="<%Response.Write(navParent)%>?menuID=<%Response.Write(nav2.id)%>&lan=<%Response.Write(laenderkuerzel)%>"><%Response.Write(IIf(nav2.bezeichnung <> "", nav2.bezeichnung, "XXX")) %></a>
<!--<a class="dropdown-item" href="<%'= navParent%>?menuID=<%'= nav2.id%>&lan=<%'= laenderkuerzel %>"><%'= nav2.bezeichnung %></a>-->
<div class="menu_02">
<table>
@@ -508,12 +508,13 @@
<div class="dropdown-divider"></div>
<!--<td><a href="<%'= navParent%>?menuID=<%'= nav3.id%>&lan=<%'= laenderkuerzel %>"><%'= nav3.bezeichnung %></a></td> -->
<a class="dropdown-item" href="<%Response.Write(navParent)%>?menuID=<%Response.Write(nav3.id)%>&lan=<%Response.Write(laenderkuerzel)%>"><%Response.Write(nav3.bezeichnung)%></a>
</tr>
</div>
<%
cells += 1
Next
End If%>
</table> </div>
</tr>
</table>
</li>
<%
Next
@@ -553,9 +554,9 @@
<nav class="navbar navbar-expand-lg navbar-light bg-light justify-content-md-center flex-nowrap" data-spy="affix" data-offset-top="197">
<button type="button" id="sidebarCollapse" class="btn btn-info" style="background-color:#fff; color:#043381;">
<div class="align-self: center"></div>
<span><img src="images/Icons/main/menu veragblau.svg" style="width:initial;height:initial;" alt="Hamburger Menu Stripes in Verag Blue" data-toggle="tooltip" data-placement="top" title="Zeigt das Menü an."/></span>
<span><img src="images/Icons/main/menu veragblau.svg" style="width:initial;height:initial;" alt="Hamburger Menu Stripes in Verag Blue" data-toggle="tooltip" data-placement="top" title="Zeigt das Menü an."></span>
</button>
<a class="navbar-brand" href="newpageJulius_Sidebar.aspx?lan2=DE"><img src="images/Logo_small.png" style="width:90%;height:90%;" alt="VERAG Spedition AG Logo with blue word color until grey AG" data-toggle="tooltip" data-placement="top" title="https://www.verag.ag"/></a>
<a class="navbar-brand" href="newpageJulius_Sidebar.aspx?lan2=DE"><img src="images/Logo_small.png" style="width:90%;height:90%;" alt="VERAG Spedition AG Logo with blue word color until grey AG" 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="<%Response.Write(flagpath)%>" style="border:1px solid #fff;width:30px;"/></button>
</nav>
</div>

View File

@@ -9,7 +9,7 @@
<html lang="en">
<!-- Required meta tags -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- 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" href="https://unpkg.com/bootstrap-table@1.18.3/dist/bootstrap-table.min.css"/>