CustomerIndex.aspx Kundenindex wurde umbenannt in Aufträge CustomsAviso.aspx
This commit is contained in:
@@ -156,7 +156,7 @@
|
||||
<!-- </div> -->
|
||||
|
||||
<%
|
||||
Dim navParent = "Customer/CustomerIndex.aspx"
|
||||
Dim navParent = "Customer/CustomsAviso.aspx"
|
||||
Dim var = ""
|
||||
|
||||
Dim laenderkuerzel As String = "de"
|
||||
@@ -246,7 +246,7 @@
|
||||
<ul style="list-style: none;"class="collapse list-unstyled" id="RechnungenSubmenu1">
|
||||
<span class="navbar-toggler-icon"></span>-->
|
||||
<%If Me.Page.User.Identity.Name = "test" Then %>
|
||||
<li><a href="CustomerIndex.aspx">Kundenseite</a></li>
|
||||
<li><a href="CustomsAviso.aspx">Aufträge</a></li>
|
||||
<%ElseIf Me.Page.User.Identity.Name = "test2" Then %>
|
||||
<li><a href="Cards_Boxes.aspx">Karten_Boxen</a></li>
|
||||
<%End If %>
|
||||
@@ -403,7 +403,7 @@
|
||||
</div>
|
||||
<div class="btn-group">
|
||||
<%If Me.Page.User.Identity.Name = "test" Then %>
|
||||
<a type="button" class="btn btn-primary" href="CustomerIndex.aspx" style="background-color:#fff; color:#043381;border:hidden;">Kundenseite</a>
|
||||
<a type="button" class="btn btn-primary" href="CustomsAviso.aspx" style="background-color:#fff; color:#043381;border:hidden;">Aufträge</a>
|
||||
<%ElseIf Me.Page.User.Identity.Name = "test2" Then%>
|
||||
<a type="button" class="btn btn-primary" href="Invoices.aspx" style="background-color:#fff; color:#043381;border:hidden;">Rechnungen</a>
|
||||
<% End If %>
|
||||
@@ -441,7 +441,7 @@
|
||||
|
||||
|
||||
<div class="dropdown" style="background-color:#fff; color:#043381;position:absolute;right:5%;top:15%;z-index:1031">
|
||||
<button class="dropbtn" style="margin-right:-39%;margin-top:5%"><center><img id="myImage" src="../<%=flagpath%>" style="border:1px solid #fff;width:32px; justify-items:center;" alt="Logo Schriftzug: Verag Spedition AG Blaue Schrift: Verag Spedition Graue Schrift: AG" /></center></button>
|
||||
<button class="dropbtn" id="dropbtnlang"><center><img id="myImage" src="../<%=flagpath%>" style="border:1px solid #fff;width:32px; justify-items:center;" alt="Logo Schriftzug: Verag Spedition AG Blaue Schrift: Verag Spedition Graue Schrift: AG" /></center></button>
|
||||
<div class="dropdown-content" id="langdropdown">
|
||||
<% Dim stringDE = "  DE"
|
||||
Dim stringEN = "  EN"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<%@ Page Title="Kundenseite VERAG" Language="VB" MasterPageFile="~/Customers/Customers.master" AutoEventWireup="false" CodeFile="CustomerIndex.aspx.vb" Inherits="Kundenbereich_Default" %>
|
||||
<%@ Page Title="Aufträge VERAG" Language="VB" MasterPageFile="~/Customers/Customers.master" AutoEventWireup="false" CodeFile="CustomsAviso.aspx.vb" Inherits="Kundenbereich_Default" %>
|
||||
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
|
||||
<!-- Bootstrap -->
|
||||
@@ -67,7 +67,6 @@
|
||||
<div style="height:/*20px*/2.1621621621621623vh;"></div>
|
||||
|
||||
<div id="conovertab" style="width:100%">
|
||||
|
||||
<table class="table table-hover table-responsive table-primary" id="tablerechnungen" contenteditable="false" style="width:100%">
|
||||
<thead style="width:fit-content;font-size:14px;"><tr><th>Rechnungsnr</th><th>Rechnungsdatum</th><th>LKW</th><th>Grenzsztelle</th><th>Rechnungsbetrag</th><th>Abfertigungsdatum</th><th>Filiale</th><th>Abfertigungsnr.</th><th style="width:/*20px*/ 0.7927070947284979vw;"></th></tr></thead>
|
||||
<tbody id="bodyoftable">
|
||||
|
||||
@@ -60,10 +60,10 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="carousel-item">
|
||||
<a href="CustomerIndex.aspx"><img src="../images/pics/pexels-photoscom-93398.jpg" id="imgcar" style="width: 100%" alt="Second slide"></a>
|
||||
<a href="CustomsAviso.aspx"><img src="../images/pics/pexels-photoscom-93398.jpg" id="imgcar" style="width: 100%" alt="Second slide"></a>
|
||||
<div class="carousel-caption d-block d-md-block" style="background:linear-gradient(to right, #003680 , #0055cc);opacity:80%;height:auto">
|
||||
<a href="CustomerIndex.aspx"> <h5 style="opacity:100%">Kundenseite</h5></a>
|
||||
<a href="CustomerIndex.aspx"><p style="color:#fff;opacity:100%">Hier beginnt alles mit Ihren Aufträgen.</p></a>
|
||||
<a href="CustomsAviso.aspx"> <h5 style="opacity:100%">Kundenseite</h5></a>
|
||||
<a href="CustomsAviso.aspx"><p style="color:#fff;opacity:100%">Hier beginnt alles mit Ihren Aufträgen.</p></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="carousel-item">
|
||||
|
||||
@@ -424,3 +424,7 @@ ContentPlaceHolder1 {
|
||||
text-decoration: none;
|
||||
width: max-content;
|
||||
}
|
||||
#dropbtnlang {
|
||||
margin-right: -39%;
|
||||
margin-top: 5%;
|
||||
}
|
||||
Reference in New Issue
Block a user