This commit is contained in:
ja
2021-09-02 16:59:38 +02:00
parent 406bd7623d
commit 99efa337ce
4 changed files with 63 additions and 60 deletions

View File

@@ -218,7 +218,6 @@
<!-- </ul>--> <!-- </ul>-->
</li> </li>
<li> <li>
<li>
<!-- <a href="#RechnungenSubmenu1" data-toggle="collapse" aria-expanded="false" class="dropdown-toggle">Rechnungen</a> <!-- <a href="#RechnungenSubmenu1" data-toggle="collapse" aria-expanded="false" class="dropdown-toggle">Rechnungen</a>
<ul style="list-style: none;"class="collapse list-unstyled" id="RechnungenSubmenu1"> <ul style="list-style: none;"class="collapse list-unstyled" id="RechnungenSubmenu1">
<span class="navbar-toggler-icon"></span>--> <span class="navbar-toggler-icon"></span>-->
@@ -229,7 +228,6 @@
<%End If %> <%End If %>
<!-- </ul>--> <!-- </ul>-->
</li> </li>
</li>
<li> <li>
<!-- <a href="#RechnungenSubmenu1" data-toggle="collapse" aria-expanded="false" class="dropdown-toggle">Rechnungen</a> <!-- <a href="#RechnungenSubmenu1" data-toggle="collapse" aria-expanded="false" class="dropdown-toggle">Rechnungen</a>
<ul style="list-style: none;"class="collapse list-unstyled" id="RechnungenSubmenu1"> <ul style="list-style: none;"class="collapse list-unstyled" id="RechnungenSubmenu1">
@@ -260,7 +258,6 @@
<li> <button type="button" onclick="LogoutButton_Click" style="text-decoration: none;background-color:#fff;color:#043381;text-align:left;border:none;font-size:16px;"><img src="../images/Icons/main/Logout.svg.png"; style="width:20px; height:20px;color:#043381;background-color:#fff; margin-right:6px;"/>Logout</button> </li> <li> <button type="button" onclick="LogoutButton_Click" style="text-decoration: none;background-color:#fff;color:#043381;text-align:left;border:none;font-size:16px;"><img src="../images/Icons/main/Logout.svg.png"; style="width:20px; height:20px;color:#043381;background-color:#fff; margin-right:6px;"/>Logout</button> </li>
</ul> </ul>
</li> </li>
</ul> </ul>
</div></nav> </div></nav>
<!-- Page Content --> <!-- Page Content -->
@@ -286,7 +283,7 @@
<ul style="list-style:unset;border:2.3px ridge #043381;text-align:start"> <ul style="list-style:unset;border:2.3px ridge #043381;text-align:start">
<li> Name: <%=Me.Page.User.Identity.Name %></li> <li> Name: <%=Me.Page.User.Identity.Name %></li>
<li> Registriert seit: 15/02/2021</li> <li> Registriert seit: 15/02/2021</li>
<li> Die Berechtigungen im Überblick </li> <li> Die Berechtigungen im Überblick:</li>
<ul> <ul>
<%'Dim berecht As Boolean <%'Dim berecht As Boolean
'Dim imgpath2 As String = "" 'Dim imgpath2 As String = ""

View File

@@ -279,7 +279,7 @@ ContentPlaceHolder1 {
color: #043381; color: #043381;
position: absolute; position: absolute;
right: 7%; right: 7%;
top: 8%; top: -5%;
z-index: 1031; z-index: 1031;
} }
#dropdownmenueuser { #dropdownmenueuser {
@@ -394,7 +394,7 @@ ContentPlaceHolder1 {
#dropdownmenuecont { #dropdownmenuecont {
position: absolute; position: absolute;
top: 20px; top: 20px;
right: -852px; right: -952px;
height:75px; height:75px;
} }
@@ -404,8 +404,9 @@ ContentPlaceHolder1 {
border: none; border: none;
z-index: 1031; z-index: 1031;
position: absolute; position: absolute;
top:-28px; height:52px;
right:-852px; top:-50px;
right:-952px;
} }
#langdropdown{ #langdropdown{
height:auto; height:auto;
@@ -437,48 +438,6 @@ ContentPlaceHolder1 {
background-image: linear-gradient(to right, #003680, #0055cc); background-image: linear-gradient(to right, #003680, #0055cc);
color: #fff; color: #fff;
} }
#ButtonDeutschLangPicker {
text-align: left;
background-color: #fff;
color: #043381;
text-decoration: none;
width:max-content;
}
#ButtonTürkeiLangPicker {
text-align: left;
background-color: #fff;
color: #043381;
text-decoration: none;
width: max-content;
}
#ButtonEnglischLangPicker {
text-align: left;
background-color: #fff;
color: #043381;
text-decoration: none;
width: max-content;
}
#ButtonSerbischLangPicker {
text-align: left;
background-color: #fff;
color: #043381;
text-decoration: none;
width: max-content;
}
#ButtonSerbischZweiLangPicker {
text-align: left;
background-color: #fff;
color: #043381;
text-decoration: none;
width: max-content;
}
#ButtonBulgariaLangPicker {
text-align: left;
background-color: #fff;
color: #043381;
text-decoration: none;
width: max-content;
}
#dropbtnlang { #dropbtnlang {
margin-right: -39%; margin-right: -39%;
margin-top: 5%; margin-top: 5%;

View File

@@ -55,3 +55,51 @@ btn btn-primary btn-sm {
margin-left: 645px; margin-left: 645px;
} }
} }
#ButtonDeutschLangPicker {
text-align: left;
background-color: #fff;
color: #043381;
text-decoration: none;
width: max-content;
}
#ButtonTürkeiLangPicker {
text-align: left;
background-color: #fff;
color: #043381;
text-decoration: none;
width: max-content;
}
#ButtonEnglischLangPicker {
text-align: left;
background-color: #fff;
color: #043381;
text-decoration: none;
width: max-content;
}
#ButtonSerbischLangPicker {
text-align: left;
background-color: #fff;
color: #043381;
text-decoration: none;
width: max-content;
}
#ButtonSerbischZweiLangPicker {
text-align: left;
background-color: #fff;
color: #043381;
text-decoration: none;
width: max-content;
}
#ButtonBulgariaLangPicker {
text-align: left;
background-color: #fff;
color: #043381;
text-decoration: none;
width: max-content;
}

View File

@@ -158,7 +158,6 @@
Dim navigation_footer As List(Of cNavigation) = DB.qry_menu_tags(laenderkuerzel) Dim navigation_footer As List(Of cNavigation) = DB.qry_menu_tags(laenderkuerzel)
Dim nameproj As String = "" Dim nameproj As String = ""
nameproj = "newpageJulius_Sidebar.aspx" nameproj = "newpageJulius_Sidebar.aspx"
If laenderkuerzel Is Nothing Then If laenderkuerzel Is Nothing Then
laenderkuerzel = "de" laenderkuerzel = "de"
Else Else
@@ -467,12 +466,12 @@
Dim stringBG = "&nbsp BG" Dim stringBG = "&nbsp BG"
Dim stringTR = "&nbsp TR"%> Dim stringTR = "&nbsp TR"%>
<!--<a id="ButtonOesterreichLangPicker" class="btn btn-primary btn-sm" onclick="changeflag(A)" href="<%'= navParent%>?menuID=<%'= curentMenuId %>&lan=de"><img src="<%'= imgPath%>images/flags/flagge_A.gif" <%' If laenderkuerzel = "de" Then Response.Write("style='border:1px solid #000'")%> /> DE</a>--> <!--<a id="ButtonOesterreichLangPicker" class="btn btn-primary btn-sm" onclick="changeflag(A)" href="<%'= navParent%>?menuID=<%'= curentMenuId %>&lan=de"><img src="<%'= imgPath%>images/flags/flagge_A.gif" <%' If laenderkuerzel = "de" Then Response.Write("style='border:1px solid #000'")%> /> DE</a>-->
<a id="ButtonDeutschLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan2=DE&lan3=0" style="background-color:#fff;color:#043381;text-decoration: none;" ><img src="<%= imgPath%>images/flags/flagge_DE_AT_big.gif"; width="20"; <% If laenderkuerzel = "de" Then Response.Write("style='border:1px solid #000'")%>/><%=stringDE%></a> <a id="ButtonDeutschLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan2=DE&lan3=0"><img src="<%= imgPath%>images/flags/flagge_DE_AT_big.gif"; width="20"; <% If laenderkuerzel = "de" Then Response.Write("style='border:1px solid #000'")%>/><%=stringDE%></a>
<a id="ButtonTürkeiLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan2=TR&lan3=0" style="background-color:#fff;color:#043381;text-decoration: none;"><img src="<%= imgPath%>images/flags/flagge_TR_big.gif"; width="20"; <% If laenderkuerzel = "yu" Then Response.Write("style='border:1px solid #000'")%>/><%=stringTR%></a> <a id="ButtonTürkeiLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan2=TR&lan3=0" <img src="<%= imgPath%>images/flags/flagge_TR_big.gif"; width="20"; <% If laenderkuerzel = "yu" Then Response.Write("style='border:1px solid #000'")%>/><%=stringTR%></a>
<a id="ButtonEnglischLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan2=EN&lan3=0" style="background-color:#fff;color:#043381;text-decoration: none;"><img src="<%= imgPath%>images/flags/flagge_GB_big.gif"; width="20"; <% If laenderkuerzel = "en" Then Response.Write("style='border:1px solid #000'")%>/><%=stringEN%></a> <a id="ButtonEnglischLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan2=EN&lan3=0" <img src="<%= imgPath%>images/flags/flagge_GB_big.gif"; width="20"; <% If laenderkuerzel = "en" Then Response.Write("style='border:1px solid #000'")%>/><%=stringEN%></a>
<a id="ButtonSerbischLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan2=SRB&lan3=0" style="background-color:#fff;color:#043381;text-decoration: none;"><img src="<%= imgPath%>images/flags/flagge_BIH_big.gif"; width="20"; <% If laenderkuerzel = "yu" Then Response.Write("style='border:1px solid #000'")%> /><%=stringBIH%></a> <a id="ButtonSerbischLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan2=SRB&lan3=0"><img src="<%= imgPath%>images/flags/flagge_BIH_big.gif"; width="20"; <% If laenderkuerzel = "yu" Then Response.Write("style='border:1px solid #000'")%> /><%=stringBIH%></a>
<a id="ButtonSerbischZweiLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan2=SRB&lan3=1" style="background-color:#fff;color:#043381;text-decoration: none;"><img src="<%= imgPath%>images/flags/flagge_SM_big.gif"; width="20"; <% If laenderkuerzel = "yu" Then Response.Write("style='border:1px solid #000'")%> /><%=stringSRB%></a> <a id="ButtonSerbischZweiLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan2=SRB&lan3=1"><img src="<%= imgPath%>images/flags/flagge_SM_big.gif"; width="20"; <% If laenderkuerzel = "yu" Then Response.Write("style='border:1px solid #000'")%> /><%=stringSRB%></a>
<a id="ButtonBulgariaLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan2=BG&lan3=0" style="background-color:#fff;color:#043381;text-decoration: none;"><img src="<%= imgPath%>images/flags/flagge_BG_big.gif"; width="20"; <% If laenderkuerzel = "bg" Then Response.Write("style='border:1px solid #000'")%>/><%=stringBG%></a> <a id="ButtonBulgariaLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan2=BG&lan3=0"><img src="<%= imgPath%>images/flags/flagge_BG_big.gif"; width="20"; <% If laenderkuerzel = "bg" Then Response.Write("style='border:1px solid #000'")%>/><%=stringBG%></a>
</div> </div>
</div> </div>
</li> </li>