This commit is contained in:
make
2025-12-31 00:49:32 +08:00
parent ae57b68f99
commit eb8c097777
709 changed files with 39727 additions and 1041 deletions

View File

@@ -0,0 +1,25 @@
<header class="{$TpStyle.dom_prefix}-h65-minibar">
<a href="/" class="{$TpStyle.dom_prefix}-h65-brand">
{$DomainModel->d_name}
</a>
<button class="{$TpStyle.dom_prefix}-h65-menu-btn" aria-label="Menu">
</button>
<div class="{$TpStyle.dom_prefix}-h65-panel">
<nav class="{$TpStyle.dom_prefix}-h65-nav">
<a class=""
href="{$strRankUrlTemp}">排行榜</a>
{video:categorytype category_type="ONE" d_key="key" d_val="val"}
<a class="{if $val.v_category_en==$Request.route.strParentCategory}active{/if}"
href="{site:vciurl parent_category='$val.v_category_en' /}">{$val.v_category}</a>
{/video:categorytype}
</nav>
<form class="{$TpStyle.dom_prefix}-h65-search" action="/search">
<input type="text" name="wd" placeholder="搜索影片 / 演员" />
<button type="submit">搜索</button>
</form>
</div>
</header>