?? general.tpl
字號:
{* $Id: general.tpl,v 1.12 2004/06/22 05:38:54 max Exp $ *}
{include file="page_title.tpl" title=$lng.lbl_summary last_url="general.php"}
{$lng.txt_summary_provider_top_text}
<P>
{capture name=dialog}
<TABLE border="0" cellpadding="2" cellspacing="0" width="100%">
<TR>
<TD width="10"></TD>
<TD width="100%"></TD>
</TR>
<TR>
<TD class="TableHead" colspan="2" height="16"><FONT class="TopLabel ">{$lng.lbl_general_info}</FONT></TD>
</TR>
<TR><TD colspan="2" height="5"><IMG src="{$ImagesDir}/spacer.gif" width="1" height=5></TD></TR>
{*** STATUS INFO ***}
{if $empty_prices}
<TR>
<TD colspan="2"><FONT class="AdminTitle">{$lng.txt_N_products_with_empty_price|substitute:"products":$empty_prices}</FONT>
<A href="search.php" title="{$lng.lbl_search_products}">{$lng.lbl_click_here_to_check} >></A>
</TD>
</TR>
{/if}
{if $config.Shipping.disable_shipping eq "Y"}
<TR>
<TD colspan="2"><FONT class="AdminTitle">{$lng.txt_store_admin_has_disabled_shipping_calculations}</FONT>
</TD>
</TR>
{/if}
{if $config.Shipping.realtime_shipping ne "Y" and $shipping_rates_count le "0"}
<TR>
<TD colspan="2"><FONT class="AdminTitle">{$lng.txt_have_not_defined_shipping_rates}</FONT>
<A href="shipping_rates.php" title="{$lng.lbl_shipping_rates}">{$lng.lbl_click_here_to_define} >></A>
</TD>
</TR>
{/if}
<TR><TD colspan="2"> </TD></TR>
{*** TAXES INFO ***}
<TR><TD colspan="2">
<TABLE cellpadding="0" cellspacing="0" border="0" width="100%">
<TR>
<TD colspan="2" height="16"> <FONT class="TopLabel">{$lng.lbl_taxes_info}</FONT> <A href="taxes.php" title="{$lng.lbl_tax_rates}">{$lng.lbl_click_here_for_details} >></A></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%">
<TABLE cellpadding="1" cellspacing="2" border="0" width="80%">
<TR>
<TD height="14" class="TableHead" nowrap align="center">{$lng.lbl_tax}</TD>
<TD height="14" class="TableHead" nowrap align="center">{$lng.lbl_tax_rates_count}</TD>
</TR>
{assign var="index" value="0"}
{section name=idx loop=$tax_info}
<TR {if ($index mod 2) eq 0} class="TableLine"{/if}>
<TD align="center"><A href="taxes.php?taxid={$tax_info[idx].taxid}">{$tax_info[idx].tax_name}</A></TD>
<TD align="center">
{if $tax_info[idx].count eq 0}
<FONT class="AdminTitle">{$lng.txt_warn_no_tax_rates_defined}</FONT>
{else}
{$tax_info[idx].count}
{/if}
</TD>
</TR>
{math equation="x+1" x=$index assign="index"}
{/section}
</TABLE>
</TD>
</TR>
</TABLE>
</TD></TR>
<TR><TD colspan="2"> </TD></TR>
{*** ORDERS INFO ***}
<TR><TD colspan="2">
<TABLE cellpadding="0" cellspacing="0" border="0" width="100%">
<TR>
<TD colspan="2" height="16"> <FONT class="TopLabel">{$lng.lbl_orders_info}</FONT> <A href="orders.php" title="{$lng.lbl_search_orders}">{$lng.lbl_click_here_for_details} >></A></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%">
<TABLE cellpadding="1" cellspacing="2" border="0" width="80%">
<TR>
<TD height="14" class="TableHead"> </TD>
<TD height="14" class="TableHead" nowrap align="center">{$lng.lbl_since_last_log_in}</TD>
<TD height="14" class="TableHead" align="center">{$lng.lbl_today}</TD>
<TD height="14" class="TableHead" nowrap align="center">{$lng.lbl_this_week}</TD>
<TD height="14" 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_orders_processed}{elseif $key eq "Q"}{$lng.lbl_orders_queued}{elseif $key eq "F"}{$lng.lbl_orders_failed}{elseif $key eq "D"}{$lng.lbl_orders_declined}{elseif $key eq "I"}{$lng.lbl_orders_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>
<TR><TD colspan="2"> </TD></TR>
{*** SHIPPING RATES INFO ***}
<TR><TD colspan="2">
<TABLE cellpadding="0" cellspacing="0" border="0" width="100%">
<TR>
<TD colspan="2" height="16"> <FONT class="TopLabel">{$lng.lbl_shipping_rates_info}</FONT> <A href="shipping_rates.php" title="{$lng.lbl_shipping_rates_info}">{$lng.lbl_click_here_to_define} >></A></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}
<TR><TD colspan="2"><BR></TD></TR>
<TR>
<TD colspan="2" width="100%"><FONT class="Text">{$lng.txt_you_have_defined_shipping_rates_for_the_following_zones}:</FONT><BR></TD>
</TR>
<TR>
<TD height="14" class="TableHead">{$lng.lbl_zone}</TD>
<TD height="14" class="TableHead" nowrap align="center">{$lng.lbl_rates_enabled}</TD>
</TR>
{section name=idx loop=$zone_rates}
<TR>
<TD>{$zone_rates[idx].name}</TD>
<TD align="center">{$zone_rates[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"}
{assign var="flag" value=$lng.lbl_enabled}
{else}
{assign var="flag" value=$lng.lbl_disabled}
{/if}
{$lng.txt_realtime_shipping_rates_is|substitute:"flag":$flag}
</TD>
</TR>
<TR><TD colspan="2"><BR><BR></TD></TR>
</TABLE>
{/capture}
{include file="dialog.tpl" title=$lng.lbl_summary content=$smarty.capture.dialog extra="width=100%"}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -