You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
1.5 KiB
Smarty
25 lines
1.5 KiB
Smarty
<div id="submenu">
|
|
<a target="_top" href="<?php print $_SERVER['PHP_SELF']; ?>"><?php print date("Y/m/d - H:i"); ?></a>·
|
|
<?php
|
|
if (($CONF['show_footer_text'] == "YES") and ($CONF['footer_link']))
|
|
{
|
|
print "<a target=\"_top\" href=\"" . $CONF['footer_link'] . "\">" . $CONF['footer_text'] . "</a>·\n";
|
|
}
|
|
?>
|
|
<a target="_blank" href="http://postfixadmin.com/?version=<?php print $version; ?>"><?php print $PALANG['check_update']; ?></a>·
|
|
<a target="_blank" href="http://postfixadmin.com/">Postfix Admin <?php print $version; ?></a>
|
|
</div>
|
|
<div id="menu">
|
|
<a target="_top" href="overview.php"><?php print $PALANG['pMenu_overview']; ?></a>·
|
|
<?php $url = "create-alias.php"; if (isset ($_GET['domain'])) $url .= "?domain=" . $_GET['domain']; ?>
|
|
<a target="_top" href="<?php print $url; ?>"><?php print $PALANG['pMenu_create_alias']; ?></a>·
|
|
<?php $url = "create-mailbox.php"; if (isset ($_GET['domain'])) $url .= "?domain=" . $_GET['domain']; ?>
|
|
<a target="_top" href="<?php print $url; ?>"><?php print $PALANG['pMenu_create_mailbox']; ?></a>·
|
|
<a target="_top" href="sendmail.php"><?php print $PALANG['pMenu_sendmail']; ?></a>·
|
|
<a target="_top" href="password.php"><?php print $PALANG['pMenu_password']; ?></a>·
|
|
<a target="_top" href="viewlog.php"><?php print $PALANG['pMenu_viewlog']; ?></a>·
|
|
<a target="_top" href="logout.php"><?php print $PALANG['pMenu_logout']; ?></a>
|
|
</div>
|
|
<?php if (file_exists (realpath ("motd.txt"))) include ("motd.txt"); ?>
|
|
<p>
|