...
|
...
|
@@ -10,29 +10,27 @@ |
|
|
</head>
|
|
|
<body class="pro2_box">
|
|
|
|
|
|
|
|
|
<include file="public@nav"/>
|
|
|
|
|
|
|
|
|
<div class="product2_main">
|
|
|
<div class="prp_tit">
|
|
|
<div class="product2_main product2_main22">
|
|
|
<div class="prp_tit prp_tit2">
|
|
|
<a href="">首页</a>
|
|
|
<img src="__TMPL__/public/assets/images/aicon09.png" alt="">
|
|
|
<a href="">公司介绍</a>
|
|
|
</div>
|
|
|
<div class="product2_mainBox">
|
|
|
<div class="pro2_tit">
|
|
|
<h2>{$data.post_title}</h2>
|
|
|
<p>发布时间:{$data.create_time|date="Y-m-d H:i:s",###}</p>
|
|
|
<h2>{$shuju.post_title}</h2>
|
|
|
<p>发布时间:{$shuju.create_time|date="Y-m-d H:i:s",###}</p>
|
|
|
</div>
|
|
|
|
|
|
<div class="pro2_Txt">
|
|
|
{$data.post_content}
|
|
|
{$shuju.post_content}
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
|
|
|
<include file="public@footer" />
|
|
|
|
|
|
|
...
|
...
|
|