opensmtpdadmin/templates/main.tpl

33 lines
1.1 KiB
Smarty

<div id="main_menu">
<table>
<tr>
<td nowrap><a target="_top" href="list-domain.php"><?php echo $LANG['Menu_overview']; ?></a></td>
<td><?php echo $LANG['Main_overview']; ?></td>
</tr>
<tr>
<td nowrap><a target="_top" href="add-alias.php"><?php echo $LANG['Menu_create_alias']; ?></a></td>
<td><?php echo $LANG['Main_create_alias']; ?></td>
</tr>
<tr>
<td nowrap><a target="_top" href="add-mailbox.php"><?php echo $LANG['Menu_create_mailbox']; ?></a></td>
<td><?php echo $LANG['Main_create_mailbox']; ?></td>
</tr>
<tr>
<td nowrap><a target="_top" href="sendmail.php"><?php echo $LANG['Menu_sendmail']; ?></a></td>
<td><?php echo $LANG['Main_sendmail']; ?></td>
</tr>
<tr>
<td nowrap><a target="_top" href="password.php"><?php echo $LANG['Menu_password']; ?></a></td>
<td><?php echo $LANG['Main_password']; ?></td>
</tr>
<tr>
<td nowrap><a target="_top" href="viewlog.php"><?php echo $LANG['Menu_viewlog']; ?></a></td>
<td><?php echo $LANG['Main_viewlog']; ?></td>
</tr>
<tr>
<td nowrap><a target="_top" href="logout.php"><?php echo $LANG['Menu_logout']; ?></a></td>
<td><?php echo $LANG['Main_logout']; ?></td>
</tr>
</table>
</div>