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.
 
 
 
 

90 lines
4.3 KiB

<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="Keywords" content="{$keywords}" />
<meta name="Description" content="{$description}" />
<!-- TemplateBeginEditable name="doctitle" -->
<title>{$page_title}</title>
<!-- TemplateEndEditable -->
<!-- TemplateBeginEditable name="head" -->
<!-- TemplateEndEditable -->
<link rel="shortcut icon" href="favicon.ico" />
<link rel="icon" href="animated_favicon.gif" type="image/gif" />
<link rel="stylesheet" type="text/css" href="themes/<?php echo $GLOBALS['_CFG']['template']; ?>/base.css" />
<link href="{$ecs_css_path}" rel="stylesheet" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS|{$page_title}" href="{$feed_url}" />
<link href="themes/<?php echo $GLOBALS['_CFG']['template']; ?>/merchants.css" rel="stylesheet" type="text/css" />
{* 包含脚本文件 *}
{insert_scripts files='jquery-1.9.1.min.js,jquery.json.js,transport_jquery.js,common.js,global.js,compare.js,search_category_menu.js'}
<script type="text/javascript" src="themes/<?php echo $GLOBALS['_CFG']['template']; ?>/js/jquery.SuperSlide.2.1.1.js"></script>
<script type="text/javascript" src="themes/<?php echo $GLOBALS['_CFG']['template']; ?>/js/sc_common.js"></script>
<script type="text/javascript" src="themes/<?php echo $GLOBALS['_CFG']['template']; ?>/js/rotate3di.js"></script>
<script type="text/javascript" src="themes/<?php echo $GLOBALS['_CFG']['template']; ?>/js/scroll_city.js"></script>
{* 包含脚本文件 *}
</head>
<body>
<!-- #BeginLibraryItem "/library/page_header_narrow.lbi" --><!-- #EndLibraryItem -->
<div class="layoutcontainer">
<div class="merIndex_top">
<div class="merIndex_small">
{* ECSHOP 提醒您:动态载入position_get_adv_small.lbi,显示首页分类小广告 *}{insert name='get_adv_child' ad_arr=$adarr id=$marticle}
<div class="marBanner">
<a href="#"><img src="images/merBanner.jpg" /></a>
</div>
<div class="help-home">
<a class="h-btn" href="merchants_steps.php">我要入驻</a>
<a class="h-btn h-btn2" href="merchants_steps_site.php">入驻进度查询</a>
</div>
</div>
</div>
<div class="merContent">
<div class="left">
<div class="mt"><h2>商家入驻</h2></div>
<div class="mc">
<dl>
{foreach from=$article_menu1 item=article name=noarticle}
{if $article.article_type eq 1}
<dt>>{$article.title}</dt>
{/if}
{/foreach}
{foreach from=$article_menu1 item=article name=noarticle}
{if $article.article_type neq 1}
<dd {if $article.article_id eq $article_id}class="curr"{/if}><a href="{$article.url}">{$article.title}</a></dd>
{/if}
{/foreach}
</dl>
<dl>
{foreach from=$article_menu2 item=article name=noarticle}
{if $article.article_type eq 1}
<dt>>{$article.title}</dt>
{/if}
{/foreach}
{foreach from=$article_menu2 item=article name=noarticle}
{if $article.article_type neq 1}
<dd {if $article.article_id eq $article_id}class="curr"{/if}><a href="{$article.url}">{$article.title}</a></dd>
{/if}
{/foreach}
</dl>
</div>
</div>
<div class="right">
<div class="help-main">{$article.content}</div>
</div>
</div>
</div>
<div style="text-align:center;">
<!-- TemplateBeginEditable name="商家入驻底部广告" -->
<!-- #BeginLibraryItem "/library/ad_position.lbi" -->
{insert name='ads' id=$ads_id num=$ads_num}
<!-- #EndLibraryItem -->
<!-- TemplateEndEditable -->
</div>
</div>
<!-- #BeginLibraryItem "/library/page_footer.lbi" --><!-- #EndLibraryItem -->
</body>
</html>