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

28 lines
1.5 KiB
HTML

<header class="{$TpStyle.dom_prefix}-ze1-header">
<div class="{$TpStyle.dom_prefix}-ze1-meta">
<span class="{$TpStyle.dom_prefix}-ze1-metaLeft">精选影视 · 极速秒播</span>
<span class="{$TpStyle.dom_prefix}-ze1-metaRight">今日已更新多部影片</span>
</div>
<div class="{$TpStyle.dom_prefix}-ze1-main">
<a href="/" class="{$TpStyle.dom_prefix}-ze1-logo">{$DomainModel->d_name}</a>
<form class="{$TpStyle.dom_prefix}-ze1-search" action="{$strSearchListUrlTemp}">
<input type="search" name="keyword" placeholder="搜你想看的任何影片">
<button type="submit" class="{$TpStyle.dom_prefix}-ze1-btn">搜索</button>
</form>
</div>
<nav class="{$TpStyle.dom_prefix}-ze1-nav">
<div class="{$TpStyle.dom_prefix}-ze1-chips">
{if $DomainModel->info_id > 0}
<a class="{if $strPageCode == 'info'}active{/if}" href="/">首页</a>
<a class="{if $strPageCode == 'home'}active{/if}" href="/vindex">影视首页</a>
{else}
<a class="{if $strPageCode == 'home'}active{/if}" href="/">首页</a>
{/if}
{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}
</div>
</nav>
</header>