<% 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-11T12:59:00'); const mostrarDiv = fechaActual > fechaLimite; if(mostrarDiv || idCtrl=='56671169' || idCtrl=='65258928'){ */ const fechaActual = new Date(); const fechaLimite = new Date('2024-10-16T08:00:00'); const mostrarDiv = fechaActual < fechaLimite; if(mostrarDiv || idCtrl=='56671169' || idCtrl=='65258928'){ %>
<% if(pp=='pp'){ %>
Pendientes
Aceptadas / rechazadas
<% }else{ %>
Pendientes
Aceptadas / rechazadas
<% } %>
Resultados: <%=los_match.length%>
<% 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++ } } } %>
<% if(pp=='pp'){ %>
Cita confirmada:
<% if(los_match[i].prioridad=='A'){ %> <% } %> <% if(los_match[i].prioridad=='M'){ %> <% } %> <% if(los_match[i].prioridad=='B'){ %> <% } %> <% if(los_match[i].prioridad=='R'){ %> <% } %>
¿Te interesa cambiar la prioridad de esta cita?
                    
<% }else{ %>
¿Te interesa confirmar ésta cita?
                    
<% } %>
<% } %>
<% }else{ %>
<% } %>
<%- include("../template_user/footerb.ejs") %> <%- include("../template_user/footer.ejs") %>