📄 general.tpl
字号:
</TR>
<TR><TD colspan="2" height="5"><IMG src="{$ImagesDir}/spacer.gif" width="1" height="5"></TD></TR>
<TR><TD colspan="2">
<BR>
{$lng.txt_payment_methods_hiding_text}
</TD></TR>
<TR><TD colspan="2"> </TD></TR>
<TR><TD colspan="2">
<TABLE cellpadding="0" cellspacing="0" border="0" width="100%">
<TR><TD colspan="2" height="16"> <FONT class="TopLabel">{$lng.lbl_payments_methods_info}:</TD></TR>
<TR><TD colspan="2" height="5"><IMG src="{$ImagesDir}/spacer.gif" width="1" height="5" alt=""></TD></TR>
<TR>
<TD><IMG src="{$ImagesDir}/spacer.gif" width="30" height="1" alt=""><BR></TD>
<TD width="100%">
<TABLE cellpadding="1" cellspacing="2" border="0" width="80%" valign="top">
<TR>
<TD height="14" class="TableHead" nowrap width>{$lng.lbl_payment_method}</TD>
<TD height="14" class="TableHead" nowrap width="20%">{$lng.lbl_status}</TD>
</TR>
{section name=idx loop=$payment_methods}
<TR {if %idx.index% mod 2 eq 0} class="TableLine"{/if}>
<TD>{$payment_methods[idx].payment_method}</TD>
<TD><NOBR>{if $payment_methods[idx].is_down}<FONT class="AdminTitle">{$lng.lbl_disfunctional}</FONT>{else}{$lng.lbl_ok}{/if}{if $payment_methods[idx].in_testmode} / <FONT class="AdminTitle">{$lng.lbl_in_test_mode}</FONT>{/if}</NOBR></TD>
</TR>
{/section}
</TABLE>
</TD></TR>
</TABLE>
</TD></TR>
<TR><TD colspan="2"><BR><BR></TD></TR>
{*** ENVIRONMENT ***}
<TR>
<TD class="TableHead" colspan="2" height="16"><FONT class="TopLabel"><A name="Environment" />{$lng.lbl_environment_info}</FONT></TD>
</TR>
<TR><TD colspan="2" height="5"><IMG src="{$ImagesDir}/spacer.gif" width="1" height="5"></TD></TR>
<TR><TD colspan="2">
<BR>
{$lng.txt_environment_info_text}
</TD></TR>
<TR><TD colspan="2"> </TD></TR>
<TR><TD colspan="2">
<TABLE cellpadding="0" cellspacing="0" border="0" width="100%">
<TR><TD colspan="2" height="16"> <FONT class="TopLabel">{$lng.lbl_environment_components_info}:</TD></TR>
<TR><TD colspan="2" height="5"><IMG src="{$ImagesDir}/spacer.gif" width="1" height="5" alt=""></TD></TR>
<TR>
<TD><IMG src="{$ImagesDir}/spacer.gif" width="30" height="1" alt=""><BR></TD>
<TD width="100%">
<TABLE cellpadding="1" cellspacing="2" border="0" width="80%" valign="top">
<TR>
<TD height="14" class="TableHead" nowrap width="100">{$lng.lbl_component}</TD>
<TD height="14" class="TableHead" nowrap>{$lng.lbl_status}</TD>
<TD height="14" class="TableHead" nowrap width="70"> </TD>
</TR>
{section name=idx loop=$environment_info}
{if $environment_info[idx].row_txt ne ""}
<TR height="14" class="TableHead"><TD colspan="3"><I>{$environment_info[idx].row_txt}</I></TD></TR>
{else}
<TR {if %idx.index% mod 2 eq 0} class="TableLine"{/if}>
<TD>{$environment_info[idx].item}</TD>
<TD>
{if $environment_info[idx].data ne ""}
{$environment_info[idx].data}
{else}
{if $environment_info[idx].warning ne ""}
<FONT class="AdminTitle">{$environment_info[idx].default}</FONT>
{else}{$environment_info[idx].default}{/if}
{/if}
</TD>
{if $environment_info[idx].details ne ""}
<TD><A href="javascript:void(0);" onclick="{$environment_info[idx].details}">{if $environment_info[idx].details_txt ne ""}{$environment_info[idx].details_txt}{else}{$lng.lbl_details}{/if} >></A></TD>
{elseif $environment_info[idx].details_txt ne ""}
<TD>{$environment_info[idx].details_txt}</TD>
{else}
<TD> </TD>
{/if}
</TR>
{/if}
{/section}
</TABLE>
</TD></TR>
</TABLE></TD></TR>
<TR><TD colspan="2"> </TD></TR>
<TR><TD colspan="2">
<TABLE cellpadding="0" cellspacing="0" border="0" width="100%">
<TR>
<TD colspan="2" height="16"> <FONT class="TopLabel">{$lng.lbl_directories_must_have_write_permissions}:</TD>
</TR>
<TR><TD colspan="2" height="5"><IMG src="{$ImagesDir}/spacer.gif" width="1" height="5"></TD></TR>
<TR>
<TD><IMG src="{$ImagesDir}/spacer.gif" width="30" height="1" alt=""><BR></TD>
<TD width="100%">
<TABLE cellpadding="1" cellspacing="2" border="0" width="80%">
<TR>
<TD height="14" class="TableHead" nowrap width="100">{$lng.lbl_directory}</TD>
<TD height="14" class="TableHead" nowrap>{$lng.lbl_status}</TD>
</TR>
{section name=dir loop=$test_dirs_rights}
<TR {if %dir.index% mod 2 eq 0} class="TableLine"{/if}>
<TD>{$test_dirs_rights[dir].directory}</TD>
<TD>
{if $test_dirs_rights[dir].exists ne "1"}<FONT class="AdminTitle">{$lng.lbl_not_exists}</FONT>
{elseif $test_dirs_rights[dir].writable ne "1"}<FONT class="AdminTitle">{$lng.lbl_not_writable}</FONT>
{else}{$lng.lbl_ok}{/if}
</TD></TR>
{/section}
</TABLE>
</TD></TR></TABLE>
</TD>
</TR>
<TR><TD colspan="2"><BR><BR><BR></TD></TR>
{*** CLEARING SECTION ***}
<FORM action="general.php" method="post" name="processform">
<TR>
<TD class="TableHead" colspan="2" height="16"><FONT class="TopLabel">{$lng.lbl_statistics_clearing}</FONT></TD>
</TR>
<TR><TD colspan="2" height="5"><IMG src="{$ImagesDir}/spacer.gif" width="1" height="5"></TD></TR>
<TR>
<TD><INPUT type="checkbox" name="track_stat" value="Y"></TD>
<TD>{$lng.lbl_clear_all_tracking_statistics}</TD>
</TR>
<TR>
<TD><INPUT type="checkbox" name="shop_stat" value="Y"></TD>
<TD>{$lng.lbl_clear_all_store_statistics}</TD>
</TR>
<TR>
<TD><INPUT type="checkbox" name="referer_stat" value="Y"></TD>
<TD>{$lng.lbl_clear_all_referrals_statistics}</TD>
</TR>
<TR>
<TD><INPUT type="checkbox" name="adaptive_stat" value="Y"></TD>
<TD>{$lng.lbl_clear_all_visitors_enviroment_statistics}</TD>
</TR>
<TR><TD colspan="2" height="5"><IMG src="{$ImagesDir}/spacer.gif" width="1" height="5"></TD></TR>
<TR>
<TD colspan="2"><INPUT type="submit" value="{$lng.lbl_apply}"><BR><BR>
{$lng.txt_clearing_statistics_note}
</TD>
</TR>
</FORM>
<TR>
<TD colspan="2"><BR></TD>
</TR>
<TR><TD colspan="2"><BR><BR></TD></TR>
{*** CLEARING PRECOMPILED TEMPLATES SECTION ***}
<TR>
<TD class="TableHead" colspan="2" height="16"><FONT class="TopLabel ">{$lng.lbl_clear_templates_cache}</FONT></TD>
</TR>
<TR><TD colspan="2" height="5"><IMG src="{$ImagesDir}/spacer.gif" width="1" height="5"></TD></TR>
<TR>
<TD colspan="2"><INPUT type="button" value="{$lng.lbl_clear}" onclick="javascript: self.location='general.php?mode=templates'"><BR><BR>
{$lng.txt_clear_templates_cache_text|substitute:"dir":$templates_cache.dir:"files":$templates_cache.files:"size":$templates_cache.size}
</TD>
</TR>
<TR><TD colspan="2"><BR><BR></TD></TR>
<FORM action="general.php" method="post" name="processform">
<TR>
<TD class="TableHead" colspan="2" height="16"><FONT class="TopLabel">{$lng.txt_credit_card_information_removal}</FONT></TD>
</TR>
<TR><TD colspan="2" height="5"><IMG src="{$ImagesDir}/spacer.gif" width="1" height="5"></TD></TR>
<TR>
<TD><INPUT type="checkbox" name="remove_ccinfo_profiles" value="Y"></TD>
<TD>{$lng.lbl_remove_from_customer_profiles}</TD>
</TR>
<TR>
<TD><INPUT type="checkbox" name="remove_ccinfo_orders" value="Y"></TD>
<TD>{$lng.lbl_remove_from_completed_orders}</TD>
</TR>
<TR><TD colspan="2" height="5"><IMG src="{$ImagesDir}/spacer.gif" width="1" height="5"></TD></TR>
<TR>
<TD colspan="2"><INPUT type="submit" value="{$lng.lbl_apply}" onclick='javascript: return confirm("{$lng.txt_cc_info_removal_warning|strip_tags}")'><BR><BR>
{$lng.txt_cc_info_removal_note}
</TD>
</TR>
</FORM>
</TABLE>
{/capture}
{include file="dialog.tpl" title=$lng.lbl_general_info content=$smarty.capture.dialog extra="width=100%"}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -