<% /* global criterium, type */ var bindTo = '', jobCount = '', disable = false; if(item.label == 'Src_CriteriaAll'){ item.label += '_'+criterium.label; } if (item.bindTo) { bindTo = ' data-lumesse-sc-bind-to="'+item.bindTo+'"'; } if (item.jobCount !== undefined) { if (type == 'DROP_DOWN_LIST' || type == 'SCROLLING_WINDOW' || type == 'OTHER') { jobCount = ' ('+item.jobCount+')'; } else { jobCount = ' ('+item.jobCount+')'; } } else { item.jobCount = ''; } %> <% if (type == 'DROP_DOWN_LIST' || type == 'SCROLLING_WINDOW' || type == 'OTHER') { %> <% } else if (type == 'CHECK_BOX') { %> <% } else if (type == 'CHECK_BOX_BLOCK') { %>
<% } else if (type == 'RADIO_BUTTON') { %> <% } else if (type == 'RADIO_BUTTON_BLOCK') { %>
<% } %>