debug
This commit is contained in:
@@ -49,3 +49,28 @@
|
||||
<img class="pre-img lozad" loading="lazy" src="/assets/images/loading_img_bg_default.jpg?v={site:cfg code='STATIC_FILE_VERSION' encode='false'/}"
|
||||
data-encrypted="true"
|
||||
data-src="{$vo.sp_fengmian_url}">
|
||||
|
||||
|
||||
<!-- <div class="page_num">
|
||||
{if condition='$intPage > 1 '}
|
||||
<a href='{$strPcPath}{site:nclurl n_id="$arrNovel[n_id]" n_py="$arrNovel[n_name_pinyin]" order="zheng" page="1"/}'
|
||||
class="z">
|
||||
{else}
|
||||
<a href="{if condition='$intPage > 1 '}/{$strFirstPath}/{$intNovelId}{if condition='$intPage > 2'}-{$intPage - 1}{/if}.html
|
||||
{else}/{$strFirstPath}/{$intNovelId}.html{/if}"
|
||||
class="z">
|
||||
{/if}
|
||||
|
||||
|
||||
上一页</a>
|
||||
<select onchange="self.location.href=this.value">
|
||||
{volist name="arrChapterPages" id="page"}
|
||||
<option value="/{$strFirstPath}/{$intNovelId}{if condition='$page.index neq 0'}-{$page.index+=1}{/if}.html"
|
||||
{if condition="$page.index == $intPage" }selected="selected" {/if}>
|
||||
第{$page.start}-{$page.end}章
|
||||
</option>
|
||||
{/volist}
|
||||
</select>
|
||||
<a href="{if condition='$intPage < $intTotalPages'}/{$strFirstPath}/{$intNovelId}-{$intPage + 1}.html{else}/{$strFirstPath}/{$intNovelId}-{$intTotalPages}.html{/if}"
|
||||
class="y">下一页</a>
|
||||
</div> -->
|
||||
|
||||
Reference in New Issue
Block a user