You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
|
<head>
|
|
|
|
|
<title>{$lang.cp_home}{if $ur_here} - {$ur_here} {/if}</title>
|
|
|
|
|
<meta name="robots" content="noindex, nofollow">
|
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
|
<link href="styles/general.css" rel="stylesheet" type="text/css" />
|
|
|
|
|
<link href="styles/main.css" rel="stylesheet" type="text/css" />
|
|
|
|
|
{insert_scripts files="../js/jquery-1.9.1.min.js,../js/jquery.json.js,../js/transport_jquery.js,common.js,respond.src.js"}
|
|
|
|
|
<script language="JavaScript">
|
|
|
|
|
<!--
|
|
|
|
|
// 这里把JS用到的所有语言都赋值到这里
|
|
|
|
|
{foreach from=$lang.js_languages key=key item=item}
|
|
|
|
|
var {$key} = "{$item}";
|
|
|
|
|
{/foreach}
|
|
|
|
|
//-->
|
|
|
|
|
</script>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
|
|
<h1>
|
|
|
|
|
{if $action_link}
|
|
|
|
|
<span class="action-span"><a href="{$action_link.href}" id="actionSpan">{$action_link.text}</a></span>
|
|
|
|
|
{/if}
|
|
|
|
|
{if $action_link2}
|
|
|
|
|
<span class="action-span"><a href="{$action_link2.href}">{$action_link2.text}</a> </span>
|
|
|
|
|
{/if}
|
|
|
|
|
|
|
|
|
|
<!--ecmoban模板堂 --zhuo start 订单导出-->
|
|
|
|
|
{if $action_link3}
|
|
|
|
|
<span class="action-span" style="padding:0px;"> <a href="{$action_link3.href}">{$action_link3.text}</a> </span>
|
|
|
|
|
{/if}
|
|
|
|
|
<!--ecmoban模板堂 --zhuo end 订单导出-->
|
|
|
|
|
{if $presale_cat_link}
|
|
|
|
|
<span class="action-span"><a href="{$presale_cat_link.href}">{$presale_cat_link.text}</a> </span>
|
|
|
|
|
{/if}
|
|
|
|
|
|
|
|
|
|
<span class="action-span1"><a href="index.php?act=main">{$lang.cp_home}</a></span>{if $ur_here}<span id="search_id" class="action-span1" style="margin-left:10px;">- {$ur_here}</span>{/if}
|
|
|
|
|
<div style="clear:both"></div>
|
|
|
|
|
</h1>
|