Versuch des Contentauslagerns des Menues aber fehlschlag
This commit is contained in:
@@ -216,6 +216,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%;
|
||||
}
|
||||
@@ -445,16 +454,9 @@
|
||||
<asp:LoginName ID="LoginName4" runat="server" />
|
||||
</a>
|
||||
|
||||
<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>
|
||||
|
||||
<div class="collapse" id="collapseExample">
|
||||
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div></nav>
|
||||
@@ -470,16 +472,22 @@
|
||||
</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;">
|
||||
<li> Name: <%=Me.Page.User.Identity.Name %></li>
|
||||
<li> Registriert seit: 15/02/2021</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container-fluid">
|
||||
<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>
|
||||
</div>
|
||||
@@ -499,15 +507,15 @@
|
||||
<ul class="nav nav-pills">
|
||||
<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>
|
||||
<ul class="dropdown-menu">
|
||||
<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>
|
||||
|
||||
|
||||
<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>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="offcanvas offcanvas-end" data-bs-scroll="true" tabindex="-1" id="offcanvasWithBothOptions" aria-labelledby="offcanvasWithBothOptionsLabel">
|
||||
@@ -598,16 +606,20 @@
|
||||
</div>
|
||||
</div>
|
||||
<div style="padding-right:240px;">
|
||||
<ul class="nav nav-pills">
|
||||
<ul class="nav nav-pills">
|
||||
<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>
|
||||
<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>
|
||||
<ul class="dropdown-menu">
|
||||
<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>
|
||||
|
||||
<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>
|
||||
<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>
|
||||
|
||||
</div></nav></div>
|
||||
<div style="margin-left:5px;margin-right:5px">
|
||||
<div style="height:95px;"></div>
|
||||
<form id="leftLinks" runat="server" style="float:initial">
|
||||
|
||||
Reference in New Issue
Block a user