AREO#83998 Facilitor modal (class) conflicteert met Bootstrap modal -> .fclt-modal gebruiken

svn path=/Website/trunk/; revision=68520
This commit is contained in:
2025-03-25 10:00:27 +00:00
parent dd964198a8
commit 26ee41b807
162 changed files with 234 additions and 234 deletions

View File

@@ -77,7 +77,7 @@ user.auth_required_or_abort(ingesloten.length); // We klagen niet over enkele we
</script>
</head>
<body class="modal" id="mod_algmultiedit">
<body class="fclt-modal" id="mod_algmultiedit">
<% MODAL_START(); %>
<form name="u2" action="alg_edit_gebouw_multi_save.asp?bld_keys=<%=ingesloten.join(",")%>" method="post">
<%

View File

@@ -74,7 +74,7 @@ user.auth_required_or_abort(ingesloten.length); // We klagen niet over enkele we
</script>
</head>
<body class="modal" id="mod_algmultiedit">
<body class="fclt-modal" id="mod_algmultiedit">
<% MODAL_START(); %>
<form name="u2" action="alg_edit_locatie_multi_save.asp?loc_keys=<%=ingesloten.join(",")%>" method="post">
<%

View File

@@ -111,7 +111,7 @@ oRs.Close();
</script>
</head>
<body class="modal" id="mod_algmultiedit">
<body class="fclt-modal" id="mod_algmultiedit">
<% MODAL_START(); %>
<form name="u2" action="alg_edit_ruimte_multi_save.asp?alg_level=<%=safe.htmlattr(alg_level)%>&alg_keys=<%=ingesloten.join(",")%>" method="post">
<%

View File

@@ -78,7 +78,7 @@ user.auth_required_or_abort(tobeedited > 0); // We klagen niet over enkele wel e
</script>
</head>
<body class="modal" id="mod_algmultiedit">
<body class="fclt-modal" id="mod_algmultiedit">
<% MODAL_START(); %>
<form name="u2" action="alg_edit_terreinsector_multi_save.asp?ter_keys=<%=ingesloten.join(",")%>" method="post">
<%

View File

@@ -74,7 +74,7 @@ user.auth_required_or_abort(ingesloten.length); // We klagen niet over enkele we
</script>
</head>
<body class="modal" id="mod_algmultiedit">
<body class="fclt-modal" id="mod_algmultiedit">
<% MODAL_START(); %>
<form name="u2" action="alg_edit_verdieping_multi_save.asp?flr_keys=<%=ingesloten.join(",")%>" method="post">
<%

View File

@@ -201,7 +201,7 @@ else
</script>
</head>
<body class="modal" id="mod_ruimteafdeling">
<body class="fclt-modal" id="mod_ruimteafdeling">
<% MODAL_START(); %>
<form name="u2" method="post" action="alg_ruimteafdeling.asp?submit=1&ruimte_keys=<%=ruimte_key_arr.join(",")%>">
<% MODAL_BLOCK_START("alg_ruimteafdeling", L("lcl_alg_geselecteerde_ruimten") + ": " + ruimte_key_arr.length, { icon: "fa-map-marker" }); %>
@@ -298,4 +298,4 @@ IFACE.FORM_END();
</html>
<%
}
ASPPAGE_END(); %>
ASPPAGE_END(); %>

View File

@@ -51,7 +51,7 @@ FCLTHeader.Requires({plugins:["suggest","jQuery"], js: ["jQuery-ui.js"]})
</script>
</head>
<body class="modal" id="mod_ruimtefunctie">
<body class="fclt-modal" id="mod_ruimtefunctie">
<% MODAL_START(); %>
<%
var page="alg_edit_ruimtefunctie.asp?srtruimte_lg_key=" + srtruimte_lg_key; // Edit
@@ -65,4 +65,4 @@ FCLTHeader.Requires({plugins:["suggest","jQuery"], js: ["jQuery-ui.js"]})
<% MODAL_END(); %>
</body>
</html>
<% ASPPAGE_END(); %>
<% ASPPAGE_END(); %>

View File

@@ -41,7 +41,7 @@ var ruimte_key_arr = getQParamIntArray("ruimte_keys");
</script>
</head>
<body class="modal" id="mod_ruimteresscope">
<body class="fclt-modal" id="mod_ruimteresscope">
<% MODAL_START(); %>
<form name="u2" method="post" action="alg_ruimteresscope_save.asp?ruimte_keys=<%=ruimte_key_arr.join(",")%>">
<% MODAL_BLOCK_START("alg_ruimteresscope", L("lcl_alg_geselecteerde_ruimten") + ": " + ruimte_key_arr.length, { icon: "fa-map-marker" }); %>
@@ -74,4 +74,4 @@ var ruimte_key_arr = getQParamIntArray("ruimte_keys");
<% MODAL_END(); %>
</body>
</html>
<% ASPPAGE_END(); %>
<% ASPPAGE_END(); %>

View File

@@ -60,7 +60,7 @@ var email = getQParam("prs_email", "");
</head>
<body class="modal" id="loginbody_sr">
<body class="fclt-modal" id="loginbody_sr">
<% MODAL_START(); %>
<form name="u2" method="post" action="idp_self_register_save.asp?x=x<%=transitParam%>">
<%

View File

@@ -69,7 +69,7 @@ var user_info = new Perslid(user_key);
</script>
</head>
<body class="modal" id="mod_prs_pwdchange">
<body class="fclt-modal" id="mod_prs_pwdchange">
<% MODAL_START(); %>
<form id="logoff_conf" name="logoff_conf">
<%
@@ -79,4 +79,4 @@ var user_info = new Perslid(user_key);
<% MODAL_END(); %>
</body>
</html>
<% ASPPAGE_END(); %>
<% ASPPAGE_END(); %>

View File

@@ -54,7 +54,7 @@ checkUserAgent(); // heeft device capability bits gezet
</head>
<body class="modal" id="mod_pass2mail">
<body class="fclt-modal" id="mod_pass2mail">
<% MODAL_START(); %>
<form name="u2" method="post" action="pass2mail_save.asp" onsubmit='pass_submit();return false;'>
<%

View File

@@ -79,7 +79,7 @@ function doSubmit()
} else {
// Maak het favorieten formulier
%>
<body class="modal" id="bes_add_fav" onLoad="document.u2.fav_name.focus();">
<body class="fclt-modal" id="bes_add_fav" onLoad="document.u2.fav_name.focus();">
<% MODAL_START(); %>
<form action="../Bes/addFavourites.asp?submit=1&srtdeel_key=<%=srtdeel_key%>" method="post" name="u2" onsubmit="return false;"'>

View File

@@ -205,7 +205,7 @@ function changeName(prs_key) {
</script>
</head>
<body class="modal" id="mod_bes_kenmerk">
<body class="fclt-modal" id="mod_bes_kenmerk">
<% MODAL_START(); %>
<form name="u2" onSubmit="return false">
<% if (prsflex) {

View File

@@ -78,7 +78,7 @@ user.anything_todo_or_abort(toberejected > 0); // We klagen niet over enkele wel
</script>
</head>
<body class="modal" id="besrejectbody">
<body class="fclt-modal" id="besrejectbody">
<% MODAL_START(); %>
<form id="rejectform" name="rejectform" action="bes_reject_save.asp?bes_key=<%=ingesloten.join(",")%>" method="post">
<%

View File

@@ -116,7 +116,7 @@ user.auth_required_or_abort(this_bes.canRetourBES);
</script>
</head>
<body class="modal" id="mod_besretour">
<body class="fclt-modal" id="mod_besretour">
<% MODAL_START();
var submitting = getQParamInt("submit", 0) == 1;

View File

@@ -70,11 +70,11 @@
<% FCLTHeader.Generate(); %>
</head>
<body class="modal" id="besseldisc">
<% MODAL_START();
<body class="fclt-modal" id="besseldisc">
<% MODAL_START();
SIMPLE_BLOCK_START();
CreateButtons(buttons, { vertical: 1, isDialog: true} )
CreateButtons(buttons, { vertical: 1, isDialog: true} )
SIMPLE_BLOCK_END();%>
<% MODAL_END(); %>
</body>
<% ASPPAGE_END(); %>
<% ASPPAGE_END(); %>

View File

@@ -27,7 +27,7 @@
<% FCLTHeader.Generate() %>
</head>
<body class="modal" id="bes_preview" onload="javascript:document.forms.u2.submit();">
<body class="fclt-modal" id="bes_preview" onload="javascript:document.forms.u2.submit();">
<% MODAL_START(); %>
<form name="u2" action="kenmerkresult.asp?srtdeel_key=<%=srtdeel_key%>" target="result" method="POST" onsubmit="return false;">
<% MODAL_BLOCK_START("besViewFlex", L("lcl_bes_preview"), { icon: "fa-image" });%>
@@ -62,10 +62,10 @@ buttons = [{title: L("lcl_bes_preview_ok"), icon: "fa-fclt-save", action: "FcltM
SIMPLE_BLOCK_START();
CreateButtons( buttons);
SIMPLE_BLOCK_END();
%></form>
<% MODAL_END(); %>
</body>
</html>
<% ASPPAGE_END(); %>
<% ASPPAGE_END(); %>

View File

@@ -86,7 +86,7 @@ var TransitParam = buildTransitParam(["srtdeel_prijs_key", "srtdeel_key"]);
<% } %>
</head>
<body class="modal" id="mod_besprijs">
<body class="fclt-modal" id="mod_besprijs">
<% MODAL_START(); %>
<form id="closeform" name="closeform" action="bes_srtdeel_prijs.asp?submit=1<%=TransitParam%>" method="post">
<%

View File

@@ -27,7 +27,7 @@
FCLTHeader.Generate();
%>
</head>
<body class="modal" id="mod_bes_fav">
<body class="fclt-modal" id="mod_bes_fav">
<% MODAL_START();
var disc_key = getQParamInt('disc_key');
var recent = getQParamInt('recent')==1;

View File

@@ -91,7 +91,7 @@ user.auth_required_or_abort(this_bestelopdr.canDeliver);
oRs.Close();
%>
<body class="modal" id="mod_beslever">
<body class="fclt-modal" id="mod_beslever">
<% MODAL_START(); %>
<form action="opdr_delivery_save.asp?opdr_key=<%=opdr_key%>&urole=bo&submit=1&is_multi=<%=isMulti%>" method=post name=u2 onsubmit="return false;">
<% sql = "SELECT DISTINCT b.bes_bestelopdr_key"

View File

@@ -29,7 +29,7 @@
<%
// Maak het favorietenlijst formulier
%>
<body class="modal" id="mod_favorites" style='width:600px' onLoad="loadAction();">
<body class="fclt-modal" id="mod_favorites" style='width:600px' onLoad="loadAction();">
<% MODAL_START(); %>
<form name="u2">
<% MODAL_BLOCK_START("favInfo", L("lcl_bes_fav_sel_items_fl"), { icon: "fa-star" }); %>
@@ -126,4 +126,4 @@ IFACE.FORM_END();
<% MODAL_END(); %>
</body>
</html>
<% ASPPAGE_END(); %>
<% ASPPAGE_END(); %>

View File

@@ -52,7 +52,7 @@ var authparams = user.checkAutorisation(autfunction);
</script>
</head>
<body class="modal" id="mod_respool">
<body class="fclt-modal" id="mod_respool">
<% MODAL_START();
MODAL_BLOCK_START("resSelectpool", L("lcl_select_respool"), { icon: "fa-clock", nopadding: true });

View File

@@ -70,7 +70,7 @@ user.auth_required_or_abort(ingesloten.length); // We klagen niet over enkele we
</script>
</head>
<body class="modal" id="mod_bezmultiedit">
<body class="fclt-modal" id="mod_bezmultiedit">
<% MODAL_START(); %>
<form name="u2" action="bez_edit_afspraak_multi_save.asp?afspr_keys=<%=ingesloten.join(",")%>" method="post">
<%

View File

@@ -109,7 +109,7 @@ var alleen_afhandelingskenmerken = (!user.has("WEB_BEZBOF") || ( (S("bez_show_pr
</script>
</head>
<body class="modal" id="mod_bezcheckin">
<body class="fclt-modal" id="mod_bezcheckin">
<% MODAL_START(); %>
<form name="u2"
action="bez_edit_bezoekers_save.asp?urole=<%=urole%>&nopark=1"

View File

@@ -66,7 +66,7 @@ FCLTHeader.Requires({ plugins: ["jQuery"],
</head>
<body class="modal" id="mod_afspraak">
<body class="fclt-modal" id="mod_afspraak">
<% MODAL_START(); %>
<form name="u2" method="post" action="../bez/bez_email_bezoeker_save.asp?afspr_key=<%=afspraak_key%>">
<%

View File

@@ -79,7 +79,7 @@ user.auth_required_or_abort(authparamsUSE || authparamsFOF);
</script>
</head>
<body class="modal" id="mod_faq">
<body class="fclt-modal" id="mod_faq">
<% MODAL_START();
MODAL_BLOCK_START("bezFaq", L("lcl_faq_kennisbank"), {icon: "fa-book-open"});%>
<h3 id="faqhead"><%=I("fa-exclamation-circle fa-2x")+"&nbsp;"+L("lcl_faq_mld_1")%></h3>

View File

@@ -195,7 +195,7 @@ for (var i=0; i<data_header.length; i++)
</script>
</head>
<body class="modal" id="mod_impbezoekers">
<body class="fclt-modal" id="mod_impbezoekers">
<% MODAL_START(); %>
<form name="u2">
<% MODAL_BLOCK_START("bezInput", L("lcl_bez_imp_frame"), { "icon": "fa-file-import" });

View File

@@ -122,7 +122,7 @@ user.auth_required_or_abort(this_bez.canContact);
</script>
</head>
<body class="modal" id="mod_edit_prs_modal" style="width:400px">
<body class="fclt-modal" id="mod_edit_prs_modal" style="width:400px">
<% MODAL_START(); %>
<form name="u2"
action="bez_make_contact.asp?submit=1"

View File

@@ -394,7 +394,7 @@ maxday.setDate(maxday.getDate() + limiet);
</script>
</head>
<body class="modal" id="mod_resmulti">
<body class="fclt-modal" id="mod_resmulti">
<% MODAL_START(); %>
<form name="u2" action="bez_multi_save.asp?urole=<%=urole%>&afspr_key=<%=afspr_key%>" method="post">
<% MODAL_BLOCK_START("", L("lcl_bez_repeat1") + afspr_key + " ("+toDateTimeString(bez.afspraak_datum)+")" + L("lcl_bez_repeat3"), { icon: "fa-copy" });

View File

@@ -107,7 +107,7 @@ if (S("bez_sel_internpersoon") == 1)
</script>
</head>
<body class="modal" id="mod_queuemail">
<body class="fclt-modal" id="mod_queuemail">
<% MODAL_START(); %>
<form name="u2">
<% var titel = (S("bez_sel_contactpersoon") > 0? L("lcl_contact_pers") + (S("bez_sel_internpersoon") == 1? "/" : "") : "")

View File

@@ -150,7 +150,7 @@ function set_checkbox(contactprs)
</head>
<body class="modal" id="mod_token2mail">
<body class="fclt-modal" id="mod_token2mail">
<% MODAL_START(); %>
<form name="u2" method="post" action="../bez/bez_smshost_save.asp">
<%

View File

@@ -95,7 +95,7 @@ function MMap_onClick(SlnkEvent)
</script>
</head>
<body class='modal' id='docBody' onLoad='javascript:init();'>
<body class='fclt-modal' id='docBody' onLoad='javascript:init();'>
<!-- ==========================
HET plaatje zonder buttons
============================ -->

View File

@@ -187,7 +187,7 @@ FCLTHeader.Requires({ js: ["jquery.js"] });
var mapper = "3dize.asp";
%>
<body class='modal' id='docBody' onLoad='javascript:init();'>
<body class='fclt-modal' id='docBody' onLoad='javascript:init();'>
<!-- ==========================
HET plaatje
============================ -->

View File

@@ -54,7 +54,7 @@ var datumfilter = getQParamDate("datumfilter", null);
</script>
</head>
<body class="modal" id="mod_lbl_search" style="min-width: 600px" >
<body class="fclt-modal" id="mod_lbl_search" style="min-width: 600px" >
<% MODAL_START();
%>
<form name="u2" method="get" action="any_search.asp">

View File

@@ -83,7 +83,7 @@ oRs.Close()
</script>
</head>
<body class="modal" id="mod_cadreserveerbaar">
<body class="fclt-modal" id="mod_cadreserveerbaar">
<% MODAL_START(); %>
<form id="u2" name="reserveerbaarform" action="cad_reserveerbaar_save.asp" method="post">
<% MODAL_BLOCK_START("cadReserveerbaar", L("lcl_obj_reserveerbaar"), { "icon": "fa-calendar-edit" });

View File

@@ -114,7 +114,7 @@ if (floor_key > 0 || (building_key > 1 && bttype == "T")) // alvast een en ander
<% } %>
</head>
<body class="modal" id="mod_caddoorvoeren">
<body class="fclt-modal" id="mod_caddoorvoeren">
<% MODAL_START(); %>
<form id="doorvoerenform" name="doorvoerenform" action="contour_update.asp?submit=1<%=TransitParam%>" method="post">
<% MODAL_BLOCK_START("cadDoorvoeren", L("lcl_cad_doorvoeren"), { "icon": "fa-layer-plus" });

View File

@@ -40,10 +40,10 @@
}
</script>
</head>
<body class="modal" id="mod_cadprint">
<body class="fclt-modal" id="mod_cadprint">
<% MODAL_START(); %>
<form name="u2" method=post>
<% MODAL_BLOCK_START("", L("lcl_print"), { icon: "fa-print" });
<% MODAL_BLOCK_START("", L("lcl_print"), { icon: "fa-print" });
RWCHECKBOXTR("cAllFloor", "fldcheck", L("lcl_fg_alle_verd"));
%>
<tr>
@@ -75,10 +75,10 @@
</select>
</td>
</tr>
<%
<%
RWCHECKBOXTR("cLegenda", "fldcheck", L("lcl_fg_withlegend"));
MODAL_BLOCK_END();
MODAL_BLOCK_END();
buttons = [];
for (stl in fg_PrintStyles)
{
@@ -91,5 +91,5 @@ MODAL_BLOCK_END();
</form>
<% MODAL_END(); %>
</body>
</html>
<% ASPPAGE_END(); %>
</html>
<% ASPPAGE_END(); %>

View File

@@ -55,7 +55,7 @@
room_key = parseInt(roomkey_str, 10);
}
var TransitParams = "prswp_key="+prswp_key+"&room_key="+room_key;
if (authparams.ALGwritelevel > -1)
{
var sql = "SELECT alg_ruimte_key FROM fac_v_my_rooms"
@@ -115,7 +115,7 @@
</script>
</head>
<body class="modal" id="mod_req_move">
<body class="fclt-modal" id="mod_req_move">
<% MODAL_START();
MODAL_BLOCK_START("req_move", L("lcl_workplace"), { icon: "fa-briefcase" });
%>
@@ -167,4 +167,4 @@ SIMPLE_BLOCK_END();
<% MODAL_END(); %>
</body>
</html>
<% ASPPAGE_END(); %>
<% ASPPAGE_END(); %>

View File

@@ -87,7 +87,7 @@ if (authparams.ALGwritelevel > -1)
}
</script>
</head>
<body class="modal" id="mod_req_move2">
<body class="fclt-modal" id="mod_req_move2">
<%
MODAL_START();
// Let op: alg_ruimte zoeken we met de doel-ruimte, niet herkomst. Beetje lui...
@@ -121,4 +121,4 @@ if (authparams.ALGwritelevel > -1)
<% MODAL_END(); %>
</body>
</html>
<% ASPPAGE_END(); %>
<% ASPPAGE_END(); %>

View File

@@ -66,7 +66,7 @@ if (authparams.ALGwritelevel>-1)
}
</script>
</head>
<body class="modal" id="mod_req_move3">
<body class="fclt-modal" id="mod_req_move3">
<%
MODAL_START();
// Let op: alg_ruimte zoeken we met de doel-ruimte, niet herkomst. Beetje lui...
@@ -83,11 +83,11 @@ if (authparams.ALGwritelevel>-1)
%>
<tr><td class='label'><label><%=L("lcl_fg_domove")%></label></td><td><%=safe.html(oRs("naam").Value)%></td></tr>
<tr><td class='label'><label><%=L("lcl_fg_domovedest")%></label></td><td><%=safe.html(oRs("alg_ruimte_nr").Value)%></td></tr>
<%
<%
MODAL_BLOCK_END();
SIMPLE_BLOCK_START();
CreateButtons([ { title: L("lcl_fg_verhuizing"), action: "moveWPtoRoom()", singlepress: true, id:"btn_res_submit", icon: "fa-fclt-save" },
{ title: L("lcl_cancel"), action: "FcltMgr.closeDetail(window, { cancel: true } )", icon: "fa-fclt-cancel"}
{ title: L("lcl_cancel"), action: "FcltMgr.closeDetail(window, { cancel: true } )", icon: "fa-fclt-cancel"}
]);
SIMPLE_BLOCK_END();
%>
@@ -95,4 +95,4 @@ if (authparams.ALGwritelevel>-1)
<% MODAL_END(); %>
</body>
</html>
<% ASPPAGE_END(); %>
<% ASPPAGE_END(); %>

View File

@@ -41,7 +41,7 @@ var authparams = user.checkAutorisation(autfunction);
</script>
</head>
<body class="modal" id="mod_tekedit">
<body class="fclt-modal" id="mod_tekedit">
<% MODAL_START(); %>
<form action="tek_file_save.asp" method="post" name="u2" target="hidFrame" onsubmit="cad_tek_submit()">
<% /* Pass on some relevant paramaters */

View File

@@ -155,7 +155,7 @@ user.anything_todo_or_abort(this_cnt.canChangeSrt);
</script>
</head>
<body class="modal" id="mod_changecnttype">
<body class="fclt-modal" id="mod_changecnttype">
<% MODAL_START(); %>
<form name="u2"
action="cnt_change_cnttype.asp?submit=1<%=buildTransitParam(["cnt_key"])%>"

View File

@@ -120,7 +120,7 @@ disc_arr = getObjectsCommonProperties(disc_arr);
</script>
</head>
<body class="modal" id="mod_mldaccept" kenmerk_submit="btn_kenmerk_submit">
<body class="fclt-modal" id="mod_mldaccept" kenmerk_submit="btn_kenmerk_submit">
<% MODAL_START(); %>
<form id="kenmerkform" name="kenmerkform" action="cnt_edit_kenmerk_multi_save.asp" method="post">
<%

View File

@@ -61,7 +61,7 @@ user.anything_todo_or_abort(toberejected > 0); // We klagen niet over enkele wel
</script>
</head>
<body class="modal" id="rejectbody">
<body class="fclt-modal" id="rejectbody">
<% MODAL_START(); %>
<form id="rejectform" name="rejectform" action="cnt_reject_save.asp" method="post">
<% MODAL_BLOCK_START("cntReject", L("lcl_cnt_reject_contracts") + ingesloten.join(","), {icon: "fa-times"}); %>

View File

@@ -227,7 +227,7 @@ else {
<% } %>
</head>
<body class="modal" id="mod_cntsplit">
<body class="fclt-modal" id="mod_cntsplit">
<% MODAL_START(); %>
<form name=u2 action=cnt_split.asp?submit=1&cnt_key=<%=split_info.ingesloten%> method="post">
<%

View File

@@ -48,7 +48,7 @@ FCLTHeader.Requires({ plugins: ["jQuery"] });
</script>
</head>
<body class="modal" id="mod_expconfirm">
<body class="fclt-modal" id="mod_expconfirm">
<% MODAL_START(); %>
<form id="confirmform" name="confirmform" target="_blank" action="exp_export.asp?export_key=<%=export_key%>" method="post">
<%

View File

@@ -79,7 +79,7 @@ var room_key = -1;
</script>
</head>
<body class="modal" id="mod_algfaq">
<body class="fclt-modal" id="mod_algfaq">
<% MODAL_START(); %>
<form name="u2" method="post" action="fac_algfaq_save.asp?faq_key=<%=faq_key%>">
<% MODAL_BLOCK_START(); %>

View File

@@ -366,7 +366,7 @@ function BREAK()
});
</script>
</head>
<body class="modal" id="mod_editreportcolumn">
<body class="fclt-modal" id="mod_editreportcolumn">
<form name="u2" action="edit_reportcolumn_save.asp" method="post">
<%
BLOCK_START("facReportcolumn", L("lcl_advanced"), { icon: "fa-filter-list" });

View File

@@ -83,7 +83,7 @@ if (Session("login_by_fallback")) {
}
</script>
<body class="modal" id="fac_like">
<body class="fclt-modal" id="fac_like">
<% MODAL_START(); %>
<form id="flike" name="flike" action="fac_like_save.asp?x=x<%=transitParam%>" method="post">
<%

View File

@@ -124,7 +124,7 @@ oRs.Close();
});
</script>
</head>
<body class="modal" id="localebody">
<body class="fclt-modal" id="localebody">
<% MODAL_START(); %>
<form id="lclform" name="lclform" action="fac_locale_data.asp?submit=1&kolomnaam=<%=safe.url(kolomnaam)%>&kolomkeyval=<%=kolomkeyval%>" method="post">
<%

View File

@@ -59,7 +59,7 @@ maxlen = 2000; // fac_locale_xsl_cust
%>
</head>
<body class="modal" id="localebody">
<body class="fclt-modal" id="localebody">
<% MODAL_START(); %>
<form id="lclform" name="lclform" action="fac_locale_edit_std.asp?submit=1<%=transitParam%>%>" method="post">
<%
@@ -135,4 +135,4 @@ IFACE.FORM_END();
<% MODAL_END(); %>
</body>
</html>
<% ASPPAGE_END(); %>
<% ASPPAGE_END(); %>

View File

@@ -33,7 +33,7 @@ if (bkm_id) {
<head>
<% FCLTHeader.Generate(); %>
</head>
<body class="modal" id="mod_qrcode" scroll="no">
<body class="fclt-modal" id="mod_qrcode" scroll="no">
<% MODAL_START();
var buttons = [{ title: L("lcl_slnk_print"), icon: "fa-print", action: "print()", id: "print_qr", importance: 2 }];
MODAL_BLOCK_START("qrcode", title, { "icon": "fa-qrcode", isModal: true, "buttons": buttons }); %>

View File

@@ -59,7 +59,7 @@ var afd_key = -1;
</script>
</head>
<body class="modal" id="mod_prsfaq">
<body class="fclt-modal" id="mod_prsfaq">
<% MODAL_START(); %>
<form name="u2" method="post" action="fac_prsfaq_save.asp?faq_key=<%=faq_key%>">
<% MODAL_BLOCK_START(); %>

View File

@@ -97,7 +97,7 @@ var dumpfile_timestamp = fso.getFile(dumpfile).DateLastModified;
</script>
</head>
<body class="modal" id="mod_refresh">
<body class="fclt-modal" id="mod_refresh">
<% MODAL_START();
%>
<form id="refreshform" name="refreshform" action="fac_refresh_accept_save.asp">

View File

@@ -65,7 +65,7 @@ var stdm_key = -1;
</script>
</head>
<body class="modal" id="mod_stdmeldingfaq">
<body class="fclt-modal" id="mod_stdmeldingfaq">
<% MODAL_START(); %>
<form name="u2" method="post" action="fac_stdmeldingfaq_save.asp?faq_key=<%=faq_key%>">
<% MODAL_BLOCK_START(); %>

View File

@@ -35,7 +35,7 @@ var opdrtype_key = -1;
<% FCLTHeader.Generate(); %>
</head>
<body class="modal" id="mod_typeopdrfaq">
<body class="fclt-modal" id="mod_typeopdrfaq">
<% MODAL_START(); %>
<form name="u2" method="post" action="fac_typeopdrfaq_save.asp?faq_key=<%=faq_key%>">
<% MODAL_BLOCK_START(); %>

View File

@@ -88,7 +88,7 @@ if (fin_key_arr.length == 1)
</script>
</head>
<body class="modal" id="mod_rejectbody">
<body class="fclt-modal" id="mod_rejectbody">
<% MODAL_START(); %>
<form id="rejectform" name="rejectform" action="fin_reject_save.asp" method="post">
<input type="hidden" id="fin_key" name="fin_key" value="<%=ingesloten.join(",")%>">

View File

@@ -49,7 +49,7 @@ FCLTHeader.Requires({ plugins:["jQuery"], js: ["jQuery-ui.js"]});
</script>
</head>
<body class="modal" id="mod_iconpicker">
<body class="fclt-modal" id="mod_iconpicker">
<% MODAL_START();
var fa_symbols = [];

View File

@@ -72,7 +72,7 @@ oRs.Close();
</script>
</head>
<body class="modal" id="mod_impinlezen">
<body class="fclt-modal" id="mod_impinlezen">
<% MODAL_START(); %>
<form name="importForm" id="importForm" method="POST" enctype="multipart/form-data"
target="hidFrame" action="imp_inlezen.asp?import_app_key=<%=import_app_key%>" onsubmit="" onreset="">

View File

@@ -60,7 +60,7 @@ oRs.Close();
</script>
</head>
<body class="modal" id="mod_impverwerken">
<body class="fclt-modal" id="mod_impverwerken">
<% MODAL_START(); %>
<form name="processForm" id="processForm">
<% MODAL_BLOCK_START("fileupload", L("lcl_imp_verwerk") + " " + L("lcl_imp_file").toLowerCase(), { "icon": "fa-gears" });%>

View File

@@ -133,7 +133,7 @@ var bits = getQParamInt("bits", 0); // Inspectie bits
</head>
<body class="modal" id="mod_insxcp">
<body class="fclt-modal" id="mod_insxcp">
<% MODAL_START(); %>
<form name="u2">
<% var bitsTitle = "";

View File

@@ -112,7 +112,7 @@ user.anything_todo_or_abort(this_ins.canChange);
</head>
<body class="modal" id="mod_changedeel">
<body class="fclt-modal" id="mod_changedeel">
<% MODAL_START(); %>
<form name="u2"
action="ins_change_parent.asp?submit=1<%=buildTransitParam(["ins_key"])%>"

View File

@@ -280,7 +280,7 @@ lcl.set_dialect(disc_key, "INS_DISCIPLINE_KEY");
</head>
<body class="modal" id="mod_changedeel">
<body class="fclt-modal" id="mod_changedeel">
<% MODAL_START(); %>
<form name="u2"
action="ins_change_plaatseigenaar.asp?submit=1<%=buildTransitParam(["ins_key"])%>"

View File

@@ -103,7 +103,7 @@ user.anything_todo_or_abort(tobechanged > 0);
</script>
</head>
<body class="modal" id="mod_changesrtdeel">
<body class="fclt-modal" id="mod_changesrtdeel">
<% MODAL_START(); %>
<form name="u2"
action="ins_change_srtdeel.asp?submit=1<%=buildTransitParam(["ins_key"])%>"

View File

@@ -497,7 +497,7 @@ else
</script>
</head>
<body class="modal" id="mod_insdeelfree">
<body class="fclt-modal" id="mod_insdeelfree">
<% MODAL_START(); %>
<form name="u2"
action="ins_deel_free_save.asp"

View File

@@ -126,7 +126,7 @@ else
<% FCLTHeader.Generate(); %>
</head>
<body class="modal" id="mod_insdeelkoppeling">
<body class="fclt-modal" id="mod_insdeelkoppeling">
<% MODAL_START(); %>
<form name="u2" method="post" action="ins_deelkoppeling.asp?submit=1&ins_keys=<%=ins_van_key_arr.join(",")%>">
<%

View File

@@ -85,7 +85,7 @@ authparams = last_this_ins.authparams(autfunction);
</head>
<body class="modal" id="mod_insmultiedit">
<body class="fclt-modal" id="mod_insmultiedit">
<% MODAL_START();
sql = "SELECT DISTINCT s.ins_srtdeel_key" // PF: verondersteld de omschrijving overbodig hier
+ " , g.ins_srtgroep_key"

View File

@@ -53,7 +53,7 @@ authparams = user.checkAutorisation("WEB_PRSSYS");
</script>
</head>
<body class="modal" target="hidFrame" id="mod_deel_state">
<body class="fclt-modal" target="hidFrame" id="mod_deel_state">
<% MODAL_START(); %>
<form name=u2 method=post action="ins_edit_deel_state_save.asp">
<% MODAL_BLOCK_START("", L("lcl_ins_sensor_manual"), { icon: "fa-gauge-circle-plus" });

View File

@@ -57,7 +57,7 @@ var new_value = "";
</script>
</head>
<body class="modal" target='hidFrame' id="mod_history">
<body class="fclt-modal" target='hidFrame' id="mod_history">
<% MODAL_START(); %>
<form name=u2 method=post action="ins_history_add_save.asp">
<% MODAL_BLOCK_START("", L("lcl_ins_history_add_value"), { icon: "fa-plus" });

View File

@@ -116,7 +116,7 @@ user.anything_todo_or_abort(tobemoved > 0); // We klagen niet over enkele wel en
</head>
<body class="modal" id="mod_insmultiMove">
<body class="fclt-modal" id="mod_insmultiMove">
<% MODAL_START(); %>
<%
var srtdeel_binding = 0xFF; // Veronderstel nog even dat alles mag

View File

@@ -105,7 +105,7 @@ else
<% FCLTHeader.Generate(); %>
</head>
<body class="modal" id="mod_insonderdelen">
<body class="fclt-modal" id="mod_insonderdelen">
<% MODAL_START(); %>
<form name="u2" method="post" action="ins_onderdelen.asp?submit=1&ins_key=<%=ins_parent_key%>">
<%

View File

@@ -100,7 +100,7 @@ user.auth_required_or_abort(ins_xcp_active_cost > 0 && ins_xcp_active_cost < 16)
</script>
</head>
<body class="modal" id="mod_inspricechange">
<body class="fclt-modal" id="mod_inspricechange">
<% MODAL_START(); %>
<form id="pricechangeform" name="pricechangeform" action="javascript:ins_submit()" method="post">
<%

View File

@@ -694,7 +694,7 @@ if (srtcont_key > 0)
</head>
<body class="modal" id="mod_insxcp">
<body class="fclt-modal" id="mod_insxcp">
<% MODAL_START();%>
<form name="u2" action="ins_xcp_save.asp?ins_key=<%=ins_key%><%=transitParam%>" method="post">
<% MODAL_BLOCK_START(); %>

View File

@@ -50,7 +50,7 @@ FCLTHeader.Requires({ plugins: ["suggest", "jQuery", "kenmerk"],
</script>
</head>
<body class="modal"
<body class="fclt-modal"
id="mod_mjbinclscen">
<% MODAL_START(); %>
<div class="busyloading" style="width:100%;position: top"><span><%=I("fa-fclt-spinner fa-4x")%></span></div>
@@ -129,7 +129,7 @@ FCLTHeader.Requires({ plugins: ["suggest", "jQuery", "kenmerk"],
</head>
<body class="modal" id="mod_insxcpmultiedit">
<body class="fclt-modal" id="mod_insxcpmultiedit">
<% MODAL_START(); %>
<form name="u2" action="ins_xcp_multi_save.asp" method="post">
<input type="hidden" name="ins_keys" id="ins_keys" value="<%=ingesloten.join(",")%>">

View File

@@ -777,7 +777,7 @@ $(function() {
$("table:not(.tab_cat_sched) > thead").each(function() {
var nofloatingclass = ($(this).parent("table").hasClass("no-floating") ? " no-floating" : "");
$(this).parent("table").wrap("<div class=\"divrstable" + nofloatingclass + "\" style=\"position:relative\"></div>");
if ($(this).closest("body").hasClass("modal")) {
if ($(this).closest("body").hasClass("fclt-modal")) {
FcltMgr.resized();
}
if (nofloatingclass == "")

View File

@@ -1822,7 +1822,7 @@ var FcltMgr = {
var bodyRectWidth = bodyRect.width;
var bodyScrollWidth = elem.document.body.scrollWidth;
var bodyWidth = Math.round(bodyRectWidth) == bodyScrollWidth ? bodyRectWidth : Math.max(bodyRectWidth, bodyScrollWidth);
if (elem.document.body.classList.contains("modal"))
if (elem.document.body.classList.contains("fclt-modal"))
{
var elem_style = elem.getComputedStyle(elem.document.body);
var minWidth = parseInt(elem_style.getPropertyValue("min-width"), 10);

View File

@@ -188,7 +188,7 @@ function radioTD(name, LOV, val)
)
</script>
</head>
<body class="modal" id="mod_grprecht">
<body class="fclt-modal" id="mod_grprecht">
<% MODAL_START(); %>
<form name="u2" action="fac_edit_groeprechten_save.asp?x=x<%=transitParam%>" method="post">
<% MODAL_BLOCK_START("grpRechten", L("lcl_auth_header"), { "icon": "fa-shield-check" });

View File

@@ -98,7 +98,7 @@ oRs.Close()
</script>
</head>
<body class="modal" id="mod_wfexpression">
<body class="fclt-modal" id="mod_wfexpression">
<form id="wf" name="wf" method="post">
<%
generateFlexKenmerkBlock({ stdm_arr : [stdm_key],

View File

@@ -68,7 +68,7 @@ if (ctrdisc_key > 0)
</script>
</head>
<body class="modal" id="mod_mjbdragdropyears">
<body class="fclt-modal" id="mod_mjbdragdropyears">
<% MODAL_START(); %>
<form id="dragdropyearsform" name="dragdropyearsform" action="javascript:mjb_submit()" method="post">
<%

View File

@@ -126,7 +126,7 @@ FCLTHeader.Requires({ plugins: ["jQuery"],
</script>
</head>
<body class="modal"
<body class="fclt-modal"
id="mod_mjbinclscen">
<% MODAL_START(); %>
<div class="busyloading" style="width:100%;position: top"><span><%=I("fa-fclt-spinner fa-4x")%></span></div>
@@ -449,7 +449,7 @@ FCLTHeader.Requires({ plugins: ["jQuery"],
</head>
<body class="modal" id="mod_mjbinclscen">
<body class="fclt-modal" id="mod_mjbinclscen">
<% MODAL_START(); %>
<form action="mjb_incl_scen_save.asp" method="post" name="u2">
<% MODAL_BLOCK_START("mjbexistscen", L("lcl_mjb_scenario"), {hidden: !hassenarios, icon: "fa-tasks"}); %>

View File

@@ -122,7 +122,7 @@ FCLTHeader.Requires({ plugins: ["jQuery"],
</script>
</head>
<body class="modal"
<body class="fclt-modal"
id="mod_mjbexecute">
<% MODAL_START(); %>
<div class="busyloading" style="width:100%;position: top"><span><%=I("fa-fclt-spinner fa-4x")%></span></div>
@@ -415,7 +415,7 @@ FCLTHeader.Requires({ plugins: ["jQuery"],
</script>
</head>
<body class="modal" id="mod_mjbinclscen">
<body class="fclt-modal" id="mod_mjbinclscen">
<% MODAL_START(); %>
<form action="mjb_inspect_execute_save.asp" method="post" name="u2">
<% MODAL_BLOCK_START("mjbexistmld", L("lcl_mjb_melding"), {hidden: !hasmeldingen, icon: "fa-tasks"}); %>

View File

@@ -61,7 +61,7 @@ var authparams = user.checkAutorisation("WEB_FAQFOF");
</script>
</head>
<body class="modal" id="mod_mldcontinue">
<body class="fclt-modal" id="mod_mldcontinue">
<% MODAL_START();
var sgQuestion = "";
var sgAnswer = "";

View File

@@ -187,7 +187,7 @@ lcl.set_dialect(mld_melding.srtdisc_key, "MLD_SRTDISCIPLINE_KEY");
</script>
</head>
<body class="modal" id="mod_mldaccept">
<body class="fclt-modal" id="mod_mldaccept">
<% MODAL_START(); %>
<form id="acceptform" name="acceptform" action="mld_accept_save.asp" method="post" onSubmit="mld_accept();return false;">
<%

View File

@@ -13,7 +13,7 @@
Context:
Note:
*/ %>
<!-- #include file="../Shared/common.inc" -->
<!-- #include file="../Shared/iface.inc" -->
@@ -47,7 +47,7 @@ var parent_key = getQParamInt("parent_key");
</script>
</head>
<body class="modal" id="mod_dubrejectbody">
<body class="fclt-modal" id="mod_dubrejectbody">
<% MODAL_START(); %>
<form id="askdoubleform" name="askdoubleform" method="post">
<%
@@ -67,4 +67,4 @@ var parent_key = getQParamInt("parent_key");
<% MODAL_END(); %>
</body>
</html>
<% ASPPAGE_END(); %>
<% ASPPAGE_END(); %>

View File

@@ -47,7 +47,7 @@ var mld_date_to = getQParamDate("mld_einddatum_naar");
</script>
</head>
<body class="modal" id="mod_mldshiftdate">
<body class="fclt-modal" id="mod_mldshiftdate">
<% MODAL_START(); %>
<form id="askshiftdateform" name="askshiftdateform" method="post">
<%

View File

@@ -57,7 +57,7 @@ user.anything_todo_or_abort(mld_info.workflowRoot && user.has(autfunction) && S(
</script>
</head>
<body class="modal" id="mod_mldcancelworkflow">
<body class="fclt-modal" id="mod_mldcancelworkflow">
<% MODAL_START(); %>
<form id="cancelworkflowform" name="cancelworkflowform" action="mld_cancelworkflow_save.asp?mld_key=<%=mld_key%>" method="post">
<%

View File

@@ -163,7 +163,7 @@ user.anything_todo_or_abort(this_opdr.canOpdrTypeChange && S("mld_ord_change_typ
</script>
</head>
<body class="modal" id="mod_changeopdrtype">
<body class="fclt-modal" id="mod_changeopdrtype">
<% MODAL_START(); %>
<form name="u2"
action="mld_change_opdrtype.asp?submit=1<%=buildTransitParam(["opdr_key"])%>"

View File

@@ -475,7 +475,7 @@ for (var i = 2; i >= 0; i--)
</script>
</head>
<body class="modal" id="mod_mldclose">
<body class="fclt-modal" id="mod_mldclose">
<% MODAL_START(); %>
<form id="closeform" name="closeform" action="mld_close_save.asp?x=x<%=transitParam%>" method="post">
<%

View File

@@ -77,7 +77,7 @@ var where_ins = "";
</script>
</head>
<body class="modal" id="mod_mlddouble">
<body class="fclt-modal" id="mod_mlddouble">
<% MODAL_START();
var sql = "SELECT sm.alg_onrgoed_niveau"
+ " FROM mld_stdmelding sm"
@@ -123,7 +123,7 @@ var where_ins = "";
? " , l.alg_locatie_code || '-' || org.alg_gebouw_code || '-' || org.alg_verdieping_code || '-' || org.alg_ruimte_nr plaats"
: ", '' plaats")
+ " , 'Object'"
+ " , TO_CHAR(SUBSTR(m.mld_melding_omschrijving, 1, 4000)) mld_melding_omschrijving"
+ " , TO_CHAR(SUBSTR(m.mld_melding_omschrijving, 1, 4000)) mld_melding_omschrijving"
+ " , (SELECT MIN(d.ins_deel_omschrijving)"
+ " FROM mld_melding_object mmo"
+ " , ins_deel d"

View File

@@ -152,7 +152,7 @@ ingesloten_stdm = getObjectsCommonProperties(ingesloten_stdm);
</script>
</head>
<body class="modal" id="mod_mldaccept" kenmerk_submit="btn_kenmerk_submit">
<body class="fclt-modal" id="mod_mldaccept" kenmerk_submit="btn_kenmerk_submit">
<% MODAL_START(); %>
<form id="kenmerkform" name="kenmerkform" action="mld_edit_kenmerk_multi_save.asp" method="post">
<%

View File

@@ -137,7 +137,7 @@ var opdrnr = oRs("opdrnr").value;
</script>
</head>
<body class="modal" id="mod_prsinzetbaar">
<body class="fclt-modal" id="mod_prsinzetbaar">
<% MODAL_START(); %>
<form name="u2">
<%

View File

@@ -79,7 +79,7 @@ user.auth_required_or_abort(authparamsUSE || authparamsFOF);
</script>
</head>
<body class="modal" id="mod_faq">
<body class="fclt-modal" id="mod_faq">
<% MODAL_START();
MODAL_BLOCK_START("mldFaq", L("lcl_faq_kennisbank"), {icon: "fa-book-open"});%>
<h3 id="faqhead"><%=I("fa-exclamation-circle fa-2x")+"&nbsp;"+L("lcl_faq_mld_1")%></h3>

View File

@@ -55,7 +55,7 @@ var result = { success: false };
</script>
</head>
<body class="modal" id="mod_mldfixsla">
<body class="fclt-modal" id="mod_mldfixsla">
<% MODAL_START(); %>
<form id="fixform" name="fixform" action="mld_fix_sla_save.asp?mld_key=<%=mld_key%>" method="post">
<%

View File

@@ -235,7 +235,7 @@ FCLTHeader.Requires({ plugins: ["jQuery", "kenmerk"],
</script>
</head>
<body class="modal" id="mod_mldforward">
<body class="fclt-modal" id="mod_mldforward">
<% MODAL_START(); %>
<form action="mld_forward_save.asp?mld_key=<%=mld_key%>&fwdType=<%=fwdType%>" method="post" name="u2">

View File

@@ -152,7 +152,7 @@ var titel = L("lcl_mld_groeperen") + (multi ? "(" + ingesloten.length + " " + L(
</script>
</head>
<body class="modal" id="mod_mldgroup">
<body class="fclt-modal" id="mod_mldgroup">
<% MODAL_START(); %>
<form id="groupform" name="groupform" action="mld_group_save.asp?mld_keys=<%=ingesloten.join(",")%>&urole=<%=urole%>" method="post">
<%

View File

@@ -291,7 +291,7 @@ var inst_type = "";
</script>
</head>
<body class="modal" id="mod_mldobj">
<body class="fclt-modal" id="mod_mldobj">
<% MODAL_START(); %>
<form name="u2" action="mld_object.asp?submit=1&mld_key=<%=mld_key%>" method="post" onsubmit="return false;">
<%

View File

@@ -58,7 +58,7 @@ if (opdr_key > 0)
if (mld_ordermaterial_frame)
Response.Write('<body>');
else
Response.Write('<body class="modal" id="mod_mldmat">');
Response.Write('<body class="fclt-modal" id="mod_mldmat">');
if (!mld_ordermaterial_frame)
MODAL_START(); %>
@@ -239,7 +239,7 @@ if (opdr_key > 0)
rst.addColumn(new Column({caption: L("lcl_mld_opdr_btw"), content: "fin_btwtabelwaarde_oms"}));
rst.addColumn(new Column({caption: L("lcl_mld_opdr_totaal"), content: "totaal", datatype: "currency"}));
}
if (!mld_ordermaterial_frame)
Response.Write("</table>");

View File

@@ -70,7 +70,7 @@ if (!readonly && opdr_key > 0)
</script>
</head>
<body class="modal" id="mod_mlduitv">
<body class="fclt-modal" id="mod_mlduitv">
<% MODAL_START(); %>
<form name="u2" method="post">

View File

@@ -215,7 +215,7 @@ for (var i = 2; i >= 0; i--)
</script>
</head>
<body class="modal" id="mod_rejectbody">
<body class="fclt-modal" id="mod_rejectbody">
<% MODAL_START(); %>
<form id="rejectform" name="rejectform" action="mld_reject_save.asp?mld_key=<%=mldKeyArray%>" method="post">
<%

View File

@@ -63,7 +63,7 @@ lcl.set_dialect(mld_info.srtdisc_key, "MLD_SRTDISCIPLINE_KEY");
</script>
</head>
<body class="modal" id="mod_reopenbody">
<body class="fclt-modal" id="mod_reopenbody">
<% MODAL_START(); %>
<form id="reopenform" name="reopenform" action="mld_reopen_save.asp?mld_key=<%=mld_key%>" method="post">
<%

Some files were not shown because too many files have changed in this diff Show More