<% 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") %>
<% const fechaActual = new Date(); const fechaLimite = new Date('2024-10-10T10:59:00'); const mostrarDiv = fechaActual < fechaLimite; if(mostrarDiv || idCtrl=='56671169' || idCtrl=='65258928'){ %>
<% if (mTodo === 'todo') { %> <% } else { %> <% } %>
Resultados: <%=los_match.length%>
<% if(los_match.length>0){ for (i = 0; i < los_match.length; i++) { %>
<%= los_match[i].t_nombre %>
<%= los_match[i].t_cargo %>
<%= los_match[i].t_empresa %>
<% if (los_match[i].t_web != undefined) { %> <% } %>
<% if (los_match[i].t_foto != undefined) { %> <% } else { %> <% } %>
<% 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: #030405; border-radius:6px; color:#fff;' }else{ var estilin='background: #eeeeee; border-radius:6px; ' } %>
<%= key.nombre_campo %>
<% ia++ } } } %>
<% let incluye = mis_Solicitudes.includes(los_match[i].id_ctrl); let el_ky = mis_Solicitudes.indexOf(los_match[i].id_ctrl) if(incluye===false){ %>
¿Te interesa solicitar ésta cita?
             
<% }else if(incluye===true){ let xAlta = ""; let xMedia = ""; let xBaja = ""; if(mi_prioridad_2[el_ky]=='A'){ xAlta = "done"; xMedia = "none"; xBaja = "none"; xRechazada = "none";} if(mi_prioridad_2[el_ky]=='M'){ xAlta = "none"; xMedia = "done"; xBaja = "none"; xRechazada = "none";} if(mi_prioridad_2[el_ky]=='B'){ xAlta = "none"; xMedia = "none"; xBaja = "done"; xRechazada = "none";} if(mi_prioridad_2[el_ky]=='R'){ xAlta = "none"; xMedia = "none"; xBaja = "none"; xRechazada = "done";} %>
¿Te interesa cambiar ésta cita?
      
<% } %>
<% } } %>
<% }else{ %>
<% } %>
<%- include("../template_user/footerb.ejs") %> <%- include("../template_user/footer.ejs") %>