homepagePHP/app/Home/View/mobile/News/index.html

22 lines
632 B
HTML
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<extend name="Base/common" />
<block name="body">
<div class="container">
{:W('NavMenu/index',array(true))}
</div>
<div class="container">
<!-- 从详情页点击关键字会带有关键字html -->
<php>if(!empty($key_words)):</php>
<div class="hot-key-words not-bg">
<div class="field">议题标签:</div>
<div class="key-box">
<a href="#" class="item">{$key_words}</a>
</div>
</div>
<php>endif;</php>
{:W('NewsList/index')}
</div>
</block>
<block name="script">
<script>
</script>
</block>