Files
2025-12-31 00:49:32 +08:00

26 lines
1.0 KiB
HTML

<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>