Änderunegn
This commit is contained in:
@@ -11,27 +11,71 @@
|
||||
|
||||
<!-- Bootstrap CSS -->
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"/>
|
||||
<link rel="stylesheet" href="https://unpkg.com/bootstrap-table@1.18.3/dist/bootstrap-table.min.css"/>
|
||||
<!-- Bootstrap CSS -->
|
||||
|
||||
<link rel="stylesheet" href="https://unpkg.com/bootstrap-table@1.18.3/dist/bootstrap-table.min.css"/> <!-- Bootstrap CSS -->
|
||||
|
||||
<link rel="stylesheet" href="https://unpkg.com/bootstrap-table@1.18.3/dist/bootstrap-table.min.css"/>
|
||||
|
||||
<%@ import Namespace="MySql.Data.MySqlClient" %>
|
||||
|
||||
|
||||
<style>
|
||||
#ImageButton1{
|
||||
width:50px;
|
||||
height:50px;
|
||||
textcontent1{
|
||||
font-size:/*18px*/0.7377049180327869vw;
|
||||
}
|
||||
@media (min-width: 575px) {
|
||||
.modal-dialog modal-dialog-scrollable{
|
||||
width:850px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 575px) {
|
||||
.modal-dialog modal-dialog-scrollable{
|
||||
width:250px;
|
||||
overflow-x:auto;
|
||||
}
|
||||
#exampleModalLabel{
|
||||
font-size:12px;
|
||||
}
|
||||
#Image1{
|
||||
width:40px;
|
||||
height:40px;
|
||||
}
|
||||
#butclose{
|
||||
transform:translateX(-50%);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" href="../css/navbarsidebar2.css" type="text/css" />
|
||||
</asp:Content>
|
||||
<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
|
||||
<div class="flex-fill">
|
||||
|
||||
Userwerwaltung für: <asp:LoginName ID="LoginName1" runat="server" />
|
||||
|
||||
<asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/images/samples/default-avatar.jpg"/>
|
||||
</div>
|
||||
<div class="flex-fill">
|
||||
<div id="textcontent1">
|
||||
Userverwaltung für:
|
||||
</div>
|
||||
<p>
|
||||
<asp:LoginName ID="LoginName1" runat="server" />
|
||||
<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>
|
||||
</p>
|
||||
<!-- Mdoal -->
|
||||
<div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel">
|
||||
<div class="modal-dialog modal-dialog-scrollable" style="min-width: 850px; min-height: 800px; overflow: hidden; place-self:center">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h5 class="modal-title" id="exampleModalLabel">Profilbild:</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div class="container-fluid" >
|
||||
<center>
|
||||
<p><asp:Image ID="Image1" runat="server" ImageUrl="~/images/samples/default-avatar.jpg"/> </p>
|
||||
</center>
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" id="butclose" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</asp:Content>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user