<?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;
/* template.twig */
class __TwigTemplate_6e14ade6144c6422933657343d9721299ac30557f39fdcbe934f6eb639759f13 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'cssAssets' => [$this, 'block_cssAssets'],
'jsAssets' => [$this, 'block_jsAssets'],
'menuTitle' => [$this, 'block_menuTitle'],
'pageTitle' => [$this, 'block_pageTitle'],
'content' => [$this, 'block_content'],
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "template.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "template.twig"));
// line 1
echo "<!doctype html>
<html class=\"no-js\" lang=\"en\">
<head>
<meta charset=\"utf-8\">
<meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\">
<title>";
// line 6
echo ((array_key_exists("title", $context)) ? (((isset($context["title"]) || array_key_exists("title", $context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.', 6, $this->source); })()) . " • ")) : (""));
echo "Imperial News Grid</title>
<meta name=\"description\" content=\"The Galactic Empire - A Star Wars Combine faction\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
<!-- <link rel=\"apple-touch-icon\" href=\"apple-touch-icon.png\"> -->
<!-- Place favicon.ico in the root directory -->
<link href=\"";
// line 11
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("screen.css", "css"), "html", null, true);
echo "\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />
<link rel=\"stylesheet\" href=\"";
// line 12
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("gejs.css", "css"), "html", null, true);
echo "\">
<link rel=\"stylesheet\" href=\"";
// line 13
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("lib/jquery-ui.css", "css"), "html", null, true);
echo "\">
<link rel=\"stylesheet\" href=\"";
// line 14
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("lib/jquery-ui.structure.css", "css"), "html", null, true);
echo "\">
<link rel=\"stylesheet\" href=\"";
// line 15
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("lib/jquery-ui.theme.css", "css"), "html", null, true);
echo "\">
";
// line 16
$this->displayBlock('cssAssets', $context, $blocks);
// line 17
echo "</head>
<body>
<script type=\"text/javascript\" src=\"";
// line 19
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("lib/jquery-2.1.4.min.js", "js"), "html", null, true);
echo "\"></script>
<script type=\"text/javascript\" src=\"";
// line 20
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("lib/jquery-ui.min.js", "js"), "html", null, true);
echo "\"></script>
<script type=\"text/javascript\" src=\"";
// line 21
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("lib/fontawesome-all.min.js", "js"), "html", null, true);
echo "\"></script>
<script type=\"text/javascript\" src=\"";
// line 22
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("lib/axios.min.js", "js"), "html", null, true);
echo "\"></script>
<script type=\"text/javascript\" src=\"";
// line 23
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("public.js", "js"), "html", null, true);
echo "\"></script>
";
// line 24
if (array_key_exists("gejs", $context)) {
// line 25
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["gejs"]) || array_key_exists("gejs", $context) ? $context["gejs"] : (function () { throw new RuntimeError('Variable "gejs" does not exist.', 25, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["script"]) {
// line 26
echo " <script type=\"text/javascript\" src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($context["script"], "gejs"), "html", null, true);
echo ".js\"></script>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['script'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
}
// line 29
echo "<script type=\"text/javascript\" src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("clock.js", "js"), "html", null, true);
echo "\"></script>
";
// line 30
$this->displayBlock('jsAssets', $context, $blocks);
// line 32
echo "<script type=\"text/javascript\">
gejsAjaxPath = \"/gejs.php\";
</script>
<section id=\"header\">
<div class=\"clock\" id=\"clockDiv\" style=\"float: none;\">Combine Galactic Time</div>
";
// line 37
if ( !(null === 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.', 37, $this->source); })()), "user", [], "any", false, false, false, 37))) {
// line 38
echo " <div class=\"user\">
Logged in as: ";
// line 39
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, 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.', 39, $this->source); })()), "user", [], "any", false, false, false, 39), "getName", [], "method", false, false, false, 39), "html", null, true);
echo " <a href=\"";
echo twig_escape_filter($this->env, 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.', 39, $this->source); })()), "get", [0 => "base_url"], "method", false, false, false, 39), "html", null, true);
echo "logout\"><span class=\"fa fa-sign-out-alt\"></span></a>
</div>
";
}
// line 42
echo "</section>
<section id=\"body\">
<nav id=\"main\">
<div class=\"menu-title\"><span>";
// line 45
$this->displayBlock('menuTitle', $context, $blocks);
echo "</span></div>
<div class=\"menu-body\">
<div class=\"menu-icons\">
<a href=\"/\" title=\"Home\"><span class=\"fa fa-home\"></span></a>
<a href=\"/irms\" title=\"IRMS\"><span class=\"fa fa-id-card\"></span></a>
";
// line 50
if ( !(null === 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.', 50, $this->source); })()), "user", [], "any", false, false, false, 50))) {
// line 51
echo " <a href=\"/irms/notifications\" title=\"Notifications\">
<div style=\"display:inline-block;position:relative;\">
<span class=\"fa fa-bell\"></span>
";
// line 54
$context["notifCount"] = twig_get_attribute($this->env, $this->source, 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.', 54, $this->source); })()), "user", [], "any", false, false, false, 54), "getNotificationCount", [], "method", false, false, false, 54);
// line 55
echo " ";
if ((1 === twig_compare((isset($context["notifCount"]) || array_key_exists("notifCount", $context) ? $context["notifCount"] : (function () { throw new RuntimeError('Variable "notifCount" does not exist.', 55, $this->source); })()), 0))) {
// line 56
echo " <span class=\"badge\">";
echo twig_escape_filter($this->env, (isset($context["notifCount"]) || array_key_exists("notifCount", $context) ? $context["notifCount"] : (function () { throw new RuntimeError('Variable "notifCount" does not exist.', 56, $this->source); })()), "html", null, true);
echo "</span>
";
}
// line 58
echo " </div>
</a>
";
}
// line 61
echo " <a href=\"https://commcent.swc-empire.com\" title=\"COMMCENT\"><span class=\"fa fa-comments\"></span></a>
<a href=\"http://swcombine.com\" title=\"Star Wars Combine\" style=\"padding-top: 2px;\">
<svg width=\"18px\" height=\"18px\" viewBox=\"0 0 180 180\">
<use xlink:href=\"#icon-combine\"></use>
</svg>
</a>
</div>
";
// line 68
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('sideMenu')->getCallable(), []), "html", null, true);
echo "
</div>
</nav>
<div class=\"content\">
<h1 class=\"content-title\">";
// line 72
$this->displayBlock('pageTitle', $context, $blocks);
echo "</h1>
<div id=\"flash\">
";
// line 74
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(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.', 74, $this->source); })()), "flashes", [], "any", false, false, false, 74));
foreach ($context['_seq'] as $context["type"] => $context["messages"]) {
// line 75
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable($context["messages"]);
foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
// line 76
echo " <div class=\"message ";
echo twig_escape_filter($this->env, $context["type"], "html", null, true);
echo "\">
<i class=\"";
// line 77
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, 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.', 77, $this->source); })()), "flashIcons", [], "any", false, false, false, 77), $context["type"], [], "array", false, false, false, 77), "html", null, true);
echo " fa-lg fa-pull-left\"></i>
";
// line 78
echo $context["message"];
echo "
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 81
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['type'], $context['messages'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 82
echo " </div>
<div id=\"content\">
";
// line 84
$this->displayBlock('content', $context, $blocks);
// line 85
echo " </div>
<div class=\"footer\">
<div class=\"copy\">
<div>
Copyright <span class=\"far fa-copyright\"></span> 2012 - ";
// line 89
echo twig_escape_filter($this->env, twig_date_format_filter($this->env, "now", "Y"), "html", null, true);
echo " — The Galactic Empire — v";
echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('core_get')->getCallable(), ["version"]), "html", null, true);
echo "
</div>
</div>
</div>
</div>
</section>
<svg aria-hidden=\"true\" style=\"position:absolute;width:0;height:0;overflow:hidden\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"> <defs> <symbol id=\"icon-credits\" viewBox=\"0 0 19 32\"> <title>credits</title> <path fill=\"#ccc\" style=\"fill:var(--color1,#ccc)\" d=\"M3.083 0.951v5.807h-1.662v6.645h1.68v5.789h1.233v-5.789h2.502v5.823h1.233v-5.823h2.909l-7.384 17.445 4.586 0.002 9.479-24.092h-9.59v-5.807h-1.233v5.807h-2.484v-5.807h-1.269z\"></path> </symbol> <symbol id=\"icon-combine\" viewBox=\"0 0 32 32\"> <title>Combine</title> <path fill=\"#ddd\" stroke=\"#ddd\" stroke-width=\"1.7778\" stroke-miterlimit=\"4\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" style=\"stroke:var(--color2,#ddd)\" style=\"fill: var(--color2, #ddd)\" d=\"M0 15.822c0-7.004 5.618-13.689 13.156-13.689 6.009 0 10.844 4.124 10.844 10.311 0 3.698-2.88 7.822-7.289 7.822-3.911 0-6.044-2.489-6.044-5.511-0.64 0-1.067 1.067-1.067 2.133 0 2.951 3.52 6.044 7.644 6.044 5.404 0 11.022-4.942 11.022-12.267 0-4.551-2.204-8.356-4.089-10.667 2.311 1.956 5.689 5.831 5.689 11.911 0 7.004-5.618 13.689-13.156 13.689-6.009 0-10.844-4.124-10.844-10.311 0-3.698 2.88-7.822 7.289-7.822 3.911 0 6.044 2.489 6.044 5.511 0.64 0 1.067-1.067 1.067-2.133 0-2.951-3.52-6.044-7.644-6.044-5.404 0-11.022 4.942-11.022 12.267 0 4.551 2.204 8.356 4.089 10.667-2.311-1.956-5.689-5.831-5.689-11.911z\"></path> </symbol> </defs> </svg>
</body>
</html>";
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 16
public function block_cssAssets($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "cssAssets"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "cssAssets"));
echo "";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 30
public function block_jsAssets($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "jsAssets"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "jsAssets"));
echo "";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 45
public function block_menuTitle($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "menuTitle"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "menuTitle"));
echo "Main Menu";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 72
public function block_pageTitle($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "pageTitle"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "pageTitle"));
echo "The Galactic Empire";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 84
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
echo "";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "template.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 352 => 84, 333 => 72, 314 => 45, 295 => 30, 276 => 16, 255 => 89, 249 => 85, 247 => 84, 243 => 82, 237 => 81, 228 => 78, 224 => 77, 219 => 76, 214 => 75, 210 => 74, 205 => 72, 198 => 68, 189 => 61, 184 => 58, 178 => 56, 175 => 55, 173 => 54, 168 => 51, 166 => 50, 158 => 45, 153 => 42, 145 => 39, 142 => 38, 140 => 37, 133 => 32, 131 => 30, 126 => 29, 116 => 26, 111 => 25, 109 => 24, 105 => 23, 101 => 22, 97 => 21, 93 => 20, 89 => 19, 85 => 17, 83 => 16, 79 => 15, 75 => 14, 71 => 13, 67 => 12, 63 => 11, 55 => 6, 48 => 1,);
}
public function getSourceContext()
{
return new Source("<!doctype html>
<html class=\"no-js\" lang=\"en\">
<head>
<meta charset=\"utf-8\">
<meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\">
<title>{{ title is defined ? (title ~ \" • \")|raw : \"\" }}Imperial News Grid</title>
<meta name=\"description\" content=\"The Galactic Empire - A Star Wars Combine faction\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
<!-- <link rel=\"apple-touch-icon\" href=\"apple-touch-icon.png\"> -->
<!-- Place favicon.ico in the root directory -->
<link href=\"{{ asset('screen.css', 'css') }}\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />
<link rel=\"stylesheet\" href=\"{{ asset('gejs.css', 'css') }}\">
<link rel=\"stylesheet\" href=\"{{ asset('lib/jquery-ui.css', 'css') }}\">
<link rel=\"stylesheet\" href=\"{{ asset('lib/jquery-ui.structure.css', 'css') }}\">
<link rel=\"stylesheet\" href=\"{{ asset('lib/jquery-ui.theme.css', 'css') }}\">
{% block cssAssets '' %}
</head>
<body>
<script type=\"text/javascript\" src=\"{{ asset('lib/jquery-2.1.4.min.js', 'js') }}\"></script>
<script type=\"text/javascript\" src=\"{{ asset('lib/jquery-ui.min.js', 'js') }}\"></script>
<script type=\"text/javascript\" src=\"{{ asset('lib/fontawesome-all.min.js', 'js') }}\"></script>
<script type=\"text/javascript\" src=\"{{ asset('lib/axios.min.js', 'js') }}\"></script>
<script type=\"text/javascript\" src=\"{{ asset('public.js', 'js') }}\"></script>
{% if gejs is defined %}
{% for script in gejs %}
<script type=\"text/javascript\" src=\"{{ asset(script, 'gejs') }}.js\"></script>
{% endfor %}
{% endif %}
<script type=\"text/javascript\" src=\"{{ asset('clock.js', 'js') }}\"></script>
{% block jsAssets '' %}
{# <script type=\"text/javascript\" src=\"<?php echo \$GLOBALS['gJSPath'] ?>/<?php echo \$js['path'] ?>?v<?php echo \$js['version'] ?>\"></script> #}
<script type=\"text/javascript\">
gejsAjaxPath = \"/gejs.php\";
</script>
<section id=\"header\">
<div class=\"clock\" id=\"clockDiv\" style=\"float: none;\">Combine Galactic Time</div>
{% if app.user is not null %}
<div class=\"user\">
Logged in as: {{ app.user.getName() }} <a href=\"{{ app.get('base_url') }}logout\"><span class=\"fa fa-sign-out-alt\"></span></a>
</div>
{% endif %}
</section>
<section id=\"body\">
<nav id=\"main\">
<div class=\"menu-title\"><span>{% block menuTitle 'Main Menu' %}</span></div>
<div class=\"menu-body\">
<div class=\"menu-icons\">
<a href=\"/\" title=\"Home\"><span class=\"fa fa-home\"></span></a>
<a href=\"/irms\" title=\"IRMS\"><span class=\"fa fa-id-card\"></span></a>
{% if app.user is not null %}
<a href=\"/irms/notifications\" title=\"Notifications\">
<div style=\"display:inline-block;position:relative;\">
<span class=\"fa fa-bell\"></span>
{% set notifCount = app.user.getNotificationCount() %}
{% if notifCount > 0 %}
<span class=\"badge\">{{ notifCount }}</span>
{% endif %}
</div>
</a>
{% endif %}
<a href=\"https://commcent.swc-empire.com\" title=\"COMMCENT\"><span class=\"fa fa-comments\"></span></a>
<a href=\"http://swcombine.com\" title=\"Star Wars Combine\" style=\"padding-top: 2px;\">
<svg width=\"18px\" height=\"18px\" viewBox=\"0 0 180 180\">
<use xlink:href=\"#icon-combine\"></use>
</svg>
</a>
</div>
{{ sideMenu() }}
</div>
</nav>
<div class=\"content\">
<h1 class=\"content-title\">{% block pageTitle 'The Galactic Empire' %}</h1>
<div id=\"flash\">
{% for type, messages in app.flashes %}
{% for message in messages %}
<div class=\"message {{ type }}\">
<i class=\"{{ app.flashIcons[type] }} fa-lg fa-pull-left\"></i>
{{ message|raw }}
</div>
{% endfor %}
{% endfor %}
</div>
<div id=\"content\">
{% block content '' %}
</div>
<div class=\"footer\">
<div class=\"copy\">
<div>
Copyright <span class=\"far fa-copyright\"></span> 2012 - {{ \"now\"|date('Y') }} — The Galactic Empire — v{{ core_get('version') }}
</div>
</div>
</div>
</div>
</section>
<svg aria-hidden=\"true\" style=\"position:absolute;width:0;height:0;overflow:hidden\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"> <defs> <symbol id=\"icon-credits\" viewBox=\"0 0 19 32\"> <title>credits</title> <path fill=\"#ccc\" style=\"fill:var(--color1,#ccc)\" d=\"M3.083 0.951v5.807h-1.662v6.645h1.68v5.789h1.233v-5.789h2.502v5.823h1.233v-5.823h2.909l-7.384 17.445 4.586 0.002 9.479-24.092h-9.59v-5.807h-1.233v5.807h-2.484v-5.807h-1.269z\"></path> </symbol> <symbol id=\"icon-combine\" viewBox=\"0 0 32 32\"> <title>Combine</title> <path fill=\"#ddd\" stroke=\"#ddd\" stroke-width=\"1.7778\" stroke-miterlimit=\"4\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" style=\"stroke:var(--color2,#ddd)\" style=\"fill: var(--color2, #ddd)\" d=\"M0 15.822c0-7.004 5.618-13.689 13.156-13.689 6.009 0 10.844 4.124 10.844 10.311 0 3.698-2.88 7.822-7.289 7.822-3.911 0-6.044-2.489-6.044-5.511-0.64 0-1.067 1.067-1.067 2.133 0 2.951 3.52 6.044 7.644 6.044 5.404 0 11.022-4.942 11.022-12.267 0-4.551-2.204-8.356-4.089-10.667 2.311 1.956 5.689 5.831 5.689 11.911 0 7.004-5.618 13.689-13.156 13.689-6.009 0-10.844-4.124-10.844-10.311 0-3.698 2.88-7.822 7.289-7.822 3.911 0 6.044 2.489 6.044 5.511 0.64 0 1.067-1.067 1.067-2.133 0-2.951-3.52-6.044-7.644-6.044-5.404 0-11.022 4.942-11.022 12.267 0 4.551 2.204 8.356 4.089 10.667-2.311-1.956-5.689-5.831-5.689-11.911z\"></path> </symbol> </defs> </svg>
</body>
</html>", "template.twig", "/home/empire/public_html/dev/application/templates/template.twig");
}
}