d5dab0feeba02065cb00b04831f3f9c2bb5badd08fe5bc82ca21557f4e1f747b.php 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. <?php
  2. /* database/structure/check_all_tables.twig */
  3. class __TwigTemplate_668c7cf3a1724264cbacaf27109a7b8f7c70139db158ba6ecc5359d2234d894e extends Twig_Template
  4. {
  5. public function __construct(Twig_Environment $env)
  6. {
  7. parent::__construct($env);
  8. $this->parent = false;
  9. $this->blocks = [
  10. ];
  11. }
  12. protected function doDisplay(array $context, array $blocks = [])
  13. {
  14. // line 1
  15. echo "<div class=\"clearfloat print_ignore\">
  16. <img class=\"selectallarrow\" src=\"";
  17. // line 2
  18. echo twig_escape_filter($this->env, ($context["pma_theme_image"] ?? null), "html", null, true);
  19. echo "arrow_";
  20. echo twig_escape_filter($this->env, ($context["text_dir"] ?? null), "html", null, true);
  21. echo ".png\" width=\"38\" height=\"22\" alt=\"";
  22. echo _gettext("With selected:");
  23. echo "\" />
  24. <input type=\"checkbox\" id=\"tablesForm_checkall\" class=\"checkall_box\" title=\"";
  25. // line 3
  26. echo _gettext("Check all");
  27. echo "\" />
  28. <label for=\"tablesForm_checkall\">";
  29. // line 4
  30. echo _gettext("Check all");
  31. echo "</label>
  32. ";
  33. // line 5
  34. if ((($context["overhead_check"] ?? null) != "")) {
  35. // line 6
  36. echo " / <a href=\"#\" class=\"checkall-filter\" data-checkall-selector=\".tbl-overhead\">";
  37. echo _gettext("Check tables having overhead");
  38. echo "</a>
  39. ";
  40. }
  41. // line 8
  42. echo " <select name=\"submit_mult\" style=\"margin: 0 3em 0 3em;\">
  43. <option value=\"";
  44. // line 9
  45. echo _gettext("With selected:");
  46. echo "\" selected=\"selected\">";
  47. echo _gettext("With selected:");
  48. echo "</option>
  49. <option value=\"copy_tbl\">";
  50. // line 10
  51. echo _gettext("Copy table");
  52. echo "</option>
  53. <option value=\"show_create\">";
  54. // line 11
  55. echo _gettext("Show create");
  56. echo "</option>
  57. <option value=\"export\">";
  58. // line 12
  59. echo _gettext("Export");
  60. echo "</option>
  61. ";
  62. // line 13
  63. if (( !($context["db_is_system_schema"] ?? null) && !($context["disable_multi_table"] ?? null))) {
  64. // line 14
  65. echo " <optgroup label=\"";
  66. echo _gettext("Delete data or table");
  67. echo "\">
  68. <option value=\"empty_tbl\">";
  69. // line 15
  70. echo _gettext("Empty");
  71. echo "</option>
  72. <option value=\"drop_tbl\">";
  73. // line 16
  74. echo _gettext("Drop");
  75. echo "</option>
  76. </optgroup>
  77. <optgroup label=\"";
  78. // line 18
  79. echo _gettext("Table maintenance");
  80. echo "\">
  81. <option value=\"analyze_tbl\">";
  82. // line 19
  83. echo _gettext("Analyze table");
  84. echo "</option>
  85. <option value=\"check_tbl\">";
  86. // line 20
  87. echo _gettext("Check table");
  88. echo "</option>
  89. <option value=\"checksum_tbl\">";
  90. // line 21
  91. echo _gettext("Checksum table");
  92. echo "</option>
  93. <option value=\"optimize_tbl\">";
  94. // line 22
  95. echo _gettext("Optimize table");
  96. echo "</option>
  97. <option value=\"repair_tbl\">";
  98. // line 23
  99. echo _gettext("Repair table");
  100. echo "</option>
  101. </optgroup>
  102. <optgroup label=\"";
  103. // line 25
  104. echo _gettext("Prefix");
  105. echo "\">
  106. <option value=\"add_prefix_tbl\">";
  107. // line 26
  108. echo _gettext("Add prefix to table");
  109. echo "</option>
  110. <option value=\"replace_prefix_tbl\">";
  111. // line 27
  112. echo _gettext("Replace table prefix");
  113. echo "</option>
  114. <option value=\"copy_tbl_change_prefix\">";
  115. // line 28
  116. echo _gettext("Copy table with prefix");
  117. echo "</option>
  118. </optgroup>
  119. ";
  120. }
  121. // line 31
  122. echo " ";
  123. if (((isset($context["central_columns_work"]) || array_key_exists("central_columns_work", $context)) && ($context["central_columns_work"] ?? null))) {
  124. // line 32
  125. echo " <optgroup label=\"";
  126. echo _gettext("Central columns");
  127. echo "\">
  128. <option value=\"sync_unique_columns_central_list\">";
  129. // line 33
  130. echo _gettext("Add columns to central list");
  131. echo "</option>
  132. <option value=\"delete_unique_columns_central_list\">";
  133. // line 34
  134. echo _gettext("Remove columns from central list");
  135. echo "</option>
  136. <option value=\"make_consistent_with_central_list\">";
  137. // line 35
  138. echo _gettext("Make consistent with central list");
  139. echo "</option>
  140. </optgroup>
  141. ";
  142. }
  143. // line 38
  144. echo " </select>
  145. ";
  146. // line 39
  147. echo twig_join_filter(($context["hidden_fields"] ?? null), "
  148. ");
  149. echo "
  150. </div>
  151. ";
  152. }
  153. public function getTemplateName()
  154. {
  155. return "database/structure/check_all_tables.twig";
  156. }
  157. public function isTraitable()
  158. {
  159. return false;
  160. }
  161. public function getDebugInfo()
  162. {
  163. return array ( 151 => 39, 148 => 38, 142 => 35, 138 => 34, 134 => 33, 129 => 32, 126 => 31, 120 => 28, 116 => 27, 112 => 26, 108 => 25, 103 => 23, 99 => 22, 95 => 21, 91 => 20, 87 => 19, 83 => 18, 78 => 16, 74 => 15, 69 => 14, 67 => 13, 63 => 12, 59 => 11, 55 => 10, 49 => 9, 46 => 8, 40 => 6, 38 => 5, 34 => 4, 30 => 3, 22 => 2, 19 => 1,);
  164. }
  165. /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
  166. public function getSource()
  167. {
  168. @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
  169. return $this->getSourceContext()->getCode();
  170. }
  171. public function getSourceContext()
  172. {
  173. return new Twig_Source("", "database/structure/check_all_tables.twig", "D:\\PHP_www\\phpMyAdmin4.8.5\\templates\\database\\structure\\check_all_tables.twig");
  174. }
  175. }