Änderungen an Userseiten und Erstellung von Login-Panels
This commit is contained in:
@@ -113,9 +113,9 @@
|
||||
</script>
|
||||
|
||||
<!-- Scroll Script-->
|
||||
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="../css/navbarsidebar2.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../css/StyleSheetWebsiteNew.css"/>
|
||||
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="../css/StyleSheetWebsiteNew.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../css/navbarsidebar2.css"/>
|
||||
<script type="text/javascript" src="../js/languageupdatescript.js"></script>
|
||||
|
||||
<!--Hover Info -->
|
||||
@@ -164,9 +164,7 @@
|
||||
ContentPlaceHolder1{
|
||||
width:1725px;
|
||||
}
|
||||
#sidebarCollapse{
|
||||
margin-left:-250px;
|
||||
}
|
||||
|
||||
@media (max-width: 575px){
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
@@ -182,21 +180,7 @@
|
||||
width:17.621145374449338vw;
|
||||
color:#043381;
|
||||
background-color:#fff;
|
||||
}
|
||||
#sidebar{
|
||||
min-width: 250px;
|
||||
max-width: 250px;
|
||||
min-height: 100vh;
|
||||
|
||||
background-color: #fff;
|
||||
color: #043381;
|
||||
}
|
||||
#sidebar.active {
|
||||
margin-left: 0;
|
||||
}
|
||||
#sidebar.active {
|
||||
margin-left: -250px;
|
||||
}
|
||||
}
|
||||
}
|
||||
@media (min-width: 575px) {
|
||||
#offcanvasWithBothOptions {
|
||||
@@ -247,9 +231,7 @@
|
||||
background-color:#fff;
|
||||
max-width:250px;
|
||||
}
|
||||
a[data-toggle="collapse"] {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
||||
.dropdown-toggle::after {
|
||||
display: block;
|
||||
@@ -330,7 +312,7 @@
|
||||
<a class="navbar-brand" href="../newpageJulius_Sidebar.aspx"><img src="../images/Logo_small.png" width="175" height="35" alt="Logo VERAG Spedition AG" data-toggle="tooltip" data-placement="top" title="https://www.verag.ag"/></a>
|
||||
</div>
|
||||
|
||||
<ul class="collapse list-unstyled">
|
||||
<ul class="list-unstyled components">
|
||||
<p style="font-size:medium;font-weight:600;" data-toggle="tooltip" data-placement="right" title="Durchklicken und mehr über uns erfahren!">VERAG Hauptmenü:</p>
|
||||
<li class="active">
|
||||
<li>
|
||||
@@ -388,7 +370,7 @@
|
||||
<div id="content">
|
||||
<div class="d-md-none">
|
||||
<nav class="navbar navbar-expand-lg navbar-light bg-light justify-content-md-center flex-nowrap">
|
||||
<button type="button" id="sidebarCollapse1" class="btn btn-info" style="background-color:#fff; color:#043381;">
|
||||
<button type="button" id="sidebarCollapse" class="btn btn-info" style="background-color:#fff; color:#043381;">
|
||||
<div class="align-self: center"></div>
|
||||
<span><img src="../images/Icons/main/menu veragblau.svg" style="width:initial;height:initial;" alt="Hamburger Menu Stripes in Verag Blue" data-toggle="tooltip" data-placement="top" title="Zeigt das Menü an."></span>
|
||||
</button>
|
||||
@@ -486,6 +468,26 @@
|
||||
</div>-->
|
||||
</div>
|
||||
</div>
|
||||
<div style="padding-right:240px;">
|
||||
<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">
|
||||
<div class="col-2">
|
||||
<li> <iframe id="frame1" src="LoggedinUserPanel.aspx" runat="server" seamless="seamless" style="width:266px;height:219px;overflow:no-content;background-image:none;" scrolling="no"/>Accountverwaltung</li>
|
||||
|
||||
<li><a class="dropdown-item" href="#">Another action</a></li>
|
||||
</div>
|
||||
<div class="col-2">
|
||||
<img src="../images/samples/default-avatar.jpg" style="width:40px;height:40px;" alt="Avatar Picture sample" data-toggle="tooltip" data-placement="top" title="Upload Photo.">
|
||||
</div>
|
||||
</ul>
|
||||
|
||||
</li> </ul></div>
|
||||
</asp:LoginView>
|
||||
</nav>
|
||||
</div>
|
||||
<form id="form1" runat="server">
|
||||
|
||||
Reference in New Issue
Block a user