PostfixAdmin - web based virtual user administration interface for Postfix mail servers
https://postfixadmin.github.io/postfixadmin/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
1.1 KiB
21 lines
1.1 KiB
<!doctype html>
|
|
<html lang="{if isset($smarty.session.lang)}{$smarty.session.lang}{/if}">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
|
|
|
<title>Postfix Admin - {$smarty.server.HTTP_HOST}</title>
|
|
<link rel="shortcut icon" href="{$CONF.theme_favicon}"/>
|
|
<link rel="stylesheet" type="text/css" href="{$CONF.theme_css}"/>
|
|
{if $CONF.theme_custom_css}
|
|
<link rel="stylesheet" type="text/css" href="{$CONF.theme_custom_css}"/>
|
|
{/if}
|
|
|
|
<script src="{$rel_path}jquery-1.12.4.min.js"></script>
|
|
<script src="{$rel_path}css/bootstrap-3.4.1-dist/js/moment-with-locales.min.js"></script>
|
|
<script src="{$rel_path}css/bootstrap-3.4.1-dist/js/bootstrap.min.js"></script>
|
|
<script src="{$rel_path}css/bootstrap-3.4.1-dist/js/bootstrap-datetimepicker.min.js"></script>
|
|
</head>
|
|
<body class="lang-{if isset($smarty.session.lang)}{$smarty.session.lang}{/if} page-{$smarty_template} {if isset($table)}page-{$smarty_template}-{$table}{/if}">
|