Navbar Hauptseite newpageJulius_Sidebar.aspx Language Button an richtiger Stelle in Navbar.
This commit is contained in:
@@ -13,11 +13,10 @@ Public Class cDBFunctions
|
||||
' cn.ConnectionString = "Server=db593295684.db.1and1.com;Database=db593295684;Uid=dbo593295684;Pwd=atilla#2;"
|
||||
If HttpContext.Current.Request.ServerVariables("SERVER_NAME") = "localhost" Then
|
||||
cn.ConnectionString = "Server=FMZOLL\SQLFMZOLL;Database=VERAG_HOMEPAGE;Uid=sa;Pwd=BmWr501956"
|
||||
'Else
|
||||
Else
|
||||
cn.ConnectionString = "Server=FMZOLL\SQLFMZOLL;Database=VERAG_HOMEPAGE;Uid=sa;Pwd=BmWr501956"
|
||||
' cn.ConnectionString = "Server=db593295684.db.1and1.com;Database=db593295684;Uid=dbo593295684;Pwd=atilla#2;"
|
||||
End If
|
||||
|
||||
|
||||
cn.Open()
|
||||
Return cn
|
||||
End Function
|
||||
|
||||
@@ -148,7 +148,7 @@
|
||||
For Each nav As cNavigation In navigation
|
||||
%>
|
||||
<li Class="nav-item dropdown">
|
||||
<a Class="nav-link dropdown-toggle" href="<%= navParent%>?menuID=<%= nav.id %>&lan=<%= laenderKuerzel %>" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
<a Class="nav-link dropdown-toggle" href="<%= navParent%>?menuID=<%= nav.id %>&lan=<%= laenderKuerzel %>" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" style="background-color:#fff; color:#043381;">
|
||||
<%= IIf(nav.bezeichnung <> "", nav.bezeichnung, "XXX") %>
|
||||
</a>
|
||||
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
|
||||
|
||||
@@ -748,9 +748,9 @@
|
||||
|
||||
For Each nav As cNavigation In navigation
|
||||
%>
|
||||
|
||||
<div style="display:flex;">
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link dropdown-toggle" href="<%= navParent%>?menuID=<%= nav.id %>&lan=<%= laenderKuerzel %>" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
<a class="nav-link dropdown-toggle" href="<%= navParent%>?menuID=<%= nav.id %>&lan=<%= laenderKuerzel %>" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" style="background-color:#fff; color:#043381;">
|
||||
<%= IIf(nav.bezeichnung <> "", nav.bezeichnung, "XXX") %>
|
||||
</a>
|
||||
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
|
||||
@@ -798,7 +798,7 @@
|
||||
End If%>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</li></div>
|
||||
<%
|
||||
Next
|
||||
%>
|
||||
@@ -811,7 +811,7 @@
|
||||
</li>
|
||||
<li>
|
||||
<div Class="dropdown" style="background-color:#fff">
|
||||
<button class="dropbtn"> <center><img id="myImage" src="<%=flagpath%>" style="border:1px solid #fff;width:30px; background-color:#fff;color:#043381;" /></center></button>
|
||||
<button class="dropbtn" style="background-color:#fff;color:#043381;"> <img id="myImage" src="<%=flagpath%>" style="border:1px solid #fff;width:30px; justify-items:center"/></button>
|
||||
<div class="dropdown-content">
|
||||
<% Dim stringDE = "  DE"
|
||||
Dim stringEN = "  EN"
|
||||
|
||||
Reference in New Issue
Block a user