Versuch des Contentauslagerns des Menues aber fehlschlag
This commit is contained in:
@@ -81,7 +81,6 @@
|
||||
<h1>Kundencenter</h1>
|
||||
<div id="line" style="width: 92%;"></div>
|
||||
<br/>
|
||||
|
||||
<h3>Hier finden Sie Informationen zu den aktuell an der Grenze stehenden LKWs.</h3>
|
||||
|
||||
<%Try
|
||||
|
||||
@@ -215,6 +215,15 @@
|
||||
}
|
||||
.modal-header{
|
||||
width:40%;
|
||||
}
|
||||
.modal-body{
|
||||
/* background-color:#043381;*/
|
||||
background-color: #fff;
|
||||
color:#043381;
|
||||
}
|
||||
.modal-header{
|
||||
background-image: linear-gradient(to right, #003680 , #0055cc);
|
||||
color:#fff;
|
||||
}
|
||||
.modal-footer{
|
||||
width:40%;
|
||||
@@ -447,14 +456,7 @@
|
||||
|
||||
<div class="collapse" id="collapseExample">
|
||||
|
||||
<ul style="list-style: none;">
|
||||
<li><button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#exampleModal" style="background-color:#fff; color:#043381;" >Profil editieren</button></li>
|
||||
|
||||
<li><button type="button" class="btn btn-primary" style="background-color:#fff;color:#043381"><img src="../images/Icons/main/Logout.svg" style="width:20px; height:20px"/>Logout</button></li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
</div></nav>
|
||||
@@ -470,15 +472,21 @@
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div class="container-fluid" >
|
||||
|
||||
<asp:Image ID="Image1" runat="server" ImageUrl="~/images/samples/default-avatar.jpg"/>
|
||||
<div class="container-fluid">
|
||||
<ul style="list-style:unset;">
|
||||
<div class="row">
|
||||
<div class="col-sm-6">
|
||||
<asp:Image ID="Image1" runat="server" ImageUrl="~/images/samples/default-avatar.jpg"/>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<ul style="list-style:unset;border:2.3px ridge #043381">
|
||||
<li> Name: <%=Me.Page.User.Identity.Name %></li>
|
||||
<li> Registriert seit: 15/02/2021</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" id="butclose" class="btn btn-secondary" style="background-color:#043381;color:#fff" data-bs-dismiss="modal">Close</button>
|
||||
@@ -500,14 +508,14 @@
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-expanded="false"><asp:LoginName ID="LoginName2" runat="server" /></a>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a class="dropdown-item" href="#">Test</a>
|
||||
<li><a class="dropdown-item" href="#">Profil bearbeiten</a>
|
||||
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#exampleModal" style="background-color:#fff"><img src="../images/samples/default-avatar.jpg"; width="80"; /></button>
|
||||
</li>
|
||||
<div class="dropdown-divider"></div>
|
||||
<li><button type="button" class="btn btn-primary" style="background-color:#fff"><img src="../images/Icons/main/Logout.svg"; style="width:20px; height:20px" />Logout</button></li>
|
||||
</ul></ul>
|
||||
|
||||
</ul>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="offcanvas offcanvas-end" data-bs-scroll="true" tabindex="-1" id="offcanvasWithBothOptions" aria-labelledby="offcanvasWithBothOptionsLabel">
|
||||
@@ -602,12 +610,16 @@
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-expanded="false"><asp:LoginName ID="LoginName1" runat="server" /></a>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a class="dropdown-item" href="Login_Edit_User.aspx">Profil bearbeiten</a>
|
||||
<li><a class="dropdown-item" href="#">Profil bearbeiten</a>
|
||||
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#exampleModal" style="background-color:#fff"><img src="../images/samples/default-avatar.jpg"; width="80"; /></button>
|
||||
</li>
|
||||
<div class="dropdown-divider"></div>
|
||||
<li><button type="button" class="btn btn-primary" style="background-color:#fff"><img src="../images/Icons/main/Logout.svg"; style="width:20px; height:20px" />Logout</button></li>
|
||||
|
||||
<li> <button type="button" class="btn btn-primary" style="background-color:#043381;color:#fff"><img src="../images/Icons/main/Logout.svg" style="width:20px; height:20px"/>Logout</button></li>
|
||||
</ul></ul></div></nav></div>
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
</div></nav></div>
|
||||
<div style="margin-left:5px;margin-right:5px">
|
||||
<div style="height:95px;"></div>
|
||||
<form id="leftLinks" runat="server" style="float:initial">
|
||||
|
||||
17
Customers/Default.aspx
Normal file
17
Customers/Default.aspx
Normal file
@@ -0,0 +1,17 @@
|
||||
<%@ Page Title="" Language="VB" MasterPageFile="~/Customers/Customers.master" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="Customers_Default" %>
|
||||
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder2" Runat="Server">
|
||||
</asp:Content>
|
||||
<asp:Content ID="Content2" ContentPlaceHolderID="head" Runat="Server">
|
||||
</asp:Content>
|
||||
<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder3" Runat="Server">
|
||||
|
||||
</asp:Content>
|
||||
<asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
|
||||
<li><a class="dropdown-item" href="#">Profil bearbeiten</a>
|
||||
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#exampleModal" style="background-color:#fff"><img src="../images/samples/default-avatar.jpg"; width="80"; /></button>
|
||||
</li>
|
||||
<div class="dropdown-divider"></div>
|
||||
<li><button type="button" class="btn btn-primary" style="background-color:#fff"><img src="../images/Icons/main/Logout.svg"; style="width:20px; height:20px" />Logout</button></li>
|
||||
</asp:Content>
|
||||
|
||||
5
Customers/Default.aspx.vb
Normal file
5
Customers/Default.aspx.vb
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
Partial Class Customers_Default
|
||||
Inherits System.Web.UI.Page
|
||||
|
||||
End Class
|
||||
Reference in New Issue
Block a user