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

27 lines
1.3 KiB
HTML

<header class="{$TpStyle.dom_prefix}-h54-card">
<section class="{$TpStyle.dom_prefix}-h54-hero">
<figure class="{$TpStyle.dom_prefix}-h54-brand">
<a href="/" class="{$TpStyle.dom_prefix}-h54-name">{$DomainModel->d_name}</a>
<figcaption class="{$TpStyle.dom_prefix}-h54-tagline">发现 · 收藏 · 观看</figcaption>
</figure>
<form class="{$TpStyle.dom_prefix}-h54-search" action="{$strSearchListUrlTemp}">
<input type="text" name="keyword" placeholder="搜索你感兴趣的影视内容">
<button type="submit" class="{$TpStyle.dom_prefix}-h54-btn">搜索</button>
</form>
</section>
<menu class="{$TpStyle.dom_prefix}-h54-tabs">
{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}
</menu>
</header>