File: /var/lib/phpmyadmin/tmp/twig/29/2997f1798c56c28a0f4e52eae45097c5.php
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* preferences/manage/main.twig */
class __TwigTemplate_c3e10439de84d38c9001b57e48f6d7a8 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo ($context["error"] ?? null);
echo "
<script type=\"text/javascript\">
";
// line 3
echo PhpMyAdmin\Sanitize::getJsValue("Messages.strSavedOn", _gettext("Saved on: @DATE@"));
echo "
</script>
<div class=\"row\">
<div id=\"maincontainer\" class=\"container-fluid\">
<div class=\"row\">
<div class=\"col-12 col-md-7\">
<div class=\"card mt-4\">
<div class=\"card-header\">
";
// line 11
echo _gettext("Import");
// line 12
echo " </div>
<div class=\"card-body\">
<form class=\"prefs-form disableAjax\" name=\"prefs_import\" action=\"";
// line 14
echo PhpMyAdmin\Url::getFromRoute("/preferences/manage");
echo "\" method=\"post\"
enctype=\"multipart/form-data\">
";
// line 16
echo PhpMyAdmin\Url::getHiddenInputs();
echo "
<input type=\"hidden\" name=\"MAX_FILE_SIZE\" value=\"";
// line 17
echo twig_escape_filter($this->env, ($context["max_upload_size"] ?? null), "html", null, true);
echo "\">
<input type=\"hidden\" name=\"json\" value=\"\">
<input type=\"radio\" id=\"import_text_file\" name=\"import_type\" value=\"text_file\" checked=\"checked\">
<label for=\"import_text_file\"> ";
// line 20
echo _gettext("Import from file");
echo " </label>
<div id=\"opts_import_text_file\" class=\"prefsmanage_opts\">
<label for=\"input_import_file\"> ";
// line 22
echo _gettext("Browse your computer:");
echo " </label>
<input type=\"file\" name=\"import_file\" id=\"input_import_file\">
</div>
<input type=\"radio\" id=\"import_local_storage\" name=\"import_type\" value=\"local_storage\"
disabled=\"disabled\">
<label for=\"import_local_storage\"> ";
// line 27
echo _gettext("Import from browser's storage");
echo " </label>
<div id=\"opts_import_local_storage\" class=\"prefsmanage_opts disabled\">
<div class=\"localStorage-supported\">
";
// line 30
echo _gettext("Settings will be imported from your browser's local storage.");
// line 31
echo " <br>
<div class=\"localStorage-exists\">
";
// line 33
echo _gettext("Saved on: @DATE@");
// line 34
echo " </div>
<div class=\"localStorage-empty\">
";
// line 36
echo call_user_func_array($this->env->getFilter('notice')->getCallable(), [_gettext("You have no saved settings!")]);
echo "
</div>
</div>
<div class=\"localStorage-unsupported\">
";
// line 40
echo call_user_func_array($this->env->getFilter('notice')->getCallable(), [_gettext("This feature is not supported by your web browser")]);
echo "
</div>
</div>
<input type=\"checkbox\" id=\"import_merge\" name=\"import_merge\">
<label for=\"import_merge\"> ";
// line 44
echo _gettext("Merge with current configuration");
echo " </label>
<br><br>
<input class=\"btn btn-primary\" type=\"submit\" name=\"submit_import\" value=\"";
// line 46
echo twig_escape_filter($this->env, _gettext("Go"), "html", null, true);
echo "\">
</form>
</div>
</div>
";
// line 50
if (($context["exists_setup_and_not_exists_config"] ?? null)) {
// line 51
echo " ";
// line 52
echo " ";
// line 53
echo " ";
// line 54
echo " <div class=\"card mt-4\">
<div class=\"card-header\">
";
// line 56
echo _gettext("More settings");
// line 57
echo " </div>
<div class=\"card-body\">
";
// line 59
echo twig_sprintf(_gettext("You can set more settings by modifying config.inc.php, eg. by using %sSetup script%s."), "<a href=\"setup/index.php\" target=\"_blank\">", "</a>");
echo "
";
// line 60
echo \PhpMyAdmin\Html\MySQLDocumentation::showDocumentation("setup", "setup-script");
echo "
</div>
</div>
";
}
// line 64
echo " </div>
<div class=\"col-12 col-md-5\">
<div class=\"card mt-4\">
<div class=\"card-header\">
";
// line 68
echo _gettext("Export");
// line 69
echo " </div>
<div class=\"card-body\">
<div class=\"click-hide-message hide\">
";
// line 72
echo call_user_func_array($this->env->getFilter('raw_success')->getCallable(), [_gettext("Configuration has been saved.")]);
echo "
</div>
<form class=\"prefs-form disableAjax\" name=\"prefs_export\"
action=\"";
// line 75
echo PhpMyAdmin\Url::getFromRoute("/preferences/manage");
echo "\" method=\"post\">
";
// line 76
echo PhpMyAdmin\Url::getHiddenInputs();
echo "
<div>
<input type=\"radio\" id=\"export_text_file\" name=\"export_type\"
value=\"text_file\" checked=\"checked\">
<label for=\"export_text_file\">
";
// line 81
echo _gettext("Save as JSON file");
// line 82
echo " </label><br>
<input type=\"radio\" id=\"export_php_file\" name=\"export_type\" value=\"php_file\">
<label for=\"export_php_file\">
";
// line 85
echo _gettext("Save as PHP file");
// line 86
echo " </label><br>
<input type=\"radio\" id=\"export_local_storage\" name=\"export_type\" value=\"local_storage\"
disabled=\"disabled\">
<label for=\"export_local_storage\">
";
// line 90
echo _gettext("Save to browser's storage");
// line 91
echo " </label>
</div>
<div id=\"opts_export_local_storage\"
class=\"prefsmanage_opts disabled\">
<span class=\"localStorage-supported\">
";
// line 96
echo _gettext("Settings will be saved in your browser's local storage.");
// line 97
echo " <div class=\"localStorage-exists\">
<b>
";
// line 99
echo _gettext("Existing settings will be overwritten!");
// line 100
echo " </b>
</div>
</span>
<div class=\"localStorage-unsupported\">
";
// line 104
echo call_user_func_array($this->env->getFilter('notice')->getCallable(), [_gettext("This feature is not supported by your web browser")]);
echo "
</div>
</div>
<br>
<input class=\"btn btn-primary\" type=\"submit\" name=\"submit_export\" value=\"";
// line 108
echo _gettext("Go");
echo "\">
</form>
</div>
</div>
<div class=\"card mt-4\">
<div class=\"card-header\">
";
// line 114
echo _gettext("Reset");
// line 115
echo " </div>
<div class=\"card-body\">
<form class=\"prefs-form disableAjax\" name=\"prefs_reset\"
action=\"";
// line 118
echo PhpMyAdmin\Url::getFromRoute("/preferences/manage");
echo "\" method=\"post\">
";
// line 119
echo PhpMyAdmin\Url::getHiddenInputs();
echo "
";
// line 120
echo _gettext("You can reset all your settings and restore them to default values.");
// line 121
echo " <br><br>
<input class=\"btn btn-secondary\" type=\"submit\" name=\"submit_clear\" value=\"";
// line 122
echo _gettext("Reset");
echo "\">
</form>
</div>
</div>
</div>
</div>
<br class=\"clearfloat\">
</div>
</div>
</div>
";
}
public function getTemplateName()
{
return "preferences/manage/main.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 265 => 122, 262 => 121, 260 => 120, 256 => 119, 252 => 118, 247 => 115, 245 => 114, 236 => 108, 229 => 104, 223 => 100, 221 => 99, 217 => 97, 215 => 96, 208 => 91, 206 => 90, 200 => 86, 198 => 85, 193 => 82, 191 => 81, 183 => 76, 179 => 75, 173 => 72, 168 => 69, 166 => 68, 160 => 64, 153 => 60, 149 => 59, 145 => 57, 143 => 56, 139 => 54, 137 => 53, 135 => 52, 133 => 51, 131 => 50, 124 => 46, 119 => 44, 112 => 40, 105 => 36, 101 => 34, 99 => 33, 95 => 31, 93 => 30, 87 => 27, 79 => 22, 74 => 20, 68 => 17, 64 => 16, 59 => 14, 55 => 12, 53 => 11, 42 => 3, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "preferences/manage/main.twig", "/usr/share/phpmyadmin/templates/preferences/manage/main.twig");
}
}