Changeset c3a6b20 in prototipo_portal_2018 for prototipo/static


Ignore:
Timestamp:
Nov 17, 2017, 1:25:45 PM (7 years ago)
Author:
José Sulbarán <jsulbaran@…>
Branches:
master
Children:
fb2f88e
Parents:
cd9dc46
Message:

SE agrego las firma multiples

Location:
prototipo/static
Files:
8 added
5 edited

Legend:

Unmodified
Added
Removed
  • prototipo/static/css/style.css

    rcd9dc46 rc3a6b20  
    7171#button_SignBDOC,
    7272#button_CheckSingPDF,
    73 #button_CheckSingBDOC {
     73#button_CheckSingBDOC,
     74#button_ListarMultiples {
    7475  width: 150px;
    7576  display: block;
     
    7980}
    8081
    81 #firmar-documento, #firmar-doc-noVisible, #check_sign, #sign_bdoc {
     82#firmar-documento, #firmar-doc-noVisible, #check_sign, #sign_bdoc, #button_SignMultiples{
    8283  margin-left: 5px;
    8384  border-radius: 20px;
     
    9293#file-check-sign-pdf,
    9394#file-check-sign-bdoc,
    94 #file-sign-bdoc{
     95#file-sign-bdoc,
     96#SelectArchivos{
    9597  display: none;
    9698}
  • prototipo/static/js/constantes.js

    r9be8a48 rc3a6b20  
    2222CONT_NO_VISIBLE = 0;
    2323DATATABLE_SIGN_NO_VISIBLE = "";
     24INFO_DATATABLE_MULTIPLES ="";
     25CONT_MULTIPLES = 0;
     26DATATABLE_SIGN_MULTIPLES = "";
  • prototipo/static/js/functions/firmarDocumentoBDOC.js

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

    rcd9dc46 rc3a6b20  
    4949
    5050                                CONTAINER = false;
    51                                 $("#firmar-documento").hide();
    5251                                $("#pdf-main-container").hide();
    5352                                $("#myJson_wrapper").show();                                   
     
    5554                        else{
    5655
    57 
    5856                        INFO_DATATABLE_NO_VISIBLE = SerealizeMyJson(response);
    59                                
    6057                                CONT_NO_VISIBLE += 1;
    6158                                if (CONT_NO_VISIBLE == 1){
     
    6966
    7067                                CONTAINER2 = false;                             
    71                                 $("#firmar-doc-noVisible").hide();
    7268                                $("#pdf-main-container2").hide();
    7369                                $("#myJsonPDF_NO_VISIBLE_wrapper").show();
  • prototipo/static/js/menu.js

    r9be8a48 rc3a6b20  
    114114
    115115
     116
     117$("li #SignMultiples").on('click', function() {
     118
     119        $("#Cuerpo_Sign").hide();
     120        $("#Cuerpo_check").hide();
     121        $("#Cuerpo_signMultiples").show();
     122});
     123
     124
     125
     126
Note: See TracChangeset for help on using the changeset viewer.