Changeset cd9dc46 in prototipo_portal_2018


Ignore:
Timestamp:
Nov 16, 2017, 1:12:40 PM (6 years ago)
Author:
Antonio Araujo <aaraujo@…>
Branches:
master
Children:
c3a6b20
Parents:
8ba421e
Message:

Se cambia URL para apuntar a servidor de prueba de murachi y ver comportamiento de recurso /listado

Location:
prototipo/static
Files:
2 edited

Legend:

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

    r9be8a48 rcd9dc46  
    2828.imagen {
    2929  background-size: cover;
    30   background-image: url('../img/backgroung-header.png') ;
     30  /*background-image: url('../img/backgroung-header.png') ;*/
     31  background-image: url('../img/image.png') ;
    3132  height: 40px;
    3233  width: 100px;
  • prototipo/static/js/functions/firmarDocumentoPdf.js

    r8ba421e rcd9dc46  
    2727
    2828    $.ajax({
    29         url: "https://murachi.cenditel.gob.ve/Murachi/0.1/archivos/"+signedFileId,
     29        //url: "https://murachi.cenditel.gob.ve/Murachi/0.1/archivos/"+signedFileId,
     30        url: "https://192.168.12.154:8443/Murachi/0.1/archivos/"+signedFileId,
    3031        type: "get",
    3132        dataType: "json",       
     
    8990                type: 'POST',
    9091                contentType: 'application/json',
    91                 //url:"https://192.168.12.125:8443/Murachi/0.1/archivos/pdfs/resenas",
    92                 url:"https://murachi.cenditel.gob.ve/Murachi/0.1/archivos/pdfs/resenas",
     92                url:"https://192.168.12.154:8443/Murachi/0.1/archivos/pdfs/resenas",
     93                //url:"https://murachi.cenditel.gob.ve/Murachi/0.1/archivos/pdfs/resenas",
    9394                dataType: 'json',
    9495                data: JSON.stringify({"signature":signature}),
     
    9798                success: function(data, textStatus, jqXHR){
    9899
    99                         var linkToDownload = "<a href=\"https://murachi.cenditel.gob.ve/Murachi/0.1/archivos/descargas/" + data['signedFileId'] +"\"><h4>Descargar archivo firmado</h4></a>";
     100                        //var linkToDownload = "<a href=\"https://murachi.cenditel.gob.ve/Murachi/0.1/archivos/descargas/" + data['signedFileId'] +"\"><h4>Descargar archivo firmado</h4></a>";
     101                        var linkToDownload = "<a href=\"https://192.168.12.154:8443/Murachi/0.1/archivos/descargas/" + data['signedFileId'] +"\"><h4>Descargar archivo firmado</h4></a>";
    100102                        document.getElementById("log").innerHTML = '';   
    101103                        document.getElementById("respuesta").innerHTML = '<center><h2>Archivo firmado correctamente:</h2> <br>'+linkToDownload+'</center>';                     
     
    119121                type: 'POST',
    120122                contentType: 'application/json',                               
    121                 //url:"https://192.168.12.125:8443/Murachi/0.1/archivos/pdfs",
    122                 url:"https://murachi.cenditel.gob.ve/Murachi/0.1/archivos/pdfs",
     123                url:"https://192.168.12.154:8443/Murachi/0.1/archivos/pdfs2",
     124                //url:"https://murachi.cenditel.gob.ve/Murachi/0.1/archivos/pdfs",
    123125                dataType: "json",
    124126                data: parameters,               
     
    190192                                        "location":"CENDITEL",
    191193                                        "contact":"582746574336",
    192                                         "signatureVisible":"true"
    193                                         //"page": VALOR_PAGE,
    194                                         //"coord_x": VALOR_X,
    195                                         //"coord_y": VALOR_Y
     194                                        "signatureVisible":"true",
     195                                        "signaturePage": VALOR_PAGE,
     196                                        "xPos": VALOR_X,
     197                                        "yPos": VALOR_Y
    196198                                        });
    197199                        }
     
    203205                                        "location":"CENDITEL",
    204206                                        "contact":"582746574336",
    205                                         "signatureVisible":"true"
     207                                        "signatureVisible":"false",
     208                                        "signaturePage": "",
     209                                        "xPos": "",
     210                                        "yPos": ""
    206211                                        });                             
    207212                        }
     
    239244
    240245    $.ajax({
    241         //url: "https://192.168.12.125:8443/Murachi/0.1/archivos",               
    242         url: "https://murachi.cenditel.gob.ve/Murachi/0.1/archivos",
     246        url: "https://192.168.12.154:8443/Murachi/0.1/archivos",               
     247        //url: "https://murachi.cenditel.gob.ve/Murachi/0.1/archivos",
    243248        type: "post",
    244249        dataType: "json",
Note: See TracChangeset for help on using the changeset viewer.