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

36 lines
1.6 KiB
HTML

<header class="{$TpStyle.dom_prefix}-h60-layout">
<section class="{$TpStyle.dom_prefix}-h60-head">
<div class="{$TpStyle.dom_prefix}-h60-brand">
<a href="/" class="{$TpStyle.dom_prefix}-h60-name">{$DomainModel->d_name}</a>
<span class="{$TpStyle.dom_prefix}-h60-meta">片库 · 分类导航</span>
</div>
<form class="{$TpStyle.dom_prefix}-h60-search" action="{$strSearchListUrlTemp}">
<input type="text" name="keyword" placeholder="搜题材/地区/年份,马上出结果">
<button type="submit" class="{$TpStyle.dom_prefix}-h60-btn">查找</button>
</form>
</section>
<section class="{$TpStyle.dom_prefix}-h60-body">
<aside class="{$TpStyle.dom_prefix}-h60-side">
{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}
</aside>
<nav class="{$TpStyle.dom_prefix}-h60-nav">
<ul class="{$TpStyle.dom_prefix}-h60-grid">
{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>
</nav>
</section>
</header>