Änderungen an Breite sowie Implementierung der Usergesteuerten Navbar im Kundenbereich und Hinzufügen entsprechend neuer Seiten.
This commit is contained in:
@@ -16,11 +16,11 @@
|
||||
#normaltable{
|
||||
width:1500px;
|
||||
}
|
||||
@media (min-width: 558.98px) {
|
||||
@media (max-width: 558.98px) {
|
||||
#conovertab {
|
||||
width: /*445px;*/ 98.01762114537445vw;
|
||||
overflow-x: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
@@ -88,7 +88,7 @@
|
||||
|
||||
|
||||
|
||||
<div></div></div><
|
||||
<div></div></div>
|
||||
<%-- <div class="footer_menu">
|
||||
<div class="footer_menu_content">
|
||||
<table>
|
||||
|
||||
@@ -299,12 +299,16 @@
|
||||
'Response.Write(DB2.qry_contentNew(menuID, lan)) %>
|
||||
<!-- </div> -->
|
||||
|
||||
<!-- Navigation Bar-->
|
||||
<nav class="navbar fixed-top navbar-expand-lg navbar-light" style="background-color:#fff">
|
||||
<a class="navbar-brand" href="../newpageJulius_Sidebar.aspx"><img src="../images/Logo_small.png" style:"width:120px" alt="Schriftzug: Verag AG Blaue Schrift: Verag Spedition Graue Schrift: AG" data-toggle="tooltip" data-placement="top" title="https://www.verag.ag"/></a>
|
||||
<div class="mx-auto" style="width: 900px;">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<%If Me.Page.User.Identity.Name = "test" Then
|
||||
'MsgBox(Me.Page.User.Identity.Name) %>
|
||||
<!-- Navigation Bar-->
|
||||
<nav class="navbar fixed-top navbar-expand-lg navbar-light" style="background-color:#fff">
|
||||
<a class="navbar-brand" href="../newpageJulius_Sidebar.aspx"><img src="../images/Logo_small.png" style:"width:120px" alt="Schriftzug: Verag AG Blaue Schrift: Verag Spedition Graue Schrift: AG" data-toggle="tooltip" data-placement="top" title="https://www.verag.ag"/></a>
|
||||
<div class="mx-auto" style="width: 900px;">
|
||||
<div class="btn-group">
|
||||
<a type="button" class="btn btn-primary" href="Welcome.aspx" style="background-color:#fff; color:#043381;border:hidden;">Startseite</a>
|
||||
<button type="button" class="btn btn-danger dropdown-toggle dropdown-toggle-split" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false" style="background-color:#fff; color:#043381;border:hidden;">
|
||||
@@ -346,9 +350,65 @@
|
||||
<div class="dropdown-divider"></div>
|
||||
<a class="dropdown-item" href="#">Separated link</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<% End If %>
|
||||
|
||||
|
||||
<%If Me.Page.User.Identity.Name = "test2" Then
|
||||
'MsgBox(Me.Page.User.Identity.Name) %>
|
||||
<nav class="navbar fixed-top navbar-expand-lg navbar-light" style="background-color:#fff">
|
||||
<a class="navbar-brand" href="../newpageJulius_Sidebar.aspx"><img src="../images/Logo_small.png" style:"width:120px" alt="Schriftzug: Verag AG Blaue Schrift: Verag Spedition Graue Schrift: AG" data-toggle="tooltip" data-placement="top" title="https://www.verag.ag"/></a>
|
||||
<div class="mx-auto" style="width: 900px;">
|
||||
<div class="btn-group">
|
||||
<a type="button" class="btn btn-primary" href="LKWs.aspx" style="background-color:#fff; color:#043381;border:hidden;">LKWs</a>
|
||||
<button type="button" class="btn btn-danger dropdown-toggle dropdown-toggle-split" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false" style="background-color:#fff; color:#043381;border:hidden;">
|
||||
<span class="visually-hidden">Toggle Dropdown</span>
|
||||
</button>
|
||||
<div class="dropdown-menu">
|
||||
<a class="dropdown-item" href="#">Action</a>
|
||||
<a class="dropdown-item" href="#">Another action</a>
|
||||
<a class="dropdown-item" href="#">Something else here</a>
|
||||
<div class="dropdown-divider"></div>
|
||||
<a class="dropdown-item" href="#">Separated link</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="btn-group">
|
||||
<a type="button" class="btn btn-primary" href="Karten_Boxen.aspx" style="background-color:#fff; color:#043381;border:hidden;">Karten/Boxen</a>
|
||||
<button type="button" class="btn btn-danger dropdown-toggle dropdown-toggle-split" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false" style="background-color:#fff; color:#043381;border:hidden;">
|
||||
<span class="visually-hidden">Toggle Dropdown</span>
|
||||
</button>
|
||||
<div class="dropdown-menu">
|
||||
<a class="dropdown-item" href="#">Action</a>
|
||||
<a class="dropdown-item" href="#">Another action</a>
|
||||
<a class="dropdown-item" href="#">Something else here</a>
|
||||
<div class="dropdown-divider"></div>
|
||||
<a class="dropdown-item" href="#">Separated link</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="btn-group">
|
||||
<a type="button" class="btn btn-primary" href="Invoices.aspx" style="background-color:#fff; color:#043381;border:hidden;">Rechnungen</a>
|
||||
<button type="button" class="btn btn-danger dropdown-toggle dropdown-toggle-split" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false" style="background-color:#fff; color:#043381;border:hidden;">
|
||||
<span class="visually-hidden">Toggle Dropdown</span>
|
||||
</button>
|
||||
<div class="dropdown-menu">
|
||||
<a class="dropdown-item" href="#">Action</a>
|
||||
<a class="dropdown-item" href="#">Another action</a>
|
||||
<a class="dropdown-item" href="#">Something else here</a>
|
||||
<div class="dropdown-divider"></div>
|
||||
<a class="dropdown-item" href="#">Separated link</a>
|
||||
</div>
|
||||
</div></div>
|
||||
</nav>
|
||||
<% End If %>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -105,7 +105,7 @@
|
||||
<div id="containerseiterand">
|
||||
<div style="height:/*90px*/9.68783638320775vh;"></div>
|
||||
|
||||
<div style="align-content:start">
|
||||
<div class="d-flex flex-col-4" style="align-content:start">
|
||||
<h5>Rechnungen</h5>
|
||||
</div>
|
||||
<div style="place-content:center;">
|
||||
@@ -114,9 +114,9 @@
|
||||
<asp:Label ID="Label1" runat="server" Text="Datum"></asp:Label>
|
||||
<div class="input-group">
|
||||
<input type="text" id="myInput1" onkeyup="filterdatvonbis()" placeholder="Von"/>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="input-group">
|
||||
|
||||
<input type="text" id="myInput2" onkeyup="filterdatvonbis()" placeholder="Bis"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
7
Customers/Karten_Boxen.aspx
Normal file
7
Customers/Karten_Boxen.aspx
Normal file
@@ -0,0 +1,7 @@
|
||||
<%@ Page Title="" Language="VB" MasterPageFile="~/Customers/Customers.master" AutoEventWireup="false" CodeFile="Karten_Boxen.aspx.vb" Inherits="Customers_Default" %>
|
||||
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
|
||||
</asp:Content>
|
||||
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
|
||||
</asp:Content>
|
||||
|
||||
5
Customers/Karten_Boxen.aspx.vb
Normal file
5
Customers/Karten_Boxen.aspx.vb
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
Partial Class Customers_Default
|
||||
Inherits System.Web.UI.Page
|
||||
|
||||
End Class
|
||||
7
Customers/LKWs.aspx
Normal file
7
Customers/LKWs.aspx
Normal file
@@ -0,0 +1,7 @@
|
||||
<%@ Page Title="" Language="VB" MasterPageFile="~/Customers/Customers.master" AutoEventWireup="false" CodeFile="LKWs.aspx.vb" Inherits="Customers_Default" %>
|
||||
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
|
||||
</asp:Content>
|
||||
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
|
||||
</asp:Content>
|
||||
|
||||
5
Customers/LKWs.aspx.vb
Normal file
5
Customers/LKWs.aspx.vb
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
Partial Class Customers_Default
|
||||
Inherits System.Web.UI.Page
|
||||
|
||||
End Class
|
||||
@@ -31,6 +31,7 @@
|
||||
<br><br>
|
||||
Nehmen Sie sich etwas Zeit, um sich über unser umfangreiches Dienstleistungsangebot zu informieren! -->
|
||||
<br/><br/><br/>
|
||||
<div class="container" style="width:1400px;">
|
||||
<div id="carouselExampleIndicators" class="carousel slide" data-bs-ride="carousel" data-interval="200">
|
||||
<div class="carousel-indicators">
|
||||
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
|
||||
@@ -69,6 +70,7 @@
|
||||
<span class="visually-hidden">>></span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user