Entfernen unnötigerweise versuhter Imports in Status_Julius.aspx
This commit is contained in:
|
Before Width: | Height: | Size: 145 B After Width: | Height: | Size: 145 B |
|
Before Width: | Height: | Size: 341 B After Width: | Height: | Size: 341 B |
@@ -355,12 +355,14 @@
|
|||||||
}
|
}
|
||||||
#navbarbrandhauptpage{
|
#navbarbrandhauptpage{
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
left: 00%;
|
left: 10%;
|
||||||
top: 20%;
|
top: 20%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
width: 150px;
|
height:2.0233463035019454vh;
|
||||||
|
width: 150px;
|
||||||
|
width: 19.97336884154461vw;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -404,7 +406,7 @@
|
|||||||
}
|
}
|
||||||
#sidebar.active {
|
#sidebar.active {
|
||||||
margin-left: -0px;
|
margin-left: -0px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#navbar.menu_class{
|
#navbar.menu_class{
|
||||||
width: 2.604166666666667vw;
|
width: 2.604166666666667vw;
|
||||||
@@ -839,9 +841,9 @@
|
|||||||
<nav class="navbar navbar-expand-lg navbar-light bg-light justify-content-md-center flex-nowrap">
|
<nav class="navbar navbar-expand-lg navbar-light bg-light justify-content-md-center flex-nowrap">
|
||||||
<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 vergablau.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:initial;height:initial;" 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="<%=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="<%=flagpath%>" style="border:1px solid #fff;width:30px;"/></button>
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -3,8 +3,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
Imports System.Data
|
|
||||||
Imports System.Data.SqlClient
|
|
||||||
<head>
|
<head>
|
||||||
<!-- Bootstrap -->
|
<!-- Bootstrap -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
@@ -541,9 +540,9 @@ Imports System.Data.SqlClient
|
|||||||
</div>
|
</div>
|
||||||
<div class="offcanvas offcanvas-end" data-bs-scroll="true" tabindex="-1" id="offcanvasWithBothOptions" aria-labelledby="offcanvasWithBothOptionsLabel">
|
<div class="offcanvas offcanvas-end" data-bs-scroll="true" tabindex="-1" id="offcanvasWithBothOptions" aria-labelledby="offcanvasWithBothOptionsLabel">
|
||||||
<div class="offcanvas-header">
|
<div class="offcanvas-header">
|
||||||
<h5 class="offcanvas-title" id="offcanvasWithBothOptionsLabel">Sprachauswahl:</h5>
|
<h5 class="offcanvas-title" id="offcanvasWithBothOptionsLabel">Sprachauswahl:</h5>
|
||||||
<button type="button" class="btn-close text-reset" data-bs-dismiss="offcanvas" aria-label="Close"></button>
|
<button type="button" class="btn-close text-reset" data-bs-dismiss="offcanvas" aria-label="Close"></button>
|
||||||
</div>
|
</div>
|
||||||
<div class="offcanvas-body">
|
<div class="offcanvas-body">
|
||||||
<% Dim strDElang = "  Deutsch"
|
<% Dim strDElang = "  Deutsch"
|
||||||
Dim strENlang = "  Englisch"
|
Dim strENlang = "  Englisch"
|
||||||
|
|||||||
Reference in New Issue
Block a user