22 lines
836 B
HTML
22 lines
836 B
HTML
|
|
<a href='{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}'>
|
|
{if !empty($arrGrm[$key + [start]])}
|
|
{$arrGrm[$key+[start]]|raw}
|
|
{/if}
|
|
<div class="novel-item">
|
|
<div class="top">
|
|
<img class="pre-img lozad" data-encrypted="false"
|
|
src="/static/img/default.jpg"
|
|
data-src="{$Novel.n_cover_path}" alt="{$Novel['n_name'] ?? ''}小说封面 - {$Novel.n_author}最新章节">
|
|
{if isset($showIconStatus) && $showIconStatus == 'paixu'}
|
|
<div class="icon-status">{$key + 1}</div>
|
|
{/if}
|
|
|
|
{if isset($showIconStatus) && $showIconStatus == 'zhuantai'}
|
|
<div class="icon-status">{$Novel.n_status}</div>
|
|
{/if}
|
|
|
|
</div>
|
|
<h3 class="bottom">{$Novel.n_name}</h3>
|
|
</div>
|
|
</a> |