svn path=/Website/trunk/; revision=824
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<%@ language = "JavaScript" %>
|
<%@ language = "JavaScript" %>
|
||||||
<% /*
|
<% /*
|
||||||
$Revision: 1 $
|
$Revision: 2 $
|
||||||
$Modtime: 21-01-10 21:29 $
|
$Modtime: 17-02-10 10:32 $
|
||||||
File: infobordvk.asp
|
File: infobordvk.asp
|
||||||
Description: A deeplink call to display information on the infobord
|
Description: A deeplink call to display information on the infobord
|
||||||
Parameters:
|
Parameters:
|
||||||
@@ -16,7 +16,6 @@
|
|||||||
Session("user_key") = 3;
|
Session("user_key") = 3;
|
||||||
%>
|
%>
|
||||||
|
|
||||||
<!-- #include file="../../../appl/Shared/username.inc" -->
|
|
||||||
<!-- #include file="../../../cust/install.inc" -->
|
<!-- #include file="../../../cust/install.inc" -->
|
||||||
<!-- #include file="../../../appl/Shared/funcodes.inc" -->
|
<!-- #include file="../../../appl/Shared/funcodes.inc" -->
|
||||||
<!-- #include file="../../../appl/Shared/date_sql.inc" -->
|
<!-- #include file="../../../appl/Shared/date_sql.inc" -->
|
||||||
@@ -62,7 +61,7 @@
|
|||||||
<% if (fac_usrrap_key == -1 || res_ruimte_key == -1 ) { %>
|
<% if (fac_usrrap_key == -1 || res_ruimte_key == -1 ) { %>
|
||||||
alert ("rapport of ruimte kan niet gevonden worden");
|
alert ("rapport of ruimte kan niet gevonden worden");
|
||||||
<% } else { %>
|
<% } 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);
|
window.navigate(s);
|
||||||
<% } %>
|
<% } %>
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<xsl:import href="../../../appl/shared/default.xsl"/>
|
<xsl:import href="../../../appl/shared/default.xsl"/>
|
||||||
<xsl:variable name="Rev">
|
<xsl:variable name="Rev">
|
||||||
<!-- Revision van deze cust.xsl -->
|
<!-- Revision van deze cust.xsl -->
|
||||||
<xsl:value-of select="substring(translate('$Revision: 2 $', '$ ', ''), 10)"/>
|
<xsl:value-of select="substring(translate('$Revision: 3 $', '$ ', ''), 10)"/>
|
||||||
</xsl:variable>
|
</xsl:variable>
|
||||||
|
|
||||||
<xsl:template match="rapport">
|
<xsl:template match="rapport">
|
||||||
@@ -83,7 +83,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr height="200">
|
<tr height="200">
|
||||||
<td style="padding-left:30">
|
<td style="padding-left:30">
|
||||||
<img width="600" src="../../cust/bofo/mpimages/bf_logo_ontwikkeling_RGB-kl.jpg"/>
|
<img width="600" src="../../cust/bofo/infobord/bf_logo_ontwikkeling_RGB-kl.jpg"/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<%@ language = "JavaScript" %>
|
<%@ language = "JavaScript" %>
|
||||||
<% /*
|
<% /*
|
||||||
$Revision: 1 $
|
$Revision: 2 $
|
||||||
$Modtime: 21-01-10 21:40 $
|
$Modtime: 17-02-10 10:30 $
|
||||||
File: infobord.asp
|
File: infobord.asp
|
||||||
Description: A deeplink call to display information on the infobord
|
Description: A deeplink call to display information on the infobord
|
||||||
Parameters:
|
Parameters:
|
||||||
@@ -16,7 +16,6 @@
|
|||||||
Session("user_key") = 3;
|
Session("user_key") = 3;
|
||||||
%>
|
%>
|
||||||
|
|
||||||
<!-- #include file="../../../Appl/Shared/username.inc" -->
|
|
||||||
<!-- #include file="../../../cust/install.inc" -->
|
<!-- #include file="../../../cust/install.inc" -->
|
||||||
<!-- #include file="../../../Appl/Shared/funcodes.inc" -->
|
<!-- #include file="../../../Appl/Shared/funcodes.inc" -->
|
||||||
<!-- #include file="../../../Appl/Shared/date_sql.inc" -->
|
<!-- #include file="../../../Appl/Shared/date_sql.inc" -->
|
||||||
@@ -65,7 +64,7 @@
|
|||||||
if ("<%=gebouw%>" != "leeg") {
|
if ("<%=gebouw%>" != "leeg") {
|
||||||
where = "&sqlWhere=alg_gebouw_key%3d<%=alg_gebouw_key%>";
|
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);
|
window.navigate(s);
|
||||||
<% } %>
|
<% } %>
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user