FCLT#90168 absolute paden gebruiken zodat de 'home'-knoppen ook werken vanuit een /appl/marx/bestand.asp

svn path=/Website/branches/v2025.3/; revision=70904
This commit is contained in:
2025-11-12 09:32:30 +00:00
parent aa0ab997bf
commit 59d396a9fa

View File

@@ -287,9 +287,9 @@ function FOOTER(params)
} %>
<footer class="fixed-bottom page-footer">
<a href="Facilitor.asp" class="tappable"><%=I("fa-home fa-xl")%></a>
<a href="fac_list.asp" class="tappable"><%=I("fa-ballot-check fa-xl")%></a>
<a href="message_list.asp" class="tappable"<%=berichten ? ' data-badge="' + berichten + '"' : ''%>>
<a href="<%=rooturl%>/appl/pda/Facilitor.asp" class="tappable"><%=I("fa-home fa-xl")%></a>
<a href="<%=rooturl%>/appl/pda/fac_list.asp" class="tappable"><%=I("fa-ballot-check fa-xl")%></a>
<a href="<%=rooturl%>/appl/pda/message_list.asp" class="tappable"<%=berichten ? ' data-badge="' + berichten + '"' : ''%>>
<%=I("fa-bell fa-xl")%>
<span class="fclt-noti-badge badge rounded-pill bg-danger"><%=berichten%></span>
</a>
@@ -313,7 +313,7 @@ function FOOTER(params)
last_msg_oRs.Close();
}
oRs.Close();
%> <a href="berichten.asp" class="tappable"<%=new_msg ? ' data-badge="!"' : ''%>><%=I("fa-circle-y fa-xl")%></a>
%> <a href="<%=rooturl%>/appl/pda/berichten.asp" class="tappable"<%=new_msg ? ' data-badge="!"' : ''%>><%=I("fa-circle-y fa-xl")%></a>
<% } %>
<%=DROPDOWN(hamburger_actions)%>
</footer>