svn path=/Website/trunk/; revision=14
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<%@language = "javascript" %>
|
||||
<%
|
||||
/* $Revision: 1 $
|
||||
$Modtime: 30-09-09 15:54 $
|
||||
/* $Revision: 2 $
|
||||
$Modtime: 10/05/09 2:26p $
|
||||
|
||||
File: bez_show_afspraak.asp
|
||||
Status: 10% (new style)
|
||||
@@ -25,11 +25,9 @@
|
||||
<!-- #include file="alg_flexkenmerk.inc" -->
|
||||
|
||||
<%
|
||||
FCLTHeader.Requires({plugins:["suggest","jQuery"], js: ["expand_frame.js", "date.js", "FcltMgr.js"]})
|
||||
FCLTHeader.Requires({plugins:["suggest","jQuery"], js: ["expand_frame.js", "date.js"]})
|
||||
|
||||
// AUTORISATIEPARAMETERS
|
||||
var urole = "1";
|
||||
var ter_key = parseInt(getQParam("bld_key", "-1"), 10);
|
||||
var ter_key = parseInt(getQParam("ter_key", "-1"), 10);
|
||||
|
||||
var onrgoedlvl = "'T'";
|
||||
|
||||
@@ -76,7 +74,7 @@ FCLTHeader.Requires({plugins:["suggest","jQuery"], js: ["expand_frame.js", "date
|
||||
function ter_change()
|
||||
{
|
||||
if (FcltMgr.startEdit(window))
|
||||
window.location.href = "alg_edit_terreinsector.asp?urole=<%=urole%>&ter_key=<%=ter_key%>&embedded=1"
|
||||
window.location.href = "alg_edit_terreinsector.asp?ter_key=<%=ter_key%>"
|
||||
}
|
||||
function ter_delete()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user