This commit is contained in:
make
2025-04-20 18:47:15 +08:00
parent d1b6e5100e
commit 34206fe268
40 changed files with 398 additions and 526 deletions

View File

@@ -34,7 +34,7 @@ button_num="5" cache_life="86400" func="generateCategoryPager" export_name="resD
<div class="navpf">
<nav class="sortChannel_nav">
<a class="on">分类:</a>
<a class='{eq name="$Request.route.strCategory" value="all"}on on2 {/eq} {eq name="$Request.route.strCategory" value=""}on on2 {/eq}'
<a class='{eq name="$Request.route.strCategory" value="all"}on on2 {/eq} {if !$Request.route.strCategory || $Request.route.strCategory == ""}on on2 {/if}'
href='{site:nflurl category="all" status="$Request.route.strStatus" order="$Request.route.strOrder" page="$Request.route.intPage"/}'>全部分类</a>
{novel:category d_key="strCategoryPinyin" d_val="strCategoryName"}
@@ -74,7 +74,7 @@ button_num="5" cache_life="86400" func="generateCategoryPager" export_name="resD
</a>
</span>
<span class="s4">{$Novel.n_author}</span>
<span class="s5">{$Novel.n_update_time|date='m-d'}</span>
<span class="s5">{:date('m-d')}</span>
</li>
{/foreach}
</ul>