Hauptseite für Kunden erstellt

This commit is contained in:
ja
2021-08-20 08:29:00 +02:00
parent 5e62bdab1f
commit 6bf2bf8068
4 changed files with 19 additions and 10 deletions

View File

@@ -297,7 +297,7 @@
<span class="visually-hidden">Toggle Dropdown</span> <span class="visually-hidden">Toggle Dropdown</span>
</button> </button>
<ul class="dropdown-menu"> <ul class="dropdown-menu">
<li><a class="dropdown-item" href="#">Startseite</a></li> <li><a class="dropdown-item" href="Hauptseite.aspx">Hauptseite</a></li>
<li><a class="dropdown-item" href="Rechnungen.aspx">Rechnungen</a></li> <li><a class="dropdown-item" href="Rechnungen.aspx">Rechnungen</a></li>
<li><a class="dropdown-item" href="Kundenseite.aspx">Aufträge</a></li> <li><a class="dropdown-item" href="Kundenseite.aspx">Aufträge</a></li>
<li><hr class="dropdown-divider"></li> <li><hr class="dropdown-divider"></li>

11
Customers/Hauptseite.aspx Normal file
View File

@@ -0,0 +1,11 @@
<%@ Page Title="" Language="VB" MasterPageFile="~/Customers/Customers.master" AutoEventWireup="false" CodeFile="Hauptseite.aspx.vb" Inherits="Customers_Default" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<div style="height:/*140px*/15.069967707212056vh;"></div>
<h1>Hauptseite Kunden:</h1>
<asp:Label ID="Label2" runat="server" Text="Bereich: "></asp:Label>
<asp:Label ID="Label1" runat="server" Text="Mitarbeiter "></asp:Label>
</asp:Content>

View File

@@ -0,0 +1,5 @@

Partial Class Customers_Default
Inherits System.Web.UI.Page
End Class

View File

@@ -128,15 +128,8 @@
</asp:Content> </asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server"> <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<div style="height:/*20px*/2.1621621621621623vh;"></div> <div style="height:/*140px*/15.069967707212056vh;"></div>
<div style="height:/*20px*/2.1621621621621623vh;"></div>
<div style="height:/*20px*/2.1621621621621623vh;"></div>
<div style="height:/*20px*/2.1621621621621623vh;"></div>
<div style="height:/*20px*/2.1621621621621623vh;"></div>
<div style="height:/*20px*/2.1621621621621623vh;"></div>
<div style="height:/*20px*/2.1621621621621623vh;"></div>
<div style="height:/*20px*/2.1621621621621623vh;"></div>
<div style="height:/*20px*/2.1621621621621623vh;"></div>
<h5>Rechungen</h5> <h5>Rechungen</h5>