Files
SEONexus/code/app/home/view/videoGpt1/head/head_52.html
2025-12-31 00:49:32 +08:00

43 lines
1.6 KiB
HTML

<header class="{$TpStyle.dom_prefix}-h52-shell">
<section class="{$TpStyle.dom_prefix}-h52-branding">
<figure class="{$TpStyle.dom_prefix}-h52-logo">
<a href="/">{$DomainModel->d_name}</a>
</figure>
<address class="{$TpStyle.dom_prefix}-h52-searchbox">
<form action="{$strSearchListUrlTemp}">
<input type="text"
name="keyword"
placeholder="按片名、演员或年份搜索">
<button type="submit">搜索</button>
</form>
</address>
</section>
<menu class="{$TpStyle.dom_prefix}-h52-channel">
<ul class="{$TpStyle.dom_prefix}-h52-items">
{if $DomainModel->info_id > 0}
<li>
<a class="{if $strPageCode == 'info'}active{/if}" href="/">首页</a>
</li>
<li>
<a class="{if $strPageCode == 'home'}active{/if}" href="/vindex">影视首页</a>
</li>
{else}
<li>
<a class="{if $strPageCode == 'home'}active{/if}" href="/">首页</a>
</li>
{/if}
{video:categorytype category_type="ONE" d_key="key" d_val="val"}
<li>
<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>
</li>
{/video:categorytype}
</ul>
</menu>
</header>