173 lines
5.8 KiB
HTML
173 lines
5.8 KiB
HTML
{extend name="baseH5" /}
|
|
|
|
{block name="title"}{site:replace code="NOVEL@GETNOVELRANK@TITLE"}{/block}
|
|
{block name="keywords"}{site:replace code="NOVEL@GETNOVELRANK@KEYWORDS"}{/block}
|
|
{block name="description"}{site:replace code="NOVEL@GETNOVELRANK@DESCRIPTION"}{/block}
|
|
|
|
{block name="head"}
|
|
<!-- 社交媒体标签 -->
|
|
<meta property="og:title" content='{site:replace code="NOVEL@GETNOVELRANK@TITLE"}' />
|
|
<meta property="og:description" content='{site:replace code="NOVEL@GETNOVELRANK@DESCRIPTION"}' />
|
|
<meta property="og:url" content="https://{$DomainModel->d_domain}/paihang/all" />
|
|
<meta property="og:type" content="book" />
|
|
<!-- 结构化数据 -->
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "https://{$DomainModel->d_domain}/paihang/all",
|
|
"@type": "book",
|
|
"headline": '{site:replace code="NOVEL@GETNOVELRANK@TITLE"}',
|
|
"description": '{site:replace code="NOVEL@GETNOVELRANK@DESCRIPTION"}',
|
|
"datePublished": "{:date('Y-m-d')}"
|
|
}
|
|
</script>
|
|
{/block}
|
|
{block name="head-js"}{/block}
|
|
|
|
{block name="logo-html"}
|
|
<h1 class="logo">
|
|
<a href="/">{$DomainModel->d_name}--排行榜最新免费阅读</a>
|
|
</h1>
|
|
{/block}
|
|
|
|
{block name="strPageCode"}
|
|
<?php $strPageCode = 'rank'; ?>
|
|
{/block}
|
|
|
|
|
|
{block name="main"}
|
|
|
|
{site:grm page_code="h5_rank" diff="0" num="100" g_key="arrGrm" /}
|
|
|
|
<div class="wrap">
|
|
<p class="site-description">{site:replace code="NOVEL@GETNOVELRANK@DESCRIPTION"}</p>
|
|
|
|
<nav class="breadcrumb" aria-label="breadcrumb">
|
|
<ol itemscope itemtype="https://schema.org/BreadcrumbList">
|
|
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
|
<a href="/" itemprop="item">
|
|
<span itemprop="name">首页</span>
|
|
</a>
|
|
<meta itemprop="position" content="1" />
|
|
</li>
|
|
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
|
<a href="{$strRankUrlTemp}" itemprop="item">
|
|
<span itemprop="name">排行榜</span>
|
|
</a>
|
|
</li>
|
|
</ol>
|
|
</nav>
|
|
<!-- hot-book -->
|
|
<div class="mod mod-top-index">
|
|
<div class="mod-head">
|
|
<h2>日点击榜</h2>
|
|
</div>
|
|
<div class="top-index">
|
|
<ul class="clearfix">
|
|
{novel:ranklist count="10" sort_type="daily" d_key="key" d_val="Novel" cache_life="1000"}
|
|
{if $key == 1}
|
|
{include file="public/novelListH" start="0"/}
|
|
{/if}
|
|
{if $key >= 2}
|
|
{include file="public/novelListRank" start="1"/}
|
|
{/if}
|
|
|
|
{/novel:ranklist}
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<!-- hot-book -->
|
|
<div class="mod mod-top-index">
|
|
<div class="mod-head">
|
|
<h2>周点击榜</h2>
|
|
</div>
|
|
<div class="top-index">
|
|
<ul class="clearfix">
|
|
{novel:ranklist count="10" sort_type="weekly" d_key="key" d_val="Novel" cache_life="1000"}
|
|
{if $key == 1}
|
|
{include file="public/novelListH" start="10"/}
|
|
{/if}
|
|
{if $key >= 2}
|
|
{include file="public/novelListRank" start="11"/}
|
|
{/if}
|
|
|
|
{/novel:ranklist}
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<!-- hot-book -->
|
|
<div class="mod mod-top-index">
|
|
<div class="mod-head">
|
|
<h2>月点击榜</h2>
|
|
</div>
|
|
<div class="top-index">
|
|
<ul class="clearfix">
|
|
{novel:ranklist count="10" sort_type="monthly" d_key="key" d_val="Novel" cache_life="1000"}
|
|
{if $key == 1}
|
|
{include file="public/novelListH" start="20"/}
|
|
{/if}
|
|
{if $key >= 2}
|
|
{include file="public/novelListRank" start="21"/}
|
|
{/if}
|
|
|
|
{/novel:ranklist}
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="mod mod-top-index">
|
|
<div class="mod-head">
|
|
<h2>总点击榜</h2>
|
|
</div>
|
|
<div class="top-index">
|
|
<ul class="clearfix">
|
|
{novel:ranklist count="10" sort_type="total" d_key="key" d_val="Novel" cache_life="1000"}
|
|
{if $key == 1}
|
|
{include file="public/novelListH" start="30"/}
|
|
{/if}
|
|
{if $key >= 2}
|
|
{include file="public/novelListRank" start="31"/}
|
|
{/if}
|
|
{/novel:ranklist}
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="mod mod-top-index">
|
|
<div class="mod-head">
|
|
<h2>新书榜</h2>
|
|
</div>
|
|
<div class="top-index">
|
|
<ul class="clearfix">
|
|
{novel:ranklist count="10" sort_type="total" n_status="lianzai" d_key="key" d_val="Novel" cache_life="1000"}
|
|
{if $key == 1}
|
|
{include file="public/novelListH" start="40"/}
|
|
{/if}
|
|
{if $key >= 2}
|
|
{include file="public/novelListRank" start="41"/}
|
|
{/if}
|
|
{/novel:ranklist}
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="mod mod-top-index">
|
|
<div class="mod-head">
|
|
<h2>完结榜</h2>
|
|
</div>
|
|
<div class="top-index">
|
|
<ul class="clearfix">
|
|
{novel:ranklist count="10" sort_type="total" n_status="wanjie" d_key="key" d_val="Novel" cache_life="1000"}
|
|
{if $key == 1}
|
|
{include file="public/novelListH" start="50"/}
|
|
{/if}
|
|
{if $key >= 2}
|
|
{include file="public/novelListRank" start="51"/}
|
|
{/if}
|
|
{/novel:ranklist}
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{/block}
|
|
|
|
{block name="customize"} {/block} |