<% 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") %>
<% if(mTodo=='todo'){ %>
Mis matches
Todo
<% }else{ %>
Mis matches
Todo
<% } %>
Solicitudes
Mis citas
<% if(tipo.includes('compra')){ %>
Resultados: <%=los_match.length%>
<% if(los_match.length>0){ for (i = 0; i < los_match.length; i++) { %>
<% if(los_match[i].t_foto!=undefined){ %> <% }else{ %> <% } %>
<%= 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++ } } } %>
<% let incluye = mis_Solicitudes.includes(los_match[i].id_ctrl); let el_ky = mis_Solicitudes.indexOf(los_match[i].id_ctrl) if(incluye===false){ %>
Solicitar 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";} %>
Cita solicitada:
      
<% } %>
<% } } %>
<% }else{ %>
Esta tarea ha finalizado
<% } %>
<%- include("../template_user/footerb.ejs") %> <%- include("../template_user/footer.ejs") %>