PLAT#52238: Vervolg van PLAT#52094: nieuwe velden in de interface verwerken.

svn path=/Website/trunk/; revision=37566
This commit is contained in:
Maykel Geerdink
2018-04-05 14:32:21 +00:00
parent 14a6b2b10a
commit 8692d40cf9
5 changed files with 20 additions and 20 deletions

View File

@@ -277,7 +277,7 @@ function gebouw_list(pautfunction, params)
rst.addColumn(new Column({caption: L("lcl_geoycoord"), content: "alg_gebouw_y"}));
}
if (params.mjob)
rst.addColumn(new Column({caption: "Conditiescore", content: "alg_gebouw_mjb_score1"})); // L("lcl_alg_gebouw_mjb_score1")
rst.addColumn(new Column({caption: L("lcl_alg_gebouw_mjb_score1"), content: "alg_gebouw_mjb_score1"}));
rst.addAction({ action: "gebouwEdit", caption: L("lcl_edit"), isDefault: true});
rst.addAction({ action: "doDelete", caption: L("lcl_delete"), enabler: "eDelete", single:!noref, multi: true, multiOnce: true});

View File

@@ -120,10 +120,10 @@ var this_alg = alg.func_enabled(gebouw_key);
<table width="100%">
<tr>
<td class="label">
<label for="show_fitness_score_from"><%="Conditiescore"%>:</label> <% /* L("lcl_mjb_fitness_score") */ %>
<label for="show_fitness_score_from"><%=L("lcl_mjb_fitness_score")%>:</label>
</td>
<td style="text-align: right">
<%="van"%> <% /* L("lcl_mjb_from") */ %>
<%=L("lcl_mjb_from")%>
</td>
</tr>
</table>
@@ -137,7 +137,7 @@ var this_alg = alg.func_enabled(gebouw_key);
class="fldflexN number "
value=""
maxlength="1">
&nbsp;<%="t/m"%>&nbsp; <% /* L("lcl_mjb_through") */ %>
&nbsp;<%=L("lcl_mjb_through")%>&nbsp;
<input type="text"
onChange="fvalid=checkKenmerk(this, false, 'N', 1, 0, 1, 6)"
onBlur="checkKenmerk(this, true, 'N', 1, 0, 1, 6)"

View File

@@ -247,7 +247,7 @@ function locatie_list(pautfunction, params)
rst.addColumn(new Column({caption: L("lcl_prs_address_bezoek_postcode"), content: "alg_locatie_postcode"}));
rst.addColumn(new Column({caption: L("lcl_prs_address_bezoek_plaats"), content: "alg_locatie_plaats"}));
if (params.mjob)
rst.addColumn(new Column({caption: "Conditiescore", content: "alg_locatie_mjb_score1"})); // L("lcl_alg_locatie_mjb_score1")
rst.addColumn(new Column({caption: L("lcl_alg_locatie_mjb_score1"), content: "alg_locatie_mjb_score1"}));
if (outputmode != 0)
{

View File

@@ -80,10 +80,10 @@ var authparams = alg.checkAutorisation();
<table width="100%">
<tr>
<td class="label">
<label for="show_fitness_score_from"><%="Conditiescore"%>:</label> <% /* L("lcl_mjb_fitness_score") */ %>
<label for="show_fitness_score_from"><%=L("lcl_mjb_fitness_score")%>:</label>
</td>
<td style="text-align: right">
<%="van"%> <% /* L("lcl_mjb_from") */ %>
<%=L("lcl_mjb_from")%>
</td>
</tr>
</table>
@@ -97,7 +97,7 @@ var authparams = alg.checkAutorisation();
class="fldflexN number "
value=""
maxlength="1">
&nbsp;<%="t/m"%>&nbsp; <% /* L("lcl_mjb_through") */ %>
&nbsp;<%=L("lcl_mjb_through")%>&nbsp;
<input type="text"
onChange="fvalid=checkKenmerk(this, false, 'N', 1, 0, 1, 6)"
onBlur="checkKenmerk(this, true, 'N', 1, 0, 1, 6)"

View File

@@ -248,10 +248,10 @@ var authparamsCTRUSE = user.checkAutorisation("WEB_CTRUSE");
<table>
<tr>
<td class="label">
<label for="show_fitness_score_from"><%="Conditiescore"%>:</label> <% /* L("lcl_mjb_fitness_score") */ %>
<label for="show_fitness_score_from"><%=L("lcl_mjb_fitness_score")%>:</label>
</td>
<td style="text-align: right">
<%="van"%> <% /* L("lcl_mjb_from") */ %>
<%=L("lcl_mjb_from")%>
</td>
</tr>
</table>
@@ -265,7 +265,7 @@ var authparamsCTRUSE = user.checkAutorisation("WEB_CTRUSE");
class="fldflexN number "
value=""
maxlength="1">
&nbsp;<%="t/m"%>&nbsp; <% /* L("lcl_mjb_through") */ %>
&nbsp;<%=L("lcl_mjb_through")%>&nbsp;
<input type="text"
onChange="fvalid=checkKenmerk(this, false, 'N', 1, 0, 1, 6)"
onBlur="checkKenmerk(this, true, 'N', 1, 0, 1, 6)"
@@ -283,10 +283,10 @@ var authparamsCTRUSE = user.checkAutorisation("WEB_CTRUSE");
<table>
<tr>
<td class="label">
&nbsp;&nbsp;<3B> <%="Negatieve afwijking"%> <% /* L("lcl_mbj_negative_dev") */ %>
&nbsp;&nbsp;<3B> <%=L("lcl_mbj_negative_dev")%>
</td>
<td style="text-align: right">
<%="van"%> <% /* L("lcl_mjb_from") */ %>
<%=L("lcl_mjb_from")%>
</td>
</tr>
</table>
@@ -300,7 +300,7 @@ var authparamsCTRUSE = user.checkAutorisation("WEB_CTRUSE");
class="fldflexN number "
value=""
maxlength="1">
&nbsp;<%="t/m"%>&nbsp; <% /* L("lcl_mjb_through") */ %>
&nbsp;<%=L("lcl_mjb_through")%>&nbsp;
<input type="text"
onChange="fvalid=checkKenmerk(this, false, 'N', 1, 0, 1, 5)"
onBlur="checkKenmerk(this, true, 'N', 1, 0, 1, 5)"
@@ -318,10 +318,10 @@ var authparamsCTRUSE = user.checkAutorisation("WEB_CTRUSE");
<table>
<tr>
<td class="label">
&nbsp;&nbsp;<3B> <%="Positieve afwijking"%> <% /* L("lcl_mjb_positive_dev") */ %>
&nbsp;&nbsp;<3B> <%=L("lcl_mjb_positive_dev")%>
</td>
<td style="text-align: right">
<%="van"%> <% /* L("lcl_mjb_from") */ %>
<%=L("lcl_mjb_from")%>
</td>
</tr>
</table>
@@ -335,7 +335,7 @@ var authparamsCTRUSE = user.checkAutorisation("WEB_CTRUSE");
class="fldflexN number "
value=""
maxlength="1">
&nbsp;<%="t/m"%>&nbsp <% /* L("lcl_mjb_through") */ %>
&nbsp;<%=L("lcl_mjb_through")%>&nbsp
<input type="text"
onChange="fvalid=checkKenmerk(this, false, 'N', 1, 0, 1, 5)"
onBlur="checkKenmerk(this, true, 'N', 1, 0, 1, 5)"
@@ -352,10 +352,10 @@ var authparamsCTRUSE = user.checkAutorisation("WEB_CTRUSE");
<table>
<tr>
<td class="label">
<label for="show_priority_score_from"><%="Prioriteit"%>:</label> <% /* L("lcl_mjb_priority_score") */ %>
<label for="show_priority_score_from"><%=L("lcl_mjb_priority_score")%>:</label>
</td>
<td style="text-align: right">
<%="van"%> <% /* L("lcl_mjb_from") */ %>
<%=L("lcl_mjb_from")%>
</td>
</tr>
</table>
@@ -369,7 +369,7 @@ var authparamsCTRUSE = user.checkAutorisation("WEB_CTRUSE");
class="fldflexN number "
value=""
maxlength="1">
&nbsp;<%="t/m"%>&nbsp <% /* L("lcl_mjb_through") */ %>
&nbsp;<%=L("lcl_mjb_through")%>&nbsp
<input type="text"
onChange="fvalid=checkKenmerk(this, false, 'N', 1, 0, 1, 6)"
onBlur="checkKenmerk(this, true, 'N', 1, 0, 1, 9)"