📄 ems.php
字号:
<?php
/**
* ECSHOP EMS plug-in's language file
* ============================================================================
* All right reserved (C) 2005-2007 Beijing Yi Shang Interactive Technology
* Development Ltd.
* Web site: http://www.ecshop.com
* ----------------------------------------------------------------------------
* This is a free/open source software;it mean that you can modify, use and
* republish the program code, on the premise of that your behavior is not for
* commercial purposes.
* ============================================================================
* $Author: zblikai $
* $Id: ems.php 15646 2009-02-23 08:33:00Z zblikai $
*/
$_LANG['ems'] = 'EMS express mail service';
$_LANG['ems_express_desc'] = 'EMS express mail service\'s description';
//$_LANG['fee_compute_mode'] = 'Cost calculation method';
$_LANG['item_fee'] = 'Single commodity costs:';
$_LANG['base_fee'] = 'Cost less than 500g:';
$_LANG['step_fee'] = 'In addition, every less than or equal to 500g:';
$_LANG['shipping_print'] = '<table style="width:18.8cm" border="0" cellspacing="0" cellpadding="0">
<tr>
<td style="height:3.2cm;"> </td>
</tr>
</table>
<table style="width:18.8cm;" border="0" cellspacing="0" cellpadding="0">
<tr>
<td style="width:8.9cm;">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td style="width:1.6cm; height:0.7cm;"> </td>
<td style="width:2.3cm;">{$shop_name}</td>
<td style="width:2cm;"> </td>
<td>{$service_phone}</td>
</tr>
<tr>
<td colspan="4" style="height:0.7cm; padding-left:1.6cm;">{$shop_name}</td>
</tr>
<tr>
<td> </td>
<td colspan="3" style="height:1.7cm;">{$shop_address}</td>
</tr>
<tr>
<td colspan="3" style="width:6.3cm; height:0.5cm;"></td>
<td> </td>
</tr>
</table>
</td>
<td style="width:0.4cm;"></td>
<td style="width:9.5cm;">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td style="width:1.6cm; height:0.7cm;"> </td>
<td style="width:2.3cm;">{$order.consignee}</td>
<td style="width:2cm;"> </td>
<td>{$order.mobile}</td>
</tr>
<tr>
<td colspan="4" style="height:0.7cm;"> </td>
</tr>
<tr>
<td> </td>
<td colspan="3" style="height:1.7cm;">{$order.address}</td>
</tr>
<tr>
<td colspan="3" style="width:6.3cm; height:0.5cm;"></td>
<td>{$order.zipcode}</td>
</tr>
</table>
</td>
</tr>
</table>
<table style="width:18.8cm" border="0" cellspacing="0" cellpadding="0">
<tr>
<td style="height:5.1cm;"> </td>
</tr>
</table>';
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -