diff --git a/CUST/BOFO/infobord/infobordvk.asp b/CUST/BOFO/infobord/infobordvk.asp index 0451009590..21359874b9 100644 --- a/CUST/BOFO/infobord/infobordvk.asp +++ b/CUST/BOFO/infobord/infobordvk.asp @@ -1,7 +1,7 @@ <%@ language = "JavaScript" %> <% /* - $Revision: 1 $ - $Modtime: 21-01-10 21:29 $ + $Revision: 2 $ + $Modtime: 17-02-10 10:32 $ File: infobordvk.asp Description: A deeplink call to display information on the infobord Parameters: @@ -16,7 +16,6 @@ Session("user_key") = 3; %> - @@ -62,7 +61,7 @@ <% if (fac_usrrap_key == -1 || res_ruimte_key == -1 ) { %> alert ("rapport of ruimte kan niet gevonden worden"); <% } else { %> - var s = "../../../Appl/usrreport/infobord.asp?rap_key=<%=fac_usrrap_key%>&sqlWhere=res_ruimte_key%3d<%=res_ruimte_key%>&refreshrate=<%=refreshrate%>"; + var s = "../../../Appl/FAC/fac_usrrap_infobord.asp?rap_key=<%=fac_usrrap_key%>&sqlWhere=res_ruimte_key%3d<%=res_ruimte_key%>&refreshrate=<%=refreshrate%>"; window.navigate(s); <% } %> } diff --git a/CUST/BOFO/xsl/cust.xsl b/CUST/BOFO/xsl/cust.xsl index e62de2690b..9602bcdfa0 100644 --- a/CUST/BOFO/xsl/cust.xsl +++ b/CUST/BOFO/xsl/cust.xsl @@ -3,7 +3,7 @@ - + @@ -83,7 +83,7 @@ - + diff --git a/CUST/HSUM/infobord/infobord.asp b/CUST/HSUM/infobord/infobord.asp index 327db2385d..48c82dd150 100644 --- a/CUST/HSUM/infobord/infobord.asp +++ b/CUST/HSUM/infobord/infobord.asp @@ -1,7 +1,7 @@ <%@ language = "JavaScript" %> <% /* - $Revision: 1 $ - $Modtime: 21-01-10 21:40 $ + $Revision: 2 $ + $Modtime: 17-02-10 10:30 $ File: infobord.asp Description: A deeplink call to display information on the infobord Parameters: @@ -16,7 +16,6 @@ Session("user_key") = 3; %> - @@ -65,7 +64,7 @@ if ("<%=gebouw%>" != "leeg") { where = "&sqlWhere=alg_gebouw_key%3d<%=alg_gebouw_key%>"; } - var s = "../../../usrreport/infobord.asp?rap_key=<%=fac_usrrap_key%>"+where+"&refreshrate=<%=refreshrate%>"; + var s = "../../../appl/fac/fac_usrrap_infobord.asp?rap_key=<%=fac_usrrap_key%>"+where+"&refreshrate=<%=refreshrate%>"; window.navigate(s); <% } %> }