default
This commit is contained in:
144
code/app/home/view/haoZi/Pc/index.html
Normal file
144
code/app/home/view/haoZi/Pc/index.html
Normal file
@@ -0,0 +1,144 @@
|
||||
{extend name="basePc" /}
|
||||
{block name='nav-active-class'}home{/block}
|
||||
{block name="title"}{/block}
|
||||
{block name="head-js"}{/block}
|
||||
|
||||
|
||||
{block name="main"}
|
||||
<div id="main">
|
||||
<div id="hotcontent">
|
||||
<div class="l">
|
||||
{foreach $arrRecommendSerializationNovel as $key=>$Novel}
|
||||
{if $key < 4} {include file="Pc/Public/hostListImg" /} {/if} {/foreach}
|
||||
</div>
|
||||
<div class="r">
|
||||
<h2>经典推荐</h2>
|
||||
<ul>
|
||||
{foreach $arrRecommendSerializationNovel as $key=>$Novel}
|
||||
{if $key > 3}
|
||||
{include file="Pc/Public/hostListText" /}
|
||||
{/if}
|
||||
{/foreach}
|
||||
</ul>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
<div class="novelslist">
|
||||
<div class="content">
|
||||
<h2>玄幻魔法</h2>
|
||||
{foreach $arrRecommendSerializationNovel as $key=>$Novel}
|
||||
{if $key == 0}
|
||||
{include file="Pc/Public/indexCategoryNewsOne" /}
|
||||
{/if}
|
||||
{/foreach}
|
||||
<ul>
|
||||
{foreach $arrRecommendSerializationNovel as $key=>$Novel}
|
||||
{if $key >= 1}
|
||||
{include file="Pc/Public/indexCategoryNewsList" /}
|
||||
{/if}
|
||||
{/foreach}
|
||||
</ul>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h2>武侠修真</h2>
|
||||
{foreach $arrRecommendSerializationNovel as $key=>$Novel}
|
||||
{if $key == 0}
|
||||
{include file="Pc/Public/indexCategoryNewsOne" /}
|
||||
{/if}
|
||||
{/foreach}
|
||||
<ul>
|
||||
{foreach $arrRecommendSerializationNovel as $key=>$Novel}
|
||||
{if $key >= 1}
|
||||
{include file="Pc/Public/indexCategoryNewsList" /}
|
||||
{/if}
|
||||
{/foreach}
|
||||
</ul>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h2>都市言情</h2>
|
||||
{foreach $arrRecommendSerializationNovel as $key=>$Novel}
|
||||
{if $key == 0}
|
||||
{include file="Pc/Public/indexCategoryNewsOne" /}
|
||||
{/if}
|
||||
{/foreach}
|
||||
<ul>
|
||||
{foreach $arrRecommendSerializationNovel as $key=>$Novel}
|
||||
{if $key >= 1}
|
||||
{include file="Pc/Public/indexCategoryNewsList" /}
|
||||
{/if}
|
||||
{/foreach}
|
||||
</ul>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
<div class="novelslist">
|
||||
<div class="content">
|
||||
<h2>穿越小说</h2>
|
||||
{foreach $arrRecommendSerializationNovel as $key=>$Novel}
|
||||
{if $key == 0}
|
||||
{include file="Pc/Public/indexCategoryNewsOne" /}
|
||||
{/if}
|
||||
{/foreach}
|
||||
<ul>
|
||||
{foreach $arrRecommendSerializationNovel as $key=>$Novel}
|
||||
{if $key >= 1}
|
||||
{include file="Pc/Public/indexCategoryNewsList" /}
|
||||
{/if}
|
||||
{/foreach}
|
||||
</ul>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h2>网游动漫</h2>
|
||||
{foreach $arrRecommendSerializationNovel as $key=>$Novel}
|
||||
{if $key == 0}
|
||||
{include file="Pc/Public/indexCategoryNewsOne" /}
|
||||
{/if}
|
||||
{/foreach}
|
||||
<ul>
|
||||
{foreach $arrRecommendSerializationNovel as $key=>$Novel}
|
||||
{if $key >= 1}
|
||||
{include file="Pc/Public/indexCategoryNewsList" /}
|
||||
{/if}
|
||||
{/foreach}
|
||||
</ul>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h2>科幻小说</h2>
|
||||
{foreach $arrRecommendSerializationNovel as $key=>$Novel}
|
||||
{if $key == 0}
|
||||
{include file="Pc/Public/indexCategoryNewsOne" /}
|
||||
{/if}
|
||||
{/foreach}
|
||||
<ul>
|
||||
{foreach $arrRecommendSerializationNovel as $key=>$Novel}
|
||||
{if $key >= 1}
|
||||
{include file="Pc/Public/indexCategoryNewsList" /}
|
||||
{/if}
|
||||
{/foreach}
|
||||
</ul>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
<div id="newscontent">
|
||||
<div class="l">
|
||||
<h2>最近更新小说列表</h2>
|
||||
<ul>
|
||||
{foreach $arrRecommendSerializationNovel as $key=>$Novel}
|
||||
{include file="Pc/Public/indexNewsUpdateList" /}
|
||||
{/foreach}
|
||||
</ul>
|
||||
</div>
|
||||
<div class="r">
|
||||
<h2>最新入库小说</h2>
|
||||
<ul>
|
||||
{foreach $arrRecommendSerializationNovel as $key=>$Novel}
|
||||
{include file="Pc/Public/hostListText" /}
|
||||
{/foreach}
|
||||
</ul>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
</div>
|
||||
{/block}
|
||||
|
||||
{block name="customize"} {/block}
|
||||
Reference in New Issue
Block a user