Änderung deer Strings welche dynamisch erzuegt wurden auf allen Seiten

This commit is contained in:
ja
2021-11-24 15:39:16 +01:00
parent 53c7b5842a
commit 11ca404f9f
21 changed files with 189 additions and 195 deletions

View File

@@ -328,11 +328,11 @@
%>
<td style ="vertical-align:top;color:white">
<a class="footerHeader" style ="height:20px" href="index.aspx?menuID=<%= nav.id %>&lan=<%= laenderKuerzel %>"><%= nav.bezeichnung %></a><br />
<% If nav.subnavigation.Count>0 then %>
<a class="footerHeader" style ="height:20px" href="index.aspx?menuID=<%Response.Write(nav.id) %>&lan=<%Response.Write(laenderkuerzel) %>"><%Response.Write(nav.bezeichnung)%></a><br />
<% If nav.subnavigation.Count > 0 Then %>
<%For Each nav2 as cNavigation In nav.subnavigation%>
<a href="index.aspx?menuID=<%= nav2.id%>&lan=<%= laenderKuerzel %>"><%= nav2.bezeichnung %></a> <br />
<%For Each nav2 As cNavigation In nav.subnavigation%>
<a href="index.aspx?menuID=<%Response.Write(nav2.id)%>&lan=<%Response.Write(laenderkuerzel)%>"><%Response.Write(nav2.bezeichnung) %></a> <br />
<% Dim cells = 0
If nav2.subnavigation.Count>0 then
For Each nav3 As cNavigation In nav2.subnavigation
@@ -353,7 +353,7 @@
<% Next
End If%>
<%=DB.errorAusg %>
<%Response.Write(DB.errorAusg)%>
</tr>
</table>
</div>