Ngiler SH3LL 360
Home
Information
Create File
Create Folder
:
/
home
/
tbf
/
tmp
/
pma_template_compiles_tbf
/
twig
/
77
/
Information Server
MySQL :
OFF
Perl :
OFF
CURL :
ON
WGET :
OFF
PKEXEC :
OFF
Directive
Local Value
IP Address
89.40.16.97
System
Linux server.atelieruldeit.ro 3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64
User
tbf
PHP Version
7.3.33
Software
Apache
Doc root
Writable
close
Edit File :
77d6e7054b2531a5a9a870d002c59e714e6bc654441b624d7bfe96402a6f020d.php
| Size :
2.97
KB
Copy
<?php /* display/export/options_format.twig */ class __TwigTemplate_a337a9c21a2eb854c8314e86f107b9890d16b516ad1fbbcdaffb588991851677 extends Twig_Template { public function __construct(Twig_Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "<div class=\"exportoptions\" id=\"format_specific_opts\"> <h3>"; // line 2 echo _gettext("Format-specific options:"); echo "</h3> <p class=\"no_js_msg\" id=\"scroll_to_options_msg\"> "; // line 4 echo _gettext("Scroll down to fill in the options for the selected format and ignore the options for other formats."); // line 5 echo " </p> "; // line 6 echo ($context["options"] ?? null); echo " </div> "; // line 9 if (($context["can_convert_kanji"] ?? null)) { // line 10 echo " "; // line 11 echo " <div class=\"exportoptions\" id=\"kanji_encoding\"> <h3>"; // line 12 echo _gettext("Encoding Conversion:"); echo "</h3> "; // line 13 $this->loadTemplate("encoding/kanji_encoding_form.twig", "display/export/options_format.twig", 13)->display($context); // line 14 echo " </div> "; } // line 16 echo " <div class=\"exportoptions\" id=\"submit\"> <input type=\"submit\" value=\""; // line 18 echo _gettext("Go"); echo "\" id=\"buttonGo\""; // line 21 if ((($context["exec_time_limit"] ?? null) > 0)) { // line 22 echo " onclick=\"check_time_out("; echo twig_escape_filter($this->env, ($context["exec_time_limit"] ?? null), "html", null, true); echo ")\""; } // line 23 echo "> </div> "; } public function getTemplateName() { return "display/export/options_format.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 69 => 23, 64 => 22, 62 => 21, 59 => 18, 55 => 16, 51 => 14, 49 => 13, 45 => 12, 42 => 11, 40 => 10, 38 => 9, 32 => 6, 29 => 5, 27 => 4, 22 => 2, 19 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Twig_Source("", "display/export/options_format.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/export/options_format.twig"); } }
Back