Neuer User edit bereich und ausgelagerte CSS sowie neuschreiben der Menüleistenbuttons zur Sprachwahl sowie zur Userwahl

This commit is contained in:
ja
2021-09-01 16:50:31 +02:00
parent 05dafda805
commit ec5fc4ff1a

View File

@@ -287,12 +287,16 @@
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<div class="container-fluid">
<div class="container-fluid"><center>
<div class="row">
<div class="col-sm-6">
<asp:Image ID="Image1" runat="server" ImageUrl="~/images/samples/default-avatar.jpg"/>
<ul style="list-style:unset;border:2.3px solid #043381">
<li>Profilbild:</li>
</ul>
<center><asp:Image ID="Image1" runat="server" ImageUrl="~/images/samples/default-avatar.jpg" width="130" Height="130"/></center>
</div>
<div class="col-sm-4">
<div class="col-sm-5">
<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>
@@ -304,7 +308,7 @@
</ul>
</ul>
</div>
</div>
</div></center>
</div>
</div>
<div class="modal-footer">
@@ -447,9 +451,9 @@
</div>
</div>
<div style="width:160px;"></div>
<div class="dropdown" style="background-color:#fff; color:#043381;margin-right:-37%;margin-top:-2%">
<button class="dropbtn" style="margin-right:-37%;margin-top:2%"><center><img id="myImage" src="../<%=flagpath%>" style="border:1px solid #fff;width:32px; justify-items:center;" alt="Logo Schriftzug: Verag Spedition AG Blaue Schrift: Verag Spedition Graue Schrift: AG" /></center></button>
<div class="dropdown-content" style="margin-right:37%;margin-top:2%">
<div class="dropdown" style="background-color:#fff; color:#043381; position:absolute;right:15%;top:12%">
<button class="dropbtn" style="margin-right:-39%;margin-top:2%"><center><img id="myImage" src="../<%=flagpath%>" style="border:1px solid #fff;width:32px; justify-items:center;" alt="Logo Schriftzug: Verag Spedition AG Blaue Schrift: Verag Spedition Graue Schrift: AG" /></center></button>
<div class="dropdown-content" style="margin-right:39%;margin-top:2%">
<% Dim stringDE = "&nbsp DE"
Dim stringEN = "&nbsp EN"
Dim stringBIH = "&nbsp BIH"