forked from services/mlmmj-light-web-ecg
60 lines
2.6 KiB
PHP
60 lines
2.6 KiB
PHP
<?php
|
|
/* Smarty version 3.1.31, created on 2021-07-23 15:20:28
|
|
from "/home/pacs/ecg00/users/mlmmj/doms/list.ecogood.org/htdocs-ssl/mlmmj-light-web-ecg/misc/smarty/templates_en/error.tpl" */
|
|
|
|
/* @var Smarty_Internal_Template $_smarty_tpl */
|
|
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
|
'version' => '3.1.31',
|
|
'unifunc' => 'content_60fac21cabbde3_88848843',
|
|
'has_nocache_code' => false,
|
|
'file_dependency' =>
|
|
array (
|
|
'87eadf281c71f110fa4c4ea961640eb703d16d4a' =>
|
|
array (
|
|
0 => '/home/pacs/ecg00/users/mlmmj/doms/list.ecogood.org/htdocs-ssl/mlmmj-light-web-ecg/misc/smarty/templates_en/error.tpl',
|
|
1 => 1485891660,
|
|
2 => 'file',
|
|
),
|
|
),
|
|
'includes' =>
|
|
array (
|
|
),
|
|
),false)) {
|
|
function content_60fac21cabbde3_88848843 (Smarty_Internal_Template $_smarty_tpl) {
|
|
?>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
</head>
|
|
<body>
|
|
<div id="header">Mailing lists service</div>
|
|
<div id="error">
|
|
<?php if ($_smarty_tpl->tpl_vars['error_code']->value == 1) {?>
|
|
Domain can contain only english letters, dots, hyphens and digits.
|
|
<?php } elseif ($_smarty_tpl->tpl_vars['error_code']->value == 2) {?>
|
|
Password can contain only english letters and digits.
|
|
<?php } elseif ($_smarty_tpl->tpl_vars['error_code']->value == 3) {?>
|
|
Incorrect password.
|
|
<?php } elseif ($_smarty_tpl->tpl_vars['error_code']->value == 4) {?>
|
|
There is no such domain.
|
|
<?php } elseif ($_smarty_tpl->tpl_vars['error_code']->value == 5) {?>
|
|
Mailing list name can contain only english letters, digits and undercores.
|
|
<?php } elseif ($_smarty_tpl->tpl_vars['error_code']->value == 6) {?>
|
|
The length of a list name can not exceed 30 characters.
|
|
<?php } elseif ($_smarty_tpl->tpl_vars['error_code']->value == 7) {?>
|
|
The length of a prefix can not exceed 128 characters.
|
|
<?php } elseif ($_smarty_tpl->tpl_vars['error_code']->value == 8) {?>
|
|
The length of a footer can not exceed 1024 characters.
|
|
<?php } elseif ($_smarty_tpl->tpl_vars['error_code']->value == 9) {?>
|
|
There is an incorrect email in the subscribers list.
|
|
<?php } elseif ($_smarty_tpl->tpl_vars['error_code']->value == 10) {?>
|
|
There is an incorrect email in the moderators list.
|
|
<?php } else { ?>
|
|
Unknown error.
|
|
<?php }?>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
<?php }
|
|
}
|