debug
This commit is contained in:
@@ -126,9 +126,11 @@ c_page="$Request.route.intChapterPage" c_key="arrChapter" /}
|
||||
</h1>
|
||||
<h1 class="headline">{$arrChapter.c_name ?? ''}</h1>
|
||||
<div class="pager">
|
||||
{if $arrChapter.c_sort_num == 1}
|
||||
{if $arrChapter && $arrChapter.c_sort_num && $arrChapter.c_sort_num == 1}
|
||||
<a class="url_pre" id="pb_prev" href='javascript:'>上一页</a>
|
||||
{elseif $arrChapter['pre_chapter'] && $arrChapter['pre_chapter']['c_sort_num']}
|
||||
{/if}
|
||||
|
||||
{if $arrChapter.pre_chapter && $arrChapter.pre_chapter.c_sort_num}
|
||||
<a class="url_pre" id="pb_prev"
|
||||
href='{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$arrChapter.pre_chapter.c_sort_num" c_page="$arrChapter.pre_chapter.c_page"/}'>上页</a>
|
||||
|
||||
@@ -150,10 +152,23 @@ c_page="$Request.route.intChapterPage" c_key="arrChapter" /}
|
||||
</div>
|
||||
|
||||
<div class="pager">
|
||||
<a class="url_pre" id="pb_prev" href="/read/161/31043.html" style="">上页</a>
|
||||
<a id="pb_mulu" href="/shishang/161.html">书页</a>
|
||||
{if $arrChapter && $arrChapter.c_sort_num && $arrChapter.c_sort_num == 1}
|
||||
<a class="url_pre" id="pb_prev" href='javascript:'>上一页</a>
|
||||
{/if}
|
||||
|
||||
{if $arrChapter.pre_chapter && $arrChapter.pre_chapter.c_sort_num}
|
||||
<a class="url_pre" id="pb_prev"
|
||||
href='{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$arrChapter.pre_chapter.c_sort_num" c_page="$arrChapter.pre_chapter.c_page"/}'>上页</a>
|
||||
|
||||
{/if}
|
||||
|
||||
<a id="pb_mulu" href='{site:nclurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" order="zheng" page="1"/}'>目录</a>
|
||||
<a id="pb_mulu" onclick="addBookshelfFun()">存书签</a>
|
||||
<a class="url_next" id="pb_next" href="/read/161/31050_1.html">下页</a>
|
||||
{if $arrChapter.next_chapter && $arrChapter.next_chapter.c_sort_num}
|
||||
<a class="url_next" id="pb_next"
|
||||
href='{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$arrChapter.next_chapter.c_sort_num" c_page="$arrChapter.next_chapter.c_page"/}'>下页</a>
|
||||
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
<div class="tui">
|
||||
|
||||
Reference in New Issue
Block a user