Changeset b84d264 in prototipo_portal_2018


Ignore:
Timestamp:
Nov 22, 2017, 4:40:53 PM (6 years ago)
Author:
José Sulbarán <jsulbaran@…>
Branches:
master
Parents:
4d17b3e
Message:

Se agrego mensaje de QR

Location:
ConsultaQR/prototipo
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ConsultaQR/prototipo/index.html

    r67f3f62 rb84d264  
    118118      JSON_PARAMETER[list[0]] = unescape(decodeURI(list[1]));
    119119  }
    120 
     120                        var linkToDownload = "<a class='learn-more-btn' href=\"https://192.168.12.154:8443/Murachi/0.1/archivos/descargas/" + JSON_PARAMETER['signedFileId'] +"\"><h6>Descargar archivo firmado</h6></a>";
     121                        document.getElementById("Descarga").innerHTML = linkToDownload; 
    121122</script>
    122123
  • ConsultaQR/prototipo/static/css/style.css

    r4d17b3e rb84d264  
    1717#informacion:hover {
    1818    color: #fff;
    19     background-color: rgba(68, 157, 142, 0.25);
     19    background-color: red;
    2020    border-color: rgba(169, 66, 66, 0.47);
    2121}
  • ConsultaQR/prototipo/static/js/QR.js

    rc2c7500 rb84d264  
    153153 }
    154154 else {
    155         document.getElementById("404").innerHTML = "<h1>404!</h1> <br><h3>PAGE NO FOUND</h3>  ";
     155        document.getElementById("404").innerHTML = "<h1>Bienvenidos</h1> <br><h3>No se encontro información de la QR! </h3>  ";
    156156 }
    157157}); 
Note: See TracChangeset for help on using the changeset viewer.