This commit is contained in:
make
2025-04-11 23:56:23 +08:00
parent 9350a2afff
commit bc92b44086
37 changed files with 246 additions and 216 deletions

View File

@@ -37,7 +37,7 @@
{block name="logo-html"}
<h2>
<a href="/pc/">
<a href="{$strPcPath}/">
{$DomainModel->d_name}-{$DomainModel->d_text_logo}
</a>
</h2>
@@ -75,14 +75,14 @@
{if $intPage == 1}
<li class="disabled"><span>«</span></li>
{else}
<li><a href="/pc/search.html?keyword=我&page={$intPage-1}">«</a></li>
<li><a href="{$strPcPath}/search.html?keyword=我&page={$intPage-1}">«</a></li>
{/if}
{/case}
{case value="下一页"}
{if $intPage >= $intTotalPage}
<li class="disabled"><span>»</span></li>
{else}
<li><a href="/pc/search.html?keyword=我&page={$intPage+1}">»</a></li>
<li><a href="{$strPcPath}/search.html?keyword=我&page={$intPage+1}">»</a></li>
{/if}
{/case}
{case value="..."}
@@ -91,7 +91,7 @@
{default /}
{if preg_match('/^\d+$/', $vo.label)}
<li class='{eq name="vo.label" value="$intPage"}active {/eq}'>
<a href="/pc{$vo.url}">{$vo.label}</a>
<a href="{$strPcPath}{$vo.url}">{$vo.label}</a>
</li>
{/if}
{/switch}