⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 general.tpl

📁 NetGou商城购物系统是一款功能强大完善、操作界面友好、可扩展性好、专门针对个人和企业进行网上销售而开发的一套商城购物系统。 它具有完善的商品管理、订单管理、销售统计、新闻管理、结算系统、税率系统、
💻 TPL
📖 第 1 页 / 共 2 页
字号:
{include file="page_title.tpl" title=$lng.lbl_general_info}
{capture name=dialog}
<TABLE border="0" cellpadding="2" cellspacing="0" width="100%">
<TR>
<TD colspan="2" height="30">
{$lng.txt_auth_code_text} <B>{$auth_code}</B>
</TD>
</TR>
<TR>
<TD class="TableHead" colspan="2" height="16"><FONT class="TopLabel">{$lng.lbl_license_info}</FONT></TD>
</TR>
{*** LICENSE INFO ***}
<TR>
<TD colspan="2" height="30">
{$lng.txt_license_message}
</TD>
</TR>
<TR>
<TD class="TableHead" colspan="2" height="16"><FONT class="TopLabel ">{$lng.lbl_general_info}</FONT></TD>
</TR>
{*** STATUS INFO ***}
{if $active_modules.Simple_Mode eq ""}
<TR>
<TD colspan="2">
{if $single_mode}{$lng.txt_single_mode_enabled_text}{else}{$lng.txt_single_mode_disabled_text}{/if}
</TD>
</TR>
{/if}

<TR>
<TD colspan="2">
{if $config.General.shop_closed eq "Y"}
{$lng.txt_store_disabled_text}
{else}
{$lng.txt_store_enabled_text}
{/if}
</TD>
</TR>

<TR>
<TD colspan="2">
{if $config.db_backup_date eq ""}
<FONT class="AdminTitle">{$lng.txt_db_never_backuped}</FONT>
{else}
{$lng.txt_db_last_backup_date} {$config.db_backup_date|date_format:$config.Appearance.datetime_format}
{/if}
&nbsp;&nbsp;&nbsp;<A href="db_backup.php" title="{$lng.lbl_backup_database}">{$lng.lbl_click_here_to_backup} &gt;&gt;</A>
</TD>
</TR>

{if $empty_prices}
<TR>
<TD colspan="2"><FONT class="AdminTitle">{$lng.txt_N_products_with_empty_price|substitute:"products":$empty_prices}</FONT>
&nbsp;&nbsp;&nbsp;<A href="search.php" title="{$lng.lbl_search_products}">{$lng.lbl_click_here_to_check} &gt;&gt;</A>
</TD>
</TR>
{/if}

{if $active_cc.in_testmode}
<TR>
<TD colspan="2"><FONT class="AdminTitle">{$lng.txt_processor_in_test_mode|substitute:"processor_name":$active_cc_params.module_name}</FONT>
&nbsp;&nbsp;&nbsp;<A href="cc_processing.php?cc_processor={$active_cc_params.module_name|escape:url}&mode=update" title="{$lng.txt_change_settings}">{$lng.lbl_click_here_to_check} &gt;&gt;</A>
</TD>
</TR>
{/if}

{if $active_sb.in_testmode}
<TR>
<TD colspan="2"><FONT class="AdminTitle">{$lng.txt_sb_processor_in_test_mode|substitute:"processor_name":$active_sb_params.module_name}</FONT>
&nbsp;&nbsp;&nbsp;<A href="cc_processing.php?cc_processor={$active_sb_params.module_name|escape:url}&subscribe=yes&mode=update" title="{$lng.txt_change_settings}">{$lng.lbl_click_here_to_check} &gt;&gt;</A>
</TD>
</TR>
{/if}

{*** ORDERS INFO ***}
<TR><TD colspan="2">
<TABLE cellpadding="0" cellspacing="0" border="0" width="100%">
<TR>
<TD colspan="2" height="16">&nbsp;<FONT class="TopLabel">{$lng.lbl_orders_info}</FONT>&nbsp;&nbsp;&nbsp;<A href="orders.php" title="{$lng.lbl_orders_search}">{$lng.lbl_click_here_for_details} &gt;&gt;</A></TD>
</TR>
<TR>
<TD><IMG src="{$ImagesDir}/spacer.gif" width="30" height="1" alt=""><BR></TD>
<TD width="100%">
<TABLE cellpadding="3" cellspacing="1" border="0" width="90%">
<TR>
<TD class="TableHead">{$lng.lbl_status}</TD>
<TD class="TableHead" nowrap align="center">{$lng.lbl_since_last_log_in}</TD>
<TD class="TableHead" align="center">{$lng.lbl_today}</TD>
<TD class="TableHead" nowrap align="center">{$lng.lbl_this_week}</TD>
<TD class="TableHead" nowrap align="center">{$lng.lbl_this_month}</TD>
</TR>
{assign var="index" value="0"}
{foreach key=key item=item from=$orders}
<TR {if ($index mod 2) eq 0} class="TableLine"{/if}>
<TD nowrap>{if $key eq "P"}{$lng.lbl_processed}{elseif $key eq "Q"}{$lng.lbl_queued}{elseif $key eq "F" or $key eq "D"}{$lng.lbl_failed}/{$lng.lbl_declined}{elseif $key eq "I"}{$lng.lbl_not_finished}{/if}:</TD>
{section name=period loop=$item}
<TD align="center">{$item[period]}</TD>
{/section}
</TR>
{math equation="x+1" x=$index assign="index"}
{/foreach}
</TABLE>
</TD>
</TR>
</TABLE>
</TD></TR>

{*** SHIPPING METHODS INFO ***}
{if $config.Shipping.disable_shipping eq "Y"}
<TR>
<TD colspan="2">&nbsp;<FONT class="AdminTitle">{$lng.txt_shipping_disabled_text}</FONT>&nbsp;&nbsp;&nbsp;<A href="{$catalogs.admin}/configuration.php?option=Shipping" title="{$lng.lbl_general_settings}/{$lng.lbl_shipping_options}">{$lng.lbl_click_here_to_change} >></A></TD>
</TR>
{else}

<TR><TD colspan="2">
<TABLE cellpadding="0" cellspacing="0" border="0" width="100%">
<TR>
<TD colspan="2" height="16">&nbsp;<FONT class="TopLabel">{$lng.lbl_shipping_methods_info}</FONT>&nbsp;&nbsp;&nbsp;<A href="shipping.php" title="{$lng.lbl_shipping_methods}">{$lng.lbl_click_here_to_define} >></A></TD>
</TR>
<TR>
<TD><IMG src="{$ImagesDir}/spacer.gif" width="30" height="1" alt=""><BR></TD>
<TD width="100%">
{if $shipping_methods_count gt "0"}
<FONT class="Text">{$lng.txt_N_shipping_methods_enabled|substitute:"count":$shipping_methods_count}:</FONT>
<BR>
<TABLE cellpadding="1" cellspacing="2" border="0" width="80%">
<TR>
<TD height="14" class="TableHead">{$lng.lbl_carrier}</TD>
<TD height="14" class="TableHead" nowrap align="center">{$lng.lbl_methods_enabled}</TD>
</TR>

{section name=idx loop=$shipping_mod_enabled}
<TR {if %idx.index% mod 2 eq 0} class="TableLine"{/if}>
<TD>{if $shipping_mod_enabled[idx].code eq "FDX"}FedEx{elseif $shipping_mod_enabled[idx].code eq "UPS"}UPS{elseif $shipping_mod_enabled[idx].code eq "USPS"}U.S.P.S.{elseif $shipping_mod_enabled[idx].code eq "DHL"}DHL{elseif $shipping_mod_enabled[idx].code eq "ABX"}Airborne{elseif $shipping_mod_enabled[idx].code eq "EWW"}Emery Worldwide{elseif $shipping_mod_enabled[idx].code eq "ANX"}AirNet Express{elseif $shipping_mod_enabled[idx].code}{$shipping_mod_enabled[idx].code}{else}{$lng.lbl_user_defined}{/if}</TD>
<TD align="center">{$shipping_mod_enabled[idx].count}</TD>
</TR>
{/section}

</TABLE>
{else}
<FONT class="AdminTitle">{$lng.txt_no_shipping_methods_enabled}</FONT>
{/if}
</TD>
</TR>
</TABLE>

</TD></TR>

<TR><TD colspan="2">&nbsp;</TD></TR>

{*** SHIPPING RATES INFO ***}

<TR><TD colspan="2">

<TABLE cellpadding="0" cellspacing="0" border="0" width="100%">
<TR>
<TD colspan="2" height="16">&nbsp;<FONT class="TopLabel">{$lng.lbl_shipping_rates_info}</FONT>&nbsp;&nbsp;&nbsp;{if $active_modules.Simple_Mode}<A href="{$catalogs.provider}/shipping_rates.php" title="{$lng.lbl_shipping_rates}">{$lng.lbl_click_here_to_define} &gt;&gt;</A>{else}({$lng.txt_only_providers_able_to_define_this}){/if}</TD>
</TR>

<TR><TD colspan="2" height="3"><IMG src="{$ImagesDir}/spacer.gif" width="1" height="3"></TD></TR>

<TR>
<TD><IMG src="{$ImagesDir}/spacer.gif" width="30" height="1" alt=""><BR></TD>
<TD width="100%"><FONT class="Text">
{if $shipping_rates_count gt "0"}
{$lng.txt_N_shipping_rates_defined|substitute:"count":$shipping_rates_count}:
</FONT>
<BR>
<TABLE cellpadding="1" cellspacing="2" border="0" width="80%">
<TR>
<TD height="14" class="TableHead">{$lng.lbl_carrier}</TD>
<TD height="14" class="TableHead" nowrap align="center">{$lng.lbl_rates_enabled}</TD>
</TR>

{section name=idx loop=$shipping_rates_enabled}
<TR>
<TD>{if $shipping_rates_enabled[idx].code eq "FDX"}FedEx{elseif $shipping_rates_enabled[idx].code eq "UPS"}UPS{elseif $shipping_rates_enabled[idx].code eq "USPS"}U.S.P.S.{elseif $shipping_rates_enabled[idx].code eq "DHL"}DHL{elseif $shipping_rates_enabled[idx].code eq "ABX"}Airborne{elseif $shipping_rates_enabled[idx].code eq "EWW"}Emery Worldwide{elseif $shipping_rates_enabled[idx].code eq "ANX"}AirNet Express{elseif $shipping_rates_enabled[idx].code}{$shipping_rates_enabled[idx].code}{else}{$lng.lbl_user_defined}{/if}</TD>
<TD align="center">{$shipping_rates_enabled[idx].count}</TD>
</TR>
{/section}

</TABLE>
{else}
<FONT class="AdminTitle">{$lng.txt_no_shipping_rates}</FONT>
{/if}
</TD>
</TR>
</TABLE>

</TD></TR>

<TR>
<TD><IMG src="{$ImagesDir}/spacer.gif" width="30" height="1" alt=""><BR></TD>
<TD width="100%"><FONT class="Text">
{if $config.Shipping.realtime_shipping eq "Y"}
{$lng.txt_realtime_shipping_enabled_text}
{else}
{$lng.txt_realtime_shipping_disabled_text}
{/if}
</TD>
</TR>

{/if}

<TR><TD colspan="2"><BR><BR></TD></TR>

{*** PAYMENT METHODS ***}

<TR>
<TD class="TableHead" colspan="2" height="16"><FONT class="TopLabel"><A name="PaymentsMethods" />{$lng.lbl_payments_methods_info}</FONT></TD>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -