Changeset 23d0a17 in sicp for templates


Ignore:
Timestamp:
Jun 5, 2015, 11:08:09 AM (9 years ago)
Author:
Ing. Roldan D. Vargas G <rvargas@…>
Branches:
master
Children:
4825aa2
Parents:
8e71787
Message:

enlaces agregados para la librería treeview que permite mostrar las vistas de árbol

Location:
templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • templates/base_footer.html

    r03a58d0 r23d0a17  
    2727    {% endif %}
    2828{% endfor %}
     29
    2930{# Libreria requerida para el uso de instrucciones JQuery #}
    3031<script type="text/javascript" src="{% static 'js/jquery.min.js' %}"></script>
     
    4344<script type="text/javascript" src="{% static 'bootstrap-3.3.4/plugins/DataTables-1.10.6/extensions/TableTools/js/dataTables.tableTools.min.js' %}"></script>
    4445<script type="text/javascript" src="{% static 'bootstrap-3.3.4/plugins/DataTables-1.10.6/media/js/dataTables.bootstrap.js' %}"></script>
     46<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
    4557{# Archivos de funciones e instrucciones propias de la aplicacion #}
    4658<script type="text/javascript" src="{% static 'js/funciones.js' %}"></script>
  • templates/base_head.html

    r550be85 r23d0a17  
    1212    <link rel="stylesheet" type="text/css" href="{% static 'bootstrap-3.3.4/plugins/DataTables-1.10.6/extensions/TableTools/css/dataTables.tableTools.css' %}">
    1313    <link rel="stylesheet" type="text/css" href="{% static 'bootstrap-3.3.4/plugins/DataTables-1.10.6/media/css/dataTables.bootstrap.css' %}">
     14    <link rel="stylesheet" type="text/css" href="{% static 'bootstrap-3.3.4/plugins/bootstrap-treeview/css/bootstrap-treeview.min.css' %}">
    1415        <link rel="stylesheet" type="text/css" href="{% static 'css/styles.css' %}" media="all">
    1516    <script type="text/javascript">
Note: See TracChangeset for help on using the changeset viewer.