protected function doDisplay(array $context, array $blocks = array())
    {
        // line 1
        if (isset($context["S_ELONW"]) ? $context["S_ELONW"] : null) {
            // line 2
            echo "\t";
            if (isset($context["S_ALLOW_CDN"]) ? $context["S_ALLOW_CDN"] : null) {
                // line 3
                echo "\t<link href=\"//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css\" rel=\"stylesheet\">\n\t";
                // line 4
                $asset_file = "@rmcgirr83_elonw/elonw.css";
                $asset = new \phpbb\template\asset($asset_file, $this->getEnvironment()->get_path_helper());
                if (substr($asset_file, 0, 2) !== './' && $asset->is_relative()) {
                    $asset_path = $asset->get_path();
                    $local_file = $this->getEnvironment()->get_phpbb_root_path() . $asset_path;
                    if (!file_exists($local_file)) {
                        $local_file = $this->getEnvironment()->findTemplate($asset_path);
                        $asset->set_path($local_file, true);
                        $asset->add_assets_version('13');
                        $asset_file = $asset->get_url();
                    }
                }
                $context['definition']->append('STYLESHEETS', '<link href="' . $asset_file . '" rel="stylesheet" type="text/css" media="screen" />
');
                // line 5
                echo "\t";
            }
        }
    }
コード例 #2
0
    protected function doDisplay(array $context, array $blocks = array())
    {
        // line 1
        if (!$this->getAttribute(isset($context["definition"]) ? $context["definition"] : null, "INCLUDED_FONTAWESOMECSS")) {
            // line 2
            echo "    ";
            $asset_file = "fontawesome.css";
            $asset = new \phpbb\template\asset($asset_file, $this->getEnvironment()->get_path_helper());
            if (substr($asset_file, 0, 2) !== './' && $asset->is_relative()) {
                $asset_path = $asset->get_path();
                $local_file = $this->getEnvironment()->get_phpbb_root_path() . $asset_path;
                if (!file_exists($local_file)) {
                    $local_file = $this->getEnvironment()->findTemplate($asset_path);
                    $asset->set_path($local_file, true);
                    $asset->add_assets_version('2');
                    $asset_file = $asset->get_url();
                }
            }
            $context['definition']->append('STYLESHEETS', '<link href="' . $asset_file . '" rel="stylesheet" type="text/css" media="screen, projection" />
');
            // line 3
            echo "    ";
            $value = true;
            $context['definition']->set('INCLUDED_FONTAWESOMECSS', $value);
        }
    }
    protected function doDisplay(array $context, array $blocks = array())
    {
        // line 1
        if (isset($context["loops"])) {
            $_loops_ = $context["loops"];
        } else {
            $_loops_ = null;
        }
        if (twig_length_filter($this->env, $this->getAttribute($_loops_, "custom_tags", array()))) {
            // line 2
            echo "\t";
            $asset_file = "@vse_abbc3/abbc3.min.css";
            $asset = new \phpbb\template\asset($asset_file, $this->getEnvironment()->get_path_helper());
            if (substr($asset_file, 0, 2) !== './' && $asset->is_relative()) {
                $asset_path = $asset->get_path();
                $local_file = $this->getEnvironment()->get_phpbb_root_path() . $asset_path;
                if (!file_exists($local_file)) {
                    $local_file = $this->getEnvironment()->findTemplate($asset_path);
                    $asset->set_path($local_file, true);
                    $asset->add_assets_version('3');
                    $asset_file = $asset->get_url();
                }
            }
            $context['definition']->append('STYLESHEETS', '<link href="' . $asset_file . '" rel="stylesheet" type="text/css" media="screen" />
');
        }
        // line 4
        echo "\n";
        // line 5
        if (isset($context["loops"])) {
            $_loops_ = $context["loops"];
        } else {
            $_loops_ = null;
        }
        if (twig_length_filter($this->env, $this->getAttribute($_loops_, "bbcodes", array()))) {
            // line 6
            echo "\t";
            $asset_file = "@vse_abbc3/acp_abbc3.css";
            $asset = new \phpbb\template\asset($asset_file, $this->getEnvironment()->get_path_helper());
            if (substr($asset_file, 0, 2) !== './' && $asset->is_relative()) {
                $asset_path = $asset->get_path();
                $local_file = $this->getEnvironment()->get_phpbb_root_path() . $asset_path;
                if (!file_exists($local_file)) {
                    $local_file = $this->getEnvironment()->findTemplate($asset_path);
                    $asset->set_path($local_file, true);
                    $asset->add_assets_version('3');
                    $asset_file = $asset->get_url();
                }
            }
            $context['definition']->append('STYLESHEETS', '<link href="' . $asset_file . '" rel="stylesheet" type="text/css" media="screen" />
');
        }
    }
    protected function doDisplay(array $context, array $blocks = array())
    {
        // line 1
        $asset_file = "@dmzx_filedownload/filedownload.css";
        $asset = new \phpbb\template\asset($asset_file, $this->getEnvironment()->get_path_helper());
        if (substr($asset_file, 0, 2) !== './' && $asset->is_relative()) {
            $asset_path = $asset->get_path();
            $local_file = $this->getEnvironment()->get_phpbb_root_path() . $asset_path;
            if (!file_exists($local_file)) {
                $local_file = $this->getEnvironment()->findTemplate($asset_path);
                $asset->set_path($local_file, true);
                $asset->add_assets_version('9');
                $asset_file = $asset->get_url();
            }
        }
        $context['definition']->append('STYLESHEETS', '<link href="' . $asset_file . '" rel="stylesheet" type="text/css" media="screen" />
');
    }
    protected function doDisplay(array $context, array $blocks = array())
    {
        // line 1
        if (isset($context["S_BOARD_ANNOUNCEMENT"]) ? $context["S_BOARD_ANNOUNCEMENT"] : null) {
            // line 2
            echo "\t";
            $asset_file = "@phpbb_boardannouncements/js/boardannouncements.js";
            $asset = new \phpbb\template\asset($asset_file, $this->getEnvironment()->get_path_helper());
            if (substr($asset_file, 0, 2) !== './' && $asset->is_relative()) {
                $asset_path = $asset->get_path();
                $local_file = $this->getEnvironment()->get_phpbb_root_path() . $asset_path;
                if (!file_exists($local_file)) {
                    $local_file = $this->getEnvironment()->findTemplate($asset_path);
                    $asset->set_path($local_file, true);
                    $asset->add_assets_version('9');
                    $asset_file = $asset->get_url();
                }
            }
            $context['definition']->append('SCRIPTS', '<script type="text/javascript" src="' . $asset_file . '"></script>

');
            // line 3
            echo "\t<div id=\"phpbb_announcement\"";
            if (isset($context["BOARD_ANNOUNCEMENT_BGCOLOR"]) ? $context["BOARD_ANNOUNCEMENT_BGCOLOR"] : null) {
                echo " style=\"background-color:#";
                echo isset($context["BOARD_ANNOUNCEMENT_BGCOLOR"]) ? $context["BOARD_ANNOUNCEMENT_BGCOLOR"] : null;
                echo "\"";
            }
            echo ">\n\t\t";
            // line 4
            if (isset($context["S_BOARD_ANNOUNCEMENT_DISMISS"]) ? $context["S_BOARD_ANNOUNCEMENT_DISMISS"] : null) {
                echo "<a href=\"";
                echo isset($context["U_BOARD_ANNOUNCEMENT_CLOSE"]) ? $context["U_BOARD_ANNOUNCEMENT_CLOSE"] : null;
                echo "\" data-ajax=\"close_announcement\" data-overlay=\"false\" class=\"close clearfix\" title=\"";
                echo $this->env->getExtension('phpbb')->lang("BOARD_ANNOUNCEMENT_CLOSE");
                echo "\"></a>";
            }
            // line 5
            echo "\t\t<div>";
            echo isset($context["BOARD_ANNOUNCEMENT"]) ? $context["BOARD_ANNOUNCEMENT"] : null;
            echo "</div>\n\t</div>\n";
        }
    }
    protected function doDisplay(array $context, array $blocks = array())
    {
        // line 1
        $asset_file = "@vse_abbc3/js/abbc3.min.js";
        $asset = new \phpbb\template\asset($asset_file, $this->getEnvironment()->get_path_helper());
        if (substr($asset_file, 0, 2) !== './' && $asset->is_relative()) {
            $asset_path = $asset->get_path();
            $local_file = $this->getEnvironment()->get_phpbb_root_path() . $asset_path;
            if (!file_exists($local_file)) {
                $local_file = $this->getEnvironment()->findTemplate($asset_path);
                $asset->set_path($local_file, true);
                $asset->add_assets_version('3');
                $asset_file = $asset->get_url();
            }
        }
        $context['definition']->append('SCRIPTS', '<script type="text/javascript" src="' . $asset_file . '"></script>

');
    }
    protected function doDisplay(array $context, array $blocks = array())
    {
        // line 1
        if ((isset($context["S_TOPICPREVIEW"]) ? $context["S_TOPICPREVIEW"] : null) && (isset($context["TOPICPREVIEW_THEME"]) ? $context["TOPICPREVIEW_THEME"] : null)) {
            // line 2
            echo "\t";
            $asset_file = "@vse_topicpreview/topicpreview.js";
            $asset = new \phpbb\template\asset($asset_file, $this->getEnvironment()->get_path_helper());
            if (substr($asset_file, 0, 2) !== './' && $asset->is_relative()) {
                $asset_path = $asset->get_path();
                $local_file = $this->getEnvironment()->get_phpbb_root_path() . $asset_path;
                if (!file_exists($local_file)) {
                    $local_file = $this->getEnvironment()->findTemplate($asset_path);
                    $asset->set_path($local_file, true);
                    $asset->add_assets_version('9');
                    $asset_file = $asset->get_url();
                }
            }
            $context['definition']->append('SCRIPTS', '<script type="text/javascript" src="' . $asset_file . '"></script>

');
            // line 3
            echo "\t<script>\n\t\tjQuery(function() {\n\t\t\tjQuery('.topictitle').topicPreview({\n\t\t\t\tdir: '";
            // line 6
            echo isset($context["S_CONTENT_DIRECTION"]) ? $context["S_CONTENT_DIRECTION"] : null;
            echo "',\n\t\t\t\tdelay: ";
            // line 7
            echo isset($context["TOPICPREVIEW_DELAY"]) ? $context["TOPICPREVIEW_DELAY"] : null;
            echo ",\n\t\t\t\twidth: ";
            // line 8
            echo isset($context["TOPICPREVIEW_WIDTH"]) ? $context["TOPICPREVIEW_WIDTH"] : null;
            echo ",\n\t\t\t\tdrift: ";
            // line 9
            echo isset($context["TOPICPREVIEW_DRIFT"]) ? $context["TOPICPREVIEW_DRIFT"] : null;
            echo ",\n\t\t\t\tposition: {left: 35, top: 25},\n\t\t\t\tnoavatar: '";
            // line 11
            echo isset($context["T_THEME_PATH"]) ? $context["T_THEME_PATH"] : null;
            echo "/images/no_avatar.gif'\n\t\t\t});\n\t\t});\n\t</script>\n";
        } elseif ((isset($context["S_TOPICPREVIEW"]) ? $context["S_TOPICPREVIEW"] : null) && !(isset($context["TOPICPREVIEW_THEME"]) ? $context["TOPICPREVIEW_THEME"] : null)) {
            // line 16
            echo "\t<script>\n\t\tjQuery(function() {\n\t\t\tjQuery('.topictitle').attr('title', function() {\n\t\t\t\treturn jQuery(this).closest('li, tr').find('.topic_preview_first').text() || undefined;\n\t\t\t});\n\t\t});\n\t</script>\n";
        }
    }
コード例 #8
0
    protected function doDisplay(array $context, array $blocks = array())
    {
        // line 1
        $asset_file = "//ulogin.ru/js/ulogin.js";
        $asset = new \phpbb\template\asset($asset_file, $this->getEnvironment()->get_path_helper());
        if (substr($asset_file, 0, 2) !== './' && $asset->is_relative()) {
            $asset_path = $asset->get_path();
            $local_file = $this->getEnvironment()->get_phpbb_root_path() . $asset_path;
            if (!file_exists($local_file)) {
                $local_file = $this->getEnvironment()->findTemplate($asset_path);
                $asset->set_path($local_file, true);
                $asset->add_assets_version('32');
                $asset_file = $asset->get_url();
            }
        }
        $context['definition']->append('SCRIPTS', '<script type="text/javascript" src="' . $asset_file . '"></script>

');
        // line 2
        $asset_file = "ulogin.js";
        $asset = new \phpbb\template\asset($asset_file, $this->getEnvironment()->get_path_helper());
        if (substr($asset_file, 0, 2) !== './' && $asset->is_relative()) {
            $asset_path = $asset->get_path();
            $local_file = $this->getEnvironment()->get_phpbb_root_path() . $asset_path;
            if (!file_exists($local_file)) {
                $local_file = $this->getEnvironment()->findTemplate($asset_path);
                $asset->set_path($local_file, true);
                $asset->add_assets_version('32');
                $asset_file = $asset->get_url();
            }
        }
        $context['definition']->append('SCRIPTS', '<script type="text/javascript" src="' . $asset_file . '"></script>

');
        // line 3
        echo "\n<div class=\"ulogin_form\">\n    <div data-uloginid=\"";
        // line 5
        echo isset($context["DATA_ULOGINID1"]) ? $context["DATA_ULOGINID1"] : null;
        echo "\" data-ulogin=\"";
        echo isset($context["DATA_ULOGIN1"]) ? $context["DATA_ULOGIN1"] : null;
        echo "\"></div>\n</div>";
    }
    protected function doDisplay(array $context, array $blocks = array())
    {
        // line 1
        if ((isset($context["S_TOPICPREVIEW"]) ? $context["S_TOPICPREVIEW"] : null) && (isset($context["TOPICPREVIEW_THEME"]) ? $context["TOPICPREVIEW_THEME"] : null)) {
            // line 2
            echo "\t";
            $asset_file = "@vse_topicpreview/" . (isset($context["TOPICPREVIEW_THEME"]) ? $context["TOPICPREVIEW_THEME"] : null) . ".css";
            $asset = new \phpbb\template\asset($asset_file, $this->getEnvironment()->get_path_helper());
            if (substr($asset_file, 0, 2) !== './' && $asset->is_relative()) {
                $asset_path = $asset->get_path();
                $local_file = $this->getEnvironment()->get_phpbb_root_path() . $asset_path;
                if (!file_exists($local_file)) {
                    $local_file = $this->getEnvironment()->findTemplate($asset_path);
                    $asset->set_path($local_file, true);
                    $asset->add_assets_version('9');
                    $asset_file = $asset->get_url();
                }
            }
            $context['definition']->append('STYLESHEETS', '<link href="' . $asset_file . '" rel="stylesheet" type="text/css" media="screen" />
');
        }
    }
    protected function doDisplay(array $context, array $blocks = array())
    {
        // line 1
        if (isset($context["S_BOARD_ANNOUNCEMENT"]) ? $context["S_BOARD_ANNOUNCEMENT"] : null) {
            // line 2
            echo "\t";
            $asset_file = "@phpbb_boardannouncements/boardannouncements.css";
            $asset = new \phpbb\template\asset($asset_file, $this->getEnvironment()->get_path_helper());
            if (substr($asset_file, 0, 2) !== './' && $asset->is_relative()) {
                $asset_path = $asset->get_path();
                $local_file = $this->getEnvironment()->get_phpbb_root_path() . $asset_path;
                if (!file_exists($local_file)) {
                    $local_file = $this->getEnvironment()->findTemplate($asset_path);
                    $asset->set_path($local_file, true);
                    $asset->add_assets_version('13');
                    $asset_file = $asset->get_url();
                }
            }
            $context['definition']->append('STYLESHEETS', '<link href="' . $asset_file . '" rel="stylesheet" type="text/css" media="screen" />
');
        }
    }
    protected function doDisplay(array $context, array $blocks = array())
    {
        // line 1
        if (isset($context["S_BOARD_ANNOUNCEMENTS"]) ? $context["S_BOARD_ANNOUNCEMENTS"] : null) {
            // line 2
            echo "\n";
            // line 3
            if (!$this->getAttribute(isset($context["definition"]) ? $context["definition"] : null, "INCLUDED_COLPICKJS", array())) {
                // line 4
                echo "\t";
                $asset_file = "@phpbb_boardannouncements/colpick.js";
                $asset = new \phpbb\template\asset($asset_file, $this->getEnvironment()->get_path_helper());
                if (substr($asset_file, 0, 2) !== './' && $asset->is_relative()) {
                    $asset_path = $asset->get_path();
                    $local_file = $this->getEnvironment()->get_phpbb_root_path() . $asset_path;
                    if (!file_exists($local_file)) {
                        $local_file = $this->getEnvironment()->findTemplate($asset_path);
                        $asset->set_path($local_file, true);
                        $asset->add_assets_version('9');
                        $asset_file = $asset->get_url();
                    }
                }
                $context['definition']->append('SCRIPTS', '<script type="text/javascript" src="' . $asset_file . '"></script>

');
                // line 5
                echo "\t";
                $value = true;
                $context['definition']->set('INCLUDED_COLPICKJS', $value);
            }
            // line 7
            echo "\n<script>\njQuery(function(\$) {\n\tvar bgcolor = '";
            // line 10
            echo isset($context["BOARD_ANNOUNCEMENTS_BGCOLOR"]) ? $context["BOARD_ANNOUNCEMENTS_BGCOLOR"] : null;
            echo "';\n\t\$('#board_announcements_bgcolor').colpick({\n\t\tlayout: 'hex',\n\t\tsubmit: 0,\n\t\tonBeforeShow: function() {\n\t\t\tif (bgcolor !== '') {\n\t\t\t\t\$(this).colpickSetColor(bgcolor);\n\t\t\t\tbgcolor = '';\n\t\t\t}\n\t\t},\n\t\tonChange: function(hsb, hex, rgb, el, bySetColor) {\n\t\t\t\$(el).css({\n\t\t\t\t'border-right-color': '#' + hex,\n\t\t\t\t'border-right-width': '20px',\n\t\t\t\t'border-right-type': 'solid'\n\t\t\t});\n\t\t\tif (!bySetColor) {\n\t\t\t\t\$(el).val(hex);\n\t\t\t}\n\t\t}\n\t}).keyup(function() {\n\t\t\$(this).colpickSetColor(this.value || 'ffffff');\n\t});\n});\n</script>\n\n";
        }
    }
    protected function doDisplay(array $context, array $blocks = array())
    {
        // line 1
        echo "\t</div>\n\n\t<div class=\"copyright\" role=\"contentinfo\">";
        // line 3
        echo isset($context["CREDIT_LINE"]) ? $context["CREDIT_LINE"] : null;
        echo "\n\t\t";
        // line 4
        if (isset($context["TRANSLATION_INFO"]) ? $context["TRANSLATION_INFO"] : null) {
            echo "<br />";
            echo isset($context["TRANSLATION_INFO"]) ? $context["TRANSLATION_INFO"] : null;
        }
        // line 5
        echo "\t\t";
        if (isset($context["DEBUG_OUTPUT"]) ? $context["DEBUG_OUTPUT"] : null) {
            echo "<br />";
            echo isset($context["DEBUG_OUTPUT"]) ? $context["DEBUG_OUTPUT"] : null;
        }
        // line 6
        echo "\t</div>\n\n\t<div id=\"darkenwrapper\" data-ajax-error-title=\"";
        // line 8
        echo $this->env->getExtension('phpbb')->lang("AJAX_ERROR_TITLE");
        echo "\" data-ajax-error-text=\"";
        echo $this->env->getExtension('phpbb')->lang("AJAX_ERROR_TEXT");
        echo "\" data-ajax-error-text-abort=\"";
        echo $this->env->getExtension('phpbb')->lang("AJAX_ERROR_TEXT_ABORT");
        echo "\" data-ajax-error-text-timeout=\"";
        echo $this->env->getExtension('phpbb')->lang("AJAX_ERROR_TEXT_TIMEOUT");
        echo "\" data-ajax-error-text-parsererror=\"";
        echo $this->env->getExtension('phpbb')->lang("AJAX_ERROR_TEXT_PARSERERROR");
        echo "\">\n\t\t<div id=\"darken\">&nbsp;</div>\n\t</div>\n\t<div id=\"loading_indicator\"></div>\n\n\t<div id=\"phpbb_alert\" class=\"phpbb_alert\" data-l-err=\"";
        // line 13
        echo $this->env->getExtension('phpbb')->lang("ERROR");
        echo "\" data-l-timeout-processing-req=\"";
        echo $this->env->getExtension('phpbb')->lang("TIMEOUT_PROCESSING_REQ");
        echo "\">\n\t\t<a href=\"#\" class=\"alert_close\"></a>\n\t\t<h3 class=\"alert_title\"></h3><p class=\"alert_text\"></p>\n\t</div>\n\t<div id=\"phpbb_confirm\" class=\"phpbb_alert\">\n\t\t<a href=\"#\" class=\"alert_close\"></a>\n\t\t<div class=\"alert_text\"></div>\n\t</div>\n</div>\n\n<script type=\"text/javascript\" src=\"";
        // line 23
        echo isset($context["T_JQUERY_LINK"]) ? $context["T_JQUERY_LINK"] : null;
        echo "\"></script>\n";
        // line 24
        if (isset($context["S_ALLOW_CDN"]) ? $context["S_ALLOW_CDN"] : null) {
            echo "<script type=\"text/javascript\">window.jQuery || document.write(unescape('%3Cscript src=\"";
            echo isset($context["T_ASSETS_PATH"]) ? $context["T_ASSETS_PATH"] : null;
            echo "/javascript/jquery.min.js?assets_version=";
            echo isset($context["T_ASSETS_VERSION"]) ? $context["T_ASSETS_VERSION"] : null;
            echo "\" type=\"text/javascript\"%3E%3C/script%3E'));</script>";
        }
        // line 25
        echo "<script type=\"text/javascript\" src=\"";
        echo isset($context["T_ASSETS_PATH"]) ? $context["T_ASSETS_PATH"] : null;
        echo "/javascript/core.js?assets_version=";
        echo isset($context["T_ASSETS_VERSION"]) ? $context["T_ASSETS_VERSION"] : null;
        echo "\"></script>\n";
        // line 26
        $asset_file = "forum_fn.js";
        $asset = new \phpbb\template\asset($asset_file, $this->getEnvironment()->get_path_helper());
        if (substr($asset_file, 0, 2) !== './' && $asset->is_relative()) {
            $asset_path = $asset->get_path();
            $local_file = $this->getEnvironment()->get_phpbb_root_path() . $asset_path;
            if (!file_exists($local_file)) {
                $local_file = $this->getEnvironment()->findTemplate($asset_path);
                $asset->set_path($local_file, true);
                $asset->add_assets_version('1');
                $asset_file = $asset->get_url();
            }
        }
        $context['definition']->append('SCRIPTS', '<script type="text/javascript" src="' . $asset_file . '"></script>

');
        // line 27
        $asset_file = "ajax.js";
        $asset = new \phpbb\template\asset($asset_file, $this->getEnvironment()->get_path_helper());
        if (substr($asset_file, 0, 2) !== './' && $asset->is_relative()) {
            $asset_path = $asset->get_path();
            $local_file = $this->getEnvironment()->get_phpbb_root_path() . $asset_path;
            if (!file_exists($local_file)) {
                $local_file = $this->getEnvironment()->findTemplate($asset_path);
                $asset->set_path($local_file, true);
                $asset->add_assets_version('1');
                $asset_file = $asset->get_url();
            }
        }
        $context['definition']->append('SCRIPTS', '<script type="text/javascript" src="' . $asset_file . '"></script>

');
        // line 28
        echo "\n";
        // line 29
        // line 30
        echo "\n";
        // line 31
        echo $this->getAttribute(isset($context["definition"]) ? $context["definition"] : null, "SCRIPTS", array());
        echo "\n\n</body>\n</html>\n";
    }
コード例 #13
0
    protected function doDisplay(array $context, array $blocks = array())
    {
        // line 1
        echo "<script type=\"text/javascript\">\n//<![CDATA[\nphpbb.plupload = {\n\ti18n: {\n\t\t'b': '";
        // line 5
        echo addslashes($this->env->getExtension('phpbb')->lang("BYTES_SHORT"));
        echo "',\n\t\t'kb': '";
        // line 6
        echo addslashes($this->env->getExtension('phpbb')->lang("KB"));
        echo "',\n\t\t'mb': '";
        // line 7
        echo addslashes($this->env->getExtension('phpbb')->lang("MB"));
        echo "',\n\t\t'gb': '";
        // line 8
        echo addslashes($this->env->getExtension('phpbb')->lang("GB"));
        echo "',\n\t\t'tb': '";
        // line 9
        echo addslashes($this->env->getExtension('phpbb')->lang("TB"));
        echo "',\n\t\t'Add Files': '";
        // line 10
        echo addslashes($this->env->getExtension('phpbb')->lang("PLUPLOAD_ADD_FILES"));
        echo "',\n\t\t'Add files to the upload queue and click the start button.': '";
        // line 11
        echo addslashes($this->env->getExtension('phpbb')->lang("PLUPLOAD_ADD_FILES_TO_QUEUE"));
        echo "',\n\t\t'Close': '";
        // line 12
        echo addslashes($this->env->getExtension('phpbb')->lang("PLUPLOAD_CLOSE"));
        echo "',\n\t\t'Drag files here.': '";
        // line 13
        echo addslashes($this->env->getExtension('phpbb')->lang("PLUPLOAD_DRAG"));
        echo "',\n\t\t'Duplicate file error.': '";
        // line 14
        echo addslashes($this->env->getExtension('phpbb')->lang("PLUPLOAD_DUPLICATE_ERROR"));
        echo "',\n\t\t'File: %s': '";
        // line 15
        echo addslashes($this->env->getExtension('phpbb')->lang("PLUPLOAD_FILE"));
        echo "',\n\t\t'File: %s, size: %d, max file size: %d': '";
        // line 16
        echo addslashes($this->env->getExtension('phpbb')->lang("PLUPLOAD_FILE_DETAILS"));
        echo "',\n\t\t'File count error.': '";
        // line 17
        echo addslashes($this->env->getExtension('phpbb')->lang("PLUPLOAD_ERR_FILE_COUNT"));
        echo "',\n\t\t'File extension error.': '";
        // line 18
        echo addslashes($this->env->getExtension('phpbb')->lang("PLUPLOAD_EXTENSION_ERROR"));
        echo "',\n\t\t'File size error.': '";
        // line 19
        echo addslashes($this->env->getExtension('phpbb')->lang("PLUPLOAD_SIZE_ERROR"));
        echo "',\n\t\t'File too large:': '";
        // line 20
        echo addslashes($this->env->getExtension('phpbb')->lang("PLUPLOAD_ERR_FILE_TOO_LARGE"));
        echo "',\n\t\t'Filename': '";
        // line 21
        echo addslashes($this->env->getExtension('phpbb')->lang("PLUPLOAD_FILENAME"));
        echo "',\n\t\t'Generic error.': '";
        // line 22
        echo addslashes($this->env->getExtension('phpbb')->lang("PLUPLOAD_GENERIC_ERROR"));
        echo "',\n\t\t'HTTP Error.': '";
        // line 23
        echo addslashes($this->env->getExtension('phpbb')->lang("PLUPLOAD_HTTP_ERROR"));
        echo "',\n\t\t'Image format either wrong or not supported.': '";
        // line 24
        echo addslashes($this->env->getExtension('phpbb')->lang("PLUPLOAD_IMAGE_FORMAT"));
        echo "',\n\t\t'Init error.': '";
        // line 25
        echo addslashes($this->env->getExtension('phpbb')->lang("PLUPLOAD_INIT_ERROR"));
        echo "',\n\t\t'IO error.': '";
        // line 26
        echo addslashes($this->env->getExtension('phpbb')->lang("PLUPLOAD_IO_ERROR"));
        echo "',\n\t\t'Invalid file extension:': '";
        // line 27
        echo addslashes($this->env->getExtension('phpbb')->lang("PLUPLOAD_ERR_FILE_INVALID_EXT"));
        echo "',\n\t\t'N/A': '";
        // line 28
        echo addslashes($this->env->getExtension('phpbb')->lang("PLUPLOAD_NOT_APPLICABLE"));
        echo "',\n\t\t'Runtime ran out of available memory.': '";
        // line 29
        echo addslashes($this->env->getExtension('phpbb')->lang("PLUPLOAD_ERR_RUNTIME_MEMORY"));
        echo "',\n\t\t'Security error.': '";
        // line 30
        echo addslashes($this->env->getExtension('phpbb')->lang("PLUPLOAD_SECURITY_ERROR"));
        echo "',\n\t\t'Select files': '";
        // line 31
        echo addslashes($this->env->getExtension('phpbb')->lang("PLUPLOAD_SELECT_FILES"));
        echo "',\n\t\t'Size': '";
        // line 32
        echo addslashes($this->env->getExtension('phpbb')->lang("PLUPLOAD_SIZE"));
        echo "',\n\t\t'Start Upload': '";
        // line 33
        echo addslashes($this->env->getExtension('phpbb')->lang("PLUPLOAD_START_UPLOAD"));
        echo "',\n\t\t'Start uploading queue': '";
        // line 34
        echo addslashes($this->env->getExtension('phpbb')->lang("PLUPLOAD_START_CURRENT_UPLOAD"));
        echo "',\n\t\t'Status': '";
        // line 35
        echo addslashes($this->env->getExtension('phpbb')->lang("PLUPLOAD_STATUS"));
        echo "',\n\t\t'Stop Upload': '";
        // line 36
        echo addslashes($this->env->getExtension('phpbb')->lang("PLUPLOAD_STOP_UPLOAD"));
        echo "',\n\t\t'Stop current upload': '";
        // line 37
        echo addslashes($this->env->getExtension('phpbb')->lang("PLUPLOAD_STOP_CURRENT_UPLOAD"));
        echo "',\n\t\t\"Upload URL might be wrong or doesn't exist.\": '";
        // line 38
        echo addslashes($this->env->getExtension('phpbb')->lang("PLUPLOAD_ERR_UPLOAD_URL"));
        echo "',\n\t\t'Uploaded %d/%d files': '";
        // line 39
        echo addslashes($this->env->getExtension('phpbb')->lang("PLUPLOAD_UPLOADED"));
        echo "',\n\t\t'%d files queued': '";
        // line 40
        echo addslashes($this->env->getExtension('phpbb')->lang("PLUPLOAD_FILES_QUEUED"));
        echo "',\n\t\t'%s already present in the queue.': '";
        // line 41
        echo addslashes($this->env->getExtension('phpbb')->lang("PLUPLOAD_ALREADY_QUEUED"));
        echo "'\n\t},\n\tconfig: {\n\t\truntimes: 'html5',\n\t\turl: '";
        // line 45
        echo isset($context["S_PLUPLOAD_URL"]) ? $context["S_PLUPLOAD_URL"] : null;
        echo "',\n\t\tmax_file_size: '";
        // line 46
        echo isset($context["FILESIZE"]) ? $context["FILESIZE"] : null;
        echo "b',\n\t\tchunk_size: '";
        // line 47
        echo isset($context["CHUNK_SIZE"]) ? $context["CHUNK_SIZE"] : null;
        echo "b',\n\t\tunique_names: true,\n\t\tfilters: [";
        // line 49
        echo isset($context["FILTERS"]) ? $context["FILTERS"] : null;
        echo "],\n\t\t";
        // line 50
        echo isset($context["S_RESIZE"]) ? $context["S_RESIZE"] : null;
        echo "\n\t\theaders: {'X-PHPBB-USING-PLUPLOAD': '1', 'X-Requested-With': 'XMLHttpRequest'},\n\t\tfile_data_name: 'fileupload',\n\t\tmultipart_params: {'add_file': '";
        // line 53
        echo addslashes($this->env->getExtension('phpbb')->lang("ADD_FILE"));
        echo "'},\n\t\tform_hook: '#postform',\n\t\tbrowse_button: 'add_files',\n\t\tdrop_element : 'message',\n\t},\n\tlang: {\n\t\tERROR: '";
        // line 59
        echo addslashes($this->env->getExtension('phpbb')->lang("ERROR"));
        echo "',\n\t\tTOO_MANY_ATTACHMENTS: '";
        // line 60
        echo addslashes($this->env->getExtension('phpbb')->lang("TOO_MANY_ATTACHMENTS"));
        echo "',\n\t},\n\torder: '";
        // line 62
        echo isset($context["ATTACH_ORDER"]) ? $context["ATTACH_ORDER"] : null;
        echo "',\n\tmaxFiles: ";
        // line 63
        echo isset($context["MAX_ATTACHMENTS"]) ? $context["MAX_ATTACHMENTS"] : null;
        echo ",\n\tdata: ";
        // line 64
        echo isset($context["S_ATTACH_DATA"]) ? $context["S_ATTACH_DATA"] : null;
        echo ",\n}\n//]]>\n</script>\n";
        // line 68
        $asset_file = "" . (isset($context["T_ASSETS_PATH"]) ? $context["T_ASSETS_PATH"] : null) . "/plupload/plupload.full.min.js";
        $asset = new \phpbb\template\asset($asset_file, $this->getEnvironment()->get_path_helper());
        if (substr($asset_file, 0, 2) !== './' && $asset->is_relative()) {
            $asset_path = $asset->get_path();
            $local_file = $this->getEnvironment()->get_phpbb_root_path() . $asset_path;
            if (!file_exists($local_file)) {
                $local_file = $this->getEnvironment()->findTemplate($asset_path);
                $asset->set_path($local_file, true);
                $asset->add_assets_version('1');
                $asset_file = $asset->get_url();
            }
        }
        $context['definition']->append('SCRIPTS', '<script type="text/javascript" src="' . $asset_file . '"></script>

');
        // line 69
        $asset_file = "" . (isset($context["T_ASSETS_PATH"]) ? $context["T_ASSETS_PATH"] : null) . "/javascript/plupload.js";
        $asset = new \phpbb\template\asset($asset_file, $this->getEnvironment()->get_path_helper());
        if (substr($asset_file, 0, 2) !== './' && $asset->is_relative()) {
            $asset_path = $asset->get_path();
            $local_file = $this->getEnvironment()->get_phpbb_root_path() . $asset_path;
            if (!file_exists($local_file)) {
                $local_file = $this->getEnvironment()->findTemplate($asset_path);
                $asset->set_path($local_file, true);
                $asset->add_assets_version('1');
                $asset_file = $asset->get_url();
            }
        }
        $context['definition']->append('SCRIPTS', '<script type="text/javascript" src="' . $asset_file . '"></script>

');
    }
    protected function doDisplay(array $context, array $blocks = array())
    {
        // line 1
        echo "\t\t";
        if (isset($context["overall_footer_content_after"])) {
            $_overall_footer_content_after_ = $context["overall_footer_content_after"];
        } else {
            $_overall_footer_content_after_ = null;
        }
        // line 2
        echo "\t</div>\n\n";
        // line 4
        if (isset($context["overall_footer_page_body_after"])) {
            $_overall_footer_page_body_after_ = $context["overall_footer_page_body_after"];
        } else {
            $_overall_footer_page_body_after_ = null;
        }
        // line 5
        echo "\n<div id=\"page-footer\" role=\"contentinfo\">\n\t";
        // line 7
        $location = "navbar_footer.html";
        $namespace = false;
        if (strpos($location, '@') === 0) {
            $namespace = substr($location, 1, strpos($location, '/') - 1);
            $previous_look_up_order = $this->env->getNamespaceLookUpOrder();
            $this->env->setNamespaceLookUpOrder(array($namespace, '__main__'));
        }
        $this->loadTemplate("navbar_footer.html", "overall_footer.html", 7)->display($context);
        if ($namespace) {
            $this->env->setNamespaceLookUpOrder($previous_look_up_order);
        }
        // line 8
        echo "\n\t<div class=\"copyright\">\n\t\t";
        // line 10
        if (isset($context["overall_footer_copyright_prepend"])) {
            $_overall_footer_copyright_prepend_ = $context["overall_footer_copyright_prepend"];
        } else {
            $_overall_footer_copyright_prepend_ = null;
        }
        // line 11
        echo "\t\t";
        if (isset($context["CREDIT_LINE"])) {
            $_CREDIT_LINE_ = $context["CREDIT_LINE"];
        } else {
            $_CREDIT_LINE_ = null;
        }
        echo $_CREDIT_LINE_;
        echo "\n\t\t";
        // line 12
        if (isset($context["TRANSLATION_INFO"])) {
            $_TRANSLATION_INFO_ = $context["TRANSLATION_INFO"];
        } else {
            $_TRANSLATION_INFO_ = null;
        }
        if ($_TRANSLATION_INFO_) {
            echo "<br />";
            if (isset($context["TRANSLATION_INFO"])) {
                $_TRANSLATION_INFO_ = $context["TRANSLATION_INFO"];
            } else {
                $_TRANSLATION_INFO_ = null;
            }
            echo $_TRANSLATION_INFO_;
        }
        echo "<br />PS4 style &copy;<a href=\"http://jesterstyles.free.fr\"/>Jester</a>\n\t\t";
        // line 13
        if (isset($context["overall_footer_copyright_append"])) {
            $_overall_footer_copyright_append_ = $context["overall_footer_copyright_append"];
        } else {
            $_overall_footer_copyright_append_ = null;
        }
        // line 14
        echo "\t\t";
        if (isset($context["DEBUG_OUTPUT"])) {
            $_DEBUG_OUTPUT_ = $context["DEBUG_OUTPUT"];
        } else {
            $_DEBUG_OUTPUT_ = null;
        }
        if ($_DEBUG_OUTPUT_) {
            echo "<br />";
            if (isset($context["DEBUG_OUTPUT"])) {
                $_DEBUG_OUTPUT_ = $context["DEBUG_OUTPUT"];
            } else {
                $_DEBUG_OUTPUT_ = null;
            }
            echo $_DEBUG_OUTPUT_;
        }
        // line 15
        echo "\t\t";
        if (isset($context["U_ACP"])) {
            $_U_ACP_ = $context["U_ACP"];
        } else {
            $_U_ACP_ = null;
        }
        if ($_U_ACP_) {
            echo "<br /><strong><a href=\"";
            if (isset($context["U_ACP"])) {
                $_U_ACP_ = $context["U_ACP"];
            } else {
                $_U_ACP_ = null;
            }
            echo $_U_ACP_;
            echo "\">";
            echo $this->env->getExtension('phpbb')->lang("ACP");
            echo "</a></strong>";
        }
        // line 16
        echo "\t</div>\n\n\t<div id=\"darkenwrapper\" data-ajax-error-title=\"";
        // line 18
        echo $this->env->getExtension('phpbb')->lang("AJAX_ERROR_TITLE");
        echo "\" data-ajax-error-text=\"";
        echo $this->env->getExtension('phpbb')->lang("AJAX_ERROR_TEXT");
        echo "\" data-ajax-error-text-abort=\"";
        echo $this->env->getExtension('phpbb')->lang("AJAX_ERROR_TEXT_ABORT");
        echo "\" data-ajax-error-text-timeout=\"";
        echo $this->env->getExtension('phpbb')->lang("AJAX_ERROR_TEXT_TIMEOUT");
        echo "\" data-ajax-error-text-parsererror=\"";
        echo $this->env->getExtension('phpbb')->lang("AJAX_ERROR_TEXT_PARSERERROR");
        echo "\">\n\t\t<div id=\"darken\">&nbsp;</div>\n\t</div>\n\n\t<div id=\"phpbb_alert\" class=\"phpbb_alert\" data-l-err=\"";
        // line 22
        echo $this->env->getExtension('phpbb')->lang("ERROR");
        echo "\" data-l-timeout-processing-req=\"";
        echo $this->env->getExtension('phpbb')->lang("TIMEOUT_PROCESSING_REQ");
        echo "\">\n\t\t<a href=\"#\" class=\"alert_close\"></a>\n\t\t<h3 class=\"alert_title\">&nbsp;</h3><p class=\"alert_text\"></p>\n\t</div>\n\t<div id=\"phpbb_confirm\" class=\"phpbb_alert\">\n\t\t<a href=\"#\" class=\"alert_close\"></a>\n\t\t<div class=\"alert_text\"></div>\n\t</div>\n</div>\n\n</div>\n\n<div>\n\t<a id=\"bottom\" class=\"anchor\" accesskey=\"z\"></a>\n\t";
        // line 36
        if (isset($context["S_IS_BOT"])) {
            $_S_IS_BOT_ = $context["S_IS_BOT"];
        } else {
            $_S_IS_BOT_ = null;
        }
        if (!$_S_IS_BOT_) {
            if (isset($context["RUN_CRON_TASK"])) {
                $_RUN_CRON_TASK_ = $context["RUN_CRON_TASK"];
            } else {
                $_RUN_CRON_TASK_ = null;
            }
            echo $_RUN_CRON_TASK_;
        }
        // line 37
        echo "</div>\n\n<script type=\"text/javascript\" src=\"";
        // line 39
        if (isset($context["T_JQUERY_LINK"])) {
            $_T_JQUERY_LINK_ = $context["T_JQUERY_LINK"];
        } else {
            $_T_JQUERY_LINK_ = null;
        }
        echo $_T_JQUERY_LINK_;
        echo "\"></script>\n";
        // line 40
        if (isset($context["S_ALLOW_CDN"])) {
            $_S_ALLOW_CDN_ = $context["S_ALLOW_CDN"];
        } else {
            $_S_ALLOW_CDN_ = null;
        }
        if ($_S_ALLOW_CDN_) {
            echo "<script type=\"text/javascript\">window.jQuery || document.write(unescape('%3Cscript src=\"";
            if (isset($context["T_ASSETS_PATH"])) {
                $_T_ASSETS_PATH_ = $context["T_ASSETS_PATH"];
            } else {
                $_T_ASSETS_PATH_ = null;
            }
            echo $_T_ASSETS_PATH_;
            echo "/javascript/jquery.min.js?assets_version=";
            if (isset($context["T_ASSETS_VERSION"])) {
                $_T_ASSETS_VERSION_ = $context["T_ASSETS_VERSION"];
            } else {
                $_T_ASSETS_VERSION_ = null;
            }
            echo $_T_ASSETS_VERSION_;
            echo "\" type=\"text/javascript\"%3E%3C/script%3E'));</script>";
        }
        // line 41
        echo "<script type=\"text/javascript\" src=\"";
        if (isset($context["T_ASSETS_PATH"])) {
            $_T_ASSETS_PATH_ = $context["T_ASSETS_PATH"];
        } else {
            $_T_ASSETS_PATH_ = null;
        }
        echo $_T_ASSETS_PATH_;
        echo "/javascript/core.js?assets_version=";
        if (isset($context["T_ASSETS_VERSION"])) {
            $_T_ASSETS_VERSION_ = $context["T_ASSETS_VERSION"];
        } else {
            $_T_ASSETS_VERSION_ = null;
        }
        echo $_T_ASSETS_VERSION_;
        echo "\"></script>\n";
        // line 42
        $asset_file = "forum_fn.js";
        $asset = new \phpbb\template\asset($asset_file, $this->getEnvironment()->get_path_helper());
        if (substr($asset_file, 0, 2) !== './' && $asset->is_relative()) {
            $asset_path = $asset->get_path();
            $local_file = $this->getEnvironment()->get_phpbb_root_path() . $asset_path;
            if (!file_exists($local_file)) {
                $local_file = $this->getEnvironment()->findTemplate($asset_path);
                $asset->set_path($local_file, true);
                $asset->add_assets_version('3');
                $asset_file = $asset->get_url();
            }
        }
        $context['definition']->append('SCRIPTS', '<script type="text/javascript" src="' . $asset_file . '"></script>

');
        // line 43
        $asset_file = "ajax.js";
        $asset = new \phpbb\template\asset($asset_file, $this->getEnvironment()->get_path_helper());
        if (substr($asset_file, 0, 2) !== './' && $asset->is_relative()) {
            $asset_path = $asset->get_path();
            $local_file = $this->getEnvironment()->get_phpbb_root_path() . $asset_path;
            if (!file_exists($local_file)) {
                $local_file = $this->getEnvironment()->findTemplate($asset_path);
                $asset->set_path($local_file, true);
                $asset->add_assets_version('3');
                $asset_file = $asset->get_url();
            }
        }
        $context['definition']->append('SCRIPTS', '<script type="text/javascript" src="' . $asset_file . '"></script>

');
        // line 44
        echo "\n";
        // line 45
        if (isset($context["overall_footer_after"])) {
            $_overall_footer_after_ = $context["overall_footer_after"];
        } else {
            $_overall_footer_after_ = null;
        }
        $previous_look_up_order = $this->env->getNamespaceLookUpOrder();
        $this->env->setNamespaceLookUpOrder(array('vse_abbc3', '__main__'));
        $this->env->loadTemplate('@vse_abbc3/event/overall_footer_after.html')->display($context);
        $this->env->setNamespaceLookUpOrder($previous_look_up_order);
        $previous_look_up_order = $this->env->getNamespaceLookUpOrder();
        $this->env->setNamespaceLookUpOrder(array('vse_topicpreview', '__main__'));
        $this->env->loadTemplate('@vse_topicpreview/event/overall_footer_after.html')->display($context);
        $this->env->setNamespaceLookUpOrder($previous_look_up_order);
        // line 46
        echo "\n";
        // line 47
        if (isset($context["S_PLUPLOAD"])) {
            $_S_PLUPLOAD_ = $context["S_PLUPLOAD"];
        } else {
            $_S_PLUPLOAD_ = null;
        }
        if ($_S_PLUPLOAD_) {
            $location = "plupload.html";
            $namespace = false;
            if (strpos($location, '@') === 0) {
                $namespace = substr($location, 1, strpos($location, '/') - 1);
                $previous_look_up_order = $this->env->getNamespaceLookUpOrder();
                $this->env->setNamespaceLookUpOrder(array($namespace, '__main__'));
            }
            $this->loadTemplate("plupload.html", "overall_footer.html", 47)->display($context);
            if ($namespace) {
                $this->env->setNamespaceLookUpOrder($previous_look_up_order);
            }
        }
        // line 48
        if (isset($context["definition"])) {
            $_definition_ = $context["definition"];
        } else {
            $_definition_ = null;
        }
        echo $this->getAttribute($_definition_, "SCRIPTS", array());
        echo "\n\n";
        // line 50
        if (isset($context["overall_footer_body_after"])) {
            $_overall_footer_body_after_ = $context["overall_footer_body_after"];
        } else {
            $_overall_footer_body_after_ = null;
        }
        // line 51
        echo "\n</body>\n</html>\n";
    }
コード例 #15
0
    protected function doDisplay(array $context, array $blocks = array())
    {
        // line 1
        echo "\t\t";
        // line 2
        echo "
\t";
        // line 3
        // line 4
        echo "
\t<div id=\"wrap-footer\">
\t\t<div id=\"site-footer-nav\" role=\"navigation\">
\t\t\t<div class=\"chunk\">
\t\t\t\t<ul class=\"site-footer-nav\" role=\"menubar\">
\t\t\t\t\t<li class=\"small-icon icon-home breadcrumbs\">
\t\t\t\t\t\t";
        // line 10
        if ((isset($context["U_SITE_HOME"]) ? $context["U_SITE_HOME"] : null)) {
            echo "<span class=\"crumb\"><a href=\"";
            echo (isset($context["U_SITE_HOME"]) ? $context["U_SITE_HOME"] : null);
            echo "\" data-navbar-reference=\"home\">";
            echo $this->env->getExtension('phpbb')->lang("SITE_HOME");
            echo "</a></span>";
        }
        // line 11
        echo "\t\t\t\t\t\t";
        // line 12
        echo "\t\t\t\t\t\t<span class=\"crumb\"><a href=\"";
        echo (isset($context["U_INDEX"]) ? $context["U_INDEX"] : null);
        echo "\" data-navbar-reference=\"index\">";
        echo $this->env->getExtension('phpbb')->lang("INDEX");
        echo "</a></span>
\t\t\t\t\t\t";
        // line 13
        // line 14
        echo "\t\t\t\t\t</li>
\t\t\t\t\t";
        // line 15
        if (((isset($context["U_WATCH_FORUM_LINK"]) ? $context["U_WATCH_FORUM_LINK"] : null) && (!(isset($context["S_IS_BOT"]) ? $context["S_IS_BOT"] : null)))) {
            echo "<li class=\"small-icon icon-";
            if ((isset($context["S_WATCHING_FORUM"]) ? $context["S_WATCHING_FORUM"] : null)) {
                echo "unsubscribe";
            } else {
                echo "subscribe";
            }
            echo "\" data-last-responsive=\"true\"><a href=\"";
            echo (isset($context["U_WATCH_FORUM_LINK"]) ? $context["U_WATCH_FORUM_LINK"] : null);
            echo "\" title=\"";
            echo (isset($context["S_WATCH_FORUM_TITLE"]) ? $context["S_WATCH_FORUM_TITLE"] : null);
            echo "\" data-ajax=\"toggle_link\" data-toggle-class=\"small-icon icon-";
            if ((!(isset($context["S_WATCHING_FORUM"]) ? $context["S_WATCHING_FORUM"] : null))) {
                echo "unsubscribe";
            } else {
                echo "subscribe";
            }
            echo "\" data-toggle-text=\"";
            echo (isset($context["S_WATCH_FORUM_TOGGLE"]) ? $context["S_WATCH_FORUM_TOGGLE"] : null);
            echo "\" data-toggle-url=\"";
            echo (isset($context["U_WATCH_FORUM_TOGGLE"]) ? $context["U_WATCH_FORUM_TOGGLE"] : null);
            echo "\">";
            echo (isset($context["S_WATCH_FORUM_TITLE"]) ? $context["S_WATCH_FORUM_TITLE"] : null);
            echo "</a></li>";
        }
        // line 16
        echo "
\t\t\t\t\t";
        // line 17
        // line 18
        echo "\t\t\t\t\t<li class=\"rightside\">";
        echo (isset($context["S_TIMEZONE"]) ? $context["S_TIMEZONE"] : null);
        echo "</li>
\t\t\t\t\t";
        // line 19
        // line 20
        echo "\t\t\t\t\t";
        if ((!(isset($context["S_IS_BOT"]) ? $context["S_IS_BOT"] : null))) {
            // line 21
            echo "\t\t\t\t\t\t<li class=\"small-icon icon-delete-cookies rightside\"><a href=\"";
            echo (isset($context["U_DELETE_COOKIES"]) ? $context["U_DELETE_COOKIES"] : null);
            echo "\" data-ajax=\"true\" data-refresh=\"true\" role=\"menuitem\">";
            echo $this->env->getExtension('phpbb')->lang("DELETE_COOKIES");
            echo "</a></li>
\t\t\t\t\t\t";
            // line 22
            if ((isset($context["S_DISPLAY_MEMBERLIST"]) ? $context["S_DISPLAY_MEMBERLIST"] : null)) {
                echo "<li class=\"small-icon icon-members rightside\" data-last-responsive=\"true\"><a href=\"";
                echo (isset($context["U_MEMBERLIST"]) ? $context["U_MEMBERLIST"] : null);
                echo "\" title=\"";
                echo $this->env->getExtension('phpbb')->lang("MEMBERLIST_EXPLAIN");
                echo "\" role=\"menuitem\">";
                echo $this->env->getExtension('phpbb')->lang("MEMBERLIST");
                echo "</a></li>";
            }
            // line 23
            echo "\t\t\t\t\t";
        }
        // line 24
        echo "\t\t\t\t\t";
        // line 25
        echo "\t\t\t\t\t";
        if ((isset($context["U_TEAM"]) ? $context["U_TEAM"] : null)) {
            echo "<li class=\"small-icon icon-team rightside\" data-last-responsive=\"true\"><a href=\"";
            echo (isset($context["U_TEAM"]) ? $context["U_TEAM"] : null);
            echo "\" role=\"menuitem\">";
            echo $this->env->getExtension('phpbb')->lang("THE_TEAM");
            echo "</a></li>";
        }
        // line 26
        echo "\t\t\t\t\t";
        // line 27
        echo "\t\t\t\t\t";
        if ((isset($context["U_CONTACT_US"]) ? $context["U_CONTACT_US"] : null)) {
            echo "<li class=\"small-icon icon-contact rightside\" data-last-responsive=\"true\"><a href=\"";
            echo (isset($context["U_CONTACT_US"]) ? $context["U_CONTACT_US"] : null);
            echo "\" role=\"menuitem\">";
            echo $this->env->getExtension('phpbb')->lang("CONTACT_US");
            echo "</a></li>";
        }
        // line 28
        echo "\t\t\t\t</ul>
\t\t\t</div>
\t\t</div>

\t\t";
        // line 32
        $location = "site_footer_area.html";
        $namespace = false;
        if (strpos($location, '@') === 0) {
            $namespace = substr($location, 1, strpos($location, '/') - 1);
            $previous_look_up_order = $this->env->getNamespaceLookUpOrder();
            $this->env->setNamespaceLookUpOrder(array($namespace, '__main__'));
        }
        $this->env->loadTemplate("site_footer_area.html")->display($context);
        if ($namespace) {
            $this->env->setNamespaceLookUpOrder($previous_look_up_order);
        }
        // line 33
        echo "
\t\t<div id=\"site-footer\">
                        <div class=\"chunck\">
                            Wright State Cyber Security Club
                        </div>
\t\t\t<!-- div class=\"chunk\">
\t\t\t\t";
        // line 39
        // line 40
        echo "\t\t\t\t";
        echo (isset($context["CREDIT_LINE"]) ? $context["CREDIT_LINE"] : null);
        echo "
\t\t\t\t<br />Ariki Theme by <a href=\"http://themeforest.net/user/Gramziu\">Gramziu</a>
\t\t\t\t";
        // line 42
        if ((isset($context["TRANSLATION_INFO"]) ? $context["TRANSLATION_INFO"] : null)) {
            echo "<br />";
            echo (isset($context["TRANSLATION_INFO"]) ? $context["TRANSLATION_INFO"] : null);
        }
        // line 43
        echo "\t\t\t\t";
        // line 44
        echo "\t\t\t\t";
        if ((isset($context["DEBUG_OUTPUT"]) ? $context["DEBUG_OUTPUT"] : null)) {
            echo "<br />";
            echo (isset($context["DEBUG_OUTPUT"]) ? $context["DEBUG_OUTPUT"] : null);
        }
        // line 45
        echo "\t\t\t</div -->
\t\t</div>

\t\t<div id=\"darkenwrapper\" data-ajax-error-title=\"";
        // line 48
        echo $this->env->getExtension('phpbb')->lang("AJAX_ERROR_TITLE");
        echo "\" data-ajax-error-text=\"";
        echo $this->env->getExtension('phpbb')->lang("AJAX_ERROR_TEXT");
        echo "\" data-ajax-error-text-abort=\"";
        echo $this->env->getExtension('phpbb')->lang("AJAX_ERROR_TEXT_ABORT");
        echo "\" data-ajax-error-text-timeout=\"";
        echo $this->env->getExtension('phpbb')->lang("AJAX_ERROR_TEXT_TIMEOUT");
        echo "\" data-ajax-error-text-parsererror=\"";
        echo $this->env->getExtension('phpbb')->lang("AJAX_ERROR_TEXT_PARSERERROR");
        echo "\">
\t\t\t<div id=\"darken\">&nbsp;</div>
\t\t</div>

\t\t<div id=\"phpbb_alert\" class=\"phpbb_alert\" data-l-err=\"";
        // line 52
        echo $this->env->getExtension('phpbb')->lang("ERROR");
        echo "\" data-l-timeout-processing-req=\"";
        echo $this->env->getExtension('phpbb')->lang("TIMEOUT_PROCESSING_REQ");
        echo "\">
\t\t\t<a href=\"#\" class=\"alert_close\"></a>
\t\t\t<h3 class=\"alert_title\">&nbsp;</h3><p class=\"alert_text\"></p>
\t\t</div>
\t\t<div id=\"phpbb_confirm\" class=\"phpbb_alert\">
\t\t\t<a href=\"#\" class=\"alert_close\"></a>
\t\t\t<div class=\"alert_text\"></div>
\t\t</div>

\t\t<div style=\"display: none;\">
\t\t\t<a id=\"bottom\" class=\"anchor\" accesskey=\"z\"></a>
\t\t\t";
        // line 63
        if ((!(isset($context["S_IS_BOT"]) ? $context["S_IS_BOT"] : null))) {
            echo (isset($context["RUN_CRON_TASK"]) ? $context["RUN_CRON_TASK"] : null);
        }
        // line 64
        echo "\t\t</div>
</div>

<script type=\"text/javascript\" src=\"";
        // line 67
        echo (isset($context["T_JQUERY_LINK"]) ? $context["T_JQUERY_LINK"] : null);
        echo "\"></script>
";
        // line 68
        if ((isset($context["S_ALLOW_CDN"]) ? $context["S_ALLOW_CDN"] : null)) {
            echo "<script type=\"text/javascript\">window.jQuery || document.write(unescape('%3Cscript src=\"";
            echo (isset($context["T_ASSETS_PATH"]) ? $context["T_ASSETS_PATH"] : null);
            echo "/javascript/jquery.min.js?assets_version=";
            echo (isset($context["T_ASSETS_VERSION"]) ? $context["T_ASSETS_VERSION"] : null);
            echo "\" type=\"text/javascript\"%3E%3C/script%3E'));</script>";
        }
        // line 69
        echo "<script type=\"text/javascript\" src=\"";
        echo (isset($context["T_ASSETS_PATH"]) ? $context["T_ASSETS_PATH"] : null);
        echo "/javascript/core.js?assets_version=";
        echo (isset($context["T_ASSETS_VERSION"]) ? $context["T_ASSETS_VERSION"] : null);
        echo "\"></script>
";
        // line 70
        $asset_file = "forum_fn.js";
        $asset = new \phpbb\template\asset($asset_file, $this->getEnvironment()->get_path_helper());
        if (substr($asset_file, 0, 2) !== './' && $asset->is_relative()) {
            $asset_path = $asset->get_path();            $local_file = $this->getEnvironment()->get_phpbb_root_path() . $asset_path;
            if (!file_exists($local_file)) {
                $local_file = $this->getEnvironment()->findTemplate($asset_path);
                $asset->set_path($local_file, true);
            $asset->add_assets_version('32');
            $asset_file = $asset->get_url();
            }
        }
        $context['definition']->append('SCRIPTS', '<script type="text/javascript" src="' . $asset_file. '"></script>

');
        // line 71
        $asset_file = "ajax.js";
        $asset = new \phpbb\template\asset($asset_file, $this->getEnvironment()->get_path_helper());
        if (substr($asset_file, 0, 2) !== './' && $asset->is_relative()) {
            $asset_path = $asset->get_path();            $local_file = $this->getEnvironment()->get_phpbb_root_path() . $asset_path;
            if (!file_exists($local_file)) {
                $local_file = $this->getEnvironment()->findTemplate($asset_path);
                $asset->set_path($local_file, true);
            $asset->add_assets_version('32');
            $asset_file = $asset->get_url();
            }
        }
        $context['definition']->append('SCRIPTS', '<script type="text/javascript" src="' . $asset_file. '"></script>

');
        // line 72
        $asset_file = "chosen.jquery.min.js";
        $asset = new \phpbb\template\asset($asset_file, $this->getEnvironment()->get_path_helper());
        if (substr($asset_file, 0, 2) !== './' && $asset->is_relative()) {
            $asset_path = $asset->get_path();            $local_file = $this->getEnvironment()->get_phpbb_root_path() . $asset_path;
            if (!file_exists($local_file)) {
                $local_file = $this->getEnvironment()->findTemplate($asset_path);
                $asset->set_path($local_file, true);
            $asset->add_assets_version('32');
            $asset_file = $asset->get_url();
            }
        }
        $context['definition']->append('SCRIPTS', '<script type="text/javascript" src="' . $asset_file. '"></script>

');
        // line 73
        echo "
<script>
\t\$(function() {
\t\t\$(\"#st, #sd, #sk, #ch\").chosen({
\t\t\tdisable_search: true,
\t\t\twidth: \"auto\"
\t\t});
\t});
</script>

";
        // line 83
        // line 84
        echo "
";
        // line 85
        if ((isset($context["S_PLUPLOAD"]) ? $context["S_PLUPLOAD"] : null)) {
            $location = "plupload.html";
            $namespace = false;
            if (strpos($location, '@') === 0) {
                $namespace = substr($location, 1, strpos($location, '/') - 1);
                $previous_look_up_order = $this->env->getNamespaceLookUpOrder();
                $this->env->setNamespaceLookUpOrder(array($namespace, '__main__'));
            }
            $this->env->loadTemplate("plupload.html")->display($context);
            if ($namespace) {
                $this->env->setNamespaceLookUpOrder($previous_look_up_order);
            }
        }
        // line 86
        echo $this->getAttribute((isset($context["definition"]) ? $context["definition"] : null), "SCRIPTS");
        echo "

";
        // line 88
        // line 89
        echo "
</div>

</body>
</html>
";
    }
コード例 #16
0
    protected function doDisplay(array $context, array $blocks = array())
    {
        // line 1
        echo "\t\t";
        // line 2
        echo "\t</div>\n\n";
        // line 4
        // line 5
        echo "\n<div id=\"page-footer\">\n\t";
        // line 7
        $location = "navbar_footer.html";
        $namespace = false;
        if (strpos($location, '@') === 0) {
            $namespace = substr($location, 1, strpos($location, '/') - 1);
            $previous_look_up_order = $this->env->getNamespaceLookUpOrder();
            $this->env->setNamespaceLookUpOrder(array($namespace, '__main__'));
        }
        $this->env->loadTemplate("navbar_footer.html")->display($context);
        if ($namespace) {
            $this->env->setNamespaceLookUpOrder($previous_look_up_order);
        }
        // line 8
        echo "\n\t<div class=\"copyright\">\n\t\t";
        // line 10
        // line 11
        echo "\t\t";
        echo isset($context["CREDIT_LINE"]) ? $context["CREDIT_LINE"] : null;
        echo "\n\t\t";
        // line 12
        if (isset($context["TRANSLATION_INFO"]) ? $context["TRANSLATION_INFO"] : null) {
            echo "<br />";
            echo isset($context["TRANSLATION_INFO"]) ? $context["TRANSLATION_INFO"] : null;
        }
        // line 13
        echo "\t\t";
        // line 14
        echo "\t\t";
        if (isset($context["DEBUG_OUTPUT"]) ? $context["DEBUG_OUTPUT"] : null) {
            echo "<br />";
            echo isset($context["DEBUG_OUTPUT"]) ? $context["DEBUG_OUTPUT"] : null;
        }
        // line 15
        echo "\t\t";
        if (isset($context["U_ACP"]) ? $context["U_ACP"] : null) {
            echo "<br /><strong><a href=\"";
            echo isset($context["U_ACP"]) ? $context["U_ACP"] : null;
            echo "\">";
            echo $this->env->getExtension('phpbb')->lang("ACP");
            echo "</a></strong>";
        }
        // line 16
        echo "\t</div>\n\n\t<div id=\"darkenwrapper\" data-ajax-error-title=\"";
        // line 18
        echo $this->env->getExtension('phpbb')->lang("AJAX_ERROR_TITLE");
        echo "\" data-ajax-error-text=\"";
        echo $this->env->getExtension('phpbb')->lang("AJAX_ERROR_TEXT");
        echo "\" data-ajax-error-text-abort=\"";
        echo $this->env->getExtension('phpbb')->lang("AJAX_ERROR_TEXT_ABORT");
        echo "\" data-ajax-error-text-timeout=\"";
        echo $this->env->getExtension('phpbb')->lang("AJAX_ERROR_TEXT_TIMEOUT");
        echo "\" data-ajax-error-text-parsererror=\"";
        echo $this->env->getExtension('phpbb')->lang("AJAX_ERROR_TEXT_PARSERERROR");
        echo "\">\n\t\t<div id=\"darken\">&nbsp;</div>\n\t</div>\n\t<div id=\"loading_indicator\"></div>\n\n\t<div id=\"phpbb_alert\" class=\"phpbb_alert\" data-l-err=\"";
        // line 23
        echo $this->env->getExtension('phpbb')->lang("ERROR");
        echo "\" data-l-timeout-processing-req=\"";
        echo $this->env->getExtension('phpbb')->lang("TIMEOUT_PROCESSING_REQ");
        echo "\">\n\t\t<a href=\"#\" class=\"alert_close\"></a>\n\t\t<h3 class=\"alert_title\">&nbsp;</h3><p class=\"alert_text\"></p>\n\t</div>\n\t<div id=\"phpbb_confirm\" class=\"phpbb_alert\">\n\t\t<a href=\"#\" class=\"alert_close\"></a>\n\t\t<div class=\"alert_text\"></div>\n\t</div>\n</div>\n\n</div>\n\n<div>\n\t<a id=\"bottom\" class=\"anchor\" accesskey=\"z\"></a>\n\t";
        // line 37
        if (!(isset($context["S_IS_BOT"]) ? $context["S_IS_BOT"] : null)) {
            echo isset($context["RUN_CRON_TASK"]) ? $context["RUN_CRON_TASK"] : null;
        }
        // line 38
        echo "</div>\n\n<script type=\"text/javascript\" src=\"";
        // line 40
        echo isset($context["T_JQUERY_LINK"]) ? $context["T_JQUERY_LINK"] : null;
        echo "\"></script>\n";
        // line 41
        if (isset($context["S_ALLOW_CDN"]) ? $context["S_ALLOW_CDN"] : null) {
            echo "<script type=\"text/javascript\">window.jQuery || document.write(unescape('%3Cscript src=\"";
            echo isset($context["T_ASSETS_PATH"]) ? $context["T_ASSETS_PATH"] : null;
            echo "/javascript/jquery.min.js?assets_version=";
            echo isset($context["T_ASSETS_VERSION"]) ? $context["T_ASSETS_VERSION"] : null;
            echo "\" type=\"text/javascript\"%3E%3C/script%3E'));</script>";
        }
        // line 42
        echo "<script type=\"text/javascript\" src=\"";
        echo isset($context["T_ASSETS_PATH"]) ? $context["T_ASSETS_PATH"] : null;
        echo "/javascript/core.js?assets_version=";
        echo isset($context["T_ASSETS_VERSION"]) ? $context["T_ASSETS_VERSION"] : null;
        echo "\"></script>\n";
        // line 43
        $asset_file = "forum_fn.js";
        $asset = new \phpbb\template\asset($asset_file, $this->getEnvironment()->get_path_helper());
        if (substr($asset_file, 0, 2) !== './' && $asset->is_relative()) {
            $asset_path = $asset->get_path();
            $local_file = $this->getEnvironment()->get_phpbb_root_path() . $asset_path;
            if (!file_exists($local_file)) {
                $local_file = $this->getEnvironment()->findTemplate($asset_path);
                $asset->set_path($local_file, true);
                $asset->add_assets_version('1');
                $asset_file = $asset->get_url();
            }
        }
        $context['definition']->append('SCRIPTS', '<script type="text/javascript" src="' . $asset_file . '"></script>

');
        // line 44
        $asset_file = "ajax.js";
        $asset = new \phpbb\template\asset($asset_file, $this->getEnvironment()->get_path_helper());
        if (substr($asset_file, 0, 2) !== './' && $asset->is_relative()) {
            $asset_path = $asset->get_path();
            $local_file = $this->getEnvironment()->get_phpbb_root_path() . $asset_path;
            if (!file_exists($local_file)) {
                $local_file = $this->getEnvironment()->findTemplate($asset_path);
                $asset->set_path($local_file, true);
                $asset->add_assets_version('1');
                $asset_file = $asset->get_url();
            }
        }
        $context['definition']->append('SCRIPTS', '<script type="text/javascript" src="' . $asset_file . '"></script>

');
        // line 45
        echo "\n";
        // line 46
        // line 47
        echo "\n";
        // line 48
        if (isset($context["S_PLUPLOAD"]) ? $context["S_PLUPLOAD"] : null) {
            $location = "plupload.html";
            $namespace = false;
            if (strpos($location, '@') === 0) {
                $namespace = substr($location, 1, strpos($location, '/') - 1);
                $previous_look_up_order = $this->env->getNamespaceLookUpOrder();
                $this->env->setNamespaceLookUpOrder(array($namespace, '__main__'));
            }
            $this->env->loadTemplate("plupload.html")->display($context);
            if ($namespace) {
                $this->env->setNamespaceLookUpOrder($previous_look_up_order);
            }
        }
        // line 49
        echo $this->getAttribute(isset($context["definition"]) ? $context["definition"] : null, "SCRIPTS");
        echo "\n\n</body>\n</html>\n";
    }
    protected function doDisplay(array $context, array $blocks = array())
    {
        // line 1
        echo "\t\t\t\t\t\t</div>\n\t\t\t\t\t</div><!-- /#main -->\n\t\t\t\t</div>\n\t\t</div><!-- /#acp -->\n\t</div>\n\n\t<div id=\"page-footer\">\n\t\t<div class=\"copyright\">\n\t\t\t";
        // line 9
        if (isset($context["S_COPYRIGHT_HTML"]) ? $context["S_COPYRIGHT_HTML"] : null) {
            // line 10
            echo "\t\t\t\t";
            echo isset($context["CREDIT_LINE"]) ? $context["CREDIT_LINE"] : null;
            echo "\n\t\t\t\t";
            // line 11
            if (isset($context["TRANSLATION_INFO"]) ? $context["TRANSLATION_INFO"] : null) {
                echo "<br />";
                echo isset($context["TRANSLATION_INFO"]) ? $context["TRANSLATION_INFO"] : null;
            }
            // line 12
            echo "\t\t\t";
        }
        // line 13
        echo "\n\t\t\t";
        // line 14
        if (isset($context["DEBUG_OUTPUT"]) ? $context["DEBUG_OUTPUT"] : null) {
            // line 15
            echo "\t\t\t\t";
            if (isset($context["S_COPYRIGHT_HTML"]) ? $context["S_COPYRIGHT_HTML"] : null) {
                echo "<br />";
            }
            // line 16
            echo "\t\t\t\t";
            echo isset($context["DEBUG_OUTPUT"]) ? $context["DEBUG_OUTPUT"] : null;
            echo "\n\t\t\t";
        }
        // line 18
        echo "\t\t</div>\n\n\t\t<div id=\"darkenwrapper\" data-ajax-error-title=\"";
        // line 20
        echo $this->env->getExtension('phpbb')->lang("AJAX_ERROR_TITLE");
        echo "\" data-ajax-error-text=\"";
        echo $this->env->getExtension('phpbb')->lang("AJAX_ERROR_TEXT");
        echo "\" data-ajax-error-text-abort=\"";
        echo $this->env->getExtension('phpbb')->lang("AJAX_ERROR_TEXT_ABORT");
        echo "\" data-ajax-error-text-timeout=\"";
        echo $this->env->getExtension('phpbb')->lang("AJAX_ERROR_TEXT_TIMEOUT");
        echo "\" data-ajax-error-text-parsererror=\"";
        echo $this->env->getExtension('phpbb')->lang("AJAX_ERROR_TEXT_PARSERERROR");
        echo "\">\n\t\t\t<div id=\"darken\">&nbsp;</div>\n\t\t</div>\n\t\t<div id=\"loading_indicator\"></div>\n\n\t\t<div id=\"phpbb_alert\" class=\"phpbb_alert\" data-l-err=\"";
        // line 25
        echo $this->env->getExtension('phpbb')->lang("ERROR");
        echo "\" data-l-timeout-processing-req=\"";
        echo $this->env->getExtension('phpbb')->lang("TIMEOUT_PROCESSING_REQ");
        echo "\">\n\t\t\t<a href=\"#\" class=\"alert_close\"></a>\n\t\t\t<h3 class=\"alert_title\"></h3><p class=\"alert_text\"></p>\n\t\t</div>\n\t\t<div id=\"phpbb_confirm\" class=\"phpbb_alert\">\n\t\t\t<a href=\"#\" class=\"alert_close\"></a>\n\t\t\t<div class=\"alert_text\"></div>\n\t\t</div>\n\t</div>\n</div>\n\n<script type=\"text/javascript\" src=\"";
        // line 36
        echo isset($context["T_JQUERY_LINK"]) ? $context["T_JQUERY_LINK"] : null;
        echo "\"></script>\n";
        // line 37
        if (isset($context["S_ALLOW_CDN"]) ? $context["S_ALLOW_CDN"] : null) {
            echo "<script type=\"text/javascript\">window.jQuery || document.write(unescape('%3Cscript src=\"";
            echo isset($context["T_ASSETS_PATH"]) ? $context["T_ASSETS_PATH"] : null;
            echo "/javascript/jquery.min.js?assets_version=";
            echo isset($context["T_ASSETS_VERSION"]) ? $context["T_ASSETS_VERSION"] : null;
            echo "\" type=\"text/javascript\"%3E%3C/script%3E'));</script>";
        }
        // line 38
        echo "<script type=\"text/javascript\" src=\"";
        echo isset($context["T_ASSETS_PATH"]) ? $context["T_ASSETS_PATH"] : null;
        echo "/javascript/core.js?assets_version=";
        echo isset($context["T_ASSETS_VERSION"]) ? $context["T_ASSETS_VERSION"] : null;
        echo "\"></script>\n";
        // line 39
        $asset_file = "ajax.js";
        $asset = new \phpbb\template\asset($asset_file, $this->getEnvironment()->get_path_helper());
        if (substr($asset_file, 0, 2) !== './' && $asset->is_relative()) {
            $asset_path = $asset->get_path();
            $local_file = $this->getEnvironment()->get_phpbb_root_path() . $asset_path;
            if (!file_exists($local_file)) {
                $local_file = $this->getEnvironment()->findTemplate($asset_path);
                $asset->set_path($local_file, true);
                $asset->add_assets_version('9');
                $asset_file = $asset->get_url();
            }
        }
        $context['definition']->append('SCRIPTS', '<script type="text/javascript" src="' . $asset_file . '"></script>

');
        // line 40
        $asset_file = "admin.js";
        $asset = new \phpbb\template\asset($asset_file, $this->getEnvironment()->get_path_helper());
        if (substr($asset_file, 0, 2) !== './' && $asset->is_relative()) {
            $asset_path = $asset->get_path();
            $local_file = $this->getEnvironment()->get_phpbb_root_path() . $asset_path;
            if (!file_exists($local_file)) {
                $local_file = $this->getEnvironment()->findTemplate($asset_path);
                $asset->set_path($local_file, true);
                $asset->add_assets_version('9');
                $asset_file = $asset->get_url();
            }
        }
        $context['definition']->append('SCRIPTS', '<script type="text/javascript" src="' . $asset_file . '"></script>

');
        // line 41
        echo "\n";
        // line 42
        $previous_look_up_order = $this->env->getNamespaceLookUpOrder();
        $this->env->setNamespaceLookUpOrder(array('phpbb_boardannouncements', '__main__'));
        $this->env->loadTemplate('@phpbb_boardannouncements/event/acp_overall_footer_after.html')->display($context);
        $this->env->setNamespaceLookUpOrder($previous_look_up_order);
        $previous_look_up_order = $this->env->getNamespaceLookUpOrder();
        $this->env->setNamespaceLookUpOrder(array('vse_passwordstrength', '__main__'));
        $this->env->loadTemplate('@vse_passwordstrength/event/acp_overall_footer_after.html')->display($context);
        $this->env->setNamespaceLookUpOrder($previous_look_up_order);
        // line 43
        echo $this->getAttribute(isset($context["definition"]) ? $context["definition"] : null, "SCRIPTS", array());
        echo "\n\n</body>\n</html>\n";
    }
    protected function doDisplay(array $context, array $blocks = array())
    {
        // line 1
        if (isset($context["loops"])) {
            $_loops_ = $context["loops"];
        } else {
            $_loops_ = null;
        }
        if ($this->getAttribute($_loops_, "bbcodes", array())) {
            // line 2
            echo "\n";
            // line 3
            if (isset($context["definition"])) {
                $_definition_ = $context["definition"];
            } else {
                $_definition_ = null;
            }
            if (!$this->getAttribute($_definition_, "INCLUDED_TABLEDNDJS", array())) {
                // line 4
                echo "\t";
                $asset_file = "@vse_abbc3/js/tablednd.min.js";
                $asset = new \phpbb\template\asset($asset_file, $this->getEnvironment()->get_path_helper());
                if (substr($asset_file, 0, 2) !== './' && $asset->is_relative()) {
                    $asset_path = $asset->get_path();
                    $local_file = $this->getEnvironment()->get_phpbb_root_path() . $asset_path;
                    if (!file_exists($local_file)) {
                        $local_file = $this->getEnvironment()->findTemplate($asset_path);
                        $asset->set_path($local_file, true);
                        $asset->add_assets_version('3');
                        $asset_file = $asset->get_url();
                    }
                }
                $context['definition']->append('SCRIPTS', '<script type="text/javascript" src="' . $asset_file . '"></script>

');
                // line 5
                echo "\t";
                if (isset($context["INCLUDED_TABLEDNDJS"])) {
                    $_INCLUDED_TABLEDNDJS_ = $context["INCLUDED_TABLEDNDJS"];
                } else {
                    $_INCLUDED_TABLEDNDJS_ = null;
                }
                $value = true;
                $context['definition']->set('INCLUDED_TABLEDNDJS', $value);
            }
            // line 7
            echo "\n<div style=\"display: none;\" id=\"abbc3-successbox\" class=\"successbox\">\n\t<h3>";
            // line 9
            echo $this->env->getExtension('phpbb')->lang("INFORMATION");
            echo "</h3>\n\t<p>";
            // line 10
            echo $this->env->getExtension('phpbb')->lang("ABBC3_BBCODE_ORDERED");
            echo "</p>\n</div>\n\n<script>\n\n(function(\$) {  // Avoid conflicts with other libraries\n\n'use strict';\n\n\$(function() {\n\tvar msgTimer,\n\t\tbbcodeTable = \$('#down'),\n\t\tmsgSuccessBox = \$('#abbc3-successbox');\n\n    // Get BBCode ids from the delete button,\n    // and create tr row IDs on the fly for use by tableDnD\n    bbcodeTable.find('tbody').find('tr').each(function() {\n\t\tvar url = \$(this).find('a').last().attr('href');\n\t\tif (url) \$(this).attr('id', 'bbcode_' + url.split('bbcode=')[1]);\n\t});\n\n\t// Enable table row drag-drop\n    bbcodeTable.tableDnD({\n\t\tonDragClass: 'row3',\n\t\tonDrop: function(table, row) {\n\t\t\t\$.ajax({\n\t\t\t\ttype: 'POST',\n\t\t\t\turl: '";
            // line 37
            if (isset($context["UA_DRAG_DROP"])) {
                $_UA_DRAG_DROP_ = $context["UA_DRAG_DROP"];
            } else {
                $_UA_DRAG_DROP_ = null;
            }
            echo $_UA_DRAG_DROP_;
            echo "&tablename=' + \$(table).attr('id'),\n\t\t\t\tdata: \$.tableDnD.serialize(),\n\t\t\t\tsuccess: function(res) {\n\t\t\t\t\t// Show the message\n\t\t\t\t\tif (res.success) {\n\t\t\t\t\t\tclearTimeout(msgTimer);\n\t\t\t\t\t\tmsgSuccessBox.stop(true, true).hide().fadeIn(500);\n\t\t\t\t\t\tmsgTimer = setTimeout(function() {\n\t\t\t\t\t\t\tmsgSuccessBox.fadeOut(500);\n\t\t\t\t\t\t}, 3000);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t});\n});\n\n})(jQuery);\n\n</script>\n\n";
        }
    }
    protected function doDisplay(array $context, array $blocks = array())
    {
        // line 1
        echo "\n<script type=\"text/javascript\">\n// <![CDATA[\n\tvar form_name = 'postform';\n\tvar text_name = ";
        // line 5
        if ($this->getAttribute(isset($context["definition"]) ? $context["definition"] : null, "SIG_EDIT", array())) {
            echo "'signature'";
        } else {
            echo "'message'";
        }
        echo ";\n\tvar load_draft = false;\n\tvar upload = false;\n\n\t// Define the bbCode tags\n\tvar bbcode = new Array();\n\tvar bbtags = new Array('[b]','[/b]','[i]','[/i]','[u]','[/u]','[quote]','[/quote]','[code]','[/code]','[list]','[/list]','[list=]','[/list]','[img]','[/img]','[url]','[/url]','[flash=]', '[/flash]','[size=]','[/size]'";
        // line 11
        $context['_parent'] = (array) $context;
        $context['_seq'] = twig_ensure_traversable($this->getAttribute(isset($context["loops"]) ? $context["loops"] : null, "custom_tags", array()));
        foreach ($context['_seq'] as $context["_key"] => $context["custom_tags"]) {
            echo ", ";
            echo $this->getAttribute($context["custom_tags"], "BBCODE_NAME", array());
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_iterated'], $context['_key'], $context['custom_tags'], $context['_parent'], $context['loop']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        echo ");\n\tvar imageTag = false;\n\n\t// Helpline messages\n\tvar help_line = {\n\t\tb: '";
        // line 16
        echo addslashes($this->env->getExtension('phpbb')->lang("BBCODE_B_HELP"));
        echo "',\n\t\ti: '";
        // line 17
        echo addslashes($this->env->getExtension('phpbb')->lang("BBCODE_I_HELP"));
        echo "',\n\t\tu: '";
        // line 18
        echo addslashes($this->env->getExtension('phpbb')->lang("BBCODE_U_HELP"));
        echo "',\n\t\tq: '";
        // line 19
        echo addslashes($this->env->getExtension('phpbb')->lang("BBCODE_Q_HELP"));
        echo "',\n\t\tc: '";
        // line 20
        echo addslashes($this->env->getExtension('phpbb')->lang("BBCODE_C_HELP"));
        echo "',\n\t\tl: '";
        // line 21
        echo addslashes($this->env->getExtension('phpbb')->lang("BBCODE_L_HELP"));
        echo "',\n\t\to: '";
        // line 22
        echo addslashes($this->env->getExtension('phpbb')->lang("BBCODE_O_HELP"));
        echo "',\n\t\tp: '";
        // line 23
        echo addslashes($this->env->getExtension('phpbb')->lang("BBCODE_P_HELP"));
        echo "',\n\t\tw: '";
        // line 24
        echo addslashes($this->env->getExtension('phpbb')->lang("BBCODE_W_HELP"));
        echo "',\n\t\ta: '";
        // line 25
        echo addslashes($this->env->getExtension('phpbb')->lang("BBCODE_A_HELP"));
        echo "',\n\t\ts: '";
        // line 26
        echo addslashes($this->env->getExtension('phpbb')->lang("BBCODE_S_HELP"));
        echo "',\n\t\tf: '";
        // line 27
        echo addslashes($this->env->getExtension('phpbb')->lang("BBCODE_F_HELP"));
        echo "',\n\t\ty: '";
        // line 28
        echo addslashes($this->env->getExtension('phpbb')->lang("BBCODE_Y_HELP"));
        echo "',\n\t\td: '";
        // line 29
        echo addslashes($this->env->getExtension('phpbb')->lang("BBCODE_D_HELP"));
        echo "'\n\t\t";
        // line 30
        $context['_parent'] = (array) $context;
        $context['_seq'] = twig_ensure_traversable($this->getAttribute(isset($context["loops"]) ? $context["loops"] : null, "custom_tags", array()));
        foreach ($context['_seq'] as $context["_key"] => $context["custom_tags"]) {
            // line 31
            echo "\t\t\t,cb_";
            echo $this->getAttribute($context["custom_tags"], "BBCODE_ID", array());
            echo ": '";
            echo $this->getAttribute($context["custom_tags"], "A_BBCODE_HELPLINE", array());
            echo "'\n\t\t";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_iterated'], $context['_key'], $context['custom_tags'], $context['_parent'], $context['loop']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 33
        echo "\t}\n\n\tfunction change_palette()\n\t{\n\t\tphpbb.toggleDisplay('colour_palette');\n\t\te = document.getElementById('colour_palette');\n\n\t\tif (e.style.display == 'block')\n\t\t{\n\t\t\tdocument.getElementById('bbpalette').value = '";
        // line 42
        echo addslashes($this->env->getExtension('phpbb')->lang("FONT_COLOR_HIDE"));
        echo "';\n\t\t}\n\t\telse\n\t\t{\n\t\t\tdocument.getElementById('bbpalette').value = '";
        // line 46
        echo addslashes($this->env->getExtension('phpbb')->lang("FONT_COLOR"));
        echo "';\n\t\t}\n\t}\n\n// ]]>\n</script>\n";
        // line 52
        $asset_file = "" . (isset($context["T_ASSETS_PATH"]) ? $context["T_ASSETS_PATH"] : null) . "/javascript/editor.js";
        $asset = new \phpbb\template\asset($asset_file, $this->getEnvironment()->get_path_helper());
        if (substr($asset_file, 0, 2) !== './' && $asset->is_relative()) {
            $asset_path = $asset->get_path();
            $local_file = $this->getEnvironment()->get_phpbb_root_path() . $asset_path;
            if (!file_exists($local_file)) {
                $local_file = $this->getEnvironment()->findTemplate($asset_path);
                $asset->set_path($local_file, true);
                $asset->add_assets_version('1');
                $asset_file = $asset->get_url();
            }
        }
        $context['definition']->append('SCRIPTS', '<script type="text/javascript" src="' . $asset_file . '"></script>

');
        // line 53
        echo "\n";
        // line 54
        if (isset($context["S_BBCODE_ALLOWED"]) ? $context["S_BBCODE_ALLOWED"] : null) {
            // line 55
            echo "<div id=\"colour_palette\" style=\"display: none;\">\n\t<dl style=\"clear: left;\">\n\t\t<dt><label>";
            // line 57
            echo $this->env->getExtension('phpbb')->lang("FONT_COLOR");
            echo $this->env->getExtension('phpbb')->lang("COLON");
            echo "</label></dt>\n\t\t<dd id=\"color_palette_placeholder\" data-orientation=\"h\" data-height=\"12\" data-width=\"15\" data-bbcode=\"true\"></dd>\n\t</dl>\n</div>\n\n";
            // line 62
            // line 63
            echo "<div id=\"format-buttons\">\n\t<input type=\"button\" class=\"button2 bbcode-b\" accesskey=\"b\" name=\"addbbcode0\" value=\" B \" style=\"font-weight:bold; width: 30px\" onclick=\"bbstyle(0)\" title=\"";
            // line 64
            echo $this->env->getExtension('phpbb')->lang("BBCODE_B_HELP");
            echo "\" />\n\t<input type=\"button\" class=\"button2 bbcode-i\" accesskey=\"i\" name=\"addbbcode2\" value=\" i \" style=\"font-style:italic; width: 30px\" onclick=\"bbstyle(2)\" title=\"";
            // line 65
            echo $this->env->getExtension('phpbb')->lang("BBCODE_I_HELP");
            echo "\" />\n\t<input type=\"button\" class=\"button2 bbcode-u\" accesskey=\"u\" name=\"addbbcode4\" value=\" u \" style=\"text-decoration: underline; width: 30px\" onclick=\"bbstyle(4)\" title=\"";
            // line 66
            echo $this->env->getExtension('phpbb')->lang("BBCODE_U_HELP");
            echo "\" />\n\t";
            // line 67
            if (isset($context["S_BBCODE_QUOTE"]) ? $context["S_BBCODE_QUOTE"] : null) {
                // line 68
                echo "\t\t<input type=\"button\" class=\"button2 bbcode-quote\" accesskey=\"q\" name=\"addbbcode6\" value=\"Quote\" style=\"width: 50px\" onclick=\"bbstyle(6)\" title=\"";
                echo $this->env->getExtension('phpbb')->lang("BBCODE_Q_HELP");
                echo "\" />\n\t";
            }
            // line 70
            echo "\t<input type=\"button\" class=\"button2 bbcode-code\" accesskey=\"c\" name=\"addbbcode8\" value=\"Code\" style=\"width: 40px\" onclick=\"bbstyle(8)\" title=\"";
            echo $this->env->getExtension('phpbb')->lang("BBCODE_C_HELP");
            echo "\" />\n\t<input type=\"button\" class=\"button2 bbcode-list\" accesskey=\"l\" name=\"addbbcode10\" value=\"List\" style=\"width: 40px\" onclick=\"bbstyle(10)\" title=\"";
            // line 71
            echo $this->env->getExtension('phpbb')->lang("BBCODE_L_HELP");
            echo "\" />\n\t<input type=\"button\" class=\"button2 bbcode-list-\" accesskey=\"o\" name=\"addbbcode12\" value=\"List=\" style=\"width: 40px\" onclick=\"bbstyle(12)\" title=\"";
            // line 72
            echo $this->env->getExtension('phpbb')->lang("BBCODE_O_HELP");
            echo "\" />\n\t<input type=\"button\" class=\"button2 bbcode-asterisk\" accesskey=\"y\" name=\"addlistitem\" value=\"[*]\" style=\"width: 40px\" onclick=\"bbstyle(-1)\" title=\"";
            // line 73
            echo $this->env->getExtension('phpbb')->lang("BBCODE_LISTITEM_HELP");
            echo "\" />\n\t";
            // line 74
            if (isset($context["S_BBCODE_IMG"]) ? $context["S_BBCODE_IMG"] : null) {
                // line 75
                echo "\t\t<input type=\"button\" class=\"button2 bbcode-img\" accesskey=\"p\" name=\"addbbcode14\" value=\"Img\" style=\"width: 40px\" onclick=\"bbstyle(14)\" title=\"";
                echo $this->env->getExtension('phpbb')->lang("BBCODE_P_HELP");
                echo "\" />\n\t";
            }
            // line 77
            echo "\t";
            if (isset($context["S_LINKS_ALLOWED"]) ? $context["S_LINKS_ALLOWED"] : null) {
                // line 78
                echo "\t\t<input type=\"button\" class=\"button2 bbcode-url\" accesskey=\"w\" name=\"addbbcode16\" value=\"URL\" style=\"text-decoration: underline; width: 40px\" onclick=\"bbstyle(16)\" title=\"";
                echo $this->env->getExtension('phpbb')->lang("BBCODE_W_HELP");
                echo "\" />\n\t";
            }
            // line 80
            echo "\t";
            if (isset($context["S_BBCODE_FLASH"]) ? $context["S_BBCODE_FLASH"] : null) {
                // line 81
                echo "\t\t<input type=\"button\" class=\"button2 bbcode-flash\" accesskey=\"d\" name=\"addbbcode18\" value=\"Flash\" onclick=\"bbstyle(18)\" title=\"";
                echo $this->env->getExtension('phpbb')->lang("BBCODE_D_HELP");
                echo "\" />\n\t";
            }
            // line 83
            echo "\t<select name=\"addbbcode20\" class=\"bbcode-size\" onchange=\"bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]');this.form.addbbcode20.selectedIndex = 2;\" title=\"";
            echo $this->env->getExtension('phpbb')->lang("BBCODE_F_HELP");
            echo "\">\n\t\t<option value=\"50\">";
            // line 84
            echo $this->env->getExtension('phpbb')->lang("FONT_TINY");
            echo "</option>\n\t\t<option value=\"85\">";
            // line 85
            echo $this->env->getExtension('phpbb')->lang("FONT_SMALL");
            echo "</option>\n\t\t<option value=\"100\" selected=\"selected\">";
            // line 86
            echo $this->env->getExtension('phpbb')->lang("FONT_NORMAL");
            echo "</option>\n\t\t";
            // line 87
            if (!(isset($context["MAX_FONT_SIZE"]) ? $context["MAX_FONT_SIZE"] : null) || (isset($context["MAX_FONT_SIZE"]) ? $context["MAX_FONT_SIZE"] : null) >= 150) {
                // line 88
                echo "\t\t\t<option value=\"150\">";
                echo $this->env->getExtension('phpbb')->lang("FONT_LARGE");
                echo "</option>\n\t\t\t";
                // line 89
                if (!(isset($context["MAX_FONT_SIZE"]) ? $context["MAX_FONT_SIZE"] : null) || (isset($context["MAX_FONT_SIZE"]) ? $context["MAX_FONT_SIZE"] : null) >= 200) {
                    // line 90
                    echo "\t\t\t\t<option value=\"200\">";
                    echo $this->env->getExtension('phpbb')->lang("FONT_HUGE");
                    echo "</option>\n\t\t\t";
                }
                // line 92
                echo "\t\t";
            }
            // line 93
            echo "\t</select>\n\t<input type=\"button\" class=\"button2 bbcode-color\" name=\"bbpalette\" id=\"bbpalette\" value=\"";
            // line 94
            echo $this->env->getExtension('phpbb')->lang("FONT_COLOR");
            echo "\" onclick=\"change_palette();\" title=\"";
            echo $this->env->getExtension('phpbb')->lang("BBCODE_S_HELP");
            echo "\" />\n\n\t";
            // line 96
            // line 97
            echo "\n\t";
            // line 98
            $context['_parent'] = (array) $context;
            $context['_seq'] = twig_ensure_traversable($this->getAttribute(isset($context["loops"]) ? $context["loops"] : null, "custom_tags", array()));
            foreach ($context['_seq'] as $context["_key"] => $context["custom_tags"]) {
                // line 99
                echo "\t\t<input type=\"button\" class=\"button2 bbcode-";
                echo $this->getAttribute($context["custom_tags"], "BBCODE_TAG_CLEAN", array());
                echo "\" name=\"addbbcode";
                echo $this->getAttribute($context["custom_tags"], "BBCODE_ID", array());
                echo "\" value=\"";
                echo $this->getAttribute($context["custom_tags"], "BBCODE_TAG", array());
                echo "\" onclick=\"bbstyle(";
                echo $this->getAttribute($context["custom_tags"], "BBCODE_ID", array());
                echo ")\" title=\"";
                echo $this->getAttribute($context["custom_tags"], "BBCODE_HELPLINE", array());
                echo "\" />\n\t";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['custom_tags'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 101
            echo "</div>\n";
            // line 102
        }
    }
    protected function doDisplay(array $context, array $blocks = array())
    {
        // line 1
        echo "<dl>\n\t<dt><label for=\"timezone\">";
        // line 2
        echo $this->env->getExtension('phpbb')->lang("BOARD_TIMEZONE");
        echo $this->env->getExtension('phpbb')->lang("COLON");
        echo "</label></dt>\n\t";
        // line 3
        if (twig_length_filter($this->env, $this->getAttribute(isset($context["loops"]) ? $context["loops"] : null, "timezone_date", array()))) {
            // line 4
            echo "\t<dd id=\"tz_select_date\" style=\"display: none;\">\n\t\t<select name=\"tz_date\" id=\"tz_date\" class=\"autowidth tz_select\">\n\t\t\t<option value=\"\">";
            // line 6
            echo $this->env->getExtension('phpbb')->lang("SELECT_CURRENT_TIME");
            echo "</option>\n\t\t\t";
            // line 7
            $context['_parent'] = (array) $context;
            $context['_seq'] = twig_ensure_traversable($this->getAttribute(isset($context["loops"]) ? $context["loops"] : null, "timezone_date", array()));
            foreach ($context['_seq'] as $context["_key"] => $context["timezone_date"]) {
                // line 8
                echo "\t\t\t\t<option value=\"";
                echo $this->getAttribute($context["timezone_date"], "VALUE", array());
                echo "\"";
                if ($this->getAttribute($context["timezone_date"], "SELECTED", array())) {
                    echo " selected=\"selected\"";
                }
                echo ">";
                echo $this->getAttribute($context["timezone_date"], "TITLE", array());
                echo "</option>\n\t\t\t";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['timezone_date'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 10
            echo "\t\t</select>\n\t\t<input type=\"button\" id=\"tz_select_date_suggest\" class=\"button2\" style=\"display: none;\" timezone-preselect=\"";
            // line 11
            if (isset($context["S_TZ_PRESELECT"]) ? $context["S_TZ_PRESELECT"] : null) {
                echo "true";
            } else {
                echo "false";
            }
            echo "\" data-l-suggestion=\"";
            echo $this->env->getExtension('phpbb')->lang("TIMEZONE_DATE_SUGGESTION");
            echo "\" value=\"";
            echo $this->env->getExtension('phpbb')->lang("TIMEZONE_DATE_SUGGESTION");
            echo "\" />\n\t</dd>\n\t";
        }
        // line 14
        echo "\t<dd>\n\t\t<select name=\"tz\" id=\"timezone\" class=\"autowidth tz_select\">\n\t\t\t<option value=\"\">";
        // line 16
        echo $this->env->getExtension('phpbb')->lang("SELECT_TIMEZONE");
        echo "</option>\n\t\t\t";
        // line 17
        $context['_parent'] = (array) $context;
        $context['_seq'] = twig_ensure_traversable($this->getAttribute(isset($context["loops"]) ? $context["loops"] : null, "timezone_select", array()));
        foreach ($context['_seq'] as $context["_key"] => $context["timezone_select"]) {
            // line 18
            echo "\t\t\t<optgroup label=\"";
            echo $this->getAttribute($context["timezone_select"], "LABEL", array());
            echo "\" data-tz-value=\"";
            echo $this->getAttribute($context["timezone_select"], "VALUE", array());
            echo "\">\n\t\t\t\t";
            // line 19
            $context['_parent'] = (array) $context;
            $context['_seq'] = twig_ensure_traversable($this->getAttribute($context["timezone_select"], "timezone_options", array()));
            foreach ($context['_seq'] as $context["_key"] => $context["timezone_options"]) {
                // line 20
                echo "\t\t\t\t<option title=\"";
                echo $this->getAttribute($context["timezone_options"], "TITLE", array());
                echo "\" value=\"";
                echo $this->getAttribute($context["timezone_options"], "VALUE", array());
                echo "\"";
                if ($this->getAttribute($context["timezone_options"], "SELECTED", array())) {
                    echo " selected=\"selected\"";
                }
                echo ">";
                echo $this->getAttribute($context["timezone_options"], "LABEL", array());
                echo "</option>\n\t\t\t\t";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['timezone_options'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 22
            echo "\t\t\t</optgroup>\n\t\t\t";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_iterated'], $context['_key'], $context['timezone_select'], $context['_parent'], $context['loop']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 24
        echo "\t\t</select>\n\n\t\t";
        // line 26
        $asset_file = "timezone.js";
        $asset = new \phpbb\template\asset($asset_file, $this->getEnvironment()->get_path_helper());
        if (substr($asset_file, 0, 2) !== './' && $asset->is_relative()) {
            $asset_path = $asset->get_path();
            $local_file = $this->getEnvironment()->get_phpbb_root_path() . $asset_path;
            if (!file_exists($local_file)) {
                $local_file = $this->getEnvironment()->findTemplate($asset_path);
                $asset->set_path($local_file, true);
                $asset->add_assets_version('9');
                $asset_file = $asset->get_url();
            }
        }
        $context['definition']->append('SCRIPTS', '<script type="text/javascript" src="' . $asset_file . '"></script>

');
        // line 27
        echo "\t</dd>\n</dl>\n";
    }
コード例 #21
0
    protected function doDisplay(array $context, array $blocks = array())
    {
        // line 1
        echo "<script type=\"text/javascript\">\n// <![CDATA[\n\n\t// Define the bbCode tags\n\tvar bbcode = new Array();\n\tvar bbtags = new Array('[b]','[/b]','[i]','[/i]','[u]','[/u]','[quote]','[/quote]','[code]','[/code]','[list]','[/list]','[list=]','[/list]','[img]','[/img]','[url]','[/url]','[flash=]', '[/flash]','[size=]','[/size]'";
        // line 6
        $context['_parent'] = (array) $context;
        $context['_seq'] = twig_ensure_traversable($this->getAttribute(isset($context["loops"]) ? $context["loops"] : null, "custom_tags"));
        foreach ($context['_seq'] as $context["_key"] => $context["custom_tags"]) {
            echo ", ";
            echo $this->getAttribute(isset($context["custom_tags"]) ? $context["custom_tags"] : null, "BBCODE_NAME");
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_iterated'], $context['_key'], $context['custom_tags'], $context['_parent'], $context['loop']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        echo ");\n\n\t// Helpline messages\n\tvar help_line = {\n\t\tb: '";
        // line 10
        echo addslashes($this->env->getExtension('phpbb')->lang("BBCODE_B_HELP"));
        echo "',\n\t\ti: '";
        // line 11
        echo addslashes($this->env->getExtension('phpbb')->lang("BBCODE_I_HELP"));
        echo "',\n\t\tu: '";
        // line 12
        echo addslashes($this->env->getExtension('phpbb')->lang("BBCODE_U_HELP"));
        echo "',\n\t\tq: '";
        // line 13
        echo addslashes($this->env->getExtension('phpbb')->lang("BBCODE_Q_HELP"));
        echo "',\n\t\tc: '";
        // line 14
        echo addslashes($this->env->getExtension('phpbb')->lang("BBCODE_C_HELP"));
        echo "',\n\t\tl: '";
        // line 15
        echo addslashes($this->env->getExtension('phpbb')->lang("BBCODE_L_HELP"));
        echo "',\n\t\to: '";
        // line 16
        echo addslashes($this->env->getExtension('phpbb')->lang("BBCODE_O_HELP"));
        echo "',\n\t\tp: '";
        // line 17
        echo addslashes($this->env->getExtension('phpbb')->lang("BBCODE_P_HELP"));
        echo "',\n\t\tw: '";
        // line 18
        echo addslashes($this->env->getExtension('phpbb')->lang("BBCODE_W_HELP"));
        echo "',\n\t\ta: '";
        // line 19
        echo addslashes($this->env->getExtension('phpbb')->lang("BBCODE_A_HELP"));
        echo "',\n\t\ts: '";
        // line 20
        echo addslashes($this->env->getExtension('phpbb')->lang("BBCODE_S_HELP"));
        echo "',\n\t\tf: '";
        // line 21
        echo addslashes($this->env->getExtension('phpbb')->lang("BBCODE_F_HELP"));
        echo "',\n\t\ty: '";
        // line 22
        echo addslashes($this->env->getExtension('phpbb')->lang("BBCODE_Y_HELP"));
        echo "',\n\t\td: '";
        // line 23
        echo addslashes($this->env->getExtension('phpbb')->lang("BBCODE_D_HELP"));
        echo "'\n\t\t";
        // line 24
        $context['_parent'] = (array) $context;
        $context['_seq'] = twig_ensure_traversable($this->getAttribute(isset($context["loops"]) ? $context["loops"] : null, "custom_tags"));
        foreach ($context['_seq'] as $context["_key"] => $context["custom_tags"]) {
            // line 25
            echo "\t\t\t,cb_";
            echo $this->getAttribute(isset($context["custom_tags"]) ? $context["custom_tags"] : null, "BBCODE_ID");
            echo $this->env->getExtension('phpbb')->lang("COLON");
            echo " '";
            echo $this->getAttribute(isset($context["custom_tags"]) ? $context["custom_tags"] : null, "A_BBCODE_HELPLINE");
            echo "'\n\t\t";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_iterated'], $context['_key'], $context['custom_tags'], $context['_parent'], $context['loop']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 27
        echo "\t}\n\n// ]]>\n</script>\n\n";
        // line 32
        $asset_file = "" . (isset($context["T_ASSETS_PATH"]) ? $context["T_ASSETS_PATH"] : null) . "/javascript/editor.js";
        $asset = new \phpbb\template\asset($asset_file, $this->getEnvironment()->get_path_helper());
        if (substr($asset_file, 0, 2) !== './' && $asset->is_relative()) {
            $asset_path = $asset->get_path();
            $local_file = $this->getEnvironment()->get_phpbb_root_path() . $asset_path;
            if (!file_exists($local_file)) {
                $local_file = $this->getEnvironment()->findTemplate($asset_path);
                $asset->set_path($local_file, true);
                $asset->add_assets_version('32');
                $asset_file = $asset->get_url();
            }
        }
        $context['definition']->append('SCRIPTS', '<script type="text/javascript" src="' . $asset_file . '"></script>

');
        // line 33
        echo "\n";
        // line 34
        // line 35
        echo "<div id=\"format-buttons\">\n\t<input type=\"button\" class=\"button2\" accesskey=\"b\" name=\"addbbcode0\" value=\" B \" style=\"font-weight:bold; width: 30px\" onclick=\"bbstyle(0)\" title=\"";
        // line 36
        echo $this->env->getExtension('phpbb')->lang("BBCODE_B_HELP");
        echo "\" />\n\t<input type=\"button\" class=\"button2\" accesskey=\"i\" name=\"addbbcode2\" value=\" i \" style=\"font-style:italic; width: 30px\" onclick=\"bbstyle(2)\" title=\"";
        // line 37
        echo $this->env->getExtension('phpbb')->lang("BBCODE_I_HELP");
        echo "\" />\n\t<input type=\"button\" class=\"button2\" accesskey=\"u\" name=\"addbbcode4\" value=\" u \" style=\"text-decoration: underline; width: 30px\" onclick=\"bbstyle(4)\" title=\"";
        // line 38
        echo $this->env->getExtension('phpbb')->lang("BBCODE_U_HELP");
        echo "\" />\n\t";
        // line 39
        if (isset($context["S_BBCODE_QUOTE"]) ? $context["S_BBCODE_QUOTE"] : null) {
            // line 40
            echo "\t\t<input type=\"button\" class=\"button2\" accesskey=\"q\" name=\"addbbcode6\" value=\"Quote\" style=\"width: 50px\" onclick=\"bbstyle(6)\" title=\"";
            echo $this->env->getExtension('phpbb')->lang("BBCODE_Q_HELP");
            echo "\" />\n\t";
        }
        // line 42
        echo "\t<input type=\"button\" class=\"button2\" accesskey=\"c\" name=\"addbbcode8\" value=\"Code\" style=\"width: 40px\" onclick=\"bbstyle(8)\" title=\"";
        echo $this->env->getExtension('phpbb')->lang("BBCODE_C_HELP");
        echo "\" />\n\t<input type=\"button\" class=\"button2\" accesskey=\"l\" name=\"addbbcode10\" value=\"List\" style=\"width: 40px\" onclick=\"bbstyle(10)\" title=\"";
        // line 43
        echo $this->env->getExtension('phpbb')->lang("BBCODE_L_HELP");
        echo "\" />\n\t<input type=\"button\" class=\"button2\" accesskey=\"o\" name=\"addbbcode12\" value=\"List=\" style=\"width: 40px\" onclick=\"bbstyle(12)\" title=\"";
        // line 44
        echo $this->env->getExtension('phpbb')->lang("BBCODE_O_HELP");
        echo "\" />\n\t<input type=\"button\" class=\"button2\" accesskey=\"y\" name=\"addlistitem\" value=\"[*]\" style=\"width: 40px\" onclick=\"bbstyle(-1)\" title=\"";
        // line 45
        echo $this->env->getExtension('phpbb')->lang("BBCODE_LISTITEM_HELP");
        echo "\" />\n\t";
        // line 46
        if (isset($context["S_BBCODE_IMG"]) ? $context["S_BBCODE_IMG"] : null) {
            // line 47
            echo "\t\t<input type=\"button\" class=\"button2\" accesskey=\"p\" name=\"addbbcode14\" value=\"Img\" style=\"width: 40px\" onclick=\"bbstyle(14)\" title=\"";
            echo $this->env->getExtension('phpbb')->lang("BBCODE_P_HELP");
            echo "\" />\n\t";
        }
        // line 49
        echo "\t";
        if (isset($context["S_LINKS_ALLOWED"]) ? $context["S_LINKS_ALLOWED"] : null) {
            // line 50
            echo "\t\t<input type=\"button\" class=\"button2\" accesskey=\"w\" name=\"addbbcode16\" value=\"URL\" style=\"text-decoration: underline; width: 40px\" onclick=\"bbstyle(16)\" title=\"";
            echo $this->env->getExtension('phpbb')->lang("BBCODE_W_HELP");
            echo "\" />\n\t";
        }
        // line 52
        echo "\t";
        if (isset($context["S_BBCODE_FLASH"]) ? $context["S_BBCODE_FLASH"] : null) {
            // line 53
            echo "\t\t<input type=\"button\" class=\"button2\" accesskey=\"d\" name=\"addbbcode18\" value=\"Flash\" onclick=\"bbstyle(18)\" title=\"";
            echo $this->env->getExtension('phpbb')->lang("BBCODE_D_HELP");
            echo "\" />\n\t";
        }
        // line 55
        echo "\t<select name=\"addbbcode20\" onchange=\"bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]');this.form.addbbcode20.selectedIndex = 2;\" title=\"";
        echo $this->env->getExtension('phpbb')->lang("BBCODE_F_HELP");
        echo "\">\n\t\t<option value=\"50\">";
        // line 56
        echo $this->env->getExtension('phpbb')->lang("FONT_TINY");
        echo "</option>\n\t\t<option value=\"85\">";
        // line 57
        echo $this->env->getExtension('phpbb')->lang("FONT_SMALL");
        echo "</option>\n\t\t<option value=\"100\" selected=\"selected\">";
        // line 58
        echo $this->env->getExtension('phpbb')->lang("FONT_NORMAL");
        echo "</option>\n\t\t";
        // line 59
        if (!(isset($context["MAX_FONT_SIZE"]) ? $context["MAX_FONT_SIZE"] : null) || (isset($context["MAX_FONT_SIZE"]) ? $context["MAX_FONT_SIZE"] : null) >= 150) {
            // line 60
            echo "\t\t<option value=\"150\">";
            echo $this->env->getExtension('phpbb')->lang("FONT_LARGE");
            echo "</option>\n\t\t";
            // line 61
            if (!(isset($context["MAX_FONT_SIZE"]) ? $context["MAX_FONT_SIZE"] : null) || (isset($context["MAX_FONT_SIZE"]) ? $context["MAX_FONT_SIZE"] : null) >= 200) {
                // line 62
                echo "\t\t<option value=\"200\">";
                echo $this->env->getExtension('phpbb')->lang("FONT_HUGE");
                echo "</option>\n\t\t";
            }
            // line 64
            echo "\t\t";
        }
        // line 65
        echo "\t</select>\n\t";
        // line 66
        $context['_parent'] = (array) $context;
        $context['_seq'] = twig_ensure_traversable($this->getAttribute(isset($context["loops"]) ? $context["loops"] : null, "custom_tags"));
        foreach ($context['_seq'] as $context["_key"] => $context["custom_tags"]) {
            // line 67
            echo "\t<input type=\"button\" class=\"button2\" name=\"addbbcode";
            echo $this->getAttribute(isset($context["custom_tags"]) ? $context["custom_tags"] : null, "BBCODE_ID");
            echo "\" value=\"";
            echo $this->getAttribute(isset($context["custom_tags"]) ? $context["custom_tags"] : null, "BBCODE_TAG");
            echo "\" onclick=\"bbstyle(";
            echo $this->getAttribute(isset($context["custom_tags"]) ? $context["custom_tags"] : null, "BBCODE_ID");
            echo ")\" title=\"";
            echo $this->getAttribute(isset($context["custom_tags"]) ? $context["custom_tags"] : null, "BBCODE_HELPLINE");
            echo "\" />\n\t";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_iterated'], $context['_key'], $context['custom_tags'], $context['_parent'], $context['loop']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 69
        echo "</div>\n";
        // line 70
    }
    protected function doDisplay(array $context, array $blocks = array())
    {
        // line 1
        echo "\t\t";
        // line 2
        echo "\t</div>\n\n";
        // line 4
        // line 5
        echo "\n<div id=\"page-footer\">\n\t";
        // line 7
        $location = "navbar_footer.html";
        $namespace = false;
        if (strpos($location, '@') === 0) {
            $namespace = substr($location, 1, strpos($location, '/') - 1);
            $previous_look_up_order = $this->env->getNamespaceLookUpOrder();
            $this->env->setNamespaceLookUpOrder(array($namespace, '__main__'));
        }
        $this->loadTemplate("navbar_footer.html", "overall_footer.html", 7)->display($context);
        if ($namespace) {
            $this->env->setNamespaceLookUpOrder($previous_look_up_order);
        }
        // line 8
        echo "\n\t<div class=\"copyright\">\n\t\t";
        // line 10
        // line 11
        echo "\t\t";
        echo isset($context["CREDIT_LINE"]) ? $context["CREDIT_LINE"] : null;
        echo "\n\t\t";
        // line 12
        if (isset($context["TRANSLATION_INFO"]) ? $context["TRANSLATION_INFO"] : null) {
            echo "<br />";
            echo isset($context["TRANSLATION_INFO"]) ? $context["TRANSLATION_INFO"] : null;
        }
        // line 13
        echo "\t\t";
        // line 14
        echo "\t\t";
        if (isset($context["DEBUG_OUTPUT"]) ? $context["DEBUG_OUTPUT"] : null) {
            echo "<br />";
            echo isset($context["DEBUG_OUTPUT"]) ? $context["DEBUG_OUTPUT"] : null;
        }
        // line 15
        echo "\t\t";
        if (isset($context["U_ACP"]) ? $context["U_ACP"] : null) {
            echo "<br /><strong><a href=\"";
            echo isset($context["U_ACP"]) ? $context["U_ACP"] : null;
            echo "\">";
            echo $this->env->getExtension('phpbb')->lang("ACP");
            echo "</a></strong>";
        }
        // line 16
        echo "\t</div>\n\n\t<div id=\"darkenwrapper\" data-ajax-error-title=\"";
        // line 18
        echo $this->env->getExtension('phpbb')->lang("AJAX_ERROR_TITLE");
        echo "\" data-ajax-error-text=\"";
        echo $this->env->getExtension('phpbb')->lang("AJAX_ERROR_TEXT");
        echo "\" data-ajax-error-text-abort=\"";
        echo $this->env->getExtension('phpbb')->lang("AJAX_ERROR_TEXT_ABORT");
        echo "\" data-ajax-error-text-timeout=\"";
        echo $this->env->getExtension('phpbb')->lang("AJAX_ERROR_TEXT_TIMEOUT");
        echo "\" data-ajax-error-text-parsererror=\"";
        echo $this->env->getExtension('phpbb')->lang("AJAX_ERROR_TEXT_PARSERERROR");
        echo "\">\n\t\t<div id=\"darken\">&nbsp;</div>\n\t</div>\n\t<div id=\"loading_indicator\"></div>\n\n\t<div id=\"phpbb_alert\" class=\"phpbb_alert\" data-l-err=\"";
        // line 23
        echo $this->env->getExtension('phpbb')->lang("ERROR");
        echo "\" data-l-timeout-processing-req=\"";
        echo $this->env->getExtension('phpbb')->lang("TIMEOUT_PROCESSING_REQ");
        echo "\">\n\t\t<a href=\"#\" class=\"alert_close\"></a>\n\t\t<h3 class=\"alert_title\">&nbsp;</h3><p class=\"alert_text\"></p>\n\t</div>\n\t<div id=\"phpbb_confirm\" class=\"phpbb_alert\">\n\t\t<a href=\"#\" class=\"alert_close\"></a>\n\t\t<div class=\"alert_text\"></div>\n\t</div>\n</div>\n\n</div>\n\n<div>\n\t<a id=\"bottom\" class=\"anchor\" accesskey=\"z\"></a>\n\t";
        // line 37
        if (!(isset($context["S_IS_BOT"]) ? $context["S_IS_BOT"] : null)) {
            echo isset($context["RUN_CRON_TASK"]) ? $context["RUN_CRON_TASK"] : null;
        }
        // line 38
        echo "</div>\n\n<script src=\"";
        // line 40
        echo isset($context["T_JQUERY_LINK"]) ? $context["T_JQUERY_LINK"] : null;
        echo "\"></script>\n";
        // line 41
        if (isset($context["S_ALLOW_CDN"]) ? $context["S_ALLOW_CDN"] : null) {
            echo "<script>window.jQuery || document.write(unescape('%3Cscript src=\"";
            echo isset($context["T_ASSETS_PATH"]) ? $context["T_ASSETS_PATH"] : null;
            echo "/javascript/jquery.min.js?assets_version=";
            echo isset($context["T_ASSETS_VERSION"]) ? $context["T_ASSETS_VERSION"] : null;
            echo "\" type=\"text/javascript\"%3E%3C/script%3E'));</script>";
        }
        // line 42
        echo "<script src=\"";
        echo isset($context["T_ASSETS_PATH"]) ? $context["T_ASSETS_PATH"] : null;
        echo "/javascript/core.js?assets_version=";
        echo isset($context["T_ASSETS_VERSION"]) ? $context["T_ASSETS_VERSION"] : null;
        echo "\"></script>\n";
        // line 43
        $asset_file = "forum_fn.js";
        $asset = new \phpbb\template\asset($asset_file, $this->getEnvironment()->get_path_helper());
        if (substr($asset_file, 0, 2) !== './' && $asset->is_relative()) {
            $asset_path = $asset->get_path();
            $local_file = $this->getEnvironment()->get_phpbb_root_path() . $asset_path;
            if (!file_exists($local_file)) {
                $local_file = $this->getEnvironment()->findTemplate($asset_path);
                $asset->set_path($local_file, true);
                $asset->add_assets_version('13');
                $asset_file = $asset->get_url();
            }
        }
        $context['definition']->append('SCRIPTS', '<script type="text/javascript" src="' . $asset_file . '"></script>

');
        // line 44
        $asset_file = "ajax.js";
        $asset = new \phpbb\template\asset($asset_file, $this->getEnvironment()->get_path_helper());
        if (substr($asset_file, 0, 2) !== './' && $asset->is_relative()) {
            $asset_path = $asset->get_path();
            $local_file = $this->getEnvironment()->get_phpbb_root_path() . $asset_path;
            if (!file_exists($local_file)) {
                $local_file = $this->getEnvironment()->findTemplate($asset_path);
                $asset->set_path($local_file, true);
                $asset->add_assets_version('13');
                $asset_file = $asset->get_url();
            }
        }
        $context['definition']->append('SCRIPTS', '<script type="text/javascript" src="' . $asset_file . '"></script>

');
        // line 45
        echo "\n";
        // line 46
        $asset_file = "jquery.collapse.js";
        $asset = new \phpbb\template\asset($asset_file, $this->getEnvironment()->get_path_helper());
        if (substr($asset_file, 0, 2) !== './' && $asset->is_relative()) {
            $asset_path = $asset->get_path();
            $local_file = $this->getEnvironment()->get_phpbb_root_path() . $asset_path;
            if (!file_exists($local_file)) {
                $local_file = $this->getEnvironment()->findTemplate($asset_path);
                $asset->set_path($local_file, true);
                $asset->add_assets_version('13');
                $asset_file = $asset->get_url();
            }
        }
        $context['definition']->append('SCRIPTS', '<script type="text/javascript" src="' . $asset_file . '"></script>

');
        // line 47
        $asset_file = "jquery.collapse_storage.js";
        $asset = new \phpbb\template\asset($asset_file, $this->getEnvironment()->get_path_helper());
        if (substr($asset_file, 0, 2) !== './' && $asset->is_relative()) {
            $asset_path = $asset->get_path();
            $local_file = $this->getEnvironment()->get_phpbb_root_path() . $asset_path;
            if (!file_exists($local_file)) {
                $local_file = $this->getEnvironment()->findTemplate($asset_path);
                $asset->set_path($local_file, true);
                $asset->add_assets_version('13');
                $asset_file = $asset->get_url();
            }
        }
        $context['definition']->append('SCRIPTS', '<script type="text/javascript" src="' . $asset_file . '"></script>

');
        // line 48
        echo "\n<script>\njQuery(function(\$) {\n\t'use strict';\n\n\t\$('.stat-block.online-list').attr('id', 'online-list');\n\t\$('.stat-block.birthday-list').attr('id', 'birthday-list');\n\t\$('.stat-block.statistics').attr('id', 'statistics');\n\n\t\$('.collapse-box > h2, .stat-block > h3').addClass(\"open\").find('a').contents().unwrap();\n\n\t\$('.collapse-box, .stat-block').collapse({\n\t\tpersist: true,\n\t\topen: function() {\n\t\t\tthis.stop(true,true);\n\t\t\tthis.addClass(\"open\");\n\t\t\tthis.slideDown(400);\n\t\t},\n\t\tclose: function() {\n\t\t\tthis.stop(true,true);\n\t\t\tthis.slideUp(400);\n\t\t\tthis.removeClass(\"open\");\n\t\t}\n\t});\n\n\t";
        // line 73
        if (isset($context["S_VIEWTOPIC"]) ? $context["S_VIEWTOPIC"] : null) {
            // line 74
            echo "\tphpbb.dropdownVisibleContainers += ', .profile-context';\n\n\t\$('.postprofile').each(function() {\n\t\tvar \$this = \$(this),\n\t\t\t\$trigger = \$this.find('dt a'),\n\t\t\t\$contents = \$this.siblings('.profile-context').children('.dropdown'),\n\t\t\toptions = {\n\t\t\t\tdirection: 'auto',\n\t\t\t\tverticalDirection: 'auto'\n\t\t\t},\n\t\t\tdata;\n\n\t\tif (!\$trigger.length) {\n\t\t\tdata = \$this.attr('data-dropdown-trigger');\n\t\t\t\$trigger = data ? \$this.children(data) : \$this.children('a:first');\n\t\t}\n\n\t\tif (!\$contents.length) {\n\t\t\tdata = \$this.attr('data-dropdown-contents');\n\t\t\t\$contents = data ? \$this.children(data) : \$this.children('div:first');\n\t\t}\n\n\t\tif (!\$trigger.length || !\$contents.length) return;\n\n\t\tif (\$this.hasClass('dropdown-up')) options.verticalDirection = 'up';\n\t\tif (\$this.hasClass('dropdown-down')) options.verticalDirection = 'down';\n\t\tif (\$this.hasClass('dropdown-left')) options.direction = 'left';\n\t\tif (\$this.hasClass('dropdown-right')) options.direction = 'right';\n\n\t\tphpbb.registerDropdown(\$trigger, \$contents, options);\n\t});\n\t";
        }
        // line 106
        echo "});\n</script>\n\n";
        // line 109
        $previous_look_up_order = $this->env->getNamespaceLookUpOrder();
        $this->env->setNamespaceLookUpOrder(array('bb3mobi_highslide', '__main__'));
        $this->env->loadTemplate('@bb3mobi_highslide/event/overall_footer_after.html')->display($context);
        $this->env->setNamespaceLookUpOrder($previous_look_up_order);
        $previous_look_up_order = $this->env->getNamespaceLookUpOrder();
        $this->env->setNamespaceLookUpOrder(array('rmcgirr83_elonw', '__main__'));
        $this->env->loadTemplate('@rmcgirr83_elonw/event/overall_footer_after.html')->display($context);
        $this->env->setNamespaceLookUpOrder($previous_look_up_order);
        // line 110
        echo "\n";
        // line 111
        if (isset($context["S_PLUPLOAD"]) ? $context["S_PLUPLOAD"] : null) {
            $location = "plupload.html";
            $namespace = false;
            if (strpos($location, '@') === 0) {
                $namespace = substr($location, 1, strpos($location, '/') - 1);
                $previous_look_up_order = $this->env->getNamespaceLookUpOrder();
                $this->env->setNamespaceLookUpOrder(array($namespace, '__main__'));
            }
            $this->loadTemplate("plupload.html", "overall_footer.html", 111)->display($context);
            if ($namespace) {
                $this->env->setNamespaceLookUpOrder($previous_look_up_order);
            }
        }
        // line 112
        echo $this->getAttribute(isset($context["definition"]) ? $context["definition"] : null, "SCRIPTS", array());
        echo "\n\n</body>\n</html>\n";
    }
    protected function doDisplay(array $context, array $blocks = array())
    {
        // line 1
        echo "\t\t";
        // line 2
        echo "\t\t";
        // line 3
        echo "\t</div>\n\n\t<div class=\"inventea-footer-wrapper\">\n\t\t<div class=\"inventea-footer\" role=\"contentinfo\">\n\t\t\t";
        // line 7
        $location = "navbar_footer.html";
        $namespace = false;
        if (strpos($location, '@') === 0) {
            $namespace = substr($location, 1, strpos($location, '/') - 1);
            $previous_look_up_order = $this->env->getNamespaceLookUpOrder();
            $this->env->setNamespaceLookUpOrder(array($namespace, '__main__'));
        }
        $this->loadTemplate("navbar_footer.html", "overall_footer.html", 7)->display($context);
        if ($namespace) {
            $this->env->setNamespaceLookUpOrder($previous_look_up_order);
        }
        // line 8
        echo "\n\t\t</div>\n\t</div>\n\n\t<div id=\"darkenwrapper\" data-ajax-error-title=\"";
        // line 12
        echo $this->env->getExtension('phpbb')->lang("AJAX_ERROR_TITLE");
        echo "\" data-ajax-error-text=\"";
        echo $this->env->getExtension('phpbb')->lang("AJAX_ERROR_TEXT");
        echo "\" data-ajax-error-text-abort=\"";
        echo $this->env->getExtension('phpbb')->lang("AJAX_ERROR_TEXT_ABORT");
        echo "\" data-ajax-error-text-timeout=\"";
        echo $this->env->getExtension('phpbb')->lang("AJAX_ERROR_TEXT_TIMEOUT");
        echo "\" data-ajax-error-text-parsererror=\"";
        echo $this->env->getExtension('phpbb')->lang("AJAX_ERROR_TEXT_PARSERERROR");
        echo "\">\n\t\t<div id=\"darken\">&nbsp;</div>\n\t</div>\n\n\t<div id=\"phpbb_alert\" class=\"phpbb_alert\" data-l-err=\"";
        // line 16
        echo $this->env->getExtension('phpbb')->lang("ERROR");
        echo "\" data-l-timeout-processing-req=\"";
        echo $this->env->getExtension('phpbb')->lang("TIMEOUT_PROCESSING_REQ");
        echo "\">\n\t\t<a href=\"#\" class=\"alert_close\"></a>\n\t\t<h3 class=\"alert_title\">&nbsp;</h3><p class=\"alert_text\"></p>\n\t</div>\n\t<div id=\"phpbb_confirm\" class=\"phpbb_alert\">\n\t\t<a href=\"#\" class=\"alert_close\"></a>\n\t\t<div class=\"alert_text\"></div>\n\t</div>\n\n\t";
        // line 25
        if (!(isset($context["S_IS_BOT"]) ? $context["S_IS_BOT"] : null)) {
            echo isset($context["RUN_CRON_TASK"]) ? $context["RUN_CRON_TASK"] : null;
        }
        // line 26
        echo "</div>\n\n<script type=\"text/javascript\" src=\"";
        // line 28
        echo isset($context["T_JQUERY_LINK"]) ? $context["T_JQUERY_LINK"] : null;
        echo "\"></script>\n";
        // line 29
        if (isset($context["S_ALLOW_CDN"]) ? $context["S_ALLOW_CDN"] : null) {
            echo "<script type=\"text/javascript\">window.jQuery || document.write(unescape('%3Cscript src=\"";
            echo isset($context["T_ASSETS_PATH"]) ? $context["T_ASSETS_PATH"] : null;
            echo "/javascript/jquery.min.js?assets_version=";
            echo isset($context["T_ASSETS_VERSION"]) ? $context["T_ASSETS_VERSION"] : null;
            echo "\" type=\"text/javascript\"%3E%3C/script%3E'));</script>";
        }
        // line 30
        echo "<script type=\"text/javascript\" src=\"";
        echo isset($context["T_ASSETS_PATH"]) ? $context["T_ASSETS_PATH"] : null;
        echo "/javascript/core.js?assets_version=";
        echo isset($context["T_ASSETS_VERSION"]) ? $context["T_ASSETS_VERSION"] : null;
        echo "\"></script>\n";
        // line 31
        $asset_file = "forum_fn.js";
        $asset = new \phpbb\template\asset($asset_file, $this->getEnvironment()->get_path_helper());
        if (substr($asset_file, 0, 2) !== './' && $asset->is_relative()) {
            $asset_path = $asset->get_path();
            $local_file = $this->getEnvironment()->get_phpbb_root_path() . $asset_path;
            if (!file_exists($local_file)) {
                $local_file = $this->getEnvironment()->findTemplate($asset_path);
                $asset->set_path($local_file, true);
                $asset->add_assets_version('9');
                $asset_file = $asset->get_url();
            }
        }
        $context['definition']->append('SCRIPTS', '<script type="text/javascript" src="' . $asset_file . '"></script>

');
        // line 32
        $asset_file = "ajax.js";
        $asset = new \phpbb\template\asset($asset_file, $this->getEnvironment()->get_path_helper());
        if (substr($asset_file, 0, 2) !== './' && $asset->is_relative()) {
            $asset_path = $asset->get_path();
            $local_file = $this->getEnvironment()->get_phpbb_root_path() . $asset_path;
            if (!file_exists($local_file)) {
                $local_file = $this->getEnvironment()->findTemplate($asset_path);
                $asset->set_path($local_file, true);
                $asset->add_assets_version('9');
                $asset_file = $asset->get_url();
            }
        }
        $context['definition']->append('SCRIPTS', '<script type="text/javascript" src="' . $asset_file . '"></script>

');
        // line 33
        echo "\n";
        // line 34
        $previous_look_up_order = $this->env->getNamespaceLookUpOrder();
        $this->env->setNamespaceLookUpOrder(array('paybas_quicklogin', '__main__'));
        $this->env->loadTemplate('@paybas_quicklogin/event/overall_footer_after.html')->display($context);
        $this->env->setNamespaceLookUpOrder($previous_look_up_order);
        $previous_look_up_order = $this->env->getNamespaceLookUpOrder();
        $this->env->setNamespaceLookUpOrder(array('vse_passwordstrength', '__main__'));
        $this->env->loadTemplate('@vse_passwordstrength/event/overall_footer_after.html')->display($context);
        $this->env->setNamespaceLookUpOrder($previous_look_up_order);
        $previous_look_up_order = $this->env->getNamespaceLookUpOrder();
        $this->env->setNamespaceLookUpOrder(array('vse_scrolltotop', '__main__'));
        $this->env->loadTemplate('@vse_scrolltotop/event/overall_footer_after.html')->display($context);
        $this->env->setNamespaceLookUpOrder($previous_look_up_order);
        $previous_look_up_order = $this->env->getNamespaceLookUpOrder();
        $this->env->setNamespaceLookUpOrder(array('vse_topicpreview', '__main__'));
        $this->env->loadTemplate('@vse_topicpreview/event/overall_footer_after.html')->display($context);
        $this->env->setNamespaceLookUpOrder($previous_look_up_order);
        // line 35
        echo "\n";
        // line 36
        if (isset($context["S_PLUPLOAD"]) ? $context["S_PLUPLOAD"] : null) {
            $location = "plupload.html";
            $namespace = false;
            if (strpos($location, '@') === 0) {
                $namespace = substr($location, 1, strpos($location, '/') - 1);
                $previous_look_up_order = $this->env->getNamespaceLookUpOrder();
                $this->env->setNamespaceLookUpOrder(array($namespace, '__main__'));
            }
            $this->loadTemplate("plupload.html", "overall_footer.html", 36)->display($context);
            if ($namespace) {
                $this->env->setNamespaceLookUpOrder($previous_look_up_order);
            }
        }
        // line 37
        echo $this->getAttribute(isset($context["definition"]) ? $context["definition"] : null, "SCRIPTS", array());
        echo "\n\n";
        // line 39
        // line 40
        echo "\n</body>\n</html>\n";
    }