FCLT#65721: Nieuwe layout detail- en zoekschermen (1/2) (nakijken)
svn path=/Website/trunk/; revision=51442
This commit is contained in:
@@ -100,7 +100,7 @@ if (!room_exists)
|
||||
method="post"
|
||||
onSubmit="return false">
|
||||
|
||||
<input type="hidden" id="room_action" name="room_action" value="<%=room_action%>">
|
||||
|
||||
|
||||
|
||||
<%
|
||||
@@ -115,6 +115,7 @@ if (!room_exists)
|
||||
useRWFIELD = manRWFIELD
|
||||
|
||||
BLOCK_START("algrui1", L("lcl_room"), { icon: "fa-map-marker"});
|
||||
%><input type="hidden" id="room_action" name="room_action" value="<%=room_action%>"><%
|
||||
|
||||
FCLTplaatsselector( this_alg.authparams("WEB_RUIMAN").ALGwritelevel,
|
||||
{ locatiekey: loc_key,
|
||||
|
||||
@@ -102,7 +102,9 @@ oRs.Close();
|
||||
IFRAMER_HEADER(L("lcl_alg_locatie_frame"), buttons);
|
||||
if (loc_deleted)
|
||||
{
|
||||
SIMPLE_BLOCK_START();
|
||||
%> <div class="alg_deleted"><%=L("lcl_record_is_deleted")%></div><%
|
||||
SIMPLE_BLOCK_END();
|
||||
}
|
||||
%>
|
||||
<form name=u2 onSubmit="return false;">
|
||||
|
||||
@@ -74,7 +74,9 @@ var regio_deleted = regio_exists && !!regio_data.deleted;
|
||||
IFRAMER_HEADER(L("lcl_alg_regio_frame"), buttons);
|
||||
if (regio_deleted)
|
||||
{
|
||||
SIMPLE_BLOCK_START();
|
||||
%> <div class="alg_deleted"><%=L("lcl_record_is_deleted")%></div><%
|
||||
SIMPLE_BLOCK_END();
|
||||
}
|
||||
%>
|
||||
<form name=u2
|
||||
|
||||
@@ -90,7 +90,9 @@ if (!room_data.cadcontours.length)
|
||||
IFRAMER_HEADER(L("lcl_alg_ruimte_frame"), buttons);
|
||||
if (room_deleted)
|
||||
{
|
||||
SIMPLE_BLOCK_START();
|
||||
%> <div class="alg_deleted"><%=L("lcl_record_is_deleted")%></div><%
|
||||
SIMPLE_BLOCK_END();
|
||||
}
|
||||
%>
|
||||
<form name=u2
|
||||
|
||||
@@ -138,7 +138,9 @@ oRs.Close();
|
||||
%>
|
||||
<% if (ter_deleted == 1)
|
||||
{
|
||||
SIMPLE_BLOCK_START();
|
||||
%> <div class="alg_deleted"><%=L("lcl_record_is_deleted")%></div><%
|
||||
SIMPLE_BLOCK_END();
|
||||
}
|
||||
%>
|
||||
<form name=u2 onSubmit="return false;">
|
||||
|
||||
@@ -82,7 +82,9 @@ oRs.Close();
|
||||
%>
|
||||
<% if (flr_deleted)
|
||||
{
|
||||
SIMPLE_BLOCK_START();
|
||||
%> <div class="alg_deleted"><%=L("lcl_record_is_deleted")%></div><%
|
||||
SIMPLE_BLOCK_END();
|
||||
}
|
||||
%>
|
||||
<form name=u2 onSubmit="return false;">
|
||||
|
||||
@@ -39,10 +39,9 @@ var authparams = alg.checkAutorisation();
|
||||
</head>
|
||||
<body id="searchbody">
|
||||
<form name="u2" target="workFrame" action="alg_werkplek_search_list.asp" method="get">
|
||||
<% SEARCH_PAGE_START({ header: L("lcl_filterblok") }); %>
|
||||
<% SEARCH_BLOCK_START();%>
|
||||
<%
|
||||
FCLTplaatsselector(authparams.ALGreadlevel, {
|
||||
<% SEARCH_PAGE_START({ header: L("lcl_filterblok") });
|
||||
SEARCH_BLOCK_START();
|
||||
FCLTplaatsselector(authparams.ALGreadlevel, {
|
||||
locatiekey: locatie_key,
|
||||
gebouwkey: gebouw_key,
|
||||
ruimtekey: ruimte_key,
|
||||
@@ -50,9 +49,8 @@ var authparams = alg.checkAutorisation();
|
||||
eindlevel: 5, // ruimte
|
||||
whenEmpty: L("lcl_search_generic") // want filter
|
||||
});
|
||||
%>
|
||||
<% SEARCH_BLOCK_END(); %>
|
||||
<% SEARCH_BLOCK_START();%>
|
||||
SEARCH_BLOCK_END();
|
||||
SEARCH_BLOCK_START();%>
|
||||
<tr class="primsearch">
|
||||
<td class="label"><label for="nr"><%=L("lcl_workplace")%>:</label></td>
|
||||
<td><input type="text" class="fldsrch" name="descr" value="<%=safe.htmlattr(descr)%>"></td>
|
||||
|
||||
@@ -161,8 +161,9 @@ checkUserAgent(); // heeft device capability bits gezet
|
||||
if (S("self_register") == 1) {
|
||||
buttons.push ({ title: L("lcl_self_register"), action: "selfregister()", importance: 3, icon: "fa-handshake" });
|
||||
}
|
||||
|
||||
CreateButtons(buttons, { entersubmit: true, vertical: true, showIcons: true });
|
||||
SIMPLE_BLOCK_START();
|
||||
CreateButtons(buttons, { entersubmit: true, vertical: true, showIcons: true });
|
||||
SIMPLE_BLOCK_END();
|
||||
%>
|
||||
<% IFACE.FORM_END(); %>
|
||||
</form>
|
||||
|
||||
@@ -108,8 +108,9 @@ checkUserAgent(); // heeft device capability bits gezet
|
||||
<tr>
|
||||
<td><%
|
||||
buttons = [ { title: L("lcl_logon"), action: "do_submit()", importance: 1, icon: "fa-fclt-save" } ];
|
||||
|
||||
SIMPLE_BLOCK_START();
|
||||
CreateButtons(buttons, { entersubmit: true, vertical: buttons.length>2});
|
||||
SIMPLE_BLOCK_END();
|
||||
%></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
@@ -40,8 +40,8 @@ var srtgroep_key = getQParamInt("srtgroep_key", -1);
|
||||
</head>
|
||||
<body id="searchbody">
|
||||
<form name="u2" target="workFrame" action="bes_assmon_search_list.asp" method="get">
|
||||
<% SEARCH_PAGE_START({ header: L("lcl_filterblok") }); %>
|
||||
<% SEARCH_BLOCK_START();%>
|
||||
<% SEARCH_PAGE_START({ header: L("lcl_filterblok") });
|
||||
SEARCH_BLOCK_START();%>
|
||||
<tr class="primsearch">
|
||||
<td class="label"><label for="searchtext"><%=L("lcl_bes_srtprod")%>:</label></td>
|
||||
<td><input type="text" class="fldsrch" name="searchtext" id="searchtext"></td>
|
||||
@@ -91,10 +91,8 @@ var srtgroep_key = getQParamInt("srtgroep_key", -1);
|
||||
|
||||
RWCHECKBOXTR("pctkolom", "fldpctkolom", L("lcl_bes_metverschil"), false, { trclass: "secsearch" });
|
||||
|
||||
%>
|
||||
<% SEARCH_BLOCK_END(); %>
|
||||
<% SEARCH_BLOCK_START(); %>
|
||||
<%
|
||||
SEARCH_BLOCK_END();
|
||||
SEARCH_BLOCK_START();
|
||||
|
||||
sql = "SELECT prs_bedrijf_key, prs_bedrijf_naam||' '||prs_bedrijf_bezoek_plaats prs_bedrijf_naam"
|
||||
+ " FROM prs_v_aanwezigbedrijf b"
|
||||
@@ -109,9 +107,8 @@ var srtgroep_key = getQParamInt("srtgroep_key", -1);
|
||||
size: 7
|
||||
});
|
||||
RWCHECKBOXTR("matchonly", "fldmatchonly", L("lcl_bes_assortiment_matchonly"), false, { trclass: "primsearch" });
|
||||
|
||||
%>
|
||||
<% SEARCH_BLOCK_END();
|
||||
|
||||
SEARCH_BLOCK_END();
|
||||
|
||||
var buttons = [ {title: L("lcl_overview_list"), action: "doSubmit()", id: "bSearch", icon: "fa-clipboard-list" } ];
|
||||
buttons.push ( {title: L("lcl_shared_more"), action:"iface_toggleSecondarySearchblock()", id : "btnMoreLess", icon: "fa-chevron-right" } );
|
||||
@@ -119,8 +116,7 @@ var srtgroep_key = getQParamInt("srtgroep_key", -1);
|
||||
SIMPLE_BLOCK_START();
|
||||
CreateButtons(buttons, { entersubmit: true, showIcons: true});
|
||||
SIMPLE_BLOCK_END();
|
||||
%>
|
||||
<% SEARCH_PAGE_END(); %>
|
||||
SEARCH_PAGE_END(); %>
|
||||
</form>
|
||||
|
||||
<div id="result">
|
||||
|
||||
@@ -342,11 +342,12 @@ var this_bestelopdr = bes.func_enabled_bestelopdracht(opdr_key);
|
||||
value='<%=safe.curr(total)%>'>
|
||||
</td>
|
||||
</tr>
|
||||
<input type='hidden' id='itemregels' name='itemregels' value='<%=bes_bestelopdr.artikel_arr.length%>'>
|
||||
<input type='hidden' id='total' name='total' value='<%=safe.jsfloat(total)%>'>
|
||||
<%
|
||||
BLOCK_END();
|
||||
%>
|
||||
<input type='hidden' id='itemregels' name='itemregels' value='<%=bes_bestelopdr.artikel_arr.length%>'>
|
||||
<input type='hidden' id='total' name='total' value='<%=safe.jsfloat(total)%>'>
|
||||
|
||||
<% IFACE.FORM_END(); %>
|
||||
</form>
|
||||
<% SUBFRAME_END(); %>
|
||||
|
||||
@@ -135,7 +135,9 @@ oRs.Close();
|
||||
%>
|
||||
<% if (art.verwijder != null)
|
||||
{
|
||||
SIMPLE_BLOCK_START();
|
||||
%> <div class="prs_deleted"><%=L("lcl_record_is_deleted")%></div><%
|
||||
SIMPLE_BLOCK_END();
|
||||
}
|
||||
%>
|
||||
<form name="u2" onSubmit="return false;">
|
||||
|
||||
@@ -104,7 +104,9 @@ oRs.Close();
|
||||
%>
|
||||
<% if (art.verwijder != null)
|
||||
{
|
||||
SIMPLE_BLOCK_START();
|
||||
%> <div class="prs_deleted"><%=L("lcl_record_is_deleted")%></div><%
|
||||
SIMPLE_BLOCK_END();
|
||||
}
|
||||
%>
|
||||
<form name="u2" onSubmit="return false;">
|
||||
|
||||
@@ -129,7 +129,9 @@ user.anything_todo_or_abort(tobeaccepted > 0); // We klagen niet over enkele wel
|
||||
BLOCK_END();
|
||||
var buttons = [{ title: L("lcl_reject"), icon: "fa-fclt-save", action:"opdr_reject()", singlepress: true, id: "btn_reject_submit" },
|
||||
{ title: L("lcl_cancel"), icon: "fa-fclt-cancel", action:"opdr_cancel()" }];
|
||||
SIMPLE_BLOCK_START();
|
||||
CreateButtons(buttons);
|
||||
SIMPLE_BLOCK_END();
|
||||
IFACE.FORM_END();
|
||||
%>
|
||||
</form>
|
||||
|
||||
@@ -166,10 +166,13 @@ else
|
||||
action="bez_edit_bezoekers_save.asp?urole=<%=urole%>&rsv_ruimte_key=<%=rsv_ruimte_key%>"
|
||||
method="post"
|
||||
onsubmit="bez_submit();return false;">
|
||||
|
||||
<%SIMPLE_BLOCK_START();%>
|
||||
<input type="hidden" name="locatiekey" id="locatiekey" value="<%=locatie_key%>">
|
||||
<input type="hidden" name="date_from" id="date_from" value="<%=bez_afspraak_datum.valueOf()%>">
|
||||
<input type="hidden" name="date_to" id="date_to" value="<%=bez_afspraak_eind.valueOf()%>">
|
||||
<%
|
||||
SIMPLE_BLOCK_END();
|
||||
if (S("res_appointment_action"))
|
||||
{
|
||||
SIMPLE_BLOCK_START();
|
||||
|
||||
@@ -159,7 +159,6 @@ while (!oRs.eof)
|
||||
|
||||
<body class="modal" id="mod_impbezoekers">
|
||||
<% MODAL_START(); %>
|
||||
<div id="bezoek">
|
||||
<form name="u2">
|
||||
<% MODAL_BLOCK_START("bezInput", L("lcl_bez_imp_frame"));
|
||||
if (!novervang) {
|
||||
@@ -189,11 +188,9 @@ if (!novervang) {
|
||||
<%
|
||||
%>
|
||||
<tr><td colspan="2"></td></tr>
|
||||
<div id="fldcount"><br></div>
|
||||
<%
|
||||
MODAL_BLOCK_END();
|
||||
%>
|
||||
<div id="fldcount"><br></div>
|
||||
<%
|
||||
var buttons = [{ title: L("lcl_submit"), icon: "fa-fclt-save", action: "bez_submit()", singlepress: true, id: "btn_import_submit", importance: 1 },
|
||||
{ title: L("lcl_cancel"), icon: "fa-fclt-cancel", action: "bez_cancel()", importance: 3 }];
|
||||
SIMPLE_BLOCK_START();
|
||||
@@ -201,7 +198,6 @@ if (!novervang) {
|
||||
SIMPLE_BLOCK_END();
|
||||
%>
|
||||
</form>
|
||||
</div>
|
||||
<% MODAL_END(); %>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -466,13 +466,13 @@ maxday.setDate(maxday.getDate() + limiet);
|
||||
{title: L("lcl_bez_erasedates"), action: "eraseDates()", importance: 3}];
|
||||
CreateButtons(buttons);
|
||||
SIMPLE_BLOCK_END();
|
||||
SIMPLE_BLOCK_START();%>
|
||||
MODAL_BLOCK_START();%>
|
||||
|
||||
<input type="hidden" id="date_from" />
|
||||
<div id="show_date_from"></div>
|
||||
|
||||
<select style="display:none" id="newDates" name="newDates" multiple size="10"></select>
|
||||
<% SIMPLE_BLOCK_END();
|
||||
<% MODAL_BLOCK_END();
|
||||
IFACE.FORM_END(); %>
|
||||
<%
|
||||
SIMPLE_BLOCK_START();
|
||||
|
||||
@@ -86,7 +86,9 @@ var authparams = user.checkAutorisation(autfunction, false, disc_key);
|
||||
|
||||
<!-- <form name="u2" target="hidFrame" method="post"> -->
|
||||
<form id="u2" name="u2" action="cnt_edit_scope_save.asp" target="hidFrame" method="post" onSubmit="cnt_submit();">
|
||||
<%BLOCK_START();%>
|
||||
<input type="hidden" id="cnt_key" name="cnt_key" value="<%=cnt_key%>">
|
||||
<%BLOCK_END();%>
|
||||
<% // Objecten scope
|
||||
// TODO: Voor het cnt_srtcontract_type == 1 moet de object scope nog toegevoegd worden!!!
|
||||
if (cnt_srtcontract_type == 1)
|
||||
|
||||
@@ -63,7 +63,6 @@ user.anything_todo_or_abort(toberejected > 0); // We klagen niet over enkele wel
|
||||
|
||||
<body class="modal" id="rejectbody">
|
||||
<% MODAL_START(); %>
|
||||
<div id="reject">
|
||||
<form id="rejectform" name="rejectform" action="cnt_reject_save.asp" method="post">
|
||||
<% MODAL_BLOCK_START("cntReject", L("lcl_cnt_reject_contracts") + ingesloten.join(",")); %>
|
||||
<input type="hidden" name="cnt_key" value="<%=ingesloten.join(",")%>">
|
||||
@@ -80,11 +79,8 @@ user.anything_todo_or_abort(toberejected > 0); // We klagen niet over enkele wel
|
||||
SIMPLE_BLOCK_START();
|
||||
CreateButtons(buttons);
|
||||
SIMPLE_BLOCK_END();
|
||||
%>
|
||||
<br><br>
|
||||
<% IFACE.FORM_END(); %>
|
||||
IFACE.FORM_END(); %>
|
||||
</form>
|
||||
</div>
|
||||
<% MODAL_END(); %>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -251,6 +251,7 @@ var urlMail = "../shared/queuemail.asp?pcode=CNTMAI&defemail_key=" + defemail_ke
|
||||
if (cnt_info.locked_user_key && cnt_info.locked_user_key != user_key)
|
||||
{
|
||||
var other = new Perslid(cnt_info.locked_user_key);
|
||||
SIMPLE_BLOCK_START();
|
||||
%> <div class="warning"><%=L("lcl_cnt_contract_locked").format(safe.html(other.naam()), toTimeString(cnt_info.locked_date))%>
|
||||
<div class="buttoncontainer" style="float:right">
|
||||
<% var buttonsM = [];
|
||||
@@ -258,15 +259,20 @@ var urlMail = "../shared/queuemail.asp?pcode=CNTMAI&defemail_key=" + defemail_ke
|
||||
CreateButtons(buttonsM, { showIcons: true }) %>
|
||||
</div>
|
||||
</div><%
|
||||
SIMPLE_BLOCK_END();
|
||||
}
|
||||
%>
|
||||
<% if (cnt_info.verwijderdatum != null)
|
||||
{
|
||||
SIMPLE_BLOCK_START();
|
||||
%> <div class="cnt_deleted"><%=L("lcl_record_is_deleted")%></div><%
|
||||
SIMPLE_BLOCK_END();
|
||||
}
|
||||
if (cnt_info.contract_status == 1) // Gesloten
|
||||
{
|
||||
SIMPLE_BLOCK_START();
|
||||
%> <div class="cnt_inactive"><%=L("lcl_cnt_is_inactive")%></div><%
|
||||
SIMPLE_BLOCK_END();
|
||||
}
|
||||
|
||||
var btns = [];
|
||||
|
||||
@@ -137,10 +137,14 @@ if (!(MLDFOF_read || MLDFOF_write || BESFOF_read || BESFOF_write || MLDBOF_read
|
||||
|
||||
</script>
|
||||
<div id="dmodal" style="display:none">
|
||||
<% if (buttons.length)
|
||||
CreateButtons(buttons, { vertical: 1, isDialog: true} )
|
||||
else
|
||||
Response.write(L("lcl_mld_choose_na")); %>
|
||||
<% if (buttons.length){
|
||||
SIMPLE_BLOCK_START();
|
||||
CreateButtons(buttons, { vertical: 1, isDialog: true} );
|
||||
SIMPLE_BLOCK_END();
|
||||
}
|
||||
else{
|
||||
Response.write(L("lcl_mld_choose_na"));
|
||||
} %>
|
||||
</div>
|
||||
<%
|
||||
}
|
||||
|
||||
@@ -37,7 +37,9 @@ var filter = { s: { val: getQParam("s",""), lcl: L("lcl_search
|
||||
<%
|
||||
buttons = [];
|
||||
buttons.push({ title: L("lcl_srch_zoeker_alt"), action: "showSearchResult()", id: "prodsearchsearch", importance: 1, icon: "fa-search" });
|
||||
CreateButtons(buttons, { entersubmit: true })
|
||||
SIMPLE_BLOCK_START();
|
||||
CreateButtons(buttons, { entersubmit: true });
|
||||
SIMPLE_BLOCK_END();
|
||||
%>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
@@ -108,7 +108,6 @@ user.auth_required_or_abort(this_fin.canWriteNotes);
|
||||
IFACE.FORM_END();
|
||||
%>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div id="result">
|
||||
<%
|
||||
@@ -137,6 +136,7 @@ user.auth_required_or_abort(this_fin.canWriteNotes);
|
||||
|
||||
var cnt = rst.processResultset();
|
||||
%>
|
||||
</div>
|
||||
<% SUBFRAME_END(); %>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -110,9 +110,11 @@ var urlMail = "../shared/queuemail.asp?pcode=FINMAI&defemail_key=-1&key=" + fin_
|
||||
|
||||
IFRAMER_HEADER(L("lcl_fin_frame_algemeen"), buttons);
|
||||
if (fin_factuur.fin_verwijder != null)
|
||||
{ %>
|
||||
{
|
||||
SIMPLE_BLOCK_START(); %>
|
||||
<div class="fatal"><%=L("lcl_fin_is_deleted")%></div>
|
||||
<% }
|
||||
<% SIMPLE_BLOCK_END();
|
||||
}
|
||||
|
||||
BLOCK_START("finInfo", L("lcl_fin_info"), { icon: "fa-file-invoice" });
|
||||
ROFIELDTR("fld", L("lcl_fin_referentie"), ref_info.referentie, {suppressEmpty: true}); // Referentie
|
||||
|
||||
@@ -431,11 +431,14 @@ else
|
||||
action="ins_deel_free_save.asp"
|
||||
method="post"
|
||||
onsubmit="ins_submit();return false">
|
||||
<% SIMPLE_BLOCK_START(); %>
|
||||
<input type="hidden" name="adapt" id="adapt" value="<%=adapt? 1 : 0%>">
|
||||
<input type="hidden" name="lendout" id="lendout" value="<%=lendout? 1 : 0%>">
|
||||
<input type="hidden" name="takein" id="takein" value="<%=takein? 1 : 0%>">
|
||||
|
||||
<% if (ingesloten.length == 1)
|
||||
<%
|
||||
SIMPLE_BLOCK_END();
|
||||
if (ingesloten.length == 1)
|
||||
var blockheader = desc;
|
||||
else if (ingesloten.length > 0)
|
||||
var blockheader = lendout? L("lcl_ins_lendout_multi").format(ingesloten.length) : L("lcl_ins_takein_multi").format(ingesloten.length);
|
||||
|
||||
@@ -654,7 +654,7 @@ var ins_deel_aantal = 1;
|
||||
method="post"
|
||||
target="hidFrameSubmit"
|
||||
onsubmit="checkInput();">
|
||||
|
||||
<% SIMPLE_BLOCK_START(); %>
|
||||
<input type="hidden" name="urole" value="<%=urole%>">
|
||||
<input type="hidden" name="ins_copy" value="<%=(copy ? 1 : 0)%>">
|
||||
<input type="hidden" name="ins_copy_key" value="<%=ins_copy_key%>">
|
||||
@@ -672,8 +672,8 @@ var ins_deel_aantal = 1;
|
||||
else
|
||||
{ %>
|
||||
<input type="hidden" name="next" value="0">
|
||||
<% } %>
|
||||
|
||||
<% }
|
||||
SIMPLE_BLOCK_END(); %>
|
||||
<script type="text/javascript">
|
||||
var parent_key = <%=parent_key%>;
|
||||
var bindingBits = <%=srtdeel_binding%>;
|
||||
|
||||
@@ -620,6 +620,7 @@ if (!catclose && ins_key_arr.length == 1)
|
||||
IFRAMER_HEADER(titletext + " " + desc, buttons);
|
||||
%>
|
||||
<form name="u2" action="ins_inspect_save.asp" method="post">
|
||||
<% SIMPLE_BLOCK_START(); %>
|
||||
<input type="hidden" name="savemode" id="savemode" value="<%=insPlan? "P" : (insClose? "C" : "E")%>">
|
||||
<input type="hidden" name="ins_keys" id="ins_keys" value="<%=ingesloten.join(",")%>">
|
||||
<input type="hidden" name="srtcont_key_arr" id="srtcont_key_arr" value="<%=ingeslotensc.join(",")%>">
|
||||
@@ -632,6 +633,7 @@ if (!catclose && ins_key_arr.length == 1)
|
||||
+ (multi || catclose
|
||||
? " (" + L("lcl_count") + ":" + tobehandled + ")"
|
||||
: "");
|
||||
SIMPLE_BLOCK_END();
|
||||
BLOCK_START("insMultiEdit", blocktext , {icon: "fa-calendar-check"});
|
||||
if (!catclose && ins_key_arr.length == 1)
|
||||
{
|
||||
|
||||
@@ -67,13 +67,13 @@ var new_value = "";
|
||||
datum: new Date (),
|
||||
required: true
|
||||
});
|
||||
MODAL_BLOCK_END();
|
||||
%>
|
||||
<input type='hidden' id='count' name='count' value='<%=count%>'>
|
||||
<input type='hidden' id='insdeelkey' name='insdeelkey' value='<%=insdeelkey%>'>
|
||||
<input type='hidden' id='inskenmerkdeelkey' name='inskenmerkdeelkey' value='<%=inskenmerkdeelkey%>'>
|
||||
<input type='hidden' id='inskenmerkkey' name='inskenmerkkey' value='<%=inskenmerkkey%>'>
|
||||
<%
|
||||
MODAL_BLOCK_END();
|
||||
var buttons = [ {title: L("lcl_submit"), action: "ins_submit()" }
|
||||
, {title: L("lcl_cancel"), action: "ins_cancel()" } ];
|
||||
SIMPLE_BLOCK_START();
|
||||
|
||||
@@ -45,8 +45,8 @@ var authparams = user.checkAutorisation(autfunction);
|
||||
</head>
|
||||
<body id="searchbody">
|
||||
<form name="u2" method="get" action="ins_history_list.asp" target="workFrame">
|
||||
<% SEARCH_PAGE_START({ header: L("lcl_filterblok") }); %>
|
||||
<% SEARCH_BLOCK_START(); %>
|
||||
<% SEARCH_PAGE_START({ header: L("lcl_filterblok") });
|
||||
SEARCH_BLOCK_START(); %>
|
||||
<input type="hidden" name="urole" value="<%=urole%>">
|
||||
<input type="hidden" name="ins_key" value="<%=insdeelkey%>">
|
||||
<%
|
||||
@@ -62,8 +62,7 @@ var authparams = user.checkAutorisation(autfunction);
|
||||
SIMPLE_BLOCK_START();
|
||||
CreateButtons(buttons, { entersubmit: true, showIcons: true });
|
||||
SIMPLE_BLOCK_END();
|
||||
%>
|
||||
<% SEARCH_PAGE_END(); %>
|
||||
SEARCH_PAGE_END(); %>
|
||||
</form>
|
||||
|
||||
<div id="result">
|
||||
|
||||
@@ -347,7 +347,9 @@ oRs.Close();
|
||||
|
||||
<% if (ins_deleted)
|
||||
{
|
||||
SIMPLE_BLOCK_START();
|
||||
%> <div class="ins_deleted"><%=L("lcl_record_is_deleted")%></div><%
|
||||
SIMPLE_BLOCK_END();
|
||||
}
|
||||
var hasImage = false;
|
||||
if (srtdeel_image)
|
||||
@@ -485,8 +487,7 @@ oRs.Close();
|
||||
srtdeelkey_array: srtdeel_key > 0? [srtdeel_key] : [],
|
||||
reado: true
|
||||
});
|
||||
%>
|
||||
<% SUBFRAME_END(); %>
|
||||
SUBFRAME_END(); %>
|
||||
</body>
|
||||
</html>
|
||||
<% ASPPAGE_END(); %>
|
||||
|
||||
@@ -303,12 +303,6 @@ user.auth_required_or_abort(this_ins.canInspShow);
|
||||
</script>
|
||||
<%
|
||||
BLOCK_END();
|
||||
%>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<%
|
||||
//BLOCK_START("insFlex2", ""); //block over gehele breedte, liefst niet indien leeg TODO
|
||||
%><div id='insFlex2' class="insFlex2"></div><% // Wrapper div voor dynamisch herladen
|
||||
|
||||
|
||||
@@ -62,7 +62,6 @@ var parent_key = getQParamInt("parent_key");
|
||||
CreateButtons(buttons);
|
||||
SIMPLE_BLOCK_END();
|
||||
%>
|
||||
<br><br>
|
||||
<% IFACE.FORM_END(); %>
|
||||
</form>
|
||||
<% MODAL_END(); %>
|
||||
|
||||
@@ -62,9 +62,7 @@ var mld_date_done = getQParamDate("mld_einddatum");
|
||||
SIMPLE_BLOCK_START();
|
||||
CreateButtons(buttons);
|
||||
SIMPLE_BLOCK_END();
|
||||
%>
|
||||
<br><br>
|
||||
<% IFACE.FORM_END(); %>
|
||||
IFACE.FORM_END(); %>
|
||||
</form>
|
||||
<% MODAL_END(); %>
|
||||
</body>
|
||||
|
||||
@@ -136,9 +136,9 @@ var mld_ordernr = "";
|
||||
<form name="u2" method="post"
|
||||
action="mld_edit_meldracht_save.asp?urole=<%=urole%>"
|
||||
method="post">
|
||||
<input type="hidden" id="person" value="<%=user_key%>">
|
||||
<%
|
||||
BLOCK_START("opdrOpdracht", L("lcl_opdr_info"), { icon: "fa-wrench" });
|
||||
%><input type="hidden" id="person" value="<%=user_key%>"><%
|
||||
|
||||
if (mld_defaultstdmelding < 0)
|
||||
{
|
||||
|
||||
@@ -429,6 +429,7 @@ oRs.Close();
|
||||
<form name="u2" method="post"
|
||||
action="mld_edit_opdr_save.asp?opdr_key=<%=opdr_key%>"
|
||||
method="post">
|
||||
<%BLOCK_START("opdrOpdracht", L("lcl_opdr_info"), {icon: "fa-user-tag"});%>
|
||||
<input type="hidden" id="mld_key" name="mld_key" value="<%=mld_key%>">
|
||||
|
||||
<% if (fromofferte) { %>
|
||||
@@ -437,7 +438,6 @@ oRs.Close();
|
||||
<% } %>
|
||||
|
||||
<%
|
||||
BLOCK_START("opdrOpdracht", L("lcl_opdr_info"), {icon: "fa-user-tag"});
|
||||
//<!-- OPDRACHTTYPE -->
|
||||
ROFIELDTR("fld", L("lcl_mld_typeopdr"), mld_opdr.opdr_type_omschr); // Opdrachttype
|
||||
%> <input type="hidden" id="t_opdr" name="t_opdr" value="<%=mld_opdr.opdr_type%>">
|
||||
|
||||
@@ -98,9 +98,7 @@ user.anything_todo_or_abort(this_opdr.canAcceptOffer); // Mag ik deze kosten afm
|
||||
SIMPLE_BLOCK_START();
|
||||
CreateButtons(buttons);
|
||||
SIMPLE_BLOCK_END();
|
||||
%>
|
||||
<br><br>
|
||||
<% IFACE.FORM_END(); %>
|
||||
IFACE.FORM_END(); %>
|
||||
</form>
|
||||
<% MODAL_END(); %>
|
||||
</body>
|
||||
|
||||
@@ -293,6 +293,7 @@ oRs.Close();
|
||||
</td></tr>
|
||||
<%
|
||||
}
|
||||
%><input type='hidden' name='orgdate' value='<%=nu.getTime()%>'><%
|
||||
MODAL_BLOCK_END();
|
||||
|
||||
// Show required, and missing, confirm flex-properties at order-confirm.
|
||||
@@ -312,7 +313,6 @@ oRs.Close();
|
||||
showConfidential: this_opdr.canViewConfidential
|
||||
});
|
||||
}
|
||||
%><input type='hidden' name='orgdate' value='<%=nu.getTime()%>'><%
|
||||
var buttons = [ {title: L("lcl_close"), icon: "fa-fclt-save", action: "mld_close()", singlepress: true, id: "btn_close_submit", importance: 1 },
|
||||
{title: L("lcl_cancel"), icon: "fa-fclt-cancel", action: "mld_cancel()", importance: 3 } ];
|
||||
SIMPLE_BLOCK_START();
|
||||
|
||||
@@ -172,9 +172,7 @@ user.anything_todo_or_abort(toberejected > 0); // We klagen niet over enkele wel
|
||||
SIMPLE_BLOCK_START();
|
||||
CreateButtons(buttons);
|
||||
SIMPLE_BLOCK_END();
|
||||
%>
|
||||
<br><br>
|
||||
<% IFACE.FORM_END(); %>
|
||||
IFACE.FORM_END(); %>
|
||||
</form>
|
||||
<% MODAL_END(); %>
|
||||
</body>
|
||||
|
||||
@@ -54,7 +54,9 @@ if (S("fac_emailtoken_auth_expire") == 0)
|
||||
BLOCK_END();
|
||||
var buttons = [ {title: L("lcl_noti_send"), icon: "fa-envelope", action: "pass_submit()" },
|
||||
{title: L("lcl_cancel"), icon: "fa-fclt-cancel", action: "FcltMgr.closeDetail( window )" }];
|
||||
SIMPLE_BLOCK_START();
|
||||
CreateButtons(buttons, { isModal: true });
|
||||
SIMPLE_BLOCK_END();
|
||||
IFACE.FORM_END();
|
||||
%>
|
||||
</form>
|
||||
|
||||
@@ -199,7 +199,9 @@ var sql = "SELECT pk.prs_perslidkostenplaats_key"
|
||||
if (rst.rowNum > 0)
|
||||
buttons.push({title: L("lcl_submit"), icon: "fa-fclt-save", action: "kpn_submit()", id: "savebtn", importance: 1});
|
||||
buttons.push({title: L("lcl_cancel"), icon: "fa-fclt-cancel", action: "kpn_cancel()", id: "cancelbtn", importance: 3});
|
||||
SIMPLE_BLOCK_START();
|
||||
CreateButtons(buttons);
|
||||
SIMPLE_BLOCK_END();
|
||||
}
|
||||
SUBFRAME_END();
|
||||
%>
|
||||
|
||||
@@ -151,7 +151,9 @@ if (params.extFilter != "xxx")
|
||||
{title: L("lcl_submit"), id: "btn_submit", action:"sig_submit()", icon: "fa-fclt-save", singlepress: true },
|
||||
{title: L("lcl_cancel"), id: "btn_cancel", action:"sig_cancel()", icon: "fa-fclt-cancel" }
|
||||
];
|
||||
SIMPLE_BLOCK_START();
|
||||
CreateButtons(buttons);
|
||||
SIMPLE_BLOCK_END();
|
||||
%>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user