Changeset 2f65b33 in sicp for templates


Ignore:
Timestamp:
Jun 9, 2015, 10:28:02 AM (9 years ago)
Author:
Ing. Roldan D. Vargas G <rvargas@…>
Branches:
master
Children:
b0cf766
Parents:
e4ab122
Message:

agregado enlace a la libreria de validacion de formularios, y se agrega bloque de internacionalizacion de texto

File:
1 edited

Legend:

Unmodified
Added
Removed
  • templates/base_footer.html

    r23d0a17 r2f65b33  
    44    <div class="container text-center">
    55        <p class="text-muted" style="color:#FFFFFF">
    6             Centro Nacional de Desarrollo e Investigación en Tecnologías Libres (CENDITEL) - GPL v2.0 - Copyleft 2015 - {% now "Y" %}.
     6            {% trans 'Centro Nacional de Desarrollo e Investigación en Tecnologías Libres' %} (CENDITEL)
     7            - GPL v2.0 - Copyleft 2015 - {% now "Y" %}.
    78        </p>
    89    </div>
     
    4546<script type="text/javascript" src="{% static 'bootstrap-3.3.4/plugins/DataTables-1.10.6/media/js/dataTables.bootstrap.js' %}"></script>
    4647<script type="text/javascript" src="{% static 'bootstrap-3.3.4/plugins/bootstrap-treeview/js/bootstrap-treeview.min.js' %}"></script>
    47 
    48 <script type="text/javascript">
    49     /*var box = bootbox.dialog({
    50         message : 'cargando',
    51         title : '',
    52         buttons : {},
    53         //show : false
    54     });*/
    55 </script>
    56 
    57 {# Archivos de funciones e instrucciones propias de la aplicacion #}
     48{# Scripts para las validaciones de formularios #}
     49<script type="text/javascript" src="{% static 'js/plugins/jquery.validate/jquery.validate.min.js' %}"></script>
     50<script type="text/javascript" src="{% static 'js/plugins/jquery.validate/additional-methods.min.js' %}"></script>
     51{# Inclusión con variables para los mensajes de validaciones mostrados en los formularios #}
     52{% include 'validacion_msg.html' %}
     53{# Bloque para scripts extras requeridos por algunos módulos #}
     54{% block extra_footer_scripts %}{% endblock %}
     55{# Archivos de funciones e instrucciones propias de la aplicación #}
    5856<script type="text/javascript" src="{% static 'js/funciones.js' %}"></script>
    5957<script type="text/javascript" src="{% static 'js/layout.js' %}"></script>
Note: See TracChangeset for help on using the changeset viewer.