base.html.twig
7.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewpoint" content="width=device-width, initial-scale=1.0">
<title>
{% block title %}UBV-Nombre del Proyecto {% endblock %}
</title>
{% block stylesheets %}
<link type="text/css" rel="stylesheet" href=" {{ asset ('bundles/ubvprincipal/css/oswald.css') }}">
<link type="text/css" rel="stylesheet" href=" {{ asset ('bundles/ubvprincipal/css/sweetalert.css') }}">
<link type="text/css" rel="stylesheet" href=" {{ asset ('bundles/ubvprincipal/vendors/jquery-ui-1.10.3.custom/css/ui-lightness/jquery-ui-1.10.3.custom.css') }}">
<link type="text/css" rel="stylesheet" href=" {{ asset ('bundles/ubvprincipal/vendors/font-awesome/css/font-awesome.min.css') }}">
<link type="text/css" rel="stylesheet" href=" {{ asset ('bundles/ubvprincipal/vendors/bootstrap/css/bootstrap.min.css') }}">
<!--LOADING SCRIPTS FOR PAGE-->
<link type="text/css" rel="stylesheet" href=" {{ asset ('bundles/ubvprincipal/vendors/jquery-news-ticker/jquery.news-ticker.css') }}">
<link type="text/css" rel="stylesheet" href=" {{ asset ('bundles/ubvprincipal/vendors/bootstrap-datepicker/css/datepicker.css') }}">
<!--link type="text/css" rel="stylesheet" href=" {{ asset ('bundles/ubvprincipal/vendors/bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css') }}"-->
<!--Loading style vendors-->
<link type="text/css" rel="stylesheet" href=" {{ asset ('bundles/ubvprincipal/vendors/animate.css/animate.css') }}">
<link type="text/css" rel="stylesheet" href=" {{ asset ('bundles/ubvprincipal/vendors/jquery-pace/pace.css') }}">
<!--Loading style-->
<link type="text/css" rel="stylesheet" href=" {{ asset ('bundles/ubvprincipal/css/vendors.css') }}">
<link type="text/css" rel="stylesheet" href=" {{ asset ('bundles/ubvprincipal/css/white.css') }}" id="color-style">
<link type="text/css" rel="stylesheet" href=" {{ asset ('bundles/ubvprincipal/css/style-responsive.css') }}">
<link href="{{ asset('css/ui-lightness/jquery-ui-1.8.16.custom.css') }}" rel="stylesheet" />
<link href="{{ asset('css/uploadify/uploadify.css') }}" rel="stylesheet" />
<link href="{{ asset('css/jcrop/jquery.Jcrop.css') }}" rel="stylesheet" />
<link href="{{ asset('css/tokeninput/token-input-facebook.css') }}" rel="stylesheet" />
{{ form_stylesheet(form) }}
{% endblock %}
<link rel="icon" type="image/x-icon" href="{{ asset ('bundles/ubvprincipal/images/gallery/logo_ubv.ico') }}" />
</head>
{% block configuracion %} <body> {% endblock %}
{% block banner %}
{% endblock banner %}
{% block layout %} <div id="wrapper"> {% endblock %}
{% block body %}
{% block encabezado %} {% endblock %}
{% block menu %} {% endblock%}
{% block contenido %} {% endblock %}
{% block footer %} {% endblock %}
{% endblock %}
</div>
{% block javascripts %}
<script src="{{ asset('bundles/ubvprincipal/js/jquery-1.9.1.js') }}" type="text/javascript"></script>
<script src="{{ asset('bundles/ubvprincipal/js/jquery-migrate-1.2.1.min.js') }}" type="text/javascript"></script>
<script src="{{ asset('bundles/ubvprincipal/js/jquery-ui.js') }}" type="text/javascript"></script>
<!--loading bootstrap js-->
<script src="{{ asset('bundles/ubvprincipal/vendors/bootstrap/js/bootstrap.min.js') }}" type="text/javascript"></script>
<script src="{{ asset('bundles/ubvprincipal/vendors/bootstrap-hover-dropdown/bootstrap-hover-dropdown.js') }}" type="text/javascript"></script>
<script src="{{ asset('bundles/ubvprincipal/js/html5shiv.js') }}" type="text/javascript"></script>
<script src="{{ asset('bundles/ubvprincipal/js/respond.min.js') }}" type="text/javascript"></script>
<script src="{{ asset('bundles/ubvprincipal/vendors/metisMenu/jquery.metisMenu.js') }}" type="text/javascript"></script>
<script src="{{ asset('bundles/ubvprincipal/vendors/slimScroll/jquery.slimscroll.js') }}" type="text/javascript"></script>
<script src="{{ asset('bundles/ubvprincipal/vendors/jquery-cookie/jquery.cookie.js') }}" type="text/javascript"></script>
<script src="{{ asset('bundles/ubvprincipal/js/jquery.menu.js') }}" type="text/javascript"></script>
<script src="{{ asset('bundles/ubvprincipal/vendors/jquery-pace/pace.min.js') }}" type="text/javascript"></script>
<!--LOADING SCRIPTS FOR PAGE-->
<script src="{{ asset('bundles/ubvprincipal/vendors/jquery-knob/jquery.knob.js') }}" type="text/javascript"></script>
<script src="{{ asset('bundles/ubvprincipal/vendors/jquery-animateNumber/jquery.animateNumber.min.js') }}" type="text/javascript"></script>
<script src="{{ asset('bundles/ubvprincipal/vendors/skycons/skycons.js') }}" type="text/javascript"></script>
<script src="{{ asset('bundles/ubvprincipal/vendors/jquery-bootstrap-wizard/jquery.bootstrap.wizard.min.js') }}" type="text/javascript"></script>
<script src="{{ asset('bundles/ubvprincipal/js/form-wizard.js') }}" type="text/javascript"></script>
<script src="{{ asset('bundles/ubvprincipal/vendors/bootstrap-datepicker/js/bootstrap-datepicker.js') }}"></script>
<script src="{{ asset('bundles/ubvprincipal/vendors/bootstrap-daterangepicker/daterangepicker.js') }}"></script>
<script src="{{ asset('bundles/ubvprincipal/vendors/moment/moment.js') }}"></script>
<!--script src="{{ asset('bundles/ubvprincipal/vendors/bootstrap-datetimepicker/build/js/bootstrap-datetimepicker.min.js') }}"></script-->
<script src="{{ asset('bundles/ubvprincipal/vendors/bootstrap-timepicker/js/bootstrap-timepicker.js') }}"></script>
<script src="{{ asset('bundles/ubvprincipal/vendors/bootstrap-clockface/js/clockface.js') }}"></script>
<script src="{{ asset('bundles/ubvprincipal/vendors/bootstrap-colorpicker/js/bootstrap-colorpicker.js') }}"></script>
<script src="{{ asset('bundles/ubvprincipal/vendors/jquery-maskedinput/jquery-maskedinput.js') }}"></script>
<script src="{{ asset('bundles/ubvprincipal/js/form-components.js') }}"></script>
<script src="{{ asset('bundles/ubvprincipal/js/sweetalert.min.js') }}"></script>
<!--CORE JAVASCRIPT-->
<script src="{{ asset('bundles/ubvprincipal/js/main.js') }}" type="text/javascript"></script>
<script src="{{ asset('bundles/ubvprincipal/js/holder.js') }}" type="text/javascript"></script>
<script src="{{ asset('bundles/ubvprincipal/js/form-layouts.js') }}"></script>
<script type="text/javascript">
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})
(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-145464-11', 'next-themes.com');
ga('send', 'pageview');
</script>
<script src="{{ asset('js/jquery-1.7.min.js') }}"></script>
<script src="{{ asset('js/jquery-ui-1.8.16.custom.min.js') }}"></script>
<script src="{{ asset('tinymce/tiny_mce.js') }}"></script>
<script src="{{ asset('js/i18n/jquery-ui-i18n.js') }}"></script>
<script src="{{ asset('js/uploadify/jquery.uploadify.v2.1.4.min.js') }}"></script>
<script src="{{ asset('js/uploadify/swfobject.js') }}"></script>
<script src="{{ asset('js/jquery.Jcrop.min.js') }}"></script>
<script src="{{ asset('js/jquery/jquery.tokeninput.js') }}"></script> <!-- You have to apply the fix https://github.com/loopj/jquery-tokeninput/pull/172/files for tokeninput to get it work!! -->
{{ form_javascript(form) }}
{% endblock javascripts %}
</body>
</html>