<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* base.html.twig */
class __TwigTemplate_af1fb1ec8a41874cd80d9b319d4c7f4d extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'title' => [$this, 'block_title'],
'stylesheets' => [$this, 'block_stylesheets'],
'javascriptcode' => [$this, 'block_javascriptcode'],
'breadcrumbs' => [$this, 'block_breadcrumbs'],
'content' => [$this, 'block_content'],
'javascripts' => [$this, 'block_javascripts'],
'modals' => [$this, 'block_modals'],
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "base.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "base.html.twig"));
// line 1
echo "<!DOCTYPE html>
<html lang=\"en\">
<head>
<meta charset=\"utf-8\">
<meta http-equiv=\"Cache-control\" content=\"no-cache\">
<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, user-scaleable=no, shrink-to-fit=no\">
<meta name=\"description\" content=\"Industrijski SW\">
<meta name=\"author\" content=\"cLoovis\">
<meta name=\"keyword\" content=\"Industrijski SW\">
<link rel=\"shortcut icon\" href=\"/img/favicon.png\">
<title>";
// line 12
$this->displayBlock('title', $context, $blocks);
echo "</title>
<!-- Icons -->
<link href=\"";
// line 15
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("vendors/css/font-awesome.min.css"), "html", null, true);
echo "\" rel=\"stylesheet\">
<link href=\"";
// line 16
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("vendors/css/simple-line-icons.min.css"), "html", null, true);
echo "\" rel=\"stylesheet\">
<!-- Main styles for this application -->
<link href=\"";
// line 19
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/style.css"), "html", null, true);
echo "\" rel=\"stylesheet\">
<link href=\"";
// line 20
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("vendors/css/dataTables.bootstrap4.min.css"), "html", null, true);
echo "\" rel=\"stylesheet\">
<link href=\"";
// line 21
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("vendors/css/simple-line-icons.min.css"), "html", null, true);
echo "\" rel=\"stylesheet\">
<link href=\"";
// line 22
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/master.css"), "html", null, true);
echo "\" rel=\"stylesheet\">
<!-- Bootstrap and necessary plugins -->
<script src=\"";
// line 25
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("vendors/js/jquery.min.js"), "html", null, true);
echo "\"></script>
<script src=\"";
// line 26
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("vendors/js/popper.min.js"), "html", null, true);
echo "\"></script>
<script src=\"";
// line 27
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("vendors/js/bootstrap.min.js"), "html", null, true);
echo "\"></script>
<script src=\"";
// line 28
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("vendors/js/pace.min.js"), "html", null, true);
echo "\"></script>
<script src=\"";
// line 29
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/moment-with-locales.js"), "html", null, true);
echo "\"></script>
<script src=\"";
// line 31
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("vendors/js/jquery.mask.js"), "html", null, true);
echo "\"></script>
<!--Datoteke za komponeneto file uploader-->
<!-- font -->
<link href=\"";
// line 36
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("vendors/fileuploader/dist/font/font-fileuploader.css"), "html", null, true);
echo "\" media=\"all\" rel=\"stylesheet\">
<!-- css -->
<link href=\"";
// line 39
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("vendors/fileuploader/dist/jquery.fileuploader.min.css"), "html", null, true);
echo "\" media=\"all\" rel=\"stylesheet\">
<link href=\"";
// line 40
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("vendors/fileuploader/dist/jquery.fileuploader-theme-gallery.css"), "html", null, true);
echo "\" media=\"all\" rel=\"stylesheet\">
<!-- js -->
<script src=\"";
// line 42
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("vendors/fileuploader/dist/jquery.fileuploader.min.js"), "html", null, true);
echo "\" type=\"text/javascript\"></script>
<script src=\"";
// line 44
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("vendors/js/handsontable.full.js"), "html", null, true);
echo "\"></script>
<link href=\"";
// line 45
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("vendors/css/handsontable.full.css"), "html", null, true);
echo "\" rel=\"stylesheet\" media=\"screen\">
<script src=\"";
// line 47
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("vendors/js/tagsinput.js"), "html", null, true);
echo "\"></script>
<link href=\"";
// line 48
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("vendors/css/tagsinput.css"), "html", null, true);
echo "\" rel=\"stylesheet\" media=\"screen\">
<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/jstree/3.3.8/themes/default/style.min.css\" />
<script src=\"https://cdnjs.cloudflare.com/ajax/libs/jstree/3.3.8/jstree.min.js\"></script>
<script src=\"";
// line 53
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("vendors/tinymce/js/tinymce/tinymce.min.js"), "html", null, true);
echo "\" type=\"text/javascript\"></script>
<script src=\"https://apps.elfsight.com/p/platform.js\" defer></script>
<!-- Styles required by this views -->
";
// line 58
$this->displayBlock('stylesheets', $context, $blocks);
// line 59
echo "
<script type=\"text/javascript\">
function replaceAll(str, find, replace)
{
return str.replace(new RegExp(escapeRegExp(find), 'g'), replace);
}
function pojdinalink(Alink)
{
var thislink = this.location.href;
if (Alink.includes(\"content#\") == true && thislink.includes(\"content#\") == true)
{
this.location = Alink;
window.location.reload();
}
else
{
this.location = Alink;
}
}
\$( document ).ready(function()
{
\$.fn.dataTable.moment( 'DD.MM.YYYY HH:mm' );
});
</script>
";
// line 88
$this->displayBlock('javascriptcode', $context, $blocks);
// line 90
echo " <script type=\"text/javascript\">
</script>
</head>
<body class=\"app header-fixed sidebar-fixed\">
<header class=\"app-header navbar\">
\t <button class=\"navbar-toggler mobile-sidebar-toggler d-lg-none\" type=\"button\">☰</button>
\t ";
// line 99
if ((twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 99, $this->source); })()), "environment", [], "any", false, false, false, 99) == "dev")) {
// line 100
echo " <a class=\"navbar-brand\" href=\"#\" style=\"background-color:white;\"></a>
";
} else {
// line 102
echo " <a class=\"navbar-brand\" href=\"#\"></a>
";
}
// line 104
echo " <ul class=\"nav navbar-nav ml-auto\">
<li class=\"nav-item dropdown\"><a class=\"nav-link nav-pill avatar\" data-toggle=\"dropdown\" href=\"#\" role=\"button\" aria-haspopup=\"true\" aria-expanded=\"true\"><i class=\"fa fa-user\"></i></a>
<div id=\"usermenu\" class=\"dropdown-menu dropdown-menu-right\">
<div class=\"dropdown-header text-center\">
<strong>Uporabnik</strong>
</div>
<a class=\"dropdown-item\" href=\"/logout\"><i class=\"fa fa-lock\"></i> Odjava</a>
</div>
</li>
</ul>
<button class=\"navbar-toggler sidebar-toggler d-md-down-none h-100 b-r-1 px-3\" type=\"button\">☰</button>
</header>
<div class=\"app-body\">
<div class=\"sidebar\">
\t\t\t<nav class=\"sidebar-nav\">
\t\t\t\t<ul class=\"nav\">
<li class=\"nav-title text-center\">
<span>Nadzorna plošča</span>
</li>
<li class=\"nav-item\">
<a class=\"nav-link\" onclick=\"pojdinalink('/menus')\"><i class=\"icon-note\"></i> Domov</a>
</li>
<li class=\"divider\"></li>
<li class=\"nav-title text-center\">
<span>MODULI</span>
</li>
<li class=\"nav-item\">
<a class=\"nav-link\" onclick=\"pojdinalink('/content#contents')\"><i class=\"icon-note\"></i> Vsebina</a>
</li>
<li class=\"nav-item\">
<a class=\"nav-link\" onclick=\"pojdinalink('/content#news')\"><i class=\"icon-note\"></i> Novice</a>
</li>
<li class=\"nav-item\">
<a class=\"nav-link\" onclick=\"pojdinalink('/content#events')\"><i class=\"icon-note\"></i> Dogodki</a>
</li>
<li class=\"nav-item\">
<a class=\"nav-link\" onclick=\"pojdinalink('/content#products')\"><i class=\"icon-note\"></i> Izdelki</a>
</li>
<li class=\"nav-title text-center\">
<span>ŠIFRANTI</span>
</li>
<li class=\"nav-item\">
<a class=\"nav-link\" onclick=\"pojdinalink('/menus')\"><i class=\"icon-note\"></i> Menu / kategorije</a>
</li>
\t\t\t </ul>
\t\t\t</nav>
\t\t</div>
<!-- Main content -->
<main class=\"main\">
<!-- Breadcrumb -->
<ol class=\"breadcrumb\">
";
// line 156
$this->displayBlock('breadcrumbs', $context, $blocks);
// line 157
echo " </ol>
<!-- Content -->
<div class=\"container-fluid\">
<div class=\"animated fadeIn\">
";
// line 161
$this->displayBlock('content', $context, $blocks);
// line 162
echo " </div>
</div><!-- /.conainer-fluid -->
</main>
</div>
<footer class=\"app-footer\">
\t\t<span><a>NOTA</a> © 2021 by cLoovis.</span>
\t</footer>
<!-- Plugins and scripts required by all views -->
<script src=\"";
// line 171
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("vendors/js/Chart.min.js"), "html", null, true);
echo "\"></script>
<!-- Clever main scripts -->
<script src=\"";
// line 174
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/app.js"), "html", null, true);
echo "\"></script>
<script src=\"";
// line 175
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("vendors/js/jquery.dataTables.min.js"), "html", null, true);
echo "\"></script>
<script src=\"";
// line 176
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("vendors/js/dataTables.bootstrap4.min.js"), "html", null, true);
echo "\"></script>
<!--<script src=\"";
// line 177
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("vendors/js/datepicker/js/bootstrap-datepicker.js"), "html", null, true);
echo "\"></script>-->
<script src=\"";
// line 178
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/numeral.min.js"), "html", null, true);
echo "\"></script>
<script src=\"";
// line 179
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/views/tables.js"), "html", null, true);
echo "\"></script>
<script src=\"";
// line 181
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/datetime-moment.js"), "html", null, true);
echo "\"></script>
";
// line 183
$this->displayBlock('javascripts', $context, $blocks);
// line 184
echo "
";
// line 185
$this->displayBlock('modals', $context, $blocks);
// line 186
echo "
</body>
</html>";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 12
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
echo "Industrijski SW";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 58
public function block_stylesheets($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 88
public function block_javascriptcode($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascriptcode"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascriptcode"));
// line 89
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 156
public function block_breadcrumbs($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "breadcrumbs"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "breadcrumbs"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 161
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 183
public function block_javascripts($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 185
public function block_modals($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "modals"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "modals"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "base.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 472 => 185, 454 => 183, 436 => 161, 418 => 156, 408 => 89, 398 => 88, 380 => 58, 361 => 12, 349 => 186, 347 => 185, 344 => 184, 342 => 183, 337 => 181, 332 => 179, 328 => 178, 324 => 177, 320 => 176, 316 => 175, 312 => 174, 306 => 171, 295 => 162, 293 => 161, 287 => 157, 285 => 156, 231 => 104, 227 => 102, 223 => 100, 221 => 99, 210 => 90, 208 => 88, 177 => 59, 175 => 58, 167 => 53, 159 => 48, 155 => 47, 150 => 45, 146 => 44, 141 => 42, 136 => 40, 132 => 39, 126 => 36, 118 => 31, 113 => 29, 109 => 28, 105 => 27, 101 => 26, 97 => 25, 91 => 22, 87 => 21, 83 => 20, 79 => 19, 73 => 16, 69 => 15, 63 => 12, 50 => 1,);
}
public function getSourceContext()
{
return new Source("<!DOCTYPE html>
<html lang=\"en\">
<head>
<meta charset=\"utf-8\">
<meta http-equiv=\"Cache-control\" content=\"no-cache\">
<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, user-scaleable=no, shrink-to-fit=no\">
<meta name=\"description\" content=\"Industrijski SW\">
<meta name=\"author\" content=\"cLoovis\">
<meta name=\"keyword\" content=\"Industrijski SW\">
<link rel=\"shortcut icon\" href=\"/img/favicon.png\">
<title>{% block title %}Industrijski SW{% endblock %}</title>
<!-- Icons -->
<link href=\"{{ asset('vendors/css/font-awesome.min.css') }}\" rel=\"stylesheet\">
<link href=\"{{ asset('vendors/css/simple-line-icons.min.css') }}\" rel=\"stylesheet\">
<!-- Main styles for this application -->
<link href=\"{{ asset('css/style.css') }}\" rel=\"stylesheet\">
<link href=\"{{ asset('vendors/css/dataTables.bootstrap4.min.css') }}\" rel=\"stylesheet\">
<link href=\"{{ asset('vendors/css/simple-line-icons.min.css') }}\" rel=\"stylesheet\">
<link href=\"{{ asset('css/master.css') }}\" rel=\"stylesheet\">
<!-- Bootstrap and necessary plugins -->
<script src=\"{{ asset('vendors/js/jquery.min.js') }}\"></script>
<script src=\"{{ asset('vendors/js/popper.min.js') }}\"></script>
<script src=\"{{ asset('vendors/js/bootstrap.min.js') }}\"></script>
<script src=\"{{ asset('vendors/js/pace.min.js') }}\"></script>
<script src=\"{{ asset('js/moment-with-locales.js') }}\"></script>
<script src=\"{{ asset('vendors/js/jquery.mask.js') }}\"></script>
<!--Datoteke za komponeneto file uploader-->
<!-- font -->
<link href=\"{{ asset('vendors/fileuploader/dist/font/font-fileuploader.css')}}\" media=\"all\" rel=\"stylesheet\">
<!-- css -->
<link href=\"{{ asset('vendors/fileuploader/dist/jquery.fileuploader.min.css')}}\" media=\"all\" rel=\"stylesheet\">
<link href=\"{{ asset('vendors/fileuploader/dist/jquery.fileuploader-theme-gallery.css')}}\" media=\"all\" rel=\"stylesheet\">
<!-- js -->
<script src=\"{{ asset('vendors/fileuploader/dist/jquery.fileuploader.min.js')}}\" type=\"text/javascript\"></script>
<script src=\"{{ asset('vendors/js/handsontable.full.js')}}\"></script>
<link href=\"{{ asset('vendors/css/handsontable.full.css')}}\" rel=\"stylesheet\" media=\"screen\">
<script src=\"{{ asset('vendors/js/tagsinput.js')}}\"></script>
<link href=\"{{ asset('vendors/css/tagsinput.css')}}\" rel=\"stylesheet\" media=\"screen\">
<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/jstree/3.3.8/themes/default/style.min.css\" />
<script src=\"https://cdnjs.cloudflare.com/ajax/libs/jstree/3.3.8/jstree.min.js\"></script>
<script src=\"{{ asset('vendors/tinymce/js/tinymce/tinymce.min.js')}}\" type=\"text/javascript\"></script>
<script src=\"https://apps.elfsight.com/p/platform.js\" defer></script>
<!-- Styles required by this views -->
{% block stylesheets %}{% endblock %}
<script type=\"text/javascript\">
function replaceAll(str, find, replace)
{
return str.replace(new RegExp(escapeRegExp(find), 'g'), replace);
}
function pojdinalink(Alink)
{
var thislink = this.location.href;
if (Alink.includes(\"content#\") == true && thislink.includes(\"content#\") == true)
{
this.location = Alink;
window.location.reload();
}
else
{
this.location = Alink;
}
}
\$( document ).ready(function()
{
\$.fn.dataTable.moment( 'DD.MM.YYYY HH:mm' );
});
</script>
{% block javascriptcode %}
{% endblock %}
<script type=\"text/javascript\">
</script>
</head>
<body class=\"app header-fixed sidebar-fixed\">
<header class=\"app-header navbar\">
\t <button class=\"navbar-toggler mobile-sidebar-toggler d-lg-none\" type=\"button\">☰</button>
\t {% if app.environment=='dev' %}
<a class=\"navbar-brand\" href=\"#\" style=\"background-color:white;\"></a>
{% else %}
<a class=\"navbar-brand\" href=\"#\"></a>
{% endif %}
<ul class=\"nav navbar-nav ml-auto\">
<li class=\"nav-item dropdown\"><a class=\"nav-link nav-pill avatar\" data-toggle=\"dropdown\" href=\"#\" role=\"button\" aria-haspopup=\"true\" aria-expanded=\"true\"><i class=\"fa fa-user\"></i></a>
<div id=\"usermenu\" class=\"dropdown-menu dropdown-menu-right\">
<div class=\"dropdown-header text-center\">
<strong>Uporabnik</strong>
</div>
<a class=\"dropdown-item\" href=\"/logout\"><i class=\"fa fa-lock\"></i> Odjava</a>
</div>
</li>
</ul>
<button class=\"navbar-toggler sidebar-toggler d-md-down-none h-100 b-r-1 px-3\" type=\"button\">☰</button>
</header>
<div class=\"app-body\">
<div class=\"sidebar\">
\t\t\t<nav class=\"sidebar-nav\">
\t\t\t\t<ul class=\"nav\">
<li class=\"nav-title text-center\">
<span>Nadzorna plošča</span>
</li>
<li class=\"nav-item\">
<a class=\"nav-link\" onclick=\"pojdinalink('/menus')\"><i class=\"icon-note\"></i> Domov</a>
</li>
<li class=\"divider\"></li>
<li class=\"nav-title text-center\">
<span>MODULI</span>
</li>
<li class=\"nav-item\">
<a class=\"nav-link\" onclick=\"pojdinalink('/content#contents')\"><i class=\"icon-note\"></i> Vsebina</a>
</li>
<li class=\"nav-item\">
<a class=\"nav-link\" onclick=\"pojdinalink('/content#news')\"><i class=\"icon-note\"></i> Novice</a>
</li>
<li class=\"nav-item\">
<a class=\"nav-link\" onclick=\"pojdinalink('/content#events')\"><i class=\"icon-note\"></i> Dogodki</a>
</li>
<li class=\"nav-item\">
<a class=\"nav-link\" onclick=\"pojdinalink('/content#products')\"><i class=\"icon-note\"></i> Izdelki</a>
</li>
<li class=\"nav-title text-center\">
<span>ŠIFRANTI</span>
</li>
<li class=\"nav-item\">
<a class=\"nav-link\" onclick=\"pojdinalink('/menus')\"><i class=\"icon-note\"></i> Menu / kategorije</a>
</li>
\t\t\t </ul>
\t\t\t</nav>
\t\t</div>
<!-- Main content -->
<main class=\"main\">
<!-- Breadcrumb -->
<ol class=\"breadcrumb\">
{% block breadcrumbs %}{% endblock %}
</ol>
<!-- Content -->
<div class=\"container-fluid\">
<div class=\"animated fadeIn\">
{% block content %}{% endblock %}
</div>
</div><!-- /.conainer-fluid -->
</main>
</div>
<footer class=\"app-footer\">
\t\t<span><a>NOTA</a> © 2021 by cLoovis.</span>
\t</footer>
<!-- Plugins and scripts required by all views -->
<script src=\"{{ asset('vendors/js/Chart.min.js') }}\"></script>
<!-- Clever main scripts -->
<script src=\"{{ asset('js/app.js') }}\"></script>
<script src=\"{{ asset('vendors/js/jquery.dataTables.min.js') }}\"></script>
<script src=\"{{ asset('vendors/js/dataTables.bootstrap4.min.js') }}\"></script>
<!--<script src=\"{{ asset('vendors/js/datepicker/js/bootstrap-datepicker.js') }}\"></script>-->
<script src=\"{{ asset('js/numeral.min.js') }}\"></script>
<script src=\"{{ asset('js/views/tables.js') }}\"></script>
<script src=\"{{ asset('js/datetime-moment.js') }}\"></script>
{% block javascripts %}{% endblock %}
{% block modals %}{% endblock %}
</body>
</html>", "base.html.twig", "/var/www/nota/templates/base.html.twig");
}
}