debug
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<div class="bookLink">
|
||||
{$arrGRM[$key+[start]]|raw}
|
||||
<a href='/pc{site:nurl n_id="$Novel->n_id" n_py="$Novel->og_novel_pin_yin"/}' >
|
||||
<div class="bookImg">
|
||||
<img class="lazyload-img"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<div class="bookLink oneLine">
|
||||
{$arrGRM[$key+[start]]|raw}
|
||||
<a href='/pc{site:nurl n_id="$Novel->n_id" n_py="$Novel->og_novel_pin_yin"/}' >
|
||||
<em>「{$Novel->og_novel_category ?? ''}」</em>
|
||||
{$Novel.og_novel_book_name ?? ''}
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
<li>
|
||||
<h3><a href='/pc{site:nurl n_id="$Novel->n_id" n_py="$Novel->og_novel_pin_yin"/}' title="{$Novel->og_novel_book_name ?? ''}" >{$Novel->og_novel_book_name ?? ''}</a></h3>
|
||||
<h3>
|
||||
{$arrGRM[$key+[start]]|raw}
|
||||
<a href='/pc{site:nurl n_id="$Novel->n_id" n_py="$Novel->og_novel_pin_yin"/}' title="{$Novel->og_novel_book_name ?? ''}" >
|
||||
{$Novel->og_novel_book_name ?? ''}
|
||||
</a>
|
||||
</h3>
|
||||
<div class="book_inf">
|
||||
<span class="aut">{$Novel->og_novel_author ?? ''}</span>
|
||||
<span class="tag"><a href="/pc/shuku/all/{$Novel->category_pinyin ?? 'all'}/all/page1" >{$Novel->og_novel_category ?? ''}</a></span>
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
<div class="f3_L">
|
||||
<h3><a href='/pc{site:nurl n_id="$Novel->n_id" n_py="$Novel->og_novel_pin_yin"/}' title="{$Novel.og_novel_book_name ?? ''}" >{$Novel.og_novel_book_name ?? ''}</a></h3>
|
||||
<h3>
|
||||
{$arrGRM[$key+[start]]|raw}
|
||||
<a href='/pc{site:nurl n_id="$Novel->n_id" n_py="$Novel->og_novel_pin_yin"/}' title="{$Novel.og_novel_book_name ?? ''}" >
|
||||
{$Novel.og_novel_book_name ?? ''}</a></h3>
|
||||
<a href='/pc{site:nurl n_id="$Novel->n_id" n_py="$Novel->og_novel_pin_yin"/}' title="{$Novel.og_novel_book_name ?? ''}" class="book_cov">
|
||||
<img class="lazyload_book_cover lazyload-img"
|
||||
src="/static/img/default.jpg" data-src="{$Novel.n_cover_path ?? ''}"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
<li>
|
||||
<em class="red_bg">{$key+=1}</em>
|
||||
<h3 class="name">
|
||||
{$arrGRM[$key+[start]]|raw}
|
||||
<a href='/pc{site:nurl n_id="$Novel->n_id" n_py="$Novel->og_novel_pin_yin"/}' title="{$Novel.og_novel_book_name ?? ''}" >
|
||||
{$Novel.og_novel_book_name ?? ''}
|
||||
</a>
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
<li class="lis_sh">
|
||||
<em class="red_bg">1</em>
|
||||
<h3 class="name"><a href='/pc{site:nurl n_id="$Novel->n_id" n_py="$Novel->og_novel_pin_yin"/}' title="{$Novel.og_novel_book_name ?? ''}" >{$Novel.og_novel_book_name ?? ''}</a>
|
||||
<h3 class="name">
|
||||
{$arrGRM[$key+[start]]|raw}
|
||||
<a href='/pc{site:nurl n_id="$Novel->n_id" n_py="$Novel->og_novel_pin_yin"/}' title="{$Novel.og_novel_book_name ?? ''}" >{$Novel.og_novel_book_name ?? ''}</a>
|
||||
</h3>
|
||||
<div class="open">
|
||||
<a href='/pc{site:nurl n_id="$Novel->n_id" n_py="$Novel->og_novel_pin_yin"/}' title="{$Novel.og_novel_book_name ?? ''}" class="book_cov">
|
||||
|
||||
@@ -3,7 +3,9 @@
|
||||
<li class="lb">
|
||||
<a href="/" >{$Novel->og_novel_category ?? ''}</a></li>
|
||||
<li class="sm">
|
||||
<h3><a href='/pc{site:nurl n_id="$Novel->n_id" n_py="$Novel->og_novel_pin_yin"/}' title="{$Novel.og_novel_book_name ?? ''}" >
|
||||
<h3>
|
||||
{$arrGRM[$key+[start]]|raw}
|
||||
<a href='/pc{site:nurl n_id="$Novel->n_id" n_py="$Novel->og_novel_pin_yin"/}' title="{$Novel.og_novel_book_name ?? ''}" >
|
||||
{$Novel.og_novel_book_name ?? ''}</a>
|
||||
</h3>
|
||||
</li>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<li>
|
||||
{$arrGRM[$key+[start]]|raw}
|
||||
<a href='/pc{site:nurl n_id="$Novel->n_id" n_py="$Novel->og_novel_pin_yin"/}' title="{$Novel.og_novel_book_name}" class="book_cov">
|
||||
<img class="lazyload_lb_nv lazyload-img"
|
||||
src="/static/img/default.jpg" data-src="{$Novel->n_cover_path ?? '/static/img/default.jpg'}"
|
||||
|
||||
@@ -34,8 +34,7 @@
|
||||
<ul id="mod_index_lb_nv_pic">
|
||||
{volist name="arrRecommendSerializationNovel" id="Novel" key="key"}
|
||||
{if $key < 6}
|
||||
{$arrGRM[$key]|raw}
|
||||
{include file="Pc/Public/swiperListImg" /}
|
||||
{include file="Pc/Public/swiperListImg" start="1" /}
|
||||
{/if}
|
||||
{/volist}
|
||||
</ul>
|
||||
@@ -43,7 +42,7 @@
|
||||
<ol id="btn_index_lb_nv">
|
||||
{volist name="arrRecommendSerializationNovel" id="Novel" key="key"}
|
||||
{if $key < 6}
|
||||
{include file="Pc/Public/swiperListText" /}
|
||||
{include file="Pc/Public/swiperListText" /}
|
||||
{/if}
|
||||
{/volist}
|
||||
</ol>
|
||||
@@ -66,14 +65,13 @@
|
||||
<div class="md">
|
||||
{volist name="arrRecommendSerializationNovel" id="Novel" key="key"}
|
||||
{if $key > 5 && $key < 10}
|
||||
{$arrGRM[$key+5]|raw}
|
||||
{include file="Pc/Public/hostListImg" /}
|
||||
{include file="Pc/Public/hostListImg" start="5" /}
|
||||
{/if}
|
||||
{/volist}
|
||||
{volist name="arrRecommendSerializationNovel" id="Novel" key="key"}
|
||||
{if $key > 9 }
|
||||
{$arrGRM[$key+9]|raw}
|
||||
{include file="Pc/Public/hostListText" /}
|
||||
{include file="Pc/Public/hostListText" start="9"/}
|
||||
{/if}
|
||||
{/volist}
|
||||
|
||||
@@ -109,14 +107,14 @@
|
||||
</div>
|
||||
{volist name="arrBoyNewsNovel" id="Novel" key="key"}
|
||||
{if $key == 1}
|
||||
{include file="Pc/Public/indexBoyNewsOne" /}
|
||||
{include file="Pc/Public/indexBoyNewsOne" start="25" /}
|
||||
{/if}
|
||||
{/volist}
|
||||
<div class="f3_C">
|
||||
<ul>
|
||||
{volist name="arrBoyNewsNovel" id="Novel" key="key"}
|
||||
{if $key >= 2}
|
||||
{include file="Pc/Public/indexBoyNewsList" /}
|
||||
{include file="Pc/Public/indexBoyNewsList" start="26" /}
|
||||
{/if}
|
||||
{/volist}
|
||||
</ul>
|
||||
@@ -132,10 +130,10 @@
|
||||
<ol class="list" mod="rank_data_list">
|
||||
{foreach $arrBoyWeekRankNovel as $key=>$Novel}
|
||||
{if $key == 1}
|
||||
{include file="Pc/Public/indexBoyRankOne" /}
|
||||
{include file="Pc/Public/indexBoyRankOne" start="30"/}
|
||||
{/if}
|
||||
{if $key >= 2}
|
||||
{include file="Pc/Public/indexBoyRankList" /}
|
||||
{include file="Pc/Public/indexBoyRankList" start="31"/}
|
||||
{/if}
|
||||
{/foreach}
|
||||
</ol>
|
||||
@@ -145,10 +143,10 @@
|
||||
<ol class="list" mod="rank_data_list">
|
||||
{foreach $arrBoyMoonRankNovel as $key=>$Novel}
|
||||
{if $key == 1}
|
||||
{include file="Pc/Public/indexBoyRankOne" /}
|
||||
{include file="Pc/Public/indexBoyRankOne" start="41"/}
|
||||
{/if}
|
||||
{if $key >= 2}
|
||||
{include file="Pc/Public/indexBoyRankList" /}
|
||||
{include file="Pc/Public/indexBoyRankList" start="42"/}
|
||||
{/if}
|
||||
{/foreach}
|
||||
</ol>
|
||||
@@ -158,10 +156,10 @@
|
||||
<ol class="list" mod="rank_data_list">
|
||||
{foreach $arrBoyTotalRankNovel as $key=>$Novel}
|
||||
{if $key == 1}
|
||||
{include file="Pc/Public/indexBoyRankOne" /}
|
||||
{include file="Pc/Public/indexBoyRankOne" start="53"/}
|
||||
{/if}
|
||||
{if $key >= 2}
|
||||
{include file="Pc/Public/indexBoyRankList" /}
|
||||
{include file="Pc/Public/indexBoyRankList" start="54"/}
|
||||
{/if}
|
||||
{/foreach}
|
||||
</ol>
|
||||
@@ -184,14 +182,14 @@
|
||||
</div>
|
||||
{volist name="arrGirlNewsNovel" id="Novel" key="key"}
|
||||
{if $key == 1}
|
||||
{include file="Pc/Public/indexBoyNewsOne" /}
|
||||
{include file="Pc/Public/indexBoyNewsOne" start="55"/}
|
||||
{/if}
|
||||
{/volist}
|
||||
<div class="f3_C">
|
||||
<ul>
|
||||
{volist name="arrGirlNewsNovel" id="Novel" key="key"}
|
||||
{if $key >= 2}
|
||||
{include file="Pc/Public/indexBoyNewsList" /}
|
||||
{include file="Pc/Public/indexBoyNewsList" start="56"/}
|
||||
{/if}
|
||||
{/volist}
|
||||
</ul>
|
||||
@@ -207,10 +205,10 @@
|
||||
<ol class="list" mod="rank_data_list">
|
||||
{volist name="arrGirlWeekRankNovel" id="Novel" key="key"}
|
||||
{if $key == 1}
|
||||
{include file="Pc/Public/indexBoyRankOne" /}
|
||||
{include file="Pc/Public/indexBoyRankOne" start="59"/}
|
||||
{/if}
|
||||
{if $key >= 2}
|
||||
{include file="Pc/Public/indexBoyRankList" /}
|
||||
{include file="Pc/Public/indexBoyRankList" start="60"/}
|
||||
{/if}
|
||||
{/volist}
|
||||
</ol>
|
||||
@@ -220,10 +218,10 @@
|
||||
<ol class="list" mod="rank_data_list">
|
||||
{volist name="arrGirlMoonRankNovel" id="Novel" key="key"}
|
||||
{if $key == 1}
|
||||
{include file="Pc/Public/indexBoyRankOne" /}
|
||||
{include file="Pc/Public/indexBoyRankOne" start="71"/}
|
||||
{/if}
|
||||
{if $key >= 2}
|
||||
{include file="Pc/Public/indexBoyRankList" /}
|
||||
{include file="Pc/Public/indexBoyRankList" start="72" /}
|
||||
{/if}
|
||||
{/volist}
|
||||
</ol>
|
||||
@@ -233,10 +231,10 @@
|
||||
<ol class="list" mod="rank_data_list">
|
||||
{volist name="arrBGirlTotalRankNovel" id="Novel" key="key"}
|
||||
{if $key == 1}
|
||||
{include file="Pc/Public/indexBoyRankOne" /}
|
||||
{include file="Pc/Public/indexBoyRankOne" start="83"/}
|
||||
{/if}
|
||||
{if $key >= 2}
|
||||
{include file="Pc/Public/indexBoyRankList" /}
|
||||
{include file="Pc/Public/indexBoyRankList" start="84"/}
|
||||
{/if}
|
||||
{/volist}
|
||||
</ol>
|
||||
@@ -270,7 +268,7 @@
|
||||
</ul>
|
||||
</li>
|
||||
{volist name="arrNewsUpdateNovel" id="Novel" key="key"}
|
||||
{include file="Pc/Public/indexNewsUpdateList" /}
|
||||
{include file="Pc/Public/indexNewsUpdateList" start="95"/}
|
||||
{/volist}
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user