123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163 |
- <?php
- /* display/results/options_block.twig */
- class __TwigTemplate_a6fa1e69439413be8f33617e483eb77890b75b182efb2eed93a5909828a68119 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 "<form method=\"post\" action=\"sql.php\" name=\"displayOptionsForm\" class=\"ajax print_ignore\">
- ";
- // line 2
- echo PhpMyAdmin\Url::getHiddenInputs(["db" => // line 3
- (isset($context["db"]) ? $context["db"] : null), "table" => // line 4
- (isset($context["table"]) ? $context["table"] : null), "sql_query" => // line 5
- (isset($context["sql_query"]) ? $context["sql_query"] : null), "goto" => // line 6
- (isset($context["goto"]) ? $context["goto"] : null), "display_options_form" => 1]);
- // line 8
- echo "
- ";
- // line 10
- echo PhpMyAdmin\Util::getDivForSliderEffect("", _gettext("Options"));
- echo "
- <fieldset>
- <div class=\"formelement\">
- ";
- // line 14
- echo " ";
- echo PhpMyAdmin\Util::getRadioFields("pftext", ["P" => _gettext("Partial texts"), "F" => _gettext("Full texts")], // line 20
- (isset($context["pftext"]) ? $context["pftext"] : null), true, true, "", ("pftext_" . // line 24
- (isset($context["unique_id"]) ? $context["unique_id"] : null)));
- // line 25
- echo "
- </div>
- ";
- // line 28
- if (((isset($context["relwork"]) ? $context["relwork"] : null) && (isset($context["displaywork"]) ? $context["displaywork"] : null))) {
- // line 29
- echo " <div class=\"formelement\">
- ";
- // line 30
- echo PhpMyAdmin\Util::getRadioFields("relational_display", ["K" => _gettext("Relational key"), "D" => _gettext("Display column for relationships")], // line 36
- (isset($context["relational_display"]) ? $context["relational_display"] : null), true, true, "", ("relational_display_" . // line 40
- (isset($context["unique_id"]) ? $context["unique_id"] : null)));
- // line 41
- echo "
- </div>
- ";
- }
- // line 44
- echo "
- <div class=\"formelement\">
- ";
- // line 46
- $this->loadTemplate("checkbox.twig", "display/results/options_block.twig", 46)->display(["html_field_name" => "display_binary", "label" => _gettext("Show binary contents"), "checked" => !twig_test_empty( // line 49
- (isset($context["display_binary"]) ? $context["display_binary"] : null)), "onclick" => false, "html_field_id" => ("display_binary_" . // line 51
- (isset($context["unique_id"]) ? $context["unique_id"] : null))]);
- // line 53
- echo " ";
- $this->loadTemplate("checkbox.twig", "display/results/options_block.twig", 53)->display(["html_field_name" => "display_blob", "label" => _gettext("Show BLOB contents"), "checked" => !twig_test_empty( // line 56
- (isset($context["display_blob"]) ? $context["display_blob"] : null)), "onclick" => false, "html_field_id" => ("display_blob_" . // line 58
- (isset($context["unique_id"]) ? $context["unique_id"] : null))]);
- // line 60
- echo " </div>
- ";
- // line 66
- echo " <div class=\"formelement\">
- ";
- // line 67
- $this->loadTemplate("checkbox.twig", "display/results/options_block.twig", 67)->display(["html_field_name" => "hide_transformation", "label" => _gettext("Hide browser transformation"), "checked" => !twig_test_empty( // line 70
- (isset($context["hide_transformation"]) ? $context["hide_transformation"] : null)), "onclick" => false, "html_field_id" => ("hide_transformation_" . // line 72
- (isset($context["unique_id"]) ? $context["unique_id"] : null))]);
- // line 74
- echo " </div>
- ";
- // line 77
- if ((isset($context["possible_as_geometry"]) ? $context["possible_as_geometry"] : null)) {
- // line 78
- echo " <div class=\"formelement\">
- ";
- // line 79
- echo PhpMyAdmin\Util::getRadioFields("geoOption", ["GEOM" => _gettext("Geometry"), "WKT" => _gettext("Well Known Text"), "WKB" => _gettext("Well Known Binary")], // line 86
- (isset($context["geo_option"]) ? $context["geo_option"] : null), true, true, "", ("geoOption_" . // line 90
- (isset($context["unique_id"]) ? $context["unique_id"] : null)));
- // line 91
- echo "
- </div>
- ";
- } else {
- // line 94
- echo " <div class=\"formelement\">
- ";
- // line 95
- echo twig_escape_filter($this->env, (isset($context["possible_as_geometry"]) ? $context["possible_as_geometry"] : null), "html", null, true);
- echo "
- ";
- // line 96
- echo PhpMyAdmin\Util::getRadioFields("geoOption", ["WKT" => _gettext("Well Known Text"), "WKB" => _gettext("Well Known Binary")], // line 102
- (isset($context["geo_option"]) ? $context["geo_option"] : null), true, true, "", ("geoOption_" . // line 106
- (isset($context["unique_id"]) ? $context["unique_id"] : null)));
- // line 107
- echo "
- </div>
- ";
- }
- // line 110
- echo " <div class=\"clearfloat\"></div>
- </fieldset>
- <fieldset class=\"tblFooters\">
- <input type=\"submit\" value=\"";
- // line 114
- echo _gettext("Go");
- echo "\" />
- </fieldset>
- </div>";
- // line 117
- echo "</form>
- ";
- }
- public function getTemplateName()
- {
- return "display/results/options_block.twig";
- }
- public function isTraitable()
- {
- return false;
- }
- public function getDebugInfo()
- {
- return array ( 132 => 117, 127 => 114, 121 => 110, 116 => 107, 114 => 106, 113 => 102, 112 => 96, 108 => 95, 105 => 94, 100 => 91, 98 => 90, 97 => 86, 96 => 79, 93 => 78, 91 => 77, 86 => 74, 84 => 72, 83 => 70, 82 => 67, 79 => 66, 75 => 60, 73 => 58, 72 => 56, 70 => 53, 68 => 51, 67 => 49, 66 => 46, 62 => 44, 57 => 41, 55 => 40, 54 => 36, 53 => 30, 50 => 29, 48 => 28, 43 => 25, 41 => 24, 40 => 20, 38 => 14, 32 => 10, 28 => 8, 26 => 6, 25 => 5, 24 => 4, 23 => 3, 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/results/options_block.twig", "D:\\PHP_www\\phpMyAdmin4.8.5\\templates\\display\\results\\options_block.twig");
- }
- }
|