Verag Homepage Julius version 2
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<!-- Required meta tags -->
|
||||
<meta charset="utf-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
|
||||
<title>"Verag Spedition AG AvisoTV Flex"</title>
|
||||
<!-- 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"/>
|
||||
@@ -85,8 +85,8 @@
|
||||
position: absolute;
|
||||
color: #043381;
|
||||
background-color:#fff;
|
||||
padding: 16px;
|
||||
font-size: 16px;
|
||||
padding: 1em;
|
||||
font-size: 1em;
|
||||
border: none;
|
||||
}
|
||||
|
||||
@@ -95,7 +95,7 @@
|
||||
display: none;
|
||||
position: absolute;
|
||||
background-color: #fff;
|
||||
min-width: 160px;
|
||||
min-width: 10em;
|
||||
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
||||
z-index: 1;
|
||||
}
|
||||
@@ -103,7 +103,7 @@
|
||||
/* Links inside the dropdown */
|
||||
.dropdown-content a {
|
||||
color: black;
|
||||
padding: 12px 16px;
|
||||
padding:0.75em 1em;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
}
|
||||
@@ -193,7 +193,7 @@
|
||||
position: relative;
|
||||
color: #043381;
|
||||
padding: 0px;
|
||||
font-size: 16px;
|
||||
font-size: 1em;
|
||||
border: none;
|
||||
z-index:512;
|
||||
}
|
||||
@@ -205,7 +205,7 @@
|
||||
left: 65%;
|
||||
color:#043381;
|
||||
background-color: #fff;
|
||||
min-width: 160px;
|
||||
min-width: 10em;
|
||||
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
||||
z-index: 1000;
|
||||
}
|
||||
@@ -213,7 +213,7 @@
|
||||
/* Links inside the dropdown */
|
||||
.dropdown-content a {
|
||||
color: black;
|
||||
padding: 12px 16px;
|
||||
padding: 0.75em 1em;
|
||||
text-decoration: none;
|
||||
z-index:812;
|
||||
}
|
||||
@@ -381,12 +381,12 @@
|
||||
<nav class="navbar navbar-expand-lg navbar-light">
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="navbar-brand" href="newpageJulius_Sidebar.aspx"><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"><img src="images/Logo_small.png" alt="Verag Spedition AG Logo" data-toggle="tooltip" data-placement="top" title="https://www.verag.ag"></a>
|
||||
</li>
|
||||
|
||||
</nav>
|
||||
</div>
|
||||
<h1>AVISO-TV Online</h1>
|
||||
<h1>Verag AVISO-TV Online</h1>
|
||||
<div id="line"></div>
|
||||
<br/>
|
||||
Hier finden Sie Informationen zu den aktuell an der Grenze stehenden LKWs.
|
||||
@@ -456,7 +456,7 @@
|
||||
%>
|
||||
<tbody class="table-light table-responsive-xxl table-striped ">
|
||||
<tr style="transform: rotate(0);">
|
||||
<th scope="row"><a href="status_Julius.aspx?AvisoId=<%=AvisoId%>&lan2=<%=laenderkuerzel%>" class="stretched-link"><%Response.Write(cnt + 1)%></a></th>
|
||||
<th scope="row"><a href="status_Julius.aspx?AvisoId=<%=AvisoId%>&lan2=<%=laenderkuerzel%>" rel="nofollow" target="_blank" class="stretched-link"><%Response.Write(cnt + 1)%></a></th>
|
||||
<!-- <td><% 'Response.Write(cnt + 1)%> </td> -->
|
||||
<td><% Response.Write(AVISO_ROW("LKW_Nr"))%> </td>
|
||||
<td><% Response.Write(AVISO_ROW("Frächter")) %></td>
|
||||
|
||||
Reference in New Issue
Block a user