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.

88 lines
4.1 KiB

<!DOCTYPE html>
<html lang="zh-TW">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<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 href="css/bootstrap.css" rel="stylesheet" type="text/css" />
<link href="css/templatemo.css" rel="stylesheet" type="text/css" />
<link href="css/custom.css" rel="stylesheet" type="text/css" />
<!-- Load fonts style after rendering the layout styles -->
<link href="css/css2.css" rel="stylesheet" type="text/css" />
<link href="css/fontawesome.css" rel="stylesheet" type="text/css" />
<link href="{$ecs_css_path}" rel="stylesheet" type="text/css" />
<link href="article.css" rel="stylesheet" type="text/css" />
{* 包含脚本文件 *}
{insert_scripts files='common.js'}
</head>
<body class="article">
<!-- #BeginLibraryItem "/library/page_header.lbi" --><!-- #EndLibraryItem -->
<div id="wrapper"> <!-- #BeginLibraryItem "/library/ur_here.lbi" --><!-- #EndLibraryItem -->
<div class="cle">
<div class="bdy wrap2 listxg liwrap">
<div class="cg_left">
<div class="article_container">
<ul>
<!-- {foreach from=$artciles_list item=article} -->
<li>
<a href="{$article.url}" target="blank" class="img"><img alt="{$article.title|escape:html}" data-original="{$article.pic}" src="images/spacer.gif" class="loading"></a>
<div class="right fr">
<div class="tit">
<a class="titf" href="{$article.url}" target="_blank">{$article.short_title}</a>
<div class="time">{$article.add_time}</div>
</div>
<a class="info" href="{$article.url}" target="blank">{$article.description}</a>
<a class="yd" href="{$article.url}" target="blank">阅读全文</a>
</div>
</li>
<!-- {/foreach} -->
</ul>
</div>
<div class="pagelist mt15">
<!-- #BeginLibraryItem "/library/pages.lbi" --><!-- #EndLibraryItem -->
</div>
</div>
<div class="cg_right">
<!-- #BeginLibraryItem "/library/article_category_tree.lbi" --><!-- #EndLibraryItem -->
{if $best_goods}
<div class="right_two cztj">
<h2>超值推荐</h2>
<!--{foreach from=$best_goods item=goods name=goods}-->
<div class="qgou">
<div class="gw_cp">
<a href="{$goods.url}" target="_blank" title="{$goods.name}" class="cp_img">
<img alt="{$goods.name}" style="width:290px;height:290px;" data-original="{$goods.thumb}" src="images/spacer.gif" class="loading"></a>
<p class="jge">
<span>
<!-- {if $goods.promote_price neq ""} -->{$goods.promote_price}<!-- {else}-->{$goods.shop_price}<!--{/if}--></span>
<font class="yjia">{$goods.market_price}</font></p>
<a href="{$goods.url}" target="_blank" title="{$goods.name}" class="cp_title">{$goods.short_style_name}</a></div>
</div>
<!--{/foreach}-->
</div>
{/if}
</div>
</div>
</div>
</div>
<!-- #BeginLibraryItem "/library/page_footer.lbi" --> <!-- #EndLibraryItem -->
</body>
<script type="text/javascript">
document.getElementById('cur_url').value = window.location.href;
</script>
</html>