Conjunto de cambios 14a9372 en seiven para base


Ignorar:
Fecha y hora:
21/08/2017 16:52:20 (hace 7 años)
Autor:
Ing. Roldan D. Vargas G <rvargas@…>
Branches:
master
Children:
ff30136
Parents:
e3a02bc
Mensaje:

modificaciones en el head de plantilla base

Ubicación:
base/templates
Ficheros:
2 editados

Leyenda

No modificado
Añadido
Eliminado
  • base/templates/base.head.template.html

    rd8d20e7 r14a9372  
    11{% load static from staticfiles %}
    22{% load i18n %}
    3 <head>
    4         <meta charset="UTF-8">
    5         <title>{% trans 'Sistema Estadístico Integral de Venezuela - (SEIVEN)' %}</title>
    6         <meta name="robots" content="NOINDEX, NOFOLLOW">
    7         <meta content="width=device-width, initial-scale=1, maximum-scale=1" name="viewport">
    8         <meta content="text/html;charset=utf-8" http-equiv="content-type">
    9         <meta name="description" content="{% trans 'Sistema Estadístico Integral de Venezuela - (SEIVEN)' %}">
    10         <meta name="author" content="Ing. Roldan Vargas (roldandvg at cenditel.gob.ve)">
    11         <meta name="author" content="{% trans 'Centro Nacional de Desarrollo e Investigación en Tecnologías Libres (CENDITEL)' %}">
    12         <link rel="shortcut icon" type="image/png" href="{% static 'img/favicon.png' %}" />
    13         <!-- Bootstrap (requerido) -->
    14         <link href="{% static 'tools/bootstrap/css/bootstrap.min.css' %}" rel="stylesheet" type="text/css" />
    15         <!-- font Awesome (requerido) -->
    16     <link href="{% static 'tools/font-awesome/css/font-awesome.min.css' %}" rel="stylesheet" type="text/css" />
    17     <!-- Ionicons (requerido) -->
    18     <link href="{% static 'tools/ionicons/css/ionicons.min.css' %}" rel="stylesheet" type="text/css" />
    19     <!-- Include template AdminLTE (requerido) -->
    20     <link rel="stylesheet" type="text/css" href="{% static 'tools/AdminLTE/css/AdminLTE.min.css' %}">
    21     <link rel="stylesheet" href="{% static 'tools/AdminLTE/css/skins/skin-blue.css' %}">
    22     <!-- fileinput plugin (requerido) -->
    23     <link rel="stylesheet" href="{% static 'tools/bootstrap-fileinput/css/fileinput.min.css' %}">
    24     <!-- select2 plugin (requerido) -->
    25     <link rel="stylesheet" type="text/css" href="{% static 'tools/select2/css/select2.min.css' %}" media="all">
    26     <!-- Bootstrap-switch (requerido) -->
    27     <link rel="stylesheet" href="{% static 'tools/bootstrap-switch/css/bootstrap-switch.min.css' %}"/>
    28     <!-- DataTables (requerido) -->
    29     <link rel="stylesheet" href="{% static 'tools/datatables/extensions/TableTools/css/dataTables.tableTools.min.css' %}"/>
    30     <link rel="stylesheet" href="{% static 'tools/datatables/css/dataTables.bootstrap.css' %}"/>
    31     <link rel="stylesheet" href="{% static 'tools/datatables/extensions/Responsive/css/dataTables.responsive.css' %}"/>
    32     <!-- Datepicker (requerido) -->
    33     <link rel="stylesheet" href="{% static 'tools/datepicker/css/datepicker.css' %}"/>
    34     <!-- Estilos personalizados (requerido) -->
    35     <link rel="stylesheet" href="{% static 'css/app.css' %}"/>
    36     <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
    37     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
    38     <!--[if lt IE 9]>
    39       <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
    40       <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
    41     <![endif]-->
    42     {% block extra_head %}{% endblock %}
    43 </head>
     3<meta charset="UTF-8">
     4<title>{% trans 'Sistema Estadístico Integral de Venezuela - (SEIVEN)' %}</title>
     5<meta name="robots" content="NOINDEX, NOFOLLOW">
     6<meta content="width=device-width, initial-scale=1, maximum-scale=1" name="viewport">
     7<meta content="text/html;charset=utf-8" http-equiv="content-type">
     8<meta name="description" content="{% trans 'Sistema Estadístico Integral de Venezuela - (SEIVEN)' %}">
     9<meta name="author" content="Ing. Roldan Vargas (roldandvg at cenditel.gob.ve)">
     10<meta name="author" content="{% trans 'Centro Nacional de Desarrollo e Investigación en Tecnologías Libres (CENDITEL)' %}">
     11<link rel="shortcut icon" type="image/png" href="{% static 'img/favicon.png' %}" />
     12<!-- Bootstrap (requerido) -->
     13<link href="{% static 'tools/bootstrap/css/bootstrap.min.css' %}" rel="stylesheet" type="text/css" />
     14<!-- font Awesome (requerido) -->
     15<link href="{% static 'tools/font-awesome/css/font-awesome.min.css' %}" rel="stylesheet" type="text/css" />
     16<!-- Ionicons (requerido) -->
     17<link href="{% static 'tools/ionicons/css/ionicons.min.css' %}" rel="stylesheet" type="text/css" />
     18<!-- Include template AdminLTE (requerido) -->
     19<link rel="stylesheet" type="text/css" href="{% static 'tools/AdminLTE/css/AdminLTE.min.css' %}">
     20<link rel="stylesheet" href="{% static 'tools/AdminLTE/css/skins/skin-blue.css' %}">
     21<!-- fileinput plugin (requerido) -->
     22<link rel="stylesheet" href="{% static 'tools/bootstrap-fileinput/css/fileinput.min.css' %}">
     23<!-- select2 plugin (requerido) -->
     24<link rel="stylesheet" type="text/css" href="{% static 'tools/select2/css/select2.min.css' %}" media="all">
     25<!-- Bootstrap-switch (requerido) -->
     26<link rel="stylesheet" href="{% static 'tools/bootstrap-switch/css/bootstrap-switch.min.css' %}"/>
     27<!-- DataTables (requerido) -->
     28<link rel="stylesheet" href="{% static 'tools/datatables/extensions/TableTools/css/dataTables.tableTools.min.css' %}"/>
     29<link rel="stylesheet" href="{% static 'tools/datatables/css/dataTables.bootstrap.css' %}"/>
     30<link rel="stylesheet" href="{% static 'tools/datatables/extensions/Responsive/css/dataTables.responsive.css' %}"/>
     31<!-- Datepicker (requerido) -->
     32<link rel="stylesheet" href="{% static 'tools/datepicker/css/datepicker.css' %}"/>
     33<!-- Estilos personalizados (requerido) -->
     34<link rel="stylesheet" href="{% static 'css/app.css' %}"/>
     35<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
     36<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
     37<!--[if lt IE 9]>
     38  <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
     39  <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
     40<![endif]-->
  • base/templates/base.template.html

    r35822b1 r14a9372  
    44{% get_current_language as LANGUAGE_CODE %}
    55<html lang="{{ LANGUAGE_CODE|default:"es-ve" }}">
    6         {% include 'base.head.template.html' %}
     6    <head>
     7            {% include 'base.head.template.html' %}
     8        {% block extra_head %}{% endblock %}
     9    </head>
    710        <body class="hold-transition skin-blue-dark sidebar-mini">
    811                <div class="wrapper">
Nota: Vea TracChangeset para ayuda en el uso del visor de conjuntos de cambios.