Changeset c2317f0 in observatorio


Ignore:
Timestamp:
Apr 28, 2015, 3:04:58 PM (9 years ago)
Author:
Ing. Roldan D. Vargas G <rvargas@…>
Branches:
master
Children:
24668a6
Parents:
eabca30
Message:

Modificación en los enlaces a los manuales de usuario y sistema. Se agrega el tag {{BASE_URL}}

File:
1 edited

Legend:

Unmodified
Added
Removed
  • procesos/apps/geocadena/templates/geocadena.html

    r0bdec62 rc2317f0  
    129129                                                                text: 'manual para usuario',
    130130                                                                handler: function() {
    131                                                                         window.open("/sig/docs/usuario/build/index.html");
     131                                                                        window.open("{{BASE_URL}}/sig/docs/usuario/build/index.html");
    132132                                                                }
    133133                                                        },{% if debug %}{
     
    137137                                                                text: 'manual para desarrolladores',
    138138                                                                handler: function() {
    139                                                                         window.open("/sig/docs/sistema/html/index.html");
     139                                                                        window.open("{{BASE_URL}}/sig/docs/sistema/html/index.html");
    140140                                                                }
    141141                                                        }{% endif %}]
Note: See TracChangeset for help on using the changeset viewer.