Änderungen an Breite sowie Implementierung der Usergesteuerten Navbar im Kundenbereich und Hinzufügen entsprechend neuer Seiten.
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
#normaltable{
|
#normaltable{
|
||||||
width:1500px;
|
width:1500px;
|
||||||
}
|
}
|
||||||
@media (min-width: 558.98px) {
|
@media (max-width: 558.98px) {
|
||||||
#conovertab {
|
#conovertab {
|
||||||
width: /*445px;*/ 98.01762114537445vw;
|
width: /*445px;*/ 98.01762114537445vw;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
@@ -88,7 +88,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div></div></div><
|
<div></div></div>
|
||||||
<%-- <div class="footer_menu">
|
<%-- <div class="footer_menu">
|
||||||
<div class="footer_menu_content">
|
<div class="footer_menu_content">
|
||||||
<table>
|
<table>
|
||||||
|
|||||||
@@ -299,12 +299,16 @@
|
|||||||
'Response.Write(DB2.qry_contentNew(menuID, lan)) %>
|
'Response.Write(DB2.qry_contentNew(menuID, lan)) %>
|
||||||
<!-- </div> -->
|
<!-- </div> -->
|
||||||
|
|
||||||
<!-- Navigation Bar-->
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<%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">
|
<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>
|
<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="mx-auto" style="width: 900px;">
|
||||||
|
|
||||||
|
|
||||||
<div class="btn-group">
|
<div class="btn-group">
|
||||||
<a type="button" class="btn btn-primary" href="Welcome.aspx" style="background-color:#fff; color:#043381;border:hidden;">Startseite</a>
|
<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;">
|
<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;">
|
||||||
@@ -347,8 +351,64 @@
|
|||||||
<a class="dropdown-item" href="#">Separated link</a>
|
<a class="dropdown-item" href="#">Separated link</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</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 id="containerseiterand">
|
||||||
<div style="height:/*90px*/9.68783638320775vh;"></div>
|
<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>
|
<h5>Rechnungen</h5>
|
||||||
</div>
|
</div>
|
||||||
<div style="place-content:center;">
|
<div style="place-content:center;">
|
||||||
@@ -114,9 +114,9 @@
|
|||||||
<asp:Label ID="Label1" runat="server" Text="Datum"></asp:Label>
|
<asp:Label ID="Label1" runat="server" Text="Datum"></asp:Label>
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<input type="text" id="myInput1" onkeyup="filterdatvonbis()" placeholder="Von"/>
|
<input type="text" id="myInput1" onkeyup="filterdatvonbis()" placeholder="Von"/>
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="input-group">
|
|
||||||
|
|
||||||
<input type="text" id="myInput2" onkeyup="filterdatvonbis()" placeholder="Bis"/>
|
<input type="text" id="myInput2" onkeyup="filterdatvonbis()" placeholder="Bis"/>
|
||||||
</div>
|
</div>
|
||||||
</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>
|
<br><br>
|
||||||
Nehmen Sie sich etwas Zeit, um sich über unser umfangreiches Dienstleistungsangebot zu informieren! -->
|
Nehmen Sie sich etwas Zeit, um sich über unser umfangreiches Dienstleistungsangebot zu informieren! -->
|
||||||
<br/><br/><br/>
|
<br/><br/><br/>
|
||||||
|
<div class="container" style="width:1400px;">
|
||||||
<div id="carouselExampleIndicators" class="carousel slide" data-bs-ride="carousel" data-interval="200">
|
<div id="carouselExampleIndicators" class="carousel slide" data-bs-ride="carousel" data-interval="200">
|
||||||
<div class="carousel-indicators">
|
<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>
|
<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>
|
<span class="visually-hidden">>></span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user