Changeset 8ba421e in prototipo_portal_2018


Ignore:
Timestamp:
Nov 14, 2017, 6:00:09 PM (6 years ago)
Author:
José Sulbarán <jsulbaran@…>
Branches:
master
Children:
cd9dc46
Parents:
4f077af
Message:

Se los log

Location:
prototipo/static/js/functions
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • prototipo/static/js/functions/CheckSign/CheckSignPDFandBDOC.js

    r025e022 r8ba421e  
    2222                headers: {"Authorization":"Basic YWRtaW46YWRtaW4="},
    2323                success: function(response) {
    24 
     24            document.getElementById("log").innerHTML = '';
     25            document.getElementById("respuesta").innerHTML = '';
    2526            if (response.signatures){
    2627                  $("div#Error").hide();
  • prototipo/static/js/functions/firmarDocumentoBDOC.js

    r4f077af r8ba421e  
    5656                        //var linkToDownload = "<a href=\"https://172.16.137.11:8443/Murachi/murachi/archivos/descargas/" + data['signedFileId'] +"\">descargar archivo firmado</a>";
    5757                        var linkToDownload = "<a href=\"https://murachi.cenditel.gob.ve/Murachi/0.1/archivos/descargas/" + data['signedFileId'] +"\">descargar archivo firmado</a>";
    58                         document.getElementById("respuesta").innerHTML = ''; 
     58                        document.getElementById("log").innerHTML = ''; 
    5959                        document.getElementById("respuesta").innerHTML = '<center><h2>Archivo firmado correctamente:</h2> <br>'+linkToDownload+'</center>';                     
    6060
  • prototipo/static/js/functions/firmarDocumentoPdf.js

    r4f077af r8ba421e  
    9898
    9999                        var linkToDownload = "<a href=\"https://murachi.cenditel.gob.ve/Murachi/0.1/archivos/descargas/" + data['signedFileId'] +"\"><h4>Descargar archivo firmado</h4></a>";
    100                         document.getElementById("respuesta").innerHTML = ''; 
     100                        document.getElementById("log").innerHTML = '';  
    101101                        document.getElementById("respuesta").innerHTML = '<center><h2>Archivo firmado correctamente:</h2> <br>'+linkToDownload+'</center>';                     
    102                        
     102
    103103                        InfoDocumentDataTablePDF(data['signedFileId']);         
    104104
Note: See TracChangeset for help on using the changeset viewer.