var/cache/dev/twig/ea/ea01f8cfc93309ad838b8a13e814a2bf.php line 38

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* landingpage.html.twig */
  14. class __TwigTemplate_b2b42a1eccb33ce574c79d582c4ea55c extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'body' => [$this'block_body'],
  24.         ];
  25.     }
  26.     protected function doGetParent(array $context)
  27.     {
  28.         // line 1
  29.         return "base.html.twig";
  30.     }
  31.     protected function doDisplay(array $context, array $blocks = [])
  32.     {
  33.         $macros $this->macros;
  34.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  35.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""landingpage.html.twig"));
  36.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  37.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""landingpage.html.twig"));
  38.         $this->parent $this->loadTemplate("base.html.twig""landingpage.html.twig"1);
  39.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  40.         
  41.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  42.         
  43.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  44.     }
  45.     // line 3
  46.     public function block_body($context, array $blocks = [])
  47.     {
  48.         $macros $this->macros;
  49.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  50.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  51.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  52.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  53.         // line 4
  54.         echo "    <div class=\"row\">
  55.         <div class=\"col-md-6 col-md-offset-3 hidden-xs\" style=\"height:70px;\">
  56.             ";
  57.         // line 7
  58.         echo "        </div>
  59.     </div>
  60.     <div class=\"row\">
  61.         <div class=\"col-md-2 col-md-offset-4\" style=\"margin-bottom: 15px;\">
  62.             <a href=\"/app\" class=\"btn btn-lg btn-default\" style=\"text-align:center; width:100%; white-space: normal;\">
  63.                 <img src=\"";
  64.         // line 12
  65.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/WebApp_iconx2.png"), "html"nulltrue);
  66.         echo "\" height=\"149\" />
  67.                 <h1>Web-App</h1>
  68.                 ";
  69.         // line 15
  70.         echo "                ";
  71.         // line 16
  72.         echo "                ";
  73.         // line 17
  74.         echo "            </a>
  75.         </div>
  76.     ";
  77.         // line 20
  78.         echo "    ";
  79.         // line 21
  80.         echo "        ";
  81.         // line 22
  82.         echo "    ";
  83.         // line 23
  84.         echo "    ";
  85.         // line 24
  86.         echo "        <div class=\"col-md-2 col-md-offset-0\">
  87.             <a href=\"";
  88.         // line 25
  89.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("user_account");
  90.         echo "\" class=\"btn btn-lg btn-default\" style=\"text-align:center; width:100%; white-space: normal;\">
  91.                 <img src=\"";
  92.         // line 26
  93.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/Account_iconx2.png"), "html"nulltrue);
  94.         echo "\" height=\"149\" />
  95.                 <h1>Account</h1>
  96.                 ";
  97.         // line 29
  98.         echo "                ";
  99.         // line 30
  100.         echo "                ";
  101.         // line 31
  102.         echo "            </a>
  103.         </div>
  104.     </div>
  105. ";
  106.         
  107.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  108.         
  109.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  110.     }
  111.     public function getTemplateName()
  112.     {
  113.         return "landingpage.html.twig";
  114.     }
  115.     public function isTraitable()
  116.     {
  117.         return false;
  118.     }
  119.     public function getDebugInfo()
  120.     {
  121.         return array (  116 => 31,  114 => 30,  112 => 29,  107 => 26,  103 => 25,  100 => 24,  98 => 23,  96 => 22,  94 => 21,  92 => 20,  88 => 17,  86 => 16,  84 => 15,  79 => 12,  72 => 7,  68 => 4,  58 => 3,  35 => 1,);
  122.     }
  123.     public function getSourceContext()
  124.     {
  125.         return new Source("{% extends 'base.html.twig' %}
  126. {% block body %}
  127.     <div class=\"row\">
  128.         <div class=\"col-md-6 col-md-offset-3 hidden-xs\" style=\"height:70px;\">
  129.             {#<h3>Bitte wählen Sie einen Bereich:</h3>#}
  130.         </div>
  131.     </div>
  132.     <div class=\"row\">
  133.         <div class=\"col-md-2 col-md-offset-4\" style=\"margin-bottom: 15px;\">
  134.             <a href=\"/app\" class=\"btn btn-lg btn-default\" style=\"text-align:center; width:100%; white-space: normal;\">
  135.                 <img src=\"{{ asset('img/WebApp_iconx2.png') }}\" height=\"149\" />
  136.                 <h1>Web-App</h1>
  137.                 {#<p>Hier sehen Sie, wo sich Ihre Tracker befinden und legen Geofences und Einstellungen fest</p>#}
  138.                 {#<p>Tracker auf der Karte anzeigen, Einstellungen vornehmen und Geofences verwalten</p>#}
  139.                 {#<p>Tracker &amp; Geofences</p>#}
  140.             </a>
  141.         </div>
  142.     {#</div>#}
  143.     {#<div class=\"row\">#}
  144.         {#<div class=\"col col-lg-12\" style=\"height:30px;\"></div>#}
  145.     {#</div>#}
  146.     {#<div class=\"row\">#}
  147.         <div class=\"col-md-2 col-md-offset-0\">
  148.             <a href=\"{{ path('user_account') }}\" class=\"btn btn-lg btn-default\" style=\"text-align:center; width:100%; white-space: normal;\">
  149.                 <img src=\"{{ asset('img/Account_iconx2.png') }}\" height=\"149\" />
  150.                 <h1>Account</h1>
  151.                 {#<p>Hier bestellen Sie die Service-Pakete für Ihren Tracker und verwalten Ihre Benutzerdaten</p>#}
  152.                 {#<p>Service-Pakete für den Tracker bestellen und Benutzerdaten verwalten</p>#}
  153.                 {#<p>Servicepakete &amp; Benutzerdaten</p>#}
  154.             </a>
  155.         </div>
  156.     </div>
  157. {% endblock %}""landingpage.html.twig""/var/www/html/account_dev/templates/landingpage.html.twig");
  158.     }
  159. }