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

31 lines
1.3 KiB
HTML

<header class="{$TpStyle.dom_prefix}-m7c-head">
<div class="{$TpStyle.dom_prefix}-m7c-row1">
<div class="{$TpStyle.dom_prefix}-m7c-logo">
<a href="/"><span>{$DomainModel->d_name}</span></a>
</div>
<form class="{$TpStyle.dom_prefix}-m7c-search" action="{$strSearchListUrlTemp}">
<input type="text" name="wd" placeholder="搜索片名 / 演员">
</form>
</div>
<nav class="{$TpStyle.dom_prefix}-m7c-row2">
<ul>
{if $DomainModel->info_id > 0}
<li class="{if $strPageCode == 'info'}active{/if}">
<a href="/">首页</a>
</li>
<li class=' {if $strPageCode == "home"}active{/if} '>
<a href="/vindex">影视首页</a>
</li>
{else}
<li class=' {if $strPageCode == "home"}active{/if} '>
<a href="/">首页</a>
</li>
{/if}
{video:categorytype category_type="ONE" d_key="key" d_val="val"}
<li class="{if $val.v_category_en == $Request.route.strParentCategory}active{/if}"><a
href='{site:vciurl parent_category="$val.v_category_en" /}'>{$val.v_category}</a></li>
{/video:categorytype}
</ul>
</nav>
</header>