📄 patch_apply_tbl.tpl
字号:
{* $Id: patch_apply_tbl.tpl,v 1.2 2004/05/20 13:59:11 svowl Exp $ *}<TABLE cellpadding="1" cellspacing="2" border="0" width="100%" valign="top"><TR><TD height="14" class="TableHead" nowrap>{$lng.lbl_file}</TD><TD height="14" class="TableHead" nowrap width="100">{$lng.lbl_status}</TD></TR>{section name=index loop=$files}<TR {if %index.index% mod 2 eq 0} class="TableLine"{/if}><TD>{$files[index].orig_file}</TD><TD>{if $files[index].status eq "OK"}<FONT color="green">{$lng.lbl_ok}</FONT>{else}<FONT color="red">{$files[index].status}</FONT>{/if}</TD></TR>{/section}</TABLE><BR><BR>{$lng.txt_patch_status_legend}<BR><BR>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -