Fixen erfolgreich
This commit is contained in:
@@ -132,20 +132,16 @@
|
||||
|
||||
<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
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head runat="server">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" title="VERAG Login"/>
|
||||
<title>VERAG Login</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="../css/login/login.css"/>
|
||||
<style>
|
||||
@media (min-width:768px) {
|
||||
|
||||
@@ -5,10 +5,10 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<!-- Bootstrap -->
|
||||
<html lang="en">
|
||||
<html lang="en"></html>
|
||||
<!-- 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> -->
|
||||
|
||||
<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>
|
||||
<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="<%'= navParent%>?menuID=<%'= nav2.id%>&lan=<%'= laenderkuerzel %>"><%'= nav2.bezeichnung %></a>-->
|
||||
<div class="menu_02">
|
||||
<table>
|
||||
@@ -508,13 +508,12 @@
|
||||
<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>
|
||||
</div>
|
||||
</tr>
|
||||
<%
|
||||
cells += 1
|
||||
Next
|
||||
End If%>
|
||||
</tr>
|
||||
</table>
|
||||
</table> </div>
|
||||
</li>
|
||||
<%
|
||||
Next
|
||||
@@ -554,9 +553,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>
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user