Hauptseite für Kunden erstellt
This commit is contained in:
@@ -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
11
Customers/Hauptseite.aspx
Normal 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>
|
||||||
|
|
||||||
5
Customers/Hauptseite.aspx.vb
Normal file
5
Customers/Hauptseite.aspx.vb
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
|
||||||
|
Partial Class Customers_Default
|
||||||
|
Inherits System.Web.UI.Page
|
||||||
|
|
||||||
|
End Class
|
||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user