<!--
/*
* Copyright 2017-08-29 Cámara de Comercio de Santa Marta para el Magdalena.
*
* Licenciado bajo la Licencia Apache, Versión 2.0;
* Usted no puede usar este archivo excepto en conformidad con la Licencia.
* Usted puede obtener una copia de la Licencia en
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* A menos que sea requerido por la ley aplicable o acordado por escrito, el software
* Distribuido bajo la licencia se distribuye en una "AS IS" o "COMO ESTA" BASE,
* SIN GARANTÍAS NI CONDICIONES DE NINGÚN TIPO, expresas o implícitas.
* Consulte la Licencia para los permisos y Limitaciones bajo la Licencia.
*/
-->
<!DOCTYPE html>
<html>
<head>
<base href="https://sicam32-jpllinas.c9users.io/sicam/" target="_blank">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>SICAM | {% block title %}{% endblock %}</title>
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<link rel="stylesheet" href="libs/css/bootstrap.min.css">
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.0/themes/smoothness/jquery-ui.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css">
<link rel="stylesheet" href="https://cdn.datatables.net/1.10.16/css/jquery.dataTables.min.css" />
<link href="plantillas/default/css/fileinput.css" media="all" rel="stylesheet" type="text/css" />
<link href="plantillas/default/css/prettify.css" rel="stylesheet" type="text/css"/>
<link href="plantillas/default/plugins/select2/select2.min.css" rel="stylesheet" >
<link href="plantillas/default/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.min.css" rel="stylesheet">
{% block css %}{% endblock %}
<link href="plantillas/default/css/AdminLTE.css" rel="stylesheet" type="text/css" />
<link href="plantillas/default/css/style.css" rel="stylesheet" type="text/css"/>
<link rel="stylesheet" type="text/css" href="libs/css/animate.css">
<link rel="stylesheet" type="text/css" href="libs/css/labels.css">
<link rel="stylesheet" type="text/css" href="libs/css/funciones.css">
<link rel="stylesheet" type="text/css" href="libs/js/tooltipster/css/tooltipster.bundle.css" />
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
{% block favicon %}{% include 'favicon.html.php' %}{% endblock %}
</head>
<body class="{% block classBody %}{% endblock %}">
{% block body %}{% endblock %}
<div class="loader" style=" display: none; position: fixed; top: 0; left: 0; background-color: rgba(0,0,0,0.7); width: 100%; height: 100%; z-index: 99999;" >
<table align="center" style="width: 100%; height: 100%;">
<tr>
<td align="center" valign="middle" class="animated infinite flash pulse" >
<img src="plantillas/default/images/Logo-Blanco.png" alt="" style="max-width: 210px;"/>
</td>
</tr>
</table>
</div>
<script src="https://code.jquery.com/jquery-2.2.4.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js" integrity="sha256-VazP97ZCwtekAsvgPBSUwPFKdrwD3unUfSGVYrahUqU=" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="https://cdn.datatables.net/1.10.16/js/jquery.dataTables.min.js"></script>
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
<script src="plantillas/default/js/jquery.bootstrap.wizard.js"></script>
<script src="plantillas/default/js/prettify.js"></script>
<script src="plantillas/default/js/fileinput.js" type="text/javascript"></script>
<script src="plantillas/default/plugins/select2/select2.min.js"></script>
<script src="plantillas/default/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.all.js"></script>
<script src="libs/js/tooltipster/js/tooltipster.bundle.js"></script>
<script src="libs/js/tablas.js"></script>
<script src="libs/js/funciones.js"></script>
<script src="libs/js/utilidades.js"></script>
<script src="plantillas/default/js/funciones.js"></script>
<script src="plantillas/default/js/script.js"></script>
<script src="libs/js/Geolocalizacion.js"></script>
{% block js %}{% endblock %}
</body>
</html>