📄 news_subscribers.tpl
字号:
{* $Id: news_subscribers.tpl,v 1.5 2004/06/02 13:01:22 max Exp $ *}{if $subscribers ne ""}<SCRIPT type="text/javascript" language="JavaScript 1.2"><!--checkboxes_form = 'subscribersform';checkboxes = new Array({foreach from=$subscribers item=v key=k}{if $k > 0},{/if}'to_delete[{$v.email}]'{/foreach}); {include file="change_all_checkboxes.tpl"}--> </SCRIPT><DIV style="line-height:170%"><A href="javascript:change_all(true);">{$lng.lbl_check_all}</A> / <A href="javascript:change_all(false);">{$lng.lbl_uncheck_all}</A></DIV>{/if}<TABLE border="0" cellpadding="3" cellspacing="1" width="100%"><TR class="TableHead"><TD width="10"> </TD><TD width="50%">{$lng.lbl_email}</TD><TD width="50%">{$lng.lbl_since_date}</TD></TR>{if $subscribers ne ""}<FORM action="news.php" method="POST" name="subscribersform"><INPUT type="hidden" name="mode" value="subscribers"><INPUT type="hidden" name="action" value=""><INPUT type="hidden" name="targetlist" value="{$targetlist}">{section name=idx loop=$subscribers}<TR><TD><INPUT type="checkbox" name="to_delete[{$subscribers[idx].email}]"></TD><TD>{$subscribers[idx].email}</TD><TD>{$subscribers[idx].since_date|date_format:$config.Appearance.date_format}</TD></TR>{/section}<TR><TD colspan="3"><BR><INPUT type="button" value="{$lng.lbl_export}" onclick='javascript:document.subscribersform.action.value="export";document.subscribersform.submit();'> <INPUT type="button" value="{$lng.lbl_delete}" onclick='javascript:if(confirm("{$lng.txt_news_list_subscribers_delete|strip_tags}")){ldelim}document.subscribersform.action.value="delete";document.subscribersform.submit();{rdelim}'> </TD></TR></FORM>{else}<TR><TD colspan="3" align="center">{$lng.txt_no_subscribers}</TD></TR>{/if}<FORM action="news.php" method="POST"><INPUT type="hidden" name="mode" value="subscribers"><INPUT type="hidden" name="action" value="add"><INPUT type="hidden" name="targetlist" value="{$targetlist}"><TR><TD colspan="3"><BR><BR><BR>{include file="main/subheader.tpl" title=$lng.lbl_add_to_maillist}</TD></TR><TR><TD colspan="3">{$lng.lbl_email}: <INPUT type="text" name="new_email" size="40"> <INPUT type="submit" value=" {$lng.lbl_add} "></TD></TR></FORM><FORM action="news.php" method="POST" enctype="multipart/form-data"><INPUT type="hidden" name="mode" value="subscribers"><INPUT type="hidden" name="action" value="import"><INPUT type="hidden" name="targetlist" value="{$targetlist}"><TR><TD colspan="3"><BR><BR>{include file="main/subheader.tpl" title=$lng.lbl_news_list_subscribers_import}</TD></TR><TR><TD colspan="3">{$lng.lbl_file_for_upload}: <INPUT type="file" size="32" name="userfile"><INPUT type="submit" value="{$lng.lbl_import}"></TD></TR></FORM></TABLE>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -