Rahmen und Sprach-Button in Status_julius.aspx wurde angepasst.

This commit is contained in:
ja
2021-08-02 11:41:17 +02:00
parent ed5de0f448
commit 77aec31c7d
4 changed files with 480 additions and 439 deletions

View File

@@ -8,8 +8,8 @@
<html lang="en"></html>
<!-- Required meta tags -->
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>"Verag Spedition AG AvisoTV Flex"</title>
<meta name="viewport" content="width=device-width, initial-scale=1" title="Verag Spedition AG AvisoTV Flex"/>
<!-- 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"/>
@@ -63,7 +63,6 @@
' Return "asd"
' End Get
' End Property,
</script>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
@@ -220,6 +219,7 @@
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
background-color: #fff;
color:#043381;
background-color: floralwhite;
}
@@ -232,10 +232,12 @@
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
background-color: #043381;
}
btn btn-primary btn-sm{
background-color: #fff;
color:#043381;
}
.btn btn-primary btn-sm{
background-color: #fff;
color:#043381;
}
/*Um alle Items der navbar nach rechts zu shiften außer das Nav-Brand(Logo) */

View File

@@ -122,7 +122,9 @@
position: page:absolute;
color: white;
padding: 16px;
padding: 1em;
font-size: 16px;
font-size: 1em;
border: none;
}
@@ -132,7 +134,9 @@
position: absolute;
background-color: #fff;
min-width: 160px;
min-width: 10em;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
box-shadow: 0em 0.5em 1em 0em rgba(0,0,0,0,2);
z-index: 1;
}
@@ -140,6 +144,7 @@
.dropdown-content a {
color: black;
padding: 12px 16px;
padding: 0.75em 1em;
text-decoration: none;
display: block;
}

View File

@@ -56,8 +56,8 @@
' End Property,
</script>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" title="VERAG Spedition"/>
<title>VERAG Spedition AG</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" title="VERAG Spedition AG"/>
<link rel="stylesheet" type="text/css" href="css/main.css"/>
<link rel="stylesheet" type="text/css" href="css/style.css"/>
@@ -67,6 +67,7 @@
<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
<link rel="stylesheet" type="text/css" href="../stylesheets/example.css"/>
<script type="text/javascript">
// Vergebe den Event-Handler
document.onkeydown = handleKeyEvent;
@@ -183,8 +184,8 @@
#sidebarCollapse {
background-color: #043381;
color: #fff;
margin-right:-123px;
margin-right:-7.688em;
margin-right:-43px;
margin-right:-2.5em;
}
#sidebarCollapse:hover {
@@ -395,8 +396,8 @@
font-size: 13.76px;
font-size:0.86em;
font-style:inherit;
font-size-adjust: -72.32px;
font-size-adjust:-4.52em;
font-size-adjust: 10px;
font-size-adjust:0.625em;
}
nav-item dropdown::marker{
font-size:0px;
@@ -477,6 +478,8 @@
.offcanvas-body {
background-color:#fff;
color:#043381;
font-size:17px;
font-size:1.063em;
}
.offcanvas-body ul li :hover{
background-color:#043381;
@@ -493,6 +496,7 @@
li {
list-style-type: none;
}
</style>
</head>
@@ -501,9 +505,9 @@
<!-- Sidebar -->
<nav id="sidebar">
<div class="container-fluid">
<div class="col">
<div class="sidebar-header">
<a class="navbar-brand" href="newpageJulius_Sidebar.aspx"><img src="images/Logo_small.png" width="150" height="40" alt="" 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" width="175" height="35" alt="Logo VERAG Spedition AG" data-toggle="tooltip" data-placement="top" title="https://www.verag.ag"/> </a>
</div>
<ul style="list-style: none;" class="list-unstyled components">
@@ -666,15 +670,13 @@
<a href="login/login_TEST.aspx?menuID=46&lan=<%=laenderkuerzel %>" data-toggle="tooltip" data-placement="right" title="Hier tauchen Sie in die Welt von VERAG ein.">Login</a>
</li>
<li>
<a href="status_Julius.aspx?&lan=<%=laenderkuerzel %>" data-toggle="tooltip" data-placement="right" title="Nur durch erfolgreichen Login erreichbar.">Status</a>
<a href="status_Julius.aspx?&lan=<%=laenderkuerzel %>" data-toggle="tooltip" data-placement="right" rel="nofollow" target="_blank" title="Nur durch erfolgreichen Login erreichbar.">Status</a>
</li>
</ul>
</li>
<div class="dropdown-divider"></div>
<li>
<!-- <button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#exampleModal">Feedback senden</button> -->
<!-- <li>
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#exampleModal">Feedback senden</button> -->
<!-- Mdoal -->
<!-- <div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel">
@@ -694,8 +696,8 @@
</div>
</div>
</div>
</div>-->
</li>
</div>
</li> -->
<%End If %>
</li>
</nav>
@@ -704,10 +706,11 @@
<div class="d-lg-none">
<button type="button" id="sidebarCollapse" class="btn btn-info">
<div class="align-self: center"></div>
<span>Toggle Sidebar</span>
<span>Menue</span>
</button>
</div>
</div>
<div class="container-xxl">
<!-- Page Content -->
<div id="content">
@@ -808,15 +811,21 @@
</li>
<li>
<div Class="dropdown" style="background-color:#fff">
<button Class="dropbtn"> <center><img id="myImage" src="<%=flagpath%>" style="border:1px solid #fff;width:30px;" /></center></button>
<div Class="dropdown-content">
<button class="dropbtn"> <center><img id="myImage" src="<%=flagpath%>" style="border:1px solid #fff;width:30px; background-color:#fff;color:#043381;" /></center></button>
<div class="dropdown-content">
<% Dim stringDE = "&nbsp DE"
Dim stringEN = "&nbsp EN"
Dim stringBIH = "&nbsp BIH"
Dim stringSRB = "&nbsp SRB"
Dim stringBG = "&nbsp BG"
Dim stringTR = "&nbsp TR"%>
<!--<a id="ButtonOesterreichLangPicker" class="btn btn-primary btn-sm" onclick="changeflag(A)" href="<%'= navParent%>?menuID=<%'= curentMenuId %>&lan=de"><img src="<%'= imgPath%>images/flags/flagge_A.gif" <%' If laenderkuerzel = "de" Then Response.Write("style='border:1px solid #000'")%> /> DE</a>-->
<a id="ButtonDeutschLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan=DE"><img src="<%= imgPath%>images/flags/flagge_DE_AT.gif" <% If laenderkuerzel = "de" Then Response.Write("style='border:1px solid #000'")%>/>DE/AT</a>
<a id="ButtonEnglischLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan=EN"><img src="<%= imgPath%>images/flags/flagge_GB.gif" <% If laenderkuerzel = "en" Then Response.Write("style='border:1px solid #000'")%>/>EN</a>
<a id="ButtonSerbischLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan=SRB"><img src="<%= imgPath%>images/flags/flagge_BIH.gif" <% If laenderkuerzel = "yu" Then Response.Write("style='border:1px solid #000'")%> />BIH</a>
<a id="ButtonSerbischZweiLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan=SM"><img src="<%= imgPath%>images/flags/flagge_SM.gif" <% If laenderkuerzel = "yu" Then Response.Write("style='border:1px solid #000'")%> />SRB</a>
<a id="ButtonBulgariaLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan=BG"><img src="<%= imgPath%>images/flags/flagge_BG.gif" <% If laenderkuerzel = "bg" Then Response.Write("style='border:1px solid #000'")%>/>BG</a>
<a id="ButtonTürkeiLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan=TR"><img src="<%= imgPath%>images/flags/flagge_TR.gif" <% If laenderkuerzel = "yu" Then Response.Write("style='border:1px solid #000'")%>/>TR</a>
<a id="ButtonDeutschLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan2=DE" style="background-color:#fff;color:#043381;"><img src="<%= imgPath%>images/flags/flagge_DE_AT.gif" <% If laenderkuerzel = "de" Then Response.Write("style='border:1px solid #000'")%>/><%=stringDE%></a>
<a id="ButtonEnglischLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan2=EN" style="background-color:#fff;color:#043381;"><img src="<%= imgPath%>images/flags/flagge_GB.gif" <% If laenderkuerzel = "en" Then Response.Write("style='border:1px solid #000'")%>/><%=stringEN%></a>
<a id="ButtonSerbischLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan2=SRB" style="background-color:#fff;color:#043381;"><img src="<%= imgPath%>images/flags/flagge_BIH.gif" <% If laenderkuerzel = "yu" Then Response.Write("style='border:1px solid #000'")%> /><%=stringBIH%></a>
<a id="ButtonSerbischZweiLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan2=SM" style="background-color:#fff;color:#043381;"><img src="<%= imgPath%>images/flags/flagge_SM.gif" <% If laenderkuerzel = "yu" Then Response.Write("style='border:1px solid #000'")%> /><%=stringSRB%></a>
<a id="ButtonBulgariaLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan2=BG" style="background-color:#fff;color:#043381;"><img src="<%= imgPath%>images/flags/flagge_BG.gif" <% If laenderkuerzel = "bg" Then Response.Write("style='border:1px solid #000'")%>/><%=stringBG%></a>
<a id="ButtonTürkeiLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan2=TR" style="background-color:#fff;color:#043381;"><img src="<%= imgPath%>images/flags/flagge_TR.gif" <% If laenderkuerzel = "yu" Then Response.Write("style='border:1px solid #000'")%>/><%=stringTR%></a>
</div>
</div>
</li>
@@ -834,30 +843,36 @@
<button type="button" class="btn-close text-reset" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<% Dim strDElang = "&nbsp Deutsch"
Dim strENlang = "&nbsp Englisch"
Dim strBIHLang = "&nbsp Bosnien und Herzegowina"
Dim strSRBlang = "&nbsp Serbien"
Dim strBGlang = "&nbsp Bulgarien"
Dim strTRlang = "&nbsp Türkei"%>
<ul style="list-style: none;">
<li style="transform: rotate(0);">
<!--<a id="ButtonDeutschLangPicker" class="btn btn-primary btn-sm" href="<%'= navParent%>&lan=DE"><img src="<%'= imgPath%>images/flags/flagge_DE_AT.gif" <%' If laenderkuerzel = "de" Then Response.Write("style='border:1px solid #000'")%>/>DE/AT</a>-->
<a id="ButtonDeutschLangPicker" href="<%= navParent%>&lan=DE" class="stretched-link"><img src="<%= imgPath%>images/flags/flagge_DE_AT.gif" <% If laenderkuerzel = "de" Then Response.Write("style='border:1px solid #000'")%>/>Deutschland/Österreich</a>
<a id="ButtonDeutschLangPicker2" href="<%= navParent%>&lan=DE" class="stretched-link"><img src="<%= imgPath%>images/flags/flagge_DE_AT.gif" <% If laenderkuerzel = "de" Then Response.Write("style='border:1px solid #000'")%>/><%=strDElang %></a>
</li>
<li style="transform: rotate(0);">
<!--<a id="ButtonEnglischLangPicker" class="btn btn-primary btn-sm" href="<%'= navParent%>&lan=EN"><img src="<%'= imgPath%>images/flags/flagge_GB.gif" <%' If laenderkuerzel = "en" Then Response.Write("style='border:1px solid #000'")%>/>EN</a>-->
<a id="ButtonEnglischLangPicker" href="<%= navParent%>&lan=EN" class="stretched-link"><img src="<%= imgPath%>images/flags/flagge_GB.gif" <% If laenderkuerzel = "en" Then Response.Write("style='border:1px solid #000'")%>/>Englisch</a>
<a id="ButtonEnglischLangPicker2" href="<%= navParent%>&lan=EN" class="stretched-link"><img src="<%= imgPath%>images/flags/flagge_GB.gif" <% If laenderkuerzel = "en" Then Response.Write("style='border:1px solid #000'")%>/><%=strENlang %></a>
</li>
<li style="transform: rotate(0);">
<!--<a id="ButtonSerbischLangPicker" class="btn btn-primary btn-sm" href="<%'= navParent%>&lan=SRB"><img src="<%'= imgPath%>images/flags/flagge_BIH.gif" <%' If laenderkuerzel = "yu" Then Response.Write("style='border:1px solid #000'")%> />BIH</a>-->
<a id="ButtonSerbischLangPicker" href="<%= navParent%>&lan=SRB" class="stretched-link"><img src="<%= imgPath%>images/flags/flagge_BIH.gif" <% If laenderkuerzel = "yu" Then Response.Write("style='border:1px solid #000'")%> />Bosnien und Herzegowina</a>
<a id="ButtonSerbischLangPicker2" href="<%= navParent%>&lan=SRB" class="stretched-link"><img src="<%= imgPath%>images/flags/flagge_BIH.gif" <% If laenderkuerzel = "yu" Then Response.Write("style='border:1px solid #000'")%> /><%=strBIHLang %></a>
</li>
<li style="transform: rotate(0);">
<!--<a id="ButtonSerbischZweiLangPicker" class="btn btn-primary btn-sm" href="<%'= navParent%>&lan=SM"><img src="<'%= imgPath%>images/flags/flagge_SM.gif" <%' If laenderkuerzel = "yu" Then Response.Write("style='border:1px solid #000'")%> />SRB</a>-->
<a id="ButtonSerbischZweiLangPicker" href="<%= navParent%>&lan=SM" class="stretched-link"><img src="<%= imgPath%>images/flags/flagge_SM.gif" <% If laenderkuerzel = "yu" Then Response.Write("style='border:1px solid #000'")%> />Serbien</a>
<a id="ButtonSerbischZweiLangPicker2" href="<%= navParent%>&lan=SM" class="stretched-link"><img src="<%= imgPath%>images/flags/flagge_SM.gif" <% If laenderkuerzel = "yu" Then Response.Write("style='border:1px solid #000'")%> /><%=strSRBlang %></a>
</li>
<li style="transform: rotate(0);">
<!--<a id="ButtonBulgariaLangPicker" class="btn btn-primary btn-sm" href="<%'= navParent%>&lan=BG"><img src="<%'= imgPath%>images/flags/flagge_BG.gif" <%' If laenderkuerzel = "bg" Then Response.Write("style='border:1px solid #000'")%>/>BG</a>-->
<a id="ButtonBulgariaLangPicker" href="<%= navParent%>&lan=BG" class="stretched-link"><img src="<%= imgPath%>images/flags/flagge_BG.gif" <% If laenderkuerzel = "bg" Then Response.Write("style='border:1px solid #000'")%>/>Bulgarien</a>
<a id="ButtonBulgariaLangPicker2" href="<%= navParent%>&lan=BG" class="stretched-link"><img src="<%= imgPath%>images/flags/flagge_BG.gif" <% If laenderkuerzel = "bg" Then Response.Write("style='border:1px solid #000'")%>/><%=strBGlang %></a>
</li>
<li style="transform: rotate(0);">
<!--<a id="ButtonTürkeiLangPicker" class="btn btn-primary btn-sm" href="<%'= navParent%>&lan=TR"><img src="<%'= imgPath%>images/flags/flagge_TR.gif" <%' If laenderkuerzel = "yu" Then Response.Write("style='border:1px solid #000'")%>/>TR</a>-->
<a id="ButtonTürkeiLangPicker" href="<%= navParent%>&lan=TR" class="stretched-link"><img src="<%= imgPath%>images/flags/flagge_TR.gif" <% If laenderkuerzel = "yu" Then Response.Write("style='border:1px solid #000'")%>/>Türkei</a>
<a id="ButtonTürkeiLangPicker2" href="<%= navParent%>&lan=TR" class="stretched-link"><img src="<%= imgPath%>images/flags/flagge_TR.gif" <% If laenderkuerzel = "yu" Then Response.Write("style='border:1px solid #000'")%>/><%=strTRlang %></a>
</li>
</ul>
</div>
@@ -889,9 +904,8 @@
Dim menuID As String = Request.QueryString("menuID")
If menuID = "" Then menuID = "1"
Dim DB2 As New cDBFunctions
%>
<% Response.Write(DB2.qry_contentNew(menuID, lan)) %>
Response.Write(DB2.qry_contentNew(menuID, lan)) %>
<!-- </div> -->
</div>
</div>
@@ -906,7 +920,6 @@
<div class="footer">
<div class="footer_content"><b>VERAG Spedition AG</b> &nbsp;&nbsp; A-4975 Suben 14-15 &nbsp;&nbsp; Tel.: +43 7711 2777-0,&nbsp;&nbsp;Fax: +43 7711 31600,&nbsp;&nbsp;email: info@verag.ag</div>
</div>
</form>
</li>

View File

@@ -80,6 +80,7 @@
}
</script>
<script type="text/javascript" src="js/toptions/top_up-min.js"></script>
<style>
#togglecollapse{
background-color: #043381;
@@ -176,6 +177,10 @@
}
navbar{
background-color:#fff;
}
main-page{
margin-left:-1rem;
margin-right:-1rem;
}
/* ---------------------------------------------------
MEDIAQUERIES
@@ -368,6 +373,7 @@
Case "TR" : flagpath = "images/flags/flagge_TR.gif"
End Select
%>
<div class="container" style="width:1230px;">
<div class="container-xxl">
<!-- Page Content -->
@@ -375,7 +381,7 @@
<div class="d-none d-lg-block">
<nav class="navbar navbar-expand-lg navbar-light" style="background-color:#fff">
<li>
<a class="navbar-brand" href="newpageJulius_Sidebar.aspx?lan=DE"><img src="images/Logo_small.png" alt="" 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" alt="" data-toggle="tooltip" data-placement="top" title="https://www.verag.ag"></a>
<!-- <button class="btn btn-primary d-inline-block d-lg-none ml-auto" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
</button> --> <%
@@ -385,17 +391,24 @@
End If
%>
</li>
<li style="width:520px; width:32.5em;"></li>
<li>
<div Class="dropdown" style="background-color:#6c757d; border: 2px solid black;border-radius: 2px;">
<button Class="dropbtn"> <center><img id="myImage" src="<%=flagpath%>" style="border:1px solid #fff;width:30px;" /></center></button>
<div Class="dropdown-content">
<div class="dropdown" style="background-color:#6c757d;">
<button class="dropbtn"> <center><img id="myImage" src="<%=flagpath%>" style="border:1px solid #fff;width:30px;" /></center></button>
<div class="dropdown-content">
<% Dim stringDE = "&nbsp DE"
Dim stringEN = "&nbsp EN"
Dim stringBIH = "&nbsp BIH"
Dim stringSRB = "&nbsp SRB"
Dim stringBG = "&nbsp BG"
Dim stringTR = "&nbsp TR"%>
<!--<a id="ButtonOesterreichLangPicker" class="btn btn-primary btn-sm" onclick="changeflag(A)" href="<%'= navParent%>?menuID=<%'= curentMenuId %>&lan=de"><img src="<%'= imgPath%>images/flags/flagge_A.gif" <%' If laenderkuerzel = "de" Then Response.Write("style='border:1px solid #000'")%> /> DE</a>-->
<a id="ButtonDeutschLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan2=DE"><img src="<%= imgPath%>images/flags/flagge_DE_AT.gif" <% If laenderkuerzel = "de" Then Response.Write("style='border:1px solid #000'")%>/>DE/AT</a>
<a id="ButtonEnglischLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan2=EN"><img src="<%= imgPath%>images/flags/flagge_GB.gif" <% If laenderkuerzel = "en" Then Response.Write("style='border:1px solid #000'")%>/>EN</a>
<a id="ButtonSerbischLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan2=SRB"><img src="<%= imgPath%>images/flags/flagge_BIH.gif" <% If laenderkuerzel = "yu" Then Response.Write("style='border:1px solid #000'")%> />BIH</a>
<a id="ButtonSerbischZweiLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan2=SM"><img src="<%= imgPath%>images/flags/flagge_SM.gif" <% If laenderkuerzel = "yu" Then Response.Write("style='border:1px solid #000'")%> />SRB</a>
<a id="ButtonBulgariaLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan2=BG"><img src="<%= imgPath%>images/flags/flagge_BG.gif" <% If laenderkuerzel = "bg" Then Response.Write("style='border:1px solid #000'")%>/>BG</a>
<a id="ButtonTürkeiLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan2=TR"><img src="<%= imgPath%>images/flags/flagge_TR.gif" <% If laenderkuerzel = "yu" Then Response.Write("style='border:1px solid #000'")%>/>TR</a>
<a id="ButtonDeutschLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan2=DE" style="background-color:#fff;color:#043381;"><img src="<%= imgPath%>images/flags/flagge_DE_AT.gif" <% If laenderkuerzel = "de" Then Response.Write("style='border:1px solid #000'")%>/><%=stringDE%></a>
<a id="ButtonEnglischLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan2=EN" style="background-color:#fff;color:#043381;"><img src="<%= imgPath%>images/flags/flagge_GB.gif" <% If laenderkuerzel = "en" Then Response.Write("style='border:1px solid #000'")%>/><%=stringEN%></a>
<a id="ButtonSerbischLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan2=SRB" style="background-color:#fff;color:#043381;"><img src="<%= imgPath%>images/flags/flagge_BIH.gif" <% If laenderkuerzel = "yu" Then Response.Write("style='border:1px solid #000'")%> /><%=stringBIH%></a>
<a id="ButtonSerbischZweiLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan2=SM" style="background-color:#fff;color:#043381;"><img src="<%= imgPath%>images/flags/flagge_SM.gif" <% If laenderkuerzel = "yu" Then Response.Write("style='border:1px solid #000'")%> /><%=stringSRB%></a>
<a id="ButtonBulgariaLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan2=BG" style="background-color:#fff;color:#043381;"><img src="<%= imgPath%>images/flags/flagge_BG.gif" <% If laenderkuerzel = "bg" Then Response.Write("style='border:1px solid #000'")%>/><%=stringBG%></a>
<a id="ButtonTürkeiLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan2=TR" style="background-color:#fff;color:#043381;"><img src="<%= imgPath%>images/flags/flagge_TR.gif" <% If laenderkuerzel = "yu" Then Response.Write("style='border:1px solid #000'")%>/><%=stringTR%></a>
</div>
</div>
</li>
@@ -403,8 +416,8 @@
</div>
<div class="d-lg-none">
<a href="newpageJulius_Sidebar.aspx?lan=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"><img id="myImage" src="<%=flagpath%>" style="border:1px solid #fff;width:30px;"/></button>
<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>
<div class="offcanvas offcanvas-end" data-bs-scroll="true" tabindex="-1" id="offcanvasWithBothOptions" aria-labelledby="offcanvasWithBothOptionsLabel">
<div class="offcanvas-header">
@@ -414,28 +427,35 @@
<div class="offcanvas-body">
<ul style="list-style: none;">
<li>
<% Dim strDElang = "&nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp Deutsch"
Dim strENlang = "&nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp Englisch"
Dim strBIHLang = "&nbsp &nbsp &nbsp Bosnien und Herzegowina"
Dim strSRBlang = "&nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp Serbien"
Dim strBGlang = "&nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp Bulgarien"
Dim strTRlang = "&nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp Türkei"%>
<li style="transform: rotate(0);">
<!--<a id="ButtonDeutschLangPicker" class="btn btn-primary btn-sm" href="<%'= navParent%>&lan=DE"><img src="<%'= imgPath%>images/flags/flagge_DE_AT.gif" <%' If laenderkuerzel = "de" Then Response.Write("style='border:1px solid #000'")%>/>DE/AT</a>-->
<a id="ButtonDeutschLangPicker" href="<%= navParent%>&lan2=DE"><img src="<%= imgPath%>images/flags/flagge_DE_AT.gif" <% If laenderkuerzel = "de" Then Response.Write("style='border:1px solid #000'")%>/>Deutschland/Österreich</a><br />
<a id="ButtonDeutschLangPicker2" href="<%= navParent%>&lan2=DE" class="stretched-link"><img src="<%= imgPath%>images/flags/flagge_DE_AT.gif" <% If laenderkuerzel = "de" Then Response.Write("style='border:1px solid #000'")%>/><%=strDElang %></a>
</li>
<li>
<li style="transform: rotate(0);">
<!--<a id="ButtonEnglischLangPicker" class="btn btn-primary btn-sm" href="<%'= navParent%>&lan=EN"><img src="<%'= imgPath%>images/flags/flagge_GB.gif" <%' If laenderkuerzel = "en" Then Response.Write("style='border:1px solid #000'")%>/>EN</a>-->
<a id="ButtonEnglischLangPicker" href="<%= navParent%>&lan2=EN"><img src="<%= imgPath%>images/flags/flagge_GB.gif" <% If laenderkuerzel = "en" Then Response.Write("style='border:1px solid #000'")%>/>Englisch</a><br />
<a id="ButtonEnglischLangPicker2" href="<%= navParent%>&lan2=EN" class="stretched-link"><img src="<%= imgPath%>images/flags/flagge_GB.gif" <% If laenderkuerzel = "en" Then Response.Write("style='border:1px solid #000'")%>/><%=strENlang %></a>
</li>
<li>
<li style="transform: rotate(0);">
<!--<a id="ButtonSerbischLangPicker" class="btn btn-primary btn-sm" href="<%'= navParent%>&lan=SRB"><img src="<%'= imgPath%>images/flags/flagge_BIH.gif" <%' If laenderkuerzel = "yu" Then Response.Write("style='border:1px solid #000'")%> />BIH</a>-->
<a id="ButtonSerbischLangPicker" href="<%= navParent%>&lan2=SRB"><img src="<%= imgPath%>images/flags/flagge_BIH.gif" <% If laenderkuerzel = "yu" Then Response.Write("style='border:1px solid #000'")%> />Bosnien und Herzegowina</a><br />
<a id="ButtonSerbischLangPicker2" href="<%= navParent%>&lan2=SRB" class="stretched-link"><img src="<%= imgPath%>images/flags/flagge_BIH.gif" <% If laenderkuerzel = "yu" Then Response.Write("style='border:1px solid #000'")%> /><%=strBIHLang %></a>
</li>
<li>
<li style="transform: rotate(0);">
<!--<a id="ButtonSerbischZweiLangPicker" class="btn btn-primary btn-sm" href="<%'= navParent%>&lan=SM"><img src="<'%= imgPath%>images/flags/flagge_SM.gif" <%' If laenderkuerzel = "yu" Then Response.Write("style='border:1px solid #000'")%> />SRB</a>-->
<a id="ButtonSerbischZweiLangPicker" href="<%= navParent%>&lan2=SM"><img src="<%= imgPath%>images/flags/flagge_SM.gif" <% If laenderkuerzel = "yu" Then Response.Write("style='border:1px solid #000'")%> />Serbien</a><br />
<a id="ButtonSerbischZweiLangPicker2" href="<%= navParent%>&lan2=SM" class="stretched-link"><img src="<%= imgPath%>images/flags/flagge_SM.gif" <% If laenderkuerzel = "yu" Then Response.Write("style='border:1px solid #000'")%> /><%=strSRBlang %></a>
</li>
<li>
<li style="transform: rotate(0);">
<!--<a id="ButtonBulgariaLangPicker" class="btn btn-primary btn-sm" href="<%'= navParent%>&lan=BG"><img src="<%'= imgPath%>images/flags/flagge_BG.gif" <%' If laenderkuerzel = "bg" Then Response.Write("style='border:1px solid #000'")%>/>BG</a>-->
<a id="ButtonBulgariaLangPicker" href="<%= navParent%>&lan2=BG"><img src="<%= imgPath%>images/flags/flagge_BG.gif" <% If laenderkuerzel = "bg" Then Response.Write("style='border:1px solid #000'")%>/>Bulgarien</a><br />
<a id="ButtonBulgariaLangPicker2" href="<%= navParent%>&lan2=BG" class="stretched-link"><img src="<%= imgPath%>images/flags/flagge_BG.gif" <% If laenderkuerzel = "bg" Then Response.Write("style='border:1px solid #000'")%>/><%=strBGlang %></a>
</li>
<li>
<li style="transform: rotate(0);">
<!--<a id="ButtonTürkeiLangPicker" class="btn btn-primary btn-sm" href="<%'= navParent%>&lan=TR"><img src="<%'= imgPath%>images/flags/flagge_TR.gif" <%' If laenderkuerzel = "yu" Then Response.Write("style='border:1px solid #000'")%>/>TR</a>-->
<a id="ButtonTürkeiLangPicker" href="<%= navParent%>&lan2=TR"><img src="<%= imgPath%>images/flags/flagge_TR.gif" <% If laenderkuerzel = "yu" Then Response.Write("style='border:1px solid #000'")%>/>Türkei</a><br />
<a id="ButtonTürkeiLangPicker2" href="<%= navParent%>&lan2=TR" class="stretched-link"><img src="<%= imgPath%>images/flags/flagge_TR.gif" <% If laenderkuerzel = "yu" Then Response.Write("style='border:1px solid #000'")%>/><%=strTRlang %></a>
</li>
</ul>
</div>
@@ -458,7 +478,8 @@
End If
'Response.Write(DB2.qry_contentNew(menuID, lan)) %>
<br />
<br />
<h1><%= LT.getTxt(1, lan, "Herzlich Willkommen bei VERAG Spedition AG!")%></h1>
<div id="line"></div>
<br>
@@ -701,7 +722,7 @@
<br />
<br />
<!-- <div style="height:150px; place-self:safe center">-->
</div>
</div></div>
</div></div> </div>