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

36 lines
1.7 KiB
HTML

<header class="{$TpStyle.dom_prefix}-h57-split">
<section class="{$TpStyle.dom_prefix}-h57-top">
<div class="{$TpStyle.dom_prefix}-h57-left">
<a href="/" class="{$TpStyle.dom_prefix}-h57-brand">{$DomainModel->d_name}</a>
<span class="{$TpStyle.dom_prefix}-h57-sub">今日更新</span>
</div>
<button type="button"
class="{$TpStyle.dom_prefix}-h57-toggle"
onclick="document.body.classList.toggle('{$TpStyle.dom_prefix}-h57-open')">入口</button>
</section>
<fieldset class="{$TpStyle.dom_prefix}-h57-box">
<form class="{$TpStyle.dom_prefix}-h57-search" action="{$strSearchListUrlTemp}">
<input type="text" name="keyword" placeholder="搜关键词,看看有哪些好片">
<button type="submit" class="{$TpStyle.dom_prefix}-h57-btn">搜索</button>
</form>
</fieldset>
<nav class="{$TpStyle.dom_prefix}-h57-nav">
<div class="{$TpStyle.dom_prefix}-h57-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>