82 lines
4.3 KiB
Plaintext
82 lines
4.3 KiB
Plaintext
<%@ Page Title="" Language="VB" MasterPageFile="~/Customers/Customers.master" AutoEventWireup="false" CodeFile="Login_Edit_User.aspx.vb" Inherits="Customers_Default" %>
|
|
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder2" Runat="Server">
|
|
</asp:Content>
|
|
<asp:Content ID="Content2" ContentPlaceHolderID="head" Runat="Server">
|
|
<!-- Bootstrap -->
|
|
<html lang="en"></html>
|
|
<!-- Required meta tags -->
|
|
<meta charset="utf-8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" title="Verag Spedition AG AvisoTV Flex"/>
|
|
|
|
<!-- 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"/>
|
|
|
|
<%@ import Namespace="MySql.Data.MySqlClient" %>
|
|
|
|
<style>
|
|
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">
|
|
<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>
|
|
|