Changeset b84cfca in firmaeventos for static/js/funciones.js


Ignore:
Timestamp:
Nov 21, 2017, 4:02:33 PM (7 years ago)
Author:
rudmanmrrod <rudman22@…>
Branches:
master
Children:
9add819
Parents:
4db73c3
Message:

Agregada cabecera y foote, y iframe para el pdf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • static/js/funciones.js

    rae65f8e rb84cfca  
    5353                close:{
    5454                    text:'cerrar',
    55                     className:'red',
     55                    className:'blue',
    5656                }
    5757            }
     
    7272    html += '<li class="collection-item"><b>Correo: </b>'+data.correo+'</li>';
    7373    html += '</ul>';
     74    html += '<iframe width="700px" height="600px" src="https://192.168.12.154:8443/Murachi/0.1/archivos/listadopdf/cbcd0924-bbfe-49dc-afc8-f32348f20350.pdf">';
     75    html += '</iframe><br/>';
     76    html += '<a type="button" class="btn waves-effect blue darken-1" onclick="ObtenerCertificadoFirmanteMultiples(\''+data.documento+'\')">';
     77    html += '<i class="material-icons left">mode_edit</i> Firmar</a>';
    7478    $('#datos_paricipante').html(html);
    7579}
Note: See TracChangeset for help on using the changeset viewer.