<% dondeEsto = "networking"; %> <%- include("../template_user/heder.ejs", {dondeEsto}) %> <%- include("../template_user/loading.ejs") %> <% dde = "Participantes"; %> <%- include("../template_user/menuadmin.ejs", {dde}) %> <%- include("../template_user/asaid.ejs") %>
Resultados: <%=los_match.length%>
<% for (i = 0; i < los_match.length; i++) { %>
<%= los_match[i].t_nombre %>
<%= los_match[i].t_empresa %>
<%= los_match[i].t_cargo %>
<% if(los_match[i].t_web!=undefined){ var webbi = los_match[i].t_web if(webbi.includes('http')){ var pag = los_match[i].t_web }else{ var pag='https://'+los_match[i].t_web } %> <%= pag %> <% } %>
<% var ia = 1 for (const key of campos_match) { var prodd = key.id_campo var holi = los_match[i][prodd] if(ia < 5){ if(los_match[i][prodd]=='on'){ if(mi_match.includes(key.id_campo)){ var estilin = 'background: #d2e1b1; border-radius:6px;' }else{ var estilin='background: #eeeeee; border-radius:6px; ' } %>
<%= key.nombre_campo %>

<% ia++ } } } %>
Solicitar cita:
             
<% } %>
<%- include("../template_user/footerb.ejs") %> <%- include("../template_user/footer.ejs") %>