From 27dde88e15d9b978197653b4daa1264b25105660 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Wed, 16 Nov 2011 16:01:02 +1100 Subject: [PATCH] Added config option to automatically remove unnecessary whitespace when compiling HTML files from templates --- inc/config.php | 3 + inc/template.php | 10 +- .../2a/6e/4309b9f7dc4a632ee8b3f6f3b2e4.php | 352 +++++++++++++ .../2d/97/4182d37fe12d97825850a1268803.php | 440 ++++++++++++++++ .../2f/f3/d8c5835c9a421f76b4dec5f4cb41.php | 384 ++++++++++++++ .../7a/a7/6e93140dd14e656757e295334806.php | 476 ++++++++++++++++++ .../8b/b1/6dea6df49df571827b55c09e4e19.php | 97 ++++ .../a2/b1/d87edb1668da86fbefbbc4febe18.php | 301 +++++++++++ templates/index.html | 2 +- templates/thread.html | 2 +- 10 files changed, 2063 insertions(+), 4 deletions(-) create mode 100644 templates/cache/2a/6e/4309b9f7dc4a632ee8b3f6f3b2e4.php create mode 100644 templates/cache/2d/97/4182d37fe12d97825850a1268803.php create mode 100644 templates/cache/2f/f3/d8c5835c9a421f76b4dec5f4cb41.php create mode 100644 templates/cache/7a/a7/6e93140dd14e656757e295334806.php create mode 100644 templates/cache/8b/b1/6dea6df49df571827b55c09e4e19.php create mode 100644 templates/cache/a2/b1/d87edb1668da86fbefbbc4febe18.php diff --git a/inc/config.php b/inc/config.php index 4fc6f40f..0798cba9 100644 --- a/inc/config.php +++ b/inc/config.php @@ -494,6 +494,9 @@ // 'AnotherName' => 'url') //); + // Automatically remove unnecessary whitespace when compiling HTML files from templates. + $config['minify_html'] = false; + /* * ==================== * Video embedding diff --git a/inc/template.php b/inc/template.php index 39d30207..9c61ae15 100644 --- a/inc/template.php +++ b/inc/template.php @@ -28,7 +28,7 @@ unset($debug['start']); } - $options['body'] .= '

Debug

' . print_r($debug, true) . '

'; + $options['body'] .= '

Debug

' . str_replace("\n", '
', print_r($debug, true)) . '

'; } $loader->setPaths($config['dir']['template']); @@ -43,7 +43,13 @@ // Read the template file if(@file_get_contents("{$config['dir']['template']}/${templateFile}")) { - return $twig->render($templateFile, $options); + $body = $twig->render($templateFile, $options); + + if($config['minify_html']) { + $body = trim(preg_replace("/[\t\r\n]/", '', $body)); + } + + return $body; } else { throw new Exception("Template file '${templateFile}' does not exist or is empty in '{$config['dir']['template']}'!"); } diff --git a/templates/cache/2a/6e/4309b9f7dc4a632ee8b3f6f3b2e4.php b/templates/cache/2a/6e/4309b9f7dc4a632ee8b3f6f3b2e4.php new file mode 100644 index 00000000..74ffc30f --- /dev/null +++ b/templates/cache/2a/6e/4309b9f7dc4a632ee8b3f6f3b2e4.php @@ -0,0 +1,352 @@ +blocks = array( + '__internal_2a6e4309b9f7dc4a632ee8b3f6f3b2e4_1' => array($this, 'block___internal_2a6e4309b9f7dc4a632ee8b3f6f3b2e4_1'), + '__internal_2a6e4309b9f7dc4a632ee8b3f6f3b2e4_2' => array($this, 'block___internal_2a6e4309b9f7dc4a632ee8b3f6f3b2e4_2'), + ); + } + + protected function doGetParent(array $context) + { + return false; + } + + protected function doDisplay(array $context, array $blocks = array()) + { + $context = array_merge($this->env->getGlobals(), $context); + + // line 1 + echo twig_remove_whitespace_filter((string) $this->renderBlock("__internal_2a6e4309b9f7dc4a632ee8b3f6f3b2e4_1", $context, $blocks)); + // line 95 + if ($this->getContext($context, 'index')) { + echo truncate($this->getAttribute($this->getContext($context, 'post'), "body", array(), "any", false), $this->getAttribute($this->getContext($context, 'post'), "link", array(), "any", false)); + } else { + echo $this->getAttribute($this->getContext($context, 'post'), "body", array(), "any", false); + } + echo twig_remove_whitespace_filter((string) $this->renderBlock("__internal_2a6e4309b9f7dc4a632ee8b3f6f3b2e4_2", $context, $blocks)); + } + + // line 1 + public function block___internal_2a6e4309b9f7dc4a632ee8b3f6f3b2e4_1($context, array $blocks = array()) + { + // line 3 + echo "
getAttribute($this->getContext($context, 'post'), "id", array(), "any", false); + echo "\"> + +

getContext($context, 'index'))) { + echo " id=\""; + echo $this->getAttribute($this->getContext($context, 'post'), "id", array(), "any", false); + echo "\""; + } + echo "> +\tgetAttribute($this->getContext($context, 'post'), "id", array(), "any", false); + echo "\" id=\"delete_"; + echo $this->getAttribute($this->getContext($context, 'post'), "id", array(), "any", false); + echo "\" /> +\t +\t"; + // line 33 + if ($this->getAttribute($this->getContext($context, 'config'), "poster_ids", array(), "any", false)) { + // line 34 + echo "\t\t ID: "; + echo poster_id($this->getAttribute($this->getContext($context, 'post'), "ip", array(), "any", false), $this->getAttribute($this->getContext($context, 'post'), "thread", array(), "any", false)); + echo " +\t"; + } + // line 36 + echo "\t getContext($context, 'index'))) { + echo "onclick=\"highlightReply("; + echo $this->getAttribute($this->getContext($context, 'post'), "id", array(), "any", false); + echo ")\" "; + } + echo "href=\""; + echo $this->getAttribute($this->getContext($context, 'post'), "link", array(), "any", false); + echo "\">No. +\tgetContext($context, 'index'))) { + // line 39 + echo "\t\t\t onclick=\"citeReply("; + echo $this->getAttribute($this->getContext($context, 'post'), "id", array(), "any", false); + echo ");\" +\t\t"; + } + // line 41 + echo "\t\t href=\""; + if ($this->getContext($context, 'index')) { + // line 42 + echo "\t\t\t"; + echo $this->getAttribute($this->getContext($context, 'post'), "link", array("q", ), "method", false); + echo " +\t\t"; + } else { + // line 44 + echo "\t\t\tjavascript:void(0); +\t\t"; + } + // line 45 + echo "\"> +\t\t"; + // line 46 + echo $this->getAttribute($this->getContext($context, 'post'), "id", array(), "any", false); + echo " +\t +\t

+\t"; + // line 49 + if ($this->getAttribute($this->getContext($context, 'post'), "embed", array(), "any", false)) { + // line 50 + echo "\t\t"; + echo $this->getAttribute($this->getContext($context, 'post'), "embed", array(), "any", false); + echo " +\t"; + } elseif (($this->getAttribute($this->getContext($context, 'post'), "file", array(), "any", false) == "deleted")) { + // line 52 + echo "\t\tgetAttribute($this->getContext($context, 'config'), "image_deleted", array(), "any", false); + echo "\" alt=\"\" /> +\t"; + } elseif (($this->getAttribute($this->getContext($context, 'post'), "file", array(), "any", false) && $this->getAttribute($this->getContext($context, 'post'), "file", array(), "any", false))) { + // line 54 + echo "\t\t

File: getAttribute($this->getContext($context, 'config'), "uri_img", array(), "any", false); + echo $this->getAttribute($this->getContext($context, 'post'), "file", array(), "any", false); + echo "\">"; + echo $this->getAttribute($this->getContext($context, 'post'), "file", array(), "any", false); + echo " +\t\t( +\t\t\t"; + // line 56 + if (($this->getAttribute($this->getContext($context, 'post'), "thumb", array(), "any", false) == "spoiler")) { + // line 57 + echo "\t\t\t\tSpoiler Image, +\t\t\t"; + } + // line 59 + echo "\t\t\t"; + echo format_bytes($this->getAttribute($this->getContext($context, 'post'), "filesize", array(), "any", false)); + echo " +\t\t\t"; + // line 60 + if (($this->getAttribute($this->getContext($context, 'post'), "filex", array(), "any", false) && $this->getAttribute($this->getContext($context, 'post'), "filey", array(), "any", false))) { + // line 61 + echo "\t\t\t\t, "; + echo $this->getAttribute($this->getContext($context, 'post'), "filex", array(), "any", false); + echo "x"; + echo $this->getAttribute($this->getContext($context, 'post'), "filey", array(), "any", false); + echo " +\t\t\t\t"; + // line 62 + if ($this->getAttribute($this->getContext($context, 'config'), "show_ratio", array(), "any", false)) { + // line 63 + echo "\t\t\t\t\t, "; + echo $this->getAttribute($this->getContext($context, 'post'), "ratio", array(), "any", false); + echo " +\t\t\t\t"; + } + // line 65 + echo "\t\t\t"; + } + // line 66 + echo "\t\t\t"; + if ($this->getAttribute($this->getContext($context, 'config'), "show_filename", array(), "any", false)) { + // line 67 + echo "\t\t\t\t, +\t\t\t\t"; + // line 68 + if ((twig_length_filter($this->env, $this->getAttribute($this->getContext($context, 'post'), "filename", array(), "any", false)) > $this->getAttribute($this->getContext($context, 'config'), "max_filename_display", array(), "any", false))) { + // line 69 + echo "\t\t\t\t\tgetAttribute($this->getContext($context, 'post'), "filename", array(), "any", false); + echo "\">"; + echo twig_truncate_filter($this->getAttribute($this->getContext($context, 'post'), "filename", array(), "any", false), $this->getAttribute($this->getContext($context, 'config'), "max_filename_display", array(), "any", false)); + echo " +\t\t\t\t"; + } else { + // line 71 + echo "\t\t\t\t\t"; + echo $this->getAttribute($this->getContext($context, 'post'), "filename", array(), "any", false); + echo " +\t\t\t\t"; + } + // line 73 + echo "\t\t\t"; + } + // line 74 + echo "\t\t) +\t\t +

+\tgetAttribute($this->getContext($context, 'config'), "uri_img", array(), "any", false); + echo $this->getAttribute($this->getContext($context, 'post'), "file", array(), "any", false); + echo "\" target=\"_blank\""; + if (($this->getAttribute($this->getContext($context, 'this'), "thumb", array(), "any", false) == "file")) { + echo " class=\"file\""; + } + echo "> +\tgetAttribute($this->getContext($context, 'post'), "thumb", array(), "any", false) == "file")) { + // line 80 + echo "\t\t\t"; + echo $this->getAttribute($this->getContext($context, 'config'), "root", array(), "any", false); + echo " +\t\t\t"; + // line 81 + if ($this->getAttribute($this->getAttribute($this->getContext($context, 'config'), "file_icons", array(), "any", false), twig_extension_filter($this->getAttribute($this->getContext($context, 'post'), "filename", array(), "any", false)), array(), "array", false)) { + // line 82 + echo "\t\t\t\t"; + echo sprintf($this->getAttribute($this->getContext($context, 'config'), "file_thumb", array(), "any", false), $this->getAttribute($this->getAttribute($this->getContext($context, 'config'), "file_icons", array(), "any", false), twig_extension_filter($this->getAttribute($this->getContext($context, 'post'), "filename", array(), "any", false)), array(), "array", false)); + echo " +\t\t\t"; + } else { + // line 84 + echo "\t\t\t\t"; + echo sprintf($this->getAttribute($this->getContext($context, 'config'), "file_thumb", array(), "any", false), $this->getAttribute($this->getAttribute($this->getContext($context, 'config'), "file_icons", array(), "any", false), "default", array(), "any", false)); + echo " +\t\t\t"; + } + // line 86 + echo "\t\t"; + } elseif (($this->getAttribute($this->getContext($context, 'post'), "thumb", array(), "any", false) == "spoiler")) { + // line 87 + echo "\t\t\t"; + echo $this->getAttribute($this->getContext($context, 'config'), "root", array(), "any", false); + echo $this->getAttribute($this->getContext($context, 'config'), "spoiler_image", array(), "any", false); + echo " +\t\t"; + } else { + // line 89 + echo "\t\t\t"; + echo $this->getAttribute($this->getContext($context, 'config'), "uri_thumb", array(), "any", false); + echo $this->getAttribute($this->getContext($context, 'post'), "thumb", array(), "any", false); + echo " +\t\t"; + } + // line 90 + echo "\" style=\"width:"; + echo $this->getAttribute($this->getContext($context, 'post'), "thumbx", array(), "any", false); + echo "px;height:"; + echo $this->getAttribute($this->getContext($context, 'post'), "thumby", array(), "any", false); + echo "px\" alt=\"\" /> +\t +\t"; + } + // line 93 + echo "\t"; + echo $this->getAttribute($this->getContext($context, 'post'), "postControls", array(), "any", false); + echo " +\t

+\t\t"; + } + + // line 95 + public function block___internal_2a6e4309b9f7dc4a632ee8b3f6f3b2e4_2($context, array $blocks = array()) + { + // line 96 + echo "\t

+
+
+"; + } + + public function getTemplateName() + { + return "post_reply.html"; + } + + public function isTraitable() + { + return false; + } +} diff --git a/templates/cache/2d/97/4182d37fe12d97825850a1268803.php b/templates/cache/2d/97/4182d37fe12d97825850a1268803.php new file mode 100644 index 00000000..1341d271 --- /dev/null +++ b/templates/cache/2d/97/4182d37fe12d97825850a1268803.php @@ -0,0 +1,440 @@ +env->getGlobals(), $context); + + // line 1 + echo " + + +\tgetAttribute($this->getContext($context, 'config'), "url_stylesheet", array(), "any", false); + echo "\" /> +\t"; + // line 5 + if ($this->getAttribute($this->getContext($context, 'config'), "url_favicon", array(), "any", false)) { + echo "getAttribute($this->getContext($context, 'config'), "url_favicon", array(), "any", false); + echo "\" />"; + } + // line 6 + echo "\t"; + echo $this->getAttribute($this->getContext($context, 'board'), "url", array(), "any", false); + echo " - "; + echo $this->getAttribute($this->getContext($context, 'board'), "name", array(), "any", false); + echo " +\t +\t +\t"; + // line 9 + if ($this->getAttribute($this->getContext($context, 'config'), "meta_keywords", array(), "any", false)) { + echo "getAttribute($this->getContext($context, 'config'), "meta_keywords", array(), "any", false); + echo "\" />"; + } + // line 10 + echo "\tgetAttribute($this->getContext($context, 'config'), "uri_stylesheets", array(), "any", false); + echo $this->getAttribute($this->getAttribute($this->getContext($context, 'config'), "default_stylesheet", array(), "any", false), 1, array(), "any", false); + echo "\" /> +\t +\t"; + // line 12 + if ($this->getAttribute($this->getContext($context, 'config'), "recaptcha", array(), "any", false)) { + echo ""; + } + // line 27 + echo " +\t +\t"; + // line 29 + echo $this->getAttribute($this->getContext($context, 'boardlist'), "top", array(), "any", false); + echo " +\t"; + // line 30 + if ($this->getContext($context, 'pm')) { + echo "
You have getAttribute($this->getContext($context, 'pm'), "id", array(), "any", false); + echo "\">an unread PM"; + if (($this->getAttribute($this->getContext($context, 'pm'), "waiting", array(), "any", false) > 0)) { + echo ", plus "; + echo $this->getAttribute($this->getContext($context, 'pm'), "waiting", array(), "any", false); + echo " more waiting"; + } + echo ".

"; + } + // line 31 + echo "\t"; + if ($this->getAttribute($this->getContext($context, 'config'), "url_banner", array(), "any", false)) { + echo "getAttribute($this->getContext($context, 'config'), "url_banner", array(), "any", false); + echo "\" "; + if (($this->getAttribute($this->getContext($context, 'config'), "banner_width", array(), "any", false) || $this->getAttribute($this->getContext($context, 'config'), "banner_height", array(), "any", false))) { + echo "style=\""; + if ($this->getAttribute($this->getContext($context, 'config'), "banner_width", array(), "any", false)) { + echo "width:"; + echo $this->getAttribute($this->getContext($context, 'config'), "banner_width", array(), "any", false); + echo "px"; + } + echo ";"; + if ($this->getAttribute($this->getContext($context, 'config'), "banner_width", array(), "any", false)) { + echo "height:"; + echo $this->getAttribute($this->getContext($context, 'config'), "banner_height", array(), "any", false); + echo "px"; + } + echo "\" "; + } + echo "alt=\"\" />"; + } + // line 32 + echo "\t

"; + echo $this->getAttribute($this->getContext($context, 'board'), "url", array(), "any", false); + echo " - "; + echo $this->getAttribute($this->getContext($context, 'board'), "name", array(), "any", false); + echo "

+\t
"; + // line 33 + if ($this->getAttribute($this->getContext($context, 'board'), "title", array(), "any", false)) { + echo $this->getAttribute($this->getContext($context, 'board'), "title", array(), "any", false); + } + echo "

"; + if ($this->getContext($context, 'mod')) { + echo "Return to dashboard"; + } + echo "

+\t +\t +\t
getAttribute($this->getContext($context, 'config'), "post_url", array(), "any", false); + echo "\" method=\"post\"> +\t"; + // line 37 + echo $this->getContext($context, 'hidden_inputs'); + echo " +\tgetAttribute($this->getContext($context, 'board'), "uri", array(), "any", false); + echo "\" /> +\t"; + // line 39 + if ($this->getContext($context, 'mod')) { + echo ""; + } + // line 40 + echo "\t\t +\t\t\t +\t\t\t\t +\t\t\t\t +\t\t\t +\t\t\t +\t\t\t\t +\t\t\t\t +\t\t\t +\t\t\t +\t\t\t\t +\t\t\t\t +\t\t\t +\t\t\t +\t\t\t\t +\t\t\t\t +\t\t\t +\t\t\t"; + // line 74 + if ($this->getAttribute($this->getContext($context, 'config'), "recaptcha", array(), "any", false)) { + // line 75 + echo "\t\t\t +\t\t\t\t +\t\t\t\t +\t\t\t +\t\t\t"; + } + // line 84 + echo "\t\t\t +\t\t\t\t +\t\t\t\t +\t\t\t +\t\t\t"; + // line 92 + if ($this->getAttribute($this->getContext($context, 'config'), "enable_embedding", array(), "any", false)) { + // line 93 + echo "\t\t\t +\t\t\t\t +\t\t\t\t +\t\t\t +\t\t\t"; + } + // line 102 + echo "\t\t\t"; + if ($this->getContext($context, 'mod')) { + // line 103 + echo "\t\t\t +\t\t\t\t +\t\t\t\t +\t\t\t +\t\t\t"; + } + // line 123 + echo "\t\t\t +\t\t\t\t +\t\t\t\t +\t\t\t +\t\t
+\t\t\t\t\t"; + // line 43 + echo gettext("Name"); // line 44 + echo "\t\t\t\t +\t\t\t\t\t +\t\t\t\t
+\t\t\t\t\t"; + // line 51 + echo gettext("Email"); // line 52 + echo "\t\t\t\t +\t\t\t\t\t +\t\t\t\t
+\t\t\t\t\t"; + // line 59 + echo gettext("Subject"); // line 60 + echo "\t\t\t\t +\t\t\t\t\t +\t\t\t\t\tgetAttribute($this->getContext($context, 'config'), "button_newtopic", array(), "any", false); + echo "\" />"; + if ($this->getAttribute($this->getContext($context, 'config'), "spoiler_images", array(), "any", false)) { + echo " "; + } + // line 64 + echo "\t\t\t\t
+\t\t\t\t\t"; + // line 68 + echo gettext("Comment"); // line 69 + echo "\t\t\t\t +\t\t\t\t\t +\t\t\t\t
+\t\t\t\t\t"; + // line 77 + echo gettext("Verification"); // line 78 + echo "\t\t\t\t +\t\t\t\t\t +\t\t\t\t
+\t\t\t\t\t"; + // line 86 + echo gettext("File"); // line 87 + echo "\t\t\t\t +\t\t\t\t\t +\t\t\t\t
+\t\t\t\t\t"; + // line 95 + echo gettext("Embed"); // line 96 + echo "\t\t\t\t +\t\t\t\t\t +\t\t\t\t
+\t\t\t\t\t"; + // line 105 + echo gettext("Flags"); // line 106 + echo "\t\t\t\t +\t\t\t\t\t
+\t\t\t\t\t\t +\t\t\t\t\t\t
+\t\t\t\t\t
+\t\t\t\t\t
+\t\t\t\t\t\t
+\t\t\t\t\t\t +\t\t\t\t\t
+\t\t\t\t\t
+\t\t\t\t\t\t
+\t\t\t\t\t\t +\t\t\t\t\t
+\t\t\t\t
+\t\t\t\t\t"; + // line 125 + echo gettext("Password"); // line 126 + echo "\t\t\t\t +\t\t\t\t\t +\t\t\t\t\t"; + // line 129 + echo gettext("(For file deletion.)"); echo " +\t\t\t\t
+\t
+\t +\t +\t"; + // line 138 + if ($this->getAttribute($this->getContext($context, 'config'), "blotter", array(), "any", false)) { + echo "
"; + echo $this->getAttribute($this->getContext($context, 'config'), "blotter", array(), "any", false); + echo "
"; + } + // line 139 + echo "\t
+\t
getAttribute($this->getContext($context, 'config'), "post_url", array(), "any", false); + echo "\" method=\"post\"> +\tgetAttribute($this->getContext($context, 'board'), "uri", array(), "any", false); + echo "\" /> +\t"; + // line 142 + if ($this->getContext($context, 'mod')) { + echo ""; + } + // line 143 + echo "\t"; + echo $this->getContext($context, 'body'); + echo " +\t
+\t\t"; + // line 145 + echo gettext("Delete Post"); echo " [ +\t\t ] +\t\t\t +\t\t\t +\t
+\t
+\t\t +\t\t\t +\t\t\t +\t
+\t
+\t
"; + // line 156 + echo $this->getAttribute($this->getContext($context, 'btn'), "prev", array(), "any", false); + echo " "; + $context['_parent'] = (array) $context; + $context['_seq'] = twig_ensure_traversable($this->getContext($context, 'pages')); + $context['loop'] = array( + 'parent' => $context['_parent'], + 'index0' => 0, + 'index' => 1, + 'first' => true, + ); + if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof Countable)) { + $length = count($context['_seq']); + $context['loop']['revindex0'] = $length - 1; + $context['loop']['revindex'] = $length; + $context['loop']['length'] = $length; + $context['loop']['last'] = 1 === $length; + } + foreach ($context['_seq'] as $context['_key'] => $context['page']) { + // line 157 + echo "\t\t[getAttribute($this->getContext($context, 'page'), "selected", array(), "any", false)) { + echo "class=\"selected\""; + } + if ((!$this->getAttribute($this->getContext($context, 'page'), "selected", array(), "any", false))) { + echo "href=\""; + echo $this->getAttribute($this->getContext($context, 'page'), "link", array(), "any", false); + echo "\""; + } + echo ">"; + echo $this->getAttribute($this->getContext($context, 'page'), "num", array(), "any", false); + echo "]"; + if ($this->getAttribute($this->getContext($context, 'loop'), "last", array(), "any", false)) { + echo " "; + } + // line 158 + echo "\t"; + ++$context['loop']['index0']; + ++$context['loop']['index']; + $context['loop']['first'] = false; + if (isset($context['loop']['length'])) { + --$context['loop']['revindex0']; + --$context['loop']['revindex']; + $context['loop']['last'] = 0 === $context['loop']['revindex0']; + } + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['page'], $context['_parent'], $context['loop']); + $context = array_merge($_parent, array_intersect_key($context, $_parent)); + echo " "; + echo $this->getAttribute($this->getContext($context, 'btn'), "next", array(), "any", false); + echo "
+\t"; + // line 159 + echo $this->getAttribute($this->getContext($context, 'boardlist'), "bottom", array(), "any", false); + echo " +\t

Powered by Tinyboard "; + // line 160 + echo $this->getAttribute($this->getContext($context, 'config'), "version", array(), "any", false); + echo " | Tinyboard Copyright © 2010-2011 Tinyboard Development Group

+\t

All trademarks, copyrights, comments, and images on this page are owned by or are the responsibility of their respective parties.

+\t\t + + +"; + } + + public function getTemplateName() + { + return "index.html"; + } + + public function isTraitable() + { + return false; + } +} diff --git a/templates/cache/2f/f3/d8c5835c9a421f76b4dec5f4cb41.php b/templates/cache/2f/f3/d8c5835c9a421f76b4dec5f4cb41.php new file mode 100644 index 00000000..033af5e9 --- /dev/null +++ b/templates/cache/2f/f3/d8c5835c9a421f76b4dec5f4cb41.php @@ -0,0 +1,384 @@ +env->getGlobals(), $context); + + // line 1 + echo " + + +\tgetAttribute($this->getContext($context, 'config'), "url_stylesheet", array(), "any", false); + echo "\" /> +\t"; + // line 5 + if ($this->getAttribute($this->getContext($context, 'config'), "url_favicon", array(), "any", false)) { + echo "getAttribute($this->getContext($context, 'config'), "url_favicon", array(), "any", false); + echo "\" />"; + } + // line 6 + echo "\t"; + echo $this->getAttribute($this->getContext($context, 'board'), "url", array(), "any", false); + echo " - "; + echo $this->getAttribute($this->getContext($context, 'board'), "name", array(), "any", false); + echo " +\t +\t +\t"; + // line 9 + if ($this->getAttribute($this->getContext($context, 'config'), "meta_keywords", array(), "any", false)) { + echo "getAttribute($this->getContext($context, 'config'), "meta_keywords", array(), "any", false); + echo "\" />"; + } + // line 10 + echo "\tgetAttribute($this->getContext($context, 'config'), "uri_stylesheets", array(), "any", false); + echo $this->getAttribute($this->getAttribute($this->getContext($context, 'config'), "default_stylesheet", array(), "any", false), 1, array(), "any", false); + echo "\" /> +\t +\t"; + // line 12 + if ($this->getAttribute($this->getContext($context, 'config'), "recaptcha", array(), "any", false)) { + echo ""; + } + // line 27 + echo " + +\t"; + // line 29 + echo $this->getAttribute($this->getContext($context, 'boardlist'), "top", array(), "any", false); + echo " +\t"; + // line 30 + if ($this->getContext($context, 'pm')) { + echo "
You have getAttribute($this->getContext($context, 'pm'), "id", array(), "any", false); + echo "\">an unread PM"; + if (($this->getAttribute($this->getContext($context, 'pm'), "waiting", array(), "any", false) > 0)) { + echo ", plus "; + echo $this->getAttribute($this->getContext($context, 'pm'), "waiting", array(), "any", false); + echo " more waiting"; + } + echo ".

"; + } + // line 31 + echo "\t"; + if ($this->getAttribute($this->getContext($context, 'config'), "url_banner", array(), "any", false)) { + echo "getAttribute($this->getContext($context, 'config'), "url_banner", array(), "any", false); + echo "\" "; + if (($this->getAttribute($this->getContext($context, 'config'), "banner_width", array(), "any", false) || $this->getAttribute($this->getContext($context, 'config'), "banner_height", array(), "any", false))) { + echo "style=\""; + if ($this->getAttribute($this->getContext($context, 'config'), "banner_width", array(), "any", false)) { + echo "width:"; + echo $this->getAttribute($this->getContext($context, 'config'), "banner_width", array(), "any", false); + echo "px"; + } + echo ";"; + if ($this->getAttribute($this->getContext($context, 'config'), "banner_width", array(), "any", false)) { + echo "height:"; + echo $this->getAttribute($this->getContext($context, 'config'), "banner_height", array(), "any", false); + echo "px"; + } + echo "\" "; + } + echo "alt=\"\" />"; + } + // line 32 + echo "\t

"; + echo $this->getAttribute($this->getContext($context, 'board'), "url", array(), "any", false); + echo " - "; + echo $this->getAttribute($this->getContext($context, 'board'), "name", array(), "any", false); + echo "

+\t
"; + // line 33 + if ($this->getAttribute($this->getContext($context, 'board'), "title", array(), "any", false)) { + echo $this->getAttribute($this->getContext($context, 'board'), "title", array(), "any", false); + } + echo "

"; + if ($this->getContext($context, 'mod')) { + echo "Return to dashboard"; + } + echo "

+\t +\t
"; + // line 35 + echo gettext("Posting mode: Reply"); echo " getContext($context, 'return'); + echo "\">["; + echo gettext("Return"); echo "]
+\t
getAttribute($this->getContext($context, 'config'), "post_url", array(), "any", false); + echo "\" method=\"post\"> +\t"; + // line 37 + echo $this->getContext($context, 'hidden_inputs'); + echo " +\tgetContext($context, 'id'); + echo "\" /> +\tgetAttribute($this->getContext($context, 'board'), "uri", array(), "any", false); + echo "\" /> +\t"; + // line 40 + if ($this->getContext($context, 'mod')) { + echo ""; + } + // line 41 + echo "\t\t +\t\t\t +\t\t\t\t +\t\t\t\t +\t\t\t +\t\t\t +\t\t\t\t +\t\t\t\t +\t\t\t +\t\t\t +\t\t\t\t +\t\t\t\t +\t\t\t +\t\t\t +\t\t\t\t +\t\t\t\t +\t\t\t +\t\t\t"; + // line 75 + if ($this->getAttribute($this->getContext($context, 'config'), "recaptcha", array(), "any", false)) { + // line 76 + echo "\t\t\t +\t\t\t\t +\t\t\t\t +\t\t\t +\t\t\t"; + } + // line 85 + echo "\t\t\t +\t\t\t\t +\t\t\t\t +\t\t\t +\t\t\t"; + // line 93 + if ($this->getAttribute($this->getContext($context, 'config'), "enable_embedding", array(), "any", false)) { + // line 94 + echo "\t\t\t +\t\t\t\t +\t\t\t\t +\t\t\t +\t\t\t"; + } + // line 103 + echo "\t\t\t"; + if ($this->getContext($context, 'mod')) { + // line 104 + echo "\t\t\t +\t\t\t\t +\t\t\t\t +\t\t\t +\t\t\t"; + } + // line 116 + echo "\t\t\t +\t\t\t\t +\t\t\t\t +\t\t\t +\t\t
+\t\t\t\t\t"; + // line 44 + echo gettext("Name"); // line 45 + echo "\t\t\t\t +\t\t\t\t\t +\t\t\t\t
+\t\t\t\t\t"; + // line 52 + echo gettext("Email"); // line 53 + echo "\t\t\t\t +\t\t\t\t\t +\t\t\t\t
+\t\t\t\t\t"; + // line 60 + echo gettext("Subject"); // line 61 + echo "\t\t\t\t +\t\t\t\t\t +\t\t\t\t\tgetAttribute($this->getContext($context, 'config'), "button_reply", array(), "any", false); + echo "\" />"; + if ($this->getAttribute($this->getContext($context, 'config'), "spoiler_images", array(), "any", false)) { + echo " "; + } + // line 65 + echo "\t\t\t\t
+\t\t\t\t\t"; + // line 69 + echo gettext("Comment"); // line 70 + echo "\t\t\t\t +\t\t\t\t\t +\t\t\t\t
+\t\t\t\t\t"; + // line 78 + echo gettext("Verification"); // line 79 + echo "\t\t\t\t +\t\t\t\t\t +\t\t\t\t
+\t\t\t\t\t"; + // line 87 + echo gettext("File"); // line 88 + echo "\t\t\t\t +\t\t\t\t\t +\t\t\t\t
+\t\t\t\t\t"; + // line 96 + echo gettext("Embed"); // line 97 + echo "\t\t\t\t +\t\t\t\t\t +\t\t\t\t
+\t\t\t\t\t"; + // line 106 + echo gettext("Flags"); // line 107 + echo "\t\t\t\t +\t\t\t\t\t
+\t\t\t\t\t\t
+\t\t\t\t\t\t +\t\t\t\t\t
+\t\t\t\t
+\t\t\t\t\t"; + // line 118 + echo gettext("Password"); // line 119 + echo "\t\t\t\t +\t\t\t\t\t +\t\t\t\t\t"; + // line 122 + echo gettext("(For file deletion.)"); echo " +\t\t\t\t
+\t
+\t +\t +\t"; + // line 131 + if ($this->getAttribute($this->getContext($context, 'config'), "blotter", array(), "any", false)) { + echo "
"; + echo $this->getAttribute($this->getContext($context, 'config'), "blotter", array(), "any", false); + echo "
"; + } + // line 132 + echo "\t
+\t
getAttribute($this->getContext($context, 'config'), "post_url", array(), "any", false); + echo "\" method=\"post\"> +\tgetAttribute($this->getContext($context, 'board'), "uri", array(), "any", false); + echo "\" /> +\t"; + // line 135 + if ($this->getContext($context, 'mod')) { + echo ""; + } + // line 136 + echo "\t"; + echo $this->getContext($context, 'body'); + echo " +\t
+\t\t"; + // line 138 + echo gettext("Delete Post"); echo " [ +\t\t ] +\t\t\t +\t\t\t +\t
+\t
+\t\t +\t\t\t +\t\t\t +\t
+\t
+\tgetContext($context, 'return'); + echo "\">["; + echo gettext("Return"); echo "] + +\t"; + // line 151 + echo $this->getAttribute($this->getContext($context, 'boardlist'), "bottom", array(), "any", false); + echo " +\t

Powered by Tinyboard "; + // line 152 + echo $this->getAttribute($this->getContext($context, 'config'), "version", array(), "any", false); + echo " | Tinyboard Copyright © 2010-2011 Tinyboard Development Group

+\t

All trademarks, copyrights, comments, and images on this page are owned by or are the responsibility of their respective parties.

+\t\t + + +"; + } + + public function getTemplateName() + { + return "thread.html"; + } + + public function isTraitable() + { + return false; + } +} diff --git a/templates/cache/7a/a7/6e93140dd14e656757e295334806.php b/templates/cache/7a/a7/6e93140dd14e656757e295334806.php new file mode 100644 index 00000000..23a01377 --- /dev/null +++ b/templates/cache/7a/a7/6e93140dd14e656757e295334806.php @@ -0,0 +1,476 @@ +blocks = array( + '__internal_7aa76e93140dd14e656757e295334806_1' => array($this, 'block___internal_7aa76e93140dd14e656757e295334806_1'), + '__internal_7aa76e93140dd14e656757e295334806_2' => array($this, 'block___internal_7aa76e93140dd14e656757e295334806_2'), + ); + } + + protected function doGetParent(array $context) + { + return false; + } + + protected function doDisplay(array $context, array $blocks = array()) + { + $context = array_merge($this->env->getGlobals(), $context); + + // line 1 + echo twig_remove_whitespace_filter((string) $this->renderBlock("__internal_7aa76e93140dd14e656757e295334806_1", $context, $blocks)); + // line 104 + if ($this->getContext($context, 'index')) { + echo truncate($this->getAttribute($this->getContext($context, 'post'), "body", array(), "any", false), $this->getAttribute($this->getContext($context, 'post'), "link", array(), "any", false)); + } else { + echo $this->getAttribute($this->getContext($context, 'post'), "body", array(), "any", false); + } + echo twig_remove_whitespace_filter((string) $this->renderBlock("__internal_7aa76e93140dd14e656757e295334806_2", $context, $blocks)); + // line 128 + $context['hr'] = $this->getAttribute($this->getContext($context, 'post'), "hr", array(), "any", false); + // line 129 + $context['_parent'] = (array) $context; + $context['_seq'] = twig_ensure_traversable($this->getAttribute($this->getContext($context, 'post'), "posts", array(), "any", false)); + $context['loop'] = array( + 'parent' => $context['_parent'], + 'index0' => 0, + 'index' => 1, + 'first' => true, + ); + if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof Countable)) { + $length = count($context['_seq']); + $context['loop']['revindex0'] = $length - 1; + $context['loop']['revindex'] = $length; + $context['loop']['length'] = $length; + $context['loop']['last'] = 1 === $length; + } + foreach ($context['_seq'] as $context['_key'] => $context['post']) { + // line 130 + echo "\t"; + $this->env->loadTemplate("post_reply.html")->display($context); + ++$context['loop']['index0']; + ++$context['loop']['index']; + $context['loop']['first'] = false; + if (isset($context['loop']['length'])) { + --$context['loop']['revindex0']; + --$context['loop']['revindex']; + $context['loop']['last'] = 0 === $context['loop']['revindex0']; + } + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['post'], $context['_parent'], $context['loop']); + $context = array_merge($_parent, array_intersect_key($context, $_parent)); + // line 132 + echo "
"; + if ($this->getContext($context, 'hr')) { + echo "
"; + } + // line 133 + echo " +"; + } + + // line 1 + public function block___internal_7aa76e93140dd14e656757e295334806_1($context, array $blocks = array()) + { + // line 3 + echo " +"; + // line 4 + if ($this->getAttribute($this->getContext($context, 'post'), "embed", array(), "any", false)) { + // line 5 + echo "\t"; + echo $this->getAttribute($this->getContext($context, 'post'), "embed", array(), "any", false); + echo " +"; + } elseif (($this->getAttribute($this->getContext($context, 'post'), "file", array(), "any", false) == "deleted")) { + // line 7 + echo "\tgetAttribute($this->getContext($context, 'config'), "image_deleted", array(), "any", false); + echo "\" alt=\"\" /> +"; + } elseif (($this->getAttribute($this->getContext($context, 'post'), "file", array(), "any", false) && $this->getAttribute($this->getContext($context, 'post'), "file", array(), "any", false))) { + // line 9 + echo "\t

File: getAttribute($this->getContext($context, 'config'), "uri_img", array(), "any", false); + echo $this->getAttribute($this->getContext($context, 'post'), "file", array(), "any", false); + echo "\">"; + echo $this->getAttribute($this->getContext($context, 'post'), "file", array(), "any", false); + echo " +\t( +\t\t"; + // line 11 + if (($this->getAttribute($this->getContext($context, 'post'), "thumb", array(), "any", false) == "spoiler")) { + // line 12 + echo "\t\t\tSpoiler Image, +\t\t"; + } + // line 14 + echo "\t\t"; + echo format_bytes($this->getAttribute($this->getContext($context, 'post'), "filesize", array(), "any", false)); + echo " +\t\t"; + // line 15 + if (($this->getAttribute($this->getContext($context, 'post'), "filex", array(), "any", false) && $this->getAttribute($this->getContext($context, 'post'), "filey", array(), "any", false))) { + // line 16 + echo "\t\t\t, "; + echo $this->getAttribute($this->getContext($context, 'post'), "filex", array(), "any", false); + echo "x"; + echo $this->getAttribute($this->getContext($context, 'post'), "filey", array(), "any", false); + echo " +\t\t\t"; + // line 17 + if ($this->getAttribute($this->getContext($context, 'config'), "show_ratio", array(), "any", false)) { + // line 18 + echo "\t\t\t\t, "; + echo $this->getAttribute($this->getContext($context, 'post'), "ratio", array(), "any", false); + echo " +\t\t\t"; + } + // line 20 + echo "\t\t"; + } + // line 21 + echo "\t\t"; + if ($this->getAttribute($this->getContext($context, 'config'), "show_filename", array(), "any", false)) { + // line 22 + echo "\t\t\t, +\t\t\t"; + // line 23 + if ((twig_length_filter($this->env, $this->getAttribute($this->getContext($context, 'post'), "filename", array(), "any", false)) > $this->getAttribute($this->getContext($context, 'config'), "max_filename_display", array(), "any", false))) { + // line 24 + echo "\t\t\t\tgetAttribute($this->getContext($context, 'post'), "filename", array(), "any", false); + echo "\">"; + echo twig_truncate_filter($this->getAttribute($this->getContext($context, 'post'), "filename", array(), "any", false), $this->getAttribute($this->getContext($context, 'config'), "max_filename_display", array(), "any", false)); + echo " +\t\t\t"; + } else { + // line 26 + echo "\t\t\t\t"; + echo $this->getAttribute($this->getContext($context, 'post'), "filename", array(), "any", false); + echo " +\t\t\t"; + } + // line 28 + echo "\t\t"; + } + // line 29 + echo "\t) +\t

+getAttribute($this->getContext($context, 'config'), "uri_img", array(), "any", false); + echo $this->getAttribute($this->getContext($context, 'post'), "file", array(), "any", false); + echo "\" target=\"_blank\""; + if (($this->getAttribute($this->getContext($context, 'this'), "thumb", array(), "any", false) == "file")) { + echo " class=\"file\""; + } + echo "> +getAttribute($this->getContext($context, 'post'), "thumb", array(), "any", false) == "file")) { + // line 34 + echo "\t\t"; + echo $this->getAttribute($this->getContext($context, 'config'), "root", array(), "any", false); + echo " +\t\t"; + // line 35 + if ($this->getAttribute($this->getAttribute($this->getContext($context, 'config'), "file_icons", array(), "any", false), twig_extension_filter($this->getAttribute($this->getContext($context, 'post'), "filename", array(), "any", false)), array(), "array", false)) { + // line 36 + echo "\t\t\t"; + echo sprintf($this->getAttribute($this->getContext($context, 'config'), "file_thumb", array(), "any", false), $this->getAttribute($this->getAttribute($this->getContext($context, 'config'), "file_icons", array(), "any", false), twig_extension_filter($this->getAttribute($this->getContext($context, 'post'), "filename", array(), "any", false)), array(), "array", false)); + echo " +\t\t"; + } else { + // line 38 + echo "\t\t\t"; + echo sprintf($this->getAttribute($this->getContext($context, 'config'), "file_thumb", array(), "any", false), $this->getAttribute($this->getAttribute($this->getContext($context, 'config'), "file_icons", array(), "any", false), "default", array(), "any", false)); + echo " +\t\t"; + } + // line 40 + echo "\t"; + } elseif (($this->getAttribute($this->getContext($context, 'post'), "thumb", array(), "any", false) == "spoiler")) { + // line 41 + echo "\t\t"; + echo $this->getAttribute($this->getContext($context, 'config'), "root", array(), "any", false); + echo $this->getAttribute($this->getContext($context, 'config'), "spoiler_image", array(), "any", false); + echo " +\t"; + } else { + // line 43 + echo "\t\t"; + echo $this->getAttribute($this->getContext($context, 'config'), "uri_thumb", array(), "any", false); + echo $this->getAttribute($this->getContext($context, 'post'), "thumb", array(), "any", false); + echo " +\t"; + } + // line 44 + echo "\" style=\"width:"; + echo $this->getAttribute($this->getContext($context, 'post'), "thumbx", array(), "any", false); + echo "px;height:"; + echo $this->getAttribute($this->getContext($context, 'post'), "thumby", array(), "any", false); + echo "px\" alt=\"\" /> +"; + } + // line 46 + echo "

getContext($context, 'index'))) { + echo " id=\""; + echo $this->getAttribute($this->getContext($context, 'post'), "id", array(), "any", false); + echo "\""; + } + echo "> +\tgetAttribute($this->getContext($context, 'post'), "id", array(), "any", false); + echo "\" id=\"delete_"; + echo $this->getAttribute($this->getContext($context, 'post'), "id", array(), "any", false); + echo "\" /> +\t +\t"; + // line 74 + if ($this->getAttribute($this->getContext($context, 'config'), "poster_ids", array(), "any", false)) { + // line 75 + echo "\t\t ID: "; + echo poster_id($this->getAttribute($this->getContext($context, 'post'), "ip", array(), "any", false), $this->getAttribute($this->getContext($context, 'post'), "id", array(), "any", false)); + echo " +\t"; + } + // line 77 + echo "\t getAttribute($this->getContext($context, 'post'), "link", array(), "any", false); + echo "\">No. +\tgetContext($context, 'index'))) { + // line 80 + echo "\t\t\t onclick=\"citeReply("; + echo $this->getAttribute($this->getContext($context, 'post'), "id", array(), "any", false); + echo ");\" +\t\t"; + } + // line 82 + echo "\t\t href=\""; + if ($this->getContext($context, 'index')) { + // line 83 + echo "\t\t\t"; + echo $this->getAttribute($this->getContext($context, 'post'), "link", array("q", ), "method", false); + echo " +\t\t"; + } else { + // line 85 + echo "\t\t\tjavascript:void(0); +\t\t"; + } + // line 86 + echo "\"> +\t\t"; + // line 87 + echo $this->getAttribute($this->getContext($context, 'post'), "id", array(), "any", false); + echo " +\t +\t"; + // line 89 + if ($this->getAttribute($this->getContext($context, 'post'), "sticky", array(), "any", false)) { + // line 90 + echo "\t\tgetAttribute($this->getContext($context, 'config'), "image_sticky", array(), "any", false); + echo "\" alt=\"Sticky\" /> +\t"; + } + // line 92 + echo "\t"; + if ($this->getAttribute($this->getContext($context, 'post'), "locked", array(), "any", false)) { + // line 93 + echo "\t\tgetAttribute($this->getContext($context, 'config'), "image_locked", array(), "any", false); + echo "\" alt=\"Locked\" /> +\t"; + } + // line 95 + echo "\t"; + if (($this->getAttribute($this->getContext($context, 'post'), "bumplocked", array(), "any", false) && (($this->getAttribute($this->getAttribute($this->getContext($context, 'config'), "mod", array(), "any", false), "view_bumplock", array(), "any", false) < 0) || ($this->getAttribute($this->getContext($context, 'post'), "mod", array(), "any", false) && twig_hasPermission_filter($this->getAttribute($this->getContext($context, 'post'), "mod", array(), "any", false), $this->getAttribute($this->getAttribute($this->getContext($context, 'config'), "mod", array(), "any", false), "view_bumplock", array(), "any", false), $this->getAttribute($this->getContext($context, 'board'), "uri", array(), "any", false)))))) { + // line 96 + echo "\t\tgetAttribute($this->getContext($context, 'config'), "image_bumplocked", array(), "any", false); + echo "\" alt=\"Locked\" /> +\t"; + } + // line 98 + echo "\t"; + if ($this->getContext($context, 'index')) { + // line 99 + echo "\t\tgetAttribute($this->getContext($context, 'post'), "root", array(), "any", false); + echo $this->getAttribute($this->getContext($context, 'board'), "dir", array(), "any", false); + echo $this->getAttribute($this->getAttribute($this->getContext($context, 'config'), "dir", array(), "any", false), "res", array(), "any", false); + echo sprintf($this->getAttribute($this->getContext($context, 'config'), "file_page", array(), "any", false), $this->getAttribute($this->getContext($context, 'post'), "id", array(), "any", false)); + echo "\">["; + echo gettext("Reply"); echo "] +\t"; + } + // line 101 + echo "\t"; + echo $this->getAttribute($this->getContext($context, 'post'), "postControls", array(), "any", false); + echo " +\t

+\t

+\t\t"; + } + + // line 104 + public function block___internal_7aa76e93140dd14e656757e295334806_2($context, array $blocks = array()) + { + // line 105 + echo "\t

+\t"; + // line 106 + if (($this->getAttribute($this->getContext($context, 'post'), "omitted", array(), "any", false) || $this->getAttribute($this->getContext($context, 'post'), "omitted_images", array(), "any", false))) { + // line 107 + echo "\t\t +\t\t\t"; + // line 108 + if ($this->getAttribute($this->getContext($context, 'post'), "omitted", array(), "any", false)) { + // line 109 + echo "\t\t\t\t"; + echo $this->getAttribute($this->getContext($context, 'post'), "omitted", array(), "any", false); + echo " post +\t\t\t\t"; + // line 110 + if (($this->getAttribute($this->getContext($context, 'post'), "omitted", array(), "any", false) != 1)) { + // line 111 + echo "\t\t\t\t\ts +\t\t\t\t"; + } + // line 113 + echo "\t\t\t\t"; + if ($this->getAttribute($this->getContext($context, 'post'), "omitted_images", array(), "any", false)) { + // line 114 + echo "\t\t\t\t\t and +\t\t\t\t"; + } + // line 116 + echo "\t\t\t"; + } + // line 117 + echo "\t\t\t"; + if ($this->getAttribute($this->getContext($context, 'post'), "omitted_images", array(), "any", false)) { + // line 118 + echo "\t\t\t\t"; + echo $this->getAttribute($this->getContext($context, 'post'), "omitted_images", array(), "any", false); + echo " image repl +\t\t\t\t"; + // line 119 + if (($this->getAttribute($this->getContext($context, 'post'), "omitted_images", array(), "any", false) == 1)) { + // line 120 + echo "\t\t\t\t\ty +\t\t\t\t"; + } else { + // line 122 + echo "\t\t\t\t\ties +\t\t\t\t"; + } + // line 124 + echo "\t\t\t"; + } + echo " omitted. Click reply to view. +\t\t +\t"; + } + // line 127 + echo "
"; + } + + public function getTemplateName() + { + return "post_thread.html"; + } + + public function isTraitable() + { + return false; + } +} diff --git a/templates/cache/8b/b1/6dea6df49df571827b55c09e4e19.php b/templates/cache/8b/b1/6dea6df49df571827b55c09e4e19.php new file mode 100644 index 00000000..5792c026 --- /dev/null +++ b/templates/cache/8b/b1/6dea6df49df571827b55c09e4e19.php @@ -0,0 +1,97 @@ +env->getGlobals(), $context); + + // line 1 + echo " + + +\tgetAttribute($this->getContext($context, 'config'), "url_stylesheet", array(), "any", false); + echo "\" /> +\t"; + // line 5 + if ($this->getAttribute($this->getContext($context, 'config'), "url_favicon", array(), "any", false)) { + echo "getAttribute($this->getContext($context, 'config'), "url_favicon", array(), "any", false); + echo "\" />"; + } + // line 6 + echo "\t"; + echo $this->getContext($context, 'title'); + echo " +\t +\t +\tgetAttribute($this->getContext($context, 'config'), "uri_stylesheets", array(), "any", false); + echo $this->getAttribute($this->getAttribute($this->getContext($context, 'config'), "default_stylesheet", array(), "any", false), 1, array(), "any", false); + echo "\" /> +\t + + +\t"; + // line 13 + if ($this->getContext($context, 'pm')) { + echo "
You have getAttribute($this->getContext($context, 'pm'), "id", array(), "any", false); + echo "\">an unread PM"; + if (($this->getAttribute($this->getContext($context, 'pm'), "waiting", array(), "any", false) > 0)) { + echo ", plus "; + echo $this->getAttribute($this->getContext($context, 'pm'), "waiting", array(), "any", false); + echo " more waiting"; + } + echo ".

"; + } + // line 14 + echo "\t

"; + echo $this->getContext($context, 'title'); + echo "

+\t
"; + // line 15 + if ($this->getContext($context, 'subtitle')) { + echo $this->getContext($context, 'subtitle'); + } + echo "

"; + if ($this->getContext($context, 'mod')) { + echo "Return to dashboard"; + } + echo "

+\t"; + // line 16 + echo $this->getContext($context, 'body'); + echo " +\t
+\t

Powered by Tinyboard "; + // line 18 + echo $this->getAttribute($this->getContext($context, 'config'), "version", array(), "any", false); + echo " | Tinyboard Copyright © 2010-2011 Tinyboard Development Group

+ + +"; + } + + public function getTemplateName() + { + return "page.html"; + } + + public function isTraitable() + { + return false; + } +} diff --git a/templates/cache/a2/b1/d87edb1668da86fbefbbc4febe18.php b/templates/cache/a2/b1/d87edb1668da86fbefbbc4febe18.php new file mode 100644 index 00000000..294f2ea2 --- /dev/null +++ b/templates/cache/a2/b1/d87edb1668da86fbefbbc4febe18.php @@ -0,0 +1,301 @@ +env->getGlobals(), $context); + + // line 1 + echo "function get_cookie(cookie_name) +{ +\tvar results = document.cookie.match ( '(^|;) ?' + cookie_name + '=([^;]*)(;|\$)'); +\tif(results) +\t\treturn (unescape(results[2])); +\telse +\t\treturn null; +} + +function highlightReply(id) +{ +\tif(window.event !== undefined && event.which == 2) { +\t\t// don't highlight on middle click +\t\treturn true; +\t} +\t +\tvar divs = document.getElementsByTagName('div'); +\tfor (var i = 0; i < divs.length; i++) +\t{ +\t\tif (divs[i].className.indexOf('post') != -1) +\t\t\tdivs[i].className = divs[i].className.replace(/highlighted/, ''); +\t} +\tif (id) { +\t\tpost = document.getElementById('reply_'+id); +\t\tif(post) +\t\t\tpost.className += ' highlighted'; +\t} +} +function focusId(id) +{ +\tdocument.getElementById(id).focus(); +\tinit(); +} + +function generatePassword() { +\tpass = ''; +\tchars = '"; + // line 37 + echo $this->getAttribute($this->getContext($context, 'config'), "genpassword_chars", array(), "any", false); + echo "'; +\tfor(i=0;i<8;i++) { +\t\trnd = Math.floor(Math.random() * chars.length); +\t\tpass += chars.substring(rnd,rnd + 1); +\t} +\treturn pass; +} + +function dopost(form) { +\tlocalStorage.name = form.name.value.replace(/ ##.+\$/, ''); +\tif(form.email.value != 'sage') +\t\tlocalStorage.email = form.email.value; +\t +\tsaved[document.location] = form.body.value; +\tsessionStorage.body = JSON.stringify(saved); +\t +\treturn form.body.value != \"\" || form.file.value != \"\"; +} +function citeReply(id) { +\tbody = document.getElementById('body'); +\t +\tif (document.selection) { +\t\t// IE +\t\tbody.focus(); +\t\tsel = document.selection.createRange(); +\t\tsel.text = '>>' + id + '\\n'; +\t} else if (body.selectionStart || body.selectionStart == '0') { +\t\t// Mozilla +\t\tstart = body.selectionStart; +\t\tend = body.selectionEnd; +\t\tbody.value = body.value.substring(0, start) + '>>' + id + '\\n' + body.value.substring(end, body.value.length); +\t} else { +\t\t// ??? +\t\tbody.value += '>>' + id + '\\n'; +\t} +} + +var selectedstyle = '"; + // line 74 + echo $this->getAttribute($this->getAttribute($this->getContext($context, 'config'), "default_stylesheet", array(), "any", false), 0, array(), "any", false); + echo "'; +var styles = [ +\t"; + // line 76 + $context['_parent'] = (array) $context; + $context['_seq'] = twig_ensure_traversable($this->getContext($context, 'stylesheets')); + $context['loop'] = array( + 'parent' => $context['_parent'], + 'index0' => 0, + 'index' => 1, + 'first' => true, + ); + if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof Countable)) { + $length = count($context['_seq']); + $context['loop']['revindex0'] = $length - 1; + $context['loop']['revindex'] = $length; + $context['loop']['length'] = $length; + $context['loop']['last'] = 1 === $length; + } + foreach ($context['_seq'] as $context['_key'] => $context['stylesheet']) { + echo "['"; + echo $this->getAttribute($this->getContext($context, 'stylesheet'), "name", array(), "any", false); + echo "', '"; + echo $this->getAttribute($this->getContext($context, 'stylesheet'), "uri", array(), "any", false); + echo "']"; + if ((!$this->getAttribute($this->getContext($context, 'loop'), "last", array(), "any", false))) { + echo ", +\t"; + } + ++$context['loop']['index0']; + ++$context['loop']['index']; + $context['loop']['first'] = false; + if (isset($context['loop']['length'])) { + --$context['loop']['revindex0']; + --$context['loop']['revindex']; + $context['loop']['last'] = 0 === $context['loop']['revindex0']; + } + } + $_parent = $context['_parent']; + unset($context['_seq'], $context['_iterated'], $context['_key'], $context['stylesheet'], $context['_parent'], $context['loop']); + $context = array_merge($_parent, array_intersect_key($context, $_parent)); + // line 77 + echo " +]; +var saved = {}; + +function changeStyle(x) { +\tlocalStorage.stylesheet = styles[x][1]; +\tdocument.getElementById('stylesheet').href = styles[x][1]; +\tselectedstyle = styles[x][0]; +} + +if(localStorage.stylesheet) { +\tfor(x=0;xgetAttribute($this->getAttribute($this->getContext($context, 'config'), "cookies", array(), "any", false), "js", array(), "any", false); + echo "')) { +\t\t\t\t// Remove successful posts +\t\t\t\tsuccessful = JSON.parse(get_cookie('"; + // line 114 + echo $this->getAttribute($this->getAttribute($this->getContext($context, 'config'), "cookies", array(), "any", false), "js", array(), "any", false); + echo "')); +\t\t\t\tfor (var url in successful) { +\t\t\t\t\tsaved[url] = null; +\t\t\t\t} +\t\t\t\tsessionStorage.body = JSON.stringify(saved); +\t\t\t\t +\t\t\t\tdocument.cookie = '"; + // line 120 + echo $this->getAttribute($this->getAttribute($this->getContext($context, 'config'), "cookies", array(), "any", false), "js", array(), "any", false); + echo "={};expires=0;path=/;'; +\t\t\t} +\t\t\tif(saved[document.location]) { +\t\t\t\tdocument.forms.post.body.value = saved[document.location]; +\t\t\t} +\t\t} +\t\t +\t\tif(localStorage.body) { +\t\t\tdocument.forms.post.body.value = localStorage.body; +\t\t\tlocalStorage.body = ''; +\t\t} +\t} +} + +function init_expanding() { +\tlink = document.getElementsByTagName('a'); +\tfor ( i in link ) { +\t\tif(typeof link[i] == \"object\" && link[i].childNodes[0].src && link[i].className != 'file') { +\t\t\tlink[i].onclick = function(e) { +\t\t\t\tif(e.which == 2) { +\t\t\t\t\treturn true; +\t\t\t\t} +\t\t\t\tif(!this.tag) { +\t\t\t\t\tthis.tag = this.childNodes[0].src; +\t\t\t\t\tthis.childNodes[0].src = this.href; +\t\t\t\t\tthis.childNodes[0].style.width = 'auto'; +\t\t\t\t\tthis.childNodes[0].style.height = 'auto'; +\t\t\t\t\tthis.childNodes[0].style.opacity = '0.4'; +\t\t\t\t\tthis.childNodes[0].style.filter = 'alpha(opacity=40)'; +\t\t\t\t\tthis.childNodes[0].onload = function() { +\t\t\t\t\t\tthis.style.opacity = '1'; +\t\t\t\t\t\tthis.style.filter = ''; +\t\t\t\t\t} +\t\t\t\t} else { +\t\t\t\t\tthis.childNodes[0].src = this.tag; +\t\t\t\t\tthis.childNodes[0].style.width = 'auto'; +\t\t\t\t\tthis.childNodes[0].style.height = 'auto'; +\t\t\t\t\tthis.tag = ''; +\t\t\t\t} +\t\t\t\treturn false; +\t\t\t} +\t\t\t +\t\t} +\t} +} + +function init() +{ +\tnewElement = document.createElement('div'); +\tnewElement.className = 'styles'; +\t +\tfor(x=0;xgetAttribute($this->getContext($context, 'config'), "inline_expanding", array(), "any", false)) { + echo "init_expanding();"; + } + echo " +} + +var RecaptchaOptions = { +\ttheme : 'clean' +}; + +window.onload = init; +"; + // line 197 + if ($this->getAttribute($this->getContext($context, 'config'), "google_analytics", array(), "any", false)) { + echo " + +var _gaq = _gaq || [];_gaq.push(['_setAccount', '"; + // line 199 + echo $this->getAttribute($this->getContext($context, 'config'), "google_analytics", array(), "any", false); + echo "']);"; + if ($this->getAttribute($this->getContext($context, 'config'), "google_analytics_domain", array(), "any", false)) { + echo "_gaq.push(['_setDomainName', '"; + echo $this->getAttribute($this->getContext($context, 'config'), "google_analytics_domain", array(), "any", false); + echo "'])"; + } + if ((!$this->getAttribute($this->getContext($context, 'config'), "google_analytics_domain", array(), "any", false))) { + echo "_gaq.push(['_setDomainName', 'none'])"; + } + echo ";_gaq.push(['_trackPageview']);(function() {var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);})();"; + } + } + + public function getTemplateName() + { + return "main.js"; + } + + public function isTraitable() + { + return false; + } +} diff --git a/templates/index.html b/templates/index.html index 5ac1f639..35cdd694 100644 --- a/templates/index.html +++ b/templates/index.html @@ -125,7 +125,7 @@ {% trans %}Password{% endtrans %} - + {% trans %}(For file deletion.){% endtrans %} diff --git a/templates/thread.html b/templates/thread.html index 4f865206..f738c712 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -118,7 +118,7 @@ {% trans %}Password{% endtrans %} - + {% trans %}(For file deletion.){% endtrans %}