Revision: 215
http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=215&view=rev
Author: christian_boltz
Date: 2007-11-11 17:54:21 -0800 (Sun, 11 Nov 2007)
Log Message:
-----------
menu.tpl.orig:
- removed superfluous, unused menu.tpl.orig file
Removed Paths:
-------------
trunk/templates/menu.tpl.orig
Deleted: trunk/templates/menu.tpl.orig
===================================================================
--- trunk/templates/menu.tpl.orig 2007-11-12 01:26:01 UTC (rev 214)
+++ trunk/templates/menu.tpl.orig 2007-11-12 01:54:21 UTC (rev 215)
@@ -1,24 +0,0 @@
-<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>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|