38 lines
1.7 KiB
HTML
38 lines
1.7 KiB
HTML
<header class="{$TpStyle.dom_prefix}-h62-sash">
|
|
<section class="{$TpStyle.dom_prefix}-h62-top">
|
|
<figure class="{$TpStyle.dom_prefix}-h62-mark">
|
|
<a href="/" class="{$TpStyle.dom_prefix}-h62-name">{$DomainModel->d_name}</a>
|
|
<figcaption class="{$TpStyle.dom_prefix}-h62-note">新片 · 热播 · 推荐</figcaption>
|
|
</figure>
|
|
|
|
<button type="button" class="{$TpStyle.dom_prefix}-h62-badge"
|
|
onclick="document.body.classList.toggle('{$TpStyle.dom_prefix}-h62-open')">入口</button>
|
|
</section>
|
|
|
|
<div class="{$TpStyle.dom_prefix}-h62-bot">
|
|
<form class="{$TpStyle.dom_prefix}-h62-search" action="{$strSearchListUrlTemp}">
|
|
<input type="text" name="keyword" placeholder="输入关键词,智能推荐">
|
|
<button type="submit" class="{$TpStyle.dom_prefix}-h62-btn">搜索</button>
|
|
</form>
|
|
|
|
<menu class="{$TpStyle.dom_prefix}-h62-mini">
|
|
{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}
|
|
</menu>
|
|
</div>
|
|
|
|
<nav class="{$TpStyle.dom_prefix}-h62-nav">
|
|
<ul class="{$TpStyle.dom_prefix}-h62-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>
|
|
</header> |