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.
44 lines
1.6 KiB
Smarty
44 lines
1.6 KiB
Smarty
{if $edit || $new}
|
|
<div id="edit_form">
|
|
<form name="fetchmail" method="post" action="">
|
|
{$fetchmail_edit_row}
|
|
{else}
|
|
{assign var="colspan" value=$headers|@count}
|
|
<div id="overview">
|
|
<form name="frmOverview" method="post" action="">
|
|
<table id="log_table" border="0">
|
|
<tr>
|
|
<th colspan="{$colspan+2}">{$PALANG.pFetchmail_welcome}{$user_domains}</th>
|
|
</tr>
|
|
{#tr_header#}
|
|
{foreach from=$headers item=header}
|
|
<td>{$header}</td>
|
|
{/foreach}
|
|
<td colspan="2"> </td>
|
|
</tr>
|
|
{if $tFmail}
|
|
{foreach from=$tFmail item=row}
|
|
{#tr_hilightoff#}
|
|
<td nowrap="nowrap">{$row.mailbox} </td>
|
|
<td nowrap="nowrap">{$row.src_server} </td>
|
|
<td nowrap="nowrap">{$row.src_auth} </td>
|
|
<td nowrap="nowrap">{$row.src_user} </td>
|
|
<td nowrap="nowrap">{$row.src_folder} </td>
|
|
<td nowrap="nowrap">{$row.poll_time} </td>
|
|
<td nowrap="nowrap">{$row.fetchall} </td>
|
|
<td nowrap="nowrap">{$row.keep} </td>
|
|
<td nowrap="nowrap">{$row.protocol} </td>
|
|
<td nowrap="nowrap">{$row.usessl} </td>
|
|
<td nowrap="nowrap">{$row.date} </td>
|
|
<td nowrap="nowrap">{$row.returned_text}--x-- </td> <!-- Inhalt mit if auswerten! -->
|
|
<td><a href="fetchmail.php?edit={$row.id|escape:"url"}">{$PALANG.edit}</a></td>
|
|
<td><a href="fetchmail.php?delete={$row.id|escape:"url"}" onclick="return confirm('{$PALANG.confirm}{$PALANG.pMenu_fetchmail}:{$row.src_user}@{$row.src_server}')">{$PALANG.del}</a></td>
|
|
</tr>
|
|
{/foreach}
|
|
{/if}
|
|
</table>
|
|
</form>
|
|
</div>
|
|
<br /><a href='?new=1' class="button">{$PALANG.pFetchmail_new_entry}</a><br />
|
|
{/if}
|