Fixen erfolgreich
This commit is contained in:
@@ -132,20 +132,16 @@
|
|||||||
|
|
||||||
<span class="content_all">
|
<span class="content_all">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h1>AVISO-TV Online</h1>
|
<h1>AVISO-TV Online</h1>
|
||||||
<div id="line"></div>
|
<div id="line"></div>
|
||||||
<br>
|
</>
|
||||||
Hier finden Sie Informationen zu den aktuell an der Grenze stehenden LKWs.
|
Hier finden Sie Informationen zu den aktuell an der Grenze stehenden LKWs.
|
||||||
|
|
||||||
<!--<br><br>
|
<!--<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.
|
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>
|
<br><br>
|
||||||
Nehmen Sie sich etwas Zeit, um sich über unser umfangreiches Dienstleistungsangebot zu informieren! -->
|
Nehmen Sie sich etwas Zeit, um sich über unser umfangreiches Dienstleistungsangebot zu informieren! -->
|
||||||
<br><br><br>
|
</></><br/>
|
||||||
|
|
||||||
<% '?key=hello%20world
|
<% '?key=hello%20world
|
||||||
Try
|
Try
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
<!-- Bootstrap -->
|
<!-- Bootstrap -->
|
||||||
<!-- Required meta tags -->
|
<!-- Required meta tags -->
|
||||||
<meta charset="utf-8"/>
|
<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 -->
|
<!-- 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 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">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head runat="server">
|
<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"/>
|
<link rel="stylesheet" type="text/css" href="../css/login/login.css"/>
|
||||||
<style>
|
<style>
|
||||||
@media (min-width:768px) {
|
@media (min-width:768px) {
|
||||||
|
|||||||
@@ -5,10 +5,10 @@
|
|||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<!-- Bootstrap -->
|
<!-- Bootstrap -->
|
||||||
<html lang="en">
|
<html lang="en"></html>
|
||||||
<!-- Required meta tags -->
|
<!-- Required meta tags -->
|
||||||
<meta charset="utf-8"/>
|
<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 -->
|
<!-- 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 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%>
|
<%For Each nav2 As cNavigation In nav.subnavigation%>
|
||||||
<!-- <li><a href="<%'= navParent%>?menuID=<%'= nav2.id%>&lan=<%'= laenderkuerzel %>"><%'= nav2.bezeichnung %></a> -->
|
<!-- <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>-->
|
<!--<a class="dropdown-item" href="<%'= navParent%>?menuID=<%'= nav2.id%>&lan=<%'= laenderkuerzel %>"><%'= nav2.bezeichnung %></a>-->
|
||||||
<div class="menu_02">
|
<div class="menu_02">
|
||||||
<table>
|
<table>
|
||||||
@@ -508,13 +508,12 @@
|
|||||||
<div class="dropdown-divider"></div>
|
<div class="dropdown-divider"></div>
|
||||||
<!--<td><a href="<%'= navParent%>?menuID=<%'= nav3.id%>&lan=<%'= laenderkuerzel %>"><%'= nav3.bezeichnung %></a></td> -->
|
<!--<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>
|
<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
|
cells += 1
|
||||||
Next
|
Next
|
||||||
End If%>
|
End If%>
|
||||||
</tr>
|
</table> </div>
|
||||||
</table>
|
|
||||||
</li>
|
</li>
|
||||||
<%
|
<%
|
||||||
Next
|
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">
|
<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;">
|
<button type="button" id="sidebarCollapse" class="btn btn-info" style="background-color:#fff; color:#043381;">
|
||||||
<div class="align-self: center"></div>
|
<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>
|
</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>
|
<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>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<!-- Required meta tags -->
|
<!-- Required meta tags -->
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" http-equiv="X-UA-Compatible" content="IE=edge"/>
|
<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 -->
|
<!-- 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 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"/>
|
<link rel="stylesheet" href="https://unpkg.com/bootstrap-table@1.18.3/dist/bootstrap-table.min.css"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user