?? atracking_logins.tpl
字號:
{* $Id: atracking_logins.tpl,v 1.8 2004/05/28 12:20:56 max Exp $ *}{if $statistics}<TABLE border="0" cellpadding="0" cellspacing="0" width="100%"><TR><TD bgcolor="#000000"><TABLE border="0" cellpadding="2" cellspacing="1" width="100%"><TR><TH width="10%" height="16" class="TableHead" nowrap>{$lng.lbl_date}</TH><TH width="70%" height="16" class="TableHead" nowrap align="left">{$lng.lbl_login}</TH><TH width="10%" height="16" class="TableHead" nowrap>{$lng.lbl_usertype}</TH><TH width="10%" height="16" class="TableHead" nowrap>{$lng.lbl_action}</TH><TH width="10%" height="16" class="TableHead" nowrap>{$lng.lbl_ip_address}</TH><TH width="10%" height="16" class="TableHead" nowrap>{$lng.lbl_status}</TH></TR>{section name=idx loop=$statistics}<TR><TD bgcolor="#FFFFFF"><NOBR>{$statistics[idx].date_time|date_format:$config.Appearance.datetime_format}</NOBR></TD><TD bgcolor="#FFFFFF"><A href="user_modify.php?user={$statistics[idx].login}&usertype={$statistics[idx].usertype}">{$statistics[idx].login}</TD><TD bgcolor="#FFFFFF">{$statistics[idx].usertype}</TD><TD bgcolor="#FFFFFF">{$statistics[idx].action}</TD><TD bgcolor="#FFFFFF">{$statistics[idx].ip}</TD><TD bgcolor="#FFFFFF">{if $statistics[idx].status ne "success"}<FONT class="Star"><B>{/if}{$statistics[idx].status}{if $statistics[idx].status ne "success"}</B></FONT>{/if}</TD></TR>{/section}</TABLE></TD></TR></TABLE><BR><FORM action="statistics.php{if $smarty.server.QUERY_STRING}?{$smarty.server.QUERY_STRING}{/if}" method="POST" name="delloghistoryform"><INPUT type="hidden" name="action" value="delete"><INPUT type="submit" value="{$lng.lbl_delete_for_selected_dates}"> <INPUT type="button" value="{$lng.lbl_delete_all}" onclick="javascript:document.delloghistoryform.action.value='delete_all'; document.delloghistoryform.submit();"></FORM>{else}<BR><DIV align="center">{$lng.txt_login_history_empty}</DIV>{/if}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -