UWVA#90438 Extra tekst toevoegen bij bestaande reservering(en) bij reservering via QR-code
svn path=/Website/trunk/; revision=71035
This commit is contained in:
@@ -857,7 +857,7 @@ FCLTHeader.Requires({ plugins: ["kenmerk"], css: [rooturl+"/appl/res/res.css"] }
|
||||
{
|
||||
for (var tm in times)
|
||||
{
|
||||
if ( (helemaalvrij)
|
||||
if ( helemaalvrij
|
||||
|| ( !nubezet
|
||||
&& ( ( typeof schoonvan === "undefined" && lopendeRes)
|
||||
|| ( times[tm] <= schoonvan )
|
||||
@@ -991,7 +991,10 @@ FCLTHeader.Requires({ plugins: ["kenmerk"], css: [rooturl+"/appl/res/res.css"] }
|
||||
if (!times.length) {
|
||||
Response.write("<span class='bezetinfo'>" + I("fa-ban fa-xl") + " " + L("lcl_mobile_none_beschik") + "</span>");
|
||||
} else if (local_van) {
|
||||
Response.write("<span class='bezetinfo'>"+toTimeString(local_van, { isLocal: true })+" - "+toTimeString(local_tot, { isLocal: true })+": "+ safe.html(rsv_omschrijving)+"/"+safe.html(rsv_host)+"</span>");
|
||||
Response.write("<span class='bezetinfo'>"+toTimeString(local_van, { isLocal: true })+" - "+toTimeString(local_tot, { isLocal: true })
|
||||
+" "+ L("lcl_pda_res_gereserveerd_door")
|
||||
+" "+ safe.html(rsv_host) +"/"+ safe.html(rsv_omschrijving)
|
||||
+"</span>");
|
||||
}
|
||||
}
|
||||
%></div><%
|
||||
@@ -1164,7 +1167,7 @@ FCLTHeader.Requires({ plugins: ["kenmerk"], css: [rooturl+"/appl/res/res.css"] }
|
||||
<div class="next-res-descr"><%=L("lcl_mobile_ruimtebezet").format(local_tot)%></div>
|
||||
<% } else if (!myres) { %>
|
||||
<div class="next-res-title"><%=L("lcl_mobile_rsv_next")%></div>
|
||||
<div class="next-res-descr"><%=local_van%> tot <%=local_tot%></div>
|
||||
<div class="next-res-descr"><%=local_van%> tot <%=local_tot%>: <%=L("lcl_pda_res_gereserveerd_door")+" " +safe.html(rsv_host) +"/"+ safe.html(rsv_omschrijving)%></div>
|
||||
<% }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user