";
// line 15
ob_start(function () { return ''; });
/* xgettext:no-php-format */ echo strtr(__("%themeName% needs to set-up a connection to your MySQL database."), array("%themeName%" => ($context["themeName"] ?? null), ));
$context["message"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 16
echo " ";
echo $context["forms"]->getmessage(($context["message"] ?? null));
echo "
";
// line 18
ob_start(function () { return ''; });
echo __("If you have not yet created an empty database and database user for Xibo to use, and know the user name / password of a MySQL administrator stay on this tab, otherwise click \"Use Existing\".");
$context["message"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 19
echo " ";
echo $context["forms"]->getmessage(($context["message"] ?? null));
echo "
";
// line 21
ob_start(function () { return ''; });
echo __("Create a new database");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 22
echo " ";
ob_start(function () { return ''; });
echo __("Select to create a new database");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 23
echo " ";
echo $context["forms"]->getradio("db_create", "db_create1", ($context["title"] ?? null), $this->getAttribute(($context["flash"] ?? null), "db_create", []), ($context["helpText"] ?? null), "", "", 1);
echo "
";
// line 25
ob_start(function () { return ''; });
echo __("Host");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 26
echo " ";
ob_start(function () { return ''; });
echo __("Please enter the hostname for the MySQL server. This is usually localhost.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 27
echo " ";
echo $context["forms"]->getinput("host", ($context["title"] ?? null), $this->getAttribute(($context["flash"] ?? null), "new_db_host", []), ($context["helpText"] ?? null));
echo "
";
// line 29
ob_start(function () { return ''; });
echo __("Admin Username");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 30
echo " ";
ob_start(function () { return ''; });
echo __("Please enter the user name of an account that has administrator privileges on the MySQL server.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 31
echo " ";
echo $context["forms"]->getinput("admin_username", ($context["title"] ?? null), $this->getAttribute(($context["flash"] ?? null), "db_admin_user", []), ($context["helpText"] ?? null));
echo "
";
// line 33
ob_start(function () { return ''; });
echo __("Admin Password");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 34
echo " ";
ob_start(function () { return ''; });
echo __("Please enter password for the Admin account.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 35
echo " ";
echo $context["forms"]->getpassword("admin_password", ($context["title"] ?? null), $this->getAttribute(($context["flash"] ?? null), "db_admin_pass", []), ($context["helpText"] ?? null));
echo "
";
// line 37
ob_start(function () { return ''; });
echo __("Database Name");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 38
echo " ";
ob_start(function () { return ''; });
echo __("Please enter the name of the database that should be created.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 39
echo " ";
echo $context["forms"]->getinput("db_name", ($context["title"] ?? null), $this->getAttribute(($context["flash"] ?? null), "new_db_name", []), ($context["helpText"] ?? null));
echo "
";
// line 41
ob_start(function () { return ''; });
echo __("Database Username");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 42
echo " ";
ob_start(function () { return ''; });
echo __("Please enter the name of the database user that should be created.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 43
echo " ";
echo $context["forms"]->getinput("db_username", ($context["title"] ?? null), $this->getAttribute(($context["flash"] ?? null), "new_db_user", []), ($context["helpText"] ?? null));
echo "
";
// line 45
ob_start(function () { return ''; });
echo __("Database Password");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 46
echo " ";
ob_start(function () { return ''; });
echo __("Please enter a password for this user.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 47
echo " ";
echo $context["forms"]->getpassword("db_password", ($context["title"] ?? null), $this->getAttribute(($context["flash"] ?? null), "new_db_pass", []), ($context["helpText"] ?? null));
echo "
";
// line 50
ob_start(function () { return ''; });
echo __("Use an existing database");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 51
echo " ";
ob_start(function () { return ''; });
echo __("Select to use an existing database. Please note that when you use an existing database it must be empty of all other contents.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 52
echo " ";
echo $context["forms"]->getradio("db_create", "db_create2", ($context["title"] ?? null), $this->getAttribute(($context["flash"] ?? null), "db_create", []), ($context["helpText"] ?? null), "", "", 2);
echo "
";
// line 54
ob_start(function () { return ''; });
echo __("Host");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 55
echo " ";
ob_start(function () { return ''; });
echo __("Please enter the hostname for the MySQL server. This is usually localhost.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 56
echo " ";
echo $context["forms"]->getinput("existing_host", ($context["title"] ?? null), $this->getAttribute(($context["flash"] ?? null), "existing_db_host", []), ($context["helpText"] ?? null));
echo "
";
// line 58
ob_start(function () { return ''; });
echo __("Database Name");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 59
echo " ";
ob_start(function () { return ''; });
echo __("Please enter the name of the database that should be used.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 60
echo " ";
echo $context["forms"]->getinput("existing_db_name", ($context["title"] ?? null), $this->getAttribute(($context["flash"] ?? null), "existing_db_name", []), ($context["helpText"] ?? null));
echo "
";
// line 62
ob_start(function () { return ''; });
echo __("Database Username");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 63
echo " ";
ob_start(function () { return ''; });
echo __("Please enter the name of the database user that should be used.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 64
echo " ";
echo $context["forms"]->getinput("existing_db_username", ($context["title"] ?? null), $this->getAttribute(($context["flash"] ?? null), "existing_db_user", []), ($context["helpText"] ?? null));
echo "
";
// line 66
ob_start(function () { return ''; });
echo __("Database Password");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 67
echo " ";
ob_start(function () { return ''; });
echo __("Please enter a password for this user.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 68
echo " ";
echo $context["forms"]->getpassword("existing_db_password", ($context["title"] ?? null), $this->getAttribute(($context["flash"] ?? null), "existing_db_pass", []), ($context["helpText"] ?? null));
echo "
";
// line 72
ob_start(function () { return ''; });
echo __("Next");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 73
echo " ";
echo $context["forms"]->getbutton(($context["title"] ?? null), "submit");
echo "